@charset "UTF-8";
/* 拷貝範例
opacity: 0;
transform: translateY(40px);
transition: all 0.3s, opacity $ani_duration $ani_function, transform $ani_duration $ani_function;
*/
.module_desc {
  color: #4e4e4e;
  line-height: 1.6;
  text-align: justify;
}
.module_desc.white {
  color: #fff;
}
.module_desc p {
  margin-bottom: 15px;
}

.en-font {
  font-family: "Poppins", sans-serif;
}

.button_set {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .button_set {
    margin-top: 35px !important;
  }
}
.button_set.center {
  justify-content: center;
}
.button_set.no_middle [class^=button].middle {
  display: none;
}

.container,
.wider_container {
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .container,
  .wider_container {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .container,
  .wider_container {
    padding: 0 25px;
  }
}

.container {
  max-width: 1520px;
}

.wider_container {
  max-width: 1720px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row:not(.no_gutter) {
  margin: 0 -15px;
  transition: all 0.3s;
}
.row:not(.no_gutter) > * {
  padding: 0 15px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .row:not(.no_gutter) {
    margin: 0 -10px;
  }
  .row:not(.no_gutter) > * {
    padding: 0 10px;
  }
}

.row_by_gap {
  display: flex;
  flex-wrap: wrap;
}
.row_by_gap:not(.no_gutter) {
  gap: 15px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .row_by_gap:not(.no_gutter) {
    gap: 10px;
  }
}

@font-face {
  font-family: "BeTrueToYourSchool";
  src: url("../font/BeTrueToYourSchool-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "CAMPUS PERSONAL USE";
  src: url("../font/CAMPUS-PERSONAL-USE.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("../font/LibreBaskerville-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "URW Baskerville W01";
  src: url("../font/URW-Baskerville-W01-Regular.ttf") format("truetype");
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  color: #4e4e4e;
  font-size: 15px;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
body.no_overflow {
  overflow: hidden;
}
body .page_wrap {
  min-height: 75vh;
}

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

.editor ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}

.editor ul:not(.slick-dots) {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}

.editor h2 {
  font-family: "Poppins", sans-serif;
}
.editor h3 {
  font-family: "Noto Sans TC", sans-serif;
}

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

.editor img {
  display: inline;
}

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

h1.seo,
h2.seo {
  position: fixed;
  top: -100%;
  left: -100%;
  visibility: hidden;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #000000;
}

button {
  padding: 0;
  border: 0;
  background: unset;
  appearance: none;
  cursor: pointer;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

form {
  width: 100%;
  margin: 0 auto;
}

input:not([type=radio]):not([type=checkbox]), textarea, select {
  color: #4e4e4e;
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  appearance: none;
}
input:not([type=radio]):not([type=checkbox])::placeholder, textarea::placeholder, select::placeholder {
  color: #bbb;
}

input[type=file] {
  padding: 4.5px 10px !important;
}

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

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

textarea {
  display: block;
  max-width: 100%;
}

select {
  max-width: 100%;
  padding: 7px 25px 7px 10px;
  background: #fff url("../img/arrow/arrow05.png") calc(100% - 5px) center no-repeat;
  cursor: pointer;
}
select option {
  color: #393939;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.underline {
  text-decoration: underline;
}

.del {
  text-decoration: line-through;
}

.break_all {
  word-break: break-all;
}

.swal2-popup {
  width: 20em !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid #fff !important;
  border-radius: 35px !important;
}
.swal2-popup .swal2-close {
  width: 35px;
  height: 35px;
  color: #000 !important;
  font-size: 28px;
  padding: 0 0 2px;
  background: #fff !important;
  margin: 15px 15px -35px 0;
  border-radius: 50% !important;
  box-shadow: 3px 3px 10px 0 rgba(0, 158, 247, 0.25) !important;
}
.swal2-popup .swal2-icon {
  display: none !important;
}
.swal2-popup .swal2-title {
  color: #000;
  font-size: 22px;
  padding: 3em 1em 0;
}
.swal2-popup .swal2-title strong {
  font-weight: 400;
}
.swal2-popup .swal2-html-container {
  color: #009ef7;
  font-size: 18px;
  margin: 0;
  padding: 15px 15px 40px;
}
.swal2-popup .swal2-html-container > div:not(#captcha) {
  margin-top: 15px !important;
}
.swal2-popup .swal2-html-container > div:not(#captcha) a {
  display: block;
  width: fit-content;
  color: #009ef7;
  font-size: 17px;
  text-decoration: none !important;
  padding: 8px 23px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #009ef7;
  border-radius: 20px !important;
}

.editor table caption {
  font-size: 30px;
  font-weight: 600;
}
.editor table tbody tr:nth-child(1) {
  background: #000;
  color: #fff;
}
.editor table tbody tr:not(:nth-child(1)):hover {
  background: #7a7a7a;
  color: #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes goUp {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goDown {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goLeft {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goLeft_cc {
  0% {
    opacity: 0;
    transform: translate(calc(-50% + 20px), -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes goRight {
  0% {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goRight_cc {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 20px), -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes goRightTop {
  0% {
    opacity: 0;
    transform: translate(-20px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes drawing_circle {
  0% {
    stroke-dashoffset: 360;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.slick-slider .slick-arrow.slick-hidden {
  display: none !important;
}
.slick-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.1;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  float: left;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.1s;
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  color: transparent;
  font-size: 0;
  background: #c9caca;
  border-radius: 50%;
  transition: background 0.1s;
}
@media (max-width: 768px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li.slick-active button {
  background: #000000;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
}
.slick-lightbox .slick-prev::before,
.slick-lightbox .slick-next::before {
  color: #fff;
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 20px;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-prev::before {
  content: "\f053";
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox .slick-next::before {
  content: "\f054";
}

.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}

.slick-lightbox-slick-img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
}

.slick-lightbox-slick-caption {
  color: white;
  margin: 10px 0 0;
}

.slick-lightbox-close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.slick-lightbox-close::before {
  content: "×";
  color: white;
  font-size: 20px;
  font-family: "slick";
  line-height: 1;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-lightbox-close::focus {
  outline: none;
}

/* @group Flipster Essential Styles */
.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}

.flipster:focus {
  outline: none;
}

.flipster__container,
.flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}

.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom;
}

.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
  cursor: pointer;
}

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

/* @end */
/* @group Flipster Previous & Next Buttons */
.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  transition: opacity 500ms ease;
  margin: -1em 2em;
}

.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}

.flipster__button:hover,
.flipster__button:focus {
  opacity: 1;
}

.flipster__button--prev {
  left: 0;
}

.flipster__button--next {
  right: 0;
}

/* @end */
/* @group Flipster Navigation */
.flipster__nav,
.flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}

.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em;
}

.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster__nav__link::after {
  content: "";
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateY(100%) translateY(-0.25em);
  transition: inherit;
}

.flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
  color: #FFF;
}

.flipster__nav__item--current > .flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
  transform: translateY(0);
}

.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: #4e4441;
  z-index: 1;
}

.flipster__nav__child .flipster__nav__link {
  color: #FFF;
}

.flipster__nav__child .flipster__nav__link::after {
  background: #FFF;
}

.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
  color: #232221;
}

.flipster__nav__item--current .flipster__nav__child {
  display: block;
}

/* @end */
/* @group Flipster Carousel Theme */
.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--carousel .flipster__item {
  perspective: 800px;
}

.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
  opacity: 0;
  transition-delay: 115ms;
}

.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
  opacity: 0.6;
  transition-delay: 90ms;
}

.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
  opacity: 0.8;
  transition-delay: 60ms;
}

.flipster--carousel .flipster__item--past .flipster__item__content {
  transform: translateX(100%) rotateY(-20deg) scale(0.5);
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) rotateY(40deg) scale(0.65);
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  transform: rotateY(45deg) scale(0.8);
}

.flipster--carousel .flipster__item--future .flipster__item__content {
  transform: translateX(-100%) rotateY(20deg) scale(0.5);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  transform: rotateY(-45deg) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  transform: translateX(175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  transform: translateX(-175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel .flipster__item--current .flipster__item__content {
  transform: translateX(0) rotateY(0deg) scale(1);
  transition-delay: 60ms;
}

/* @end */
/* @group Flipster Coverflow Theme */
.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--coverflow .flipster__item {
  perspective: 800px;
}

.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}

.flipster--coverflow .flipster__item__content {
  transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster--coverflow .flipster__item__content img:only-child {
  display: block;
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
  transform-origin: 0% 50%;
  transform: scale(0.75) rotateY(55deg);
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
  transform-origin: 100% 50%;
  transform: scale(0.75) rotateY(-55deg);
}

.flipster--coverflow .flip-current .flipster__item__content {
  transform: rotateY(0deg);
}

/* @end */
/* @group Flat */
.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
  transition: all 400ms ease-in-out;
}

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
  opacity: 0.5;
}

.flipster--flat .flipster__item--past .flipster__item__content {
  transform: scale(0.75);
}

.flipster--flat .flipster__item--future .flipster__item__content {
  transform: scale(0.75);
}

/* @end */
/* @group Flipster Wheel Theme */
.flipster--wheel {
  overflow: hidden;
}

.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
  transition: all 400ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--wheel .flipster__container {
  padding-bottom: 20%;
}

.flipster--wheel .flipster__item__content {
  transform-origin: 50% 100%;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  transform-origin: 100% 100%;
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  transform-origin: 0% 100%;
}

.flipster--wheel .flipster__item__content img:only-child {
  display: block;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  transform: rotateZ(-80deg) translate(-170%, 110%);
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  transform: rotateZ(80deg) translate(170%, 110%);
}

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-60deg) translate(-70%, 75%);
}

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(60deg) translate(70%, 75%);
}

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-40deg) translate(-17%, 30%);
}

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(40deg) translate(17%, 30%);
}

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-20deg);
}

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(20deg);
}

.flipster--wheel .flip-current .flipster__item__content {
  transform: rotateX(0deg);
}

/* @end */
.twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
  width: 1px;
  height: 9999px;
  left: 50%;
  margin-left: -0.5px;
}

.twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before {
  width: 9999px;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
}

.twentytwenty-overlay, .twentytwenty-after-label, .twentytwenty-before-label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-overlay, .twentytwenty-after-label, .twentytwenty-before-label {
  transition-duration: 0.5s;
}

.twentytwenty-after-label, .twentytwenty-before-label {
  transition-property: opacity;
}

.twentytwenty-after-label:before, .twentytwenty-before-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-after-label:before, .twentytwenty-before-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before, .twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-after-label:before, .twentytwenty-vertical .twentytwenty-before-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-down-arrow, .twentytwenty-up-arrow, .twentytwenty-right-arrow, .twentytwenty-left-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-right-arrow, .twentytwenty-left-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-down-arrow, .twentytwenty-up-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.twentytwenty-container .before,
.twentytwenty-container .after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -20px;
  margin-left: -20px;
  border: 1px solid #fff;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  cursor: e-resize;
  z-index: 40;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 20px;
  box-shadow: 0 1px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  pointer-events: none;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 20px;
  box-shadow: 0 -1px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  pointer-events: none;
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 20px;
  box-shadow: 1px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  pointer-events: none;
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 20px;
  box-shadow: -1px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  pointer-events: none;
}

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: pointer;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jszip-3.10.1/pdfmake-0.2.7/dt-2.0.5/af-2.7.0/b-3.0.2/b-colvis-3.0.2/b-html5-3.0.2/b-print-3.0.2/cr-2.0.1/date-1.5.2/fc-5.0.0/fh-4.0.1/kt-2.12.0/r-3.0.2/rg-1.5.0/rr-1.5.0/sc-2.4.1/sb-1.7.1/sp-2.3.1/sl-2.0.1/sr-1.4.1
 *
 * Included libraries:
 *   JSZip 3.10.1, pdfmake 0.2.7, DataTables 2.0.5, AutoFill 2.7.0, Buttons 3.0.2, Column visibility 3.0.2, HTML5 export 3.0.2, Print view 3.0.2, ColReorder 2.0.1, DateTime 1.5.2, FixedColumns 5.0.0, FixedHeader 4.0.1, KeyTable 2.12.0, Responsive 3.0.2, RowGroup 1.5.0, RowReorder 1.5.0, Scroller 2.4.1, SearchBuilder 1.7.1, SearchPanes 2.3.1, Select 2.0.1, StateRestore 1.4.1
 */
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}

div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 52%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 52%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 8.5px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.3;
  line-height: 8.5px;
  font-size: 0.5em;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 1;
}

table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 10px 6px 10px;
}

table.dataTable > tbody > tr {
  background-color: transparent;
}

table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}

table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}

table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}

table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}

table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}

table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}

table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}

table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/*
 * Control feature layout
 */
div.dt-container {
  position: relative;
  clear: both;
}

div.dt-container div.dt-layout-row {
  display: table;
  clear: both;
  width: 100%;
}

div.dt-container div.dt-layout-row.dt-layout-table {
  display: block;
}

div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell {
  display: block;
}

div.dt-container div.dt-layout-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}

div.dt-container div.dt-layout-cell.dt-full {
  text-align: center;
}

div.dt-container div.dt-layout-cell.dt-start {
  text-align: left;
}

div.dt-container div.dt-layout-cell.dt-end {
  text-align: right;
}

div.dt-container div.dt-layout-cell:empty {
  display: none;
}

div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}

div.dt-container select.dt-input {
  padding: 4px;
  background: unset;
  appearance: auto;
}

div.dt-container .dt-paging .dt-paging-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #4e4e4e;
  font-size: 15px;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: #000000;
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  opacity: 0.25;
  pointer-events: none;
}

div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}

div.dt-container .dataTables_scroll {
  clear: both;
}

div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row {
    display: block;
  }
  div.dt-container div.dt-layout-cell {
    display: block;
  }
  div.dt-container div.dt-layout-cell.dt-full, div.dt-container div.dt-layout-cell.dt-start, div.dt-container div.dt-layout-cell.dt-end {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .dt-container .dt-length,
  .dt-container .dt-search {
    float: none;
    text-align: center;
  }
  .dt-container .dt-search {
    margin-top: 0.5em;
  }
}
html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}

html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable.row-border > tbody > tr > *, html.dark table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.row-border > tbody > tr:first-child > *, html.dark table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}

html.dark .dt-container.dt-empty-footer table.dataTable {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}

html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #666 !important;
}

html.dark .dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}

html.dark .dt-container .dt-paging .dt-paging-button:active {
  background: #3a3a3a;
}

/*
 * Overrides for RTL support
 */
*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}

*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

div.dt-autofill-handle {
  position: absolute;
  height: 10px;
  width: 10px;
  z-index: 10;
  box-sizing: border-box;
  background: #36f;
  cursor: pointer;
}

div.dtk-focus-alt div.dt-autofill-handle {
  background: #ff8b33;
}

div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #4989de;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}

div.dt-autofill-select.top, div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}

div.dt-autofill-select.left, div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}

div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 0.75em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  z-index: 104;
  box-sizing: border-box;
  padding: 2em;
}

div.dt-autofill-list div.dtaf-popover-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dt-autofill-list > div.dt-autofill-list-items > button {
  display: block;
  width: 100%;
  margin: 1em 0;
  padding: 1em;
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.175);
  background-color: #f6f6f6;
  text-align: left;
  cursor: pointer;
}

div.dt-autofill-list > div.dt-autofill-list-items > button:hover {
  background-color: #ebebeb;
}

div.dt-autofill-list > div.dt-autofill-list-items > button:first-child {
  margin-top: 0;
}

div.dt-autofill-list > div.dt-autofill-list-items > button:last-child {
  margin-bottom: 0;
}

div.dt-autofill-list > div.dt-autofill-list-items > button input[type=number] {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px;
  width: 70px;
  margin: -2px 0;
}

div.dt-autofill-list > div.dt-autofill-list-items > button span {
  float: right;
}

div.dtaf-popover-closeable {
  padding-top: 2.5em;
}

div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 103;
}

html.dark div.dt-autofill-handle {
  background: rgb(110, 168, 254);
}

html.dark div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: rgb(110, 168, 254);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(0, 0, 0, 0.5) 5px, rgba(0, 0, 0, 0.5) 10px);
}

html.dark div.dt-autofill-list {
  background-color: var(--dt-html-background);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

html.dark div.dt-autofill-list button {
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.175);
  background-color: rgb(47, 52, 56);
}

html.dark div.dt-autofill-list button:hover {
  background-color: rgb(64, 69, 73);
}

@media screen and (max-width: 767px) {
  div.dt-autofill-handle {
    height: 16px;
    width: 16px;
  }
  div.dt-autofill-list {
    width: 90%;
    left: 74.5%;
  }
}
@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dataTables_wrapper {
  position: relative;
}

div.dt-buttons {
  position: initial;
}

div.dt-buttons .dt-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border-radius: 0.75em;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 2003;
  overflow: hidden;
}

div.dt-button-info h2 {
  padding: 2rem 2rem 1rem 2rem;
  margin: 0;
  font-weight: normal;
}

div.dt-button-info > div {
  padding: 1em 2em 2em 2em;
}

div.dtb-popover-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2003;
}

button.dtb-hide-drop {
  display: none !important;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0.5em 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.dt-button-collection-title:empty {
  display: none;
}

span.dt-button-spacer {
  display: inline-block;
  margin: 0.5em;
  white-space: nowrap;
}

span.dt-button-spacer.bar {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  padding-left: 0.5em;
}

span.dt-button-spacer.bar:empty {
  height: 1em;
  width: 1px;
  padding-left: 0;
}

div.dt-button-collection .dt-button-active {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection .dt-button-active.dt-button-split {
  padding-right: 0;
}

div.dt-button-collection .dt-button-active.dt-button-split:after {
  display: none;
}

div.dt-button-collection .dt-button-active.dt-button-split > *:first-child {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active.dt-button-split > *:first-child:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection .dt-button-active-a a {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active-a a:after {
  position: absolute;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection span.dt-button-spacer {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin: 0.5em 0;
}

div.dt-button-collection span.dt-button-spacer:empty {
  height: 0;
  width: 100%;
}

div.dt-button-collection span.dt-button-spacer.bar {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}

@media print {
  table.dataTable tr > * {
    box-shadow: none !important;
  }
}
html.dark div.dt-button-info {
  background-color: var(--dt-html-background);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

div.dt-buttons > .dt-button,
div.dt-buttons > div.dt-button-split .dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 0.167em;
  margin-right: 0.167em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}

div.dt-buttons > .dt-button:first-child,
div.dt-buttons > div.dt-button-split .dt-button:first-child {
  margin-left: 0;
}

div.dt-buttons > .dt-button.disabled,
div.dt-buttons > div.dt-button-split .dt-button.disabled {
  cursor: default;
  opacity: 0.4;
}

div.dt-buttons > .dt-button.dt-button-active:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
  box-shadow: inset 1px 1px 3px #999999;
}

div.dt-buttons > .dt-button.dt-button-active:not(.disabled):hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}

div.dt-buttons > .dt-button:hover,
div.dt-buttons > div.dt-button-split .dt-button:hover {
  text-decoration: none;
}

div.dt-buttons > .dt-button:hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}

div.dt-buttons > .dt-button:focus:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
  outline: 2px solid rgb(53, 132, 228);
}

div.dt-buttons > .dt-button embed,
div.dt-buttons > div.dt-button-split .dt-button embed {
  outline: none;
}

div.dt-buttons > div.dt-button-split .dt-button:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

div.dt-buttons > div.dt-button-split .dt-button:first-child:hover {
  border-right: 1px solid #666;
}

div.dt-buttons > div.dt-button-split .dt-button:last-child {
  border-left: 1px solid transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

div.dt-buttons > div.dt-button-split .dt-button:last-child:hover {
  border-left: 1px solid #666;
}

div.dt-buttons span.dt-button-down-arrow {
  position: relative;
  top: -2px;
  font-size: 10px;
  padding-left: 10px;
  line-height: 1em;
  opacity: 0.6;
}

div.dt-buttons div.dt-button-split {
  display: inline-block;
}

div.dt-buttons div.dt-button-split .dt-button:first-child {
  margin-right: 0;
}

div.dt-buttons div.dt-button-split .dt-button:last-child {
  margin-left: -1px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  z-index: 2;
}

div.dt-buttons div.dt-button-split .dt-button:last-child span {
  padding-left: 0;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0.75em 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

div.dt-button-collection .dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0.5em 1em;
  border: none;
  text-align: left;
  cursor: pointer;
  color: inherit;
}

div.dt-button-collection .dt-button.dt-button-active {
  background: none;
  box-shadow: none;
}

div.dt-button-collection .dt-button.disabled {
  cursor: default;
  opacity: 0.4;
}

div.dt-button-collection .dt-button:hover:not(.disabled) {
  border: none;
  background: rgba(153, 153, 153, 0.1);
  box-shadow: none;
}

div.dt-button-collection div.dt-button-split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}

div.dt-button-collection div.dt-button-split button.dt-button {
  margin: 0;
  display: inline-block;
  width: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50px;
}

div.dt-button-collection div.dt-button-split button.dt-button-split-drop {
  min-width: 33px;
  flex: 0;
}

div.dt-button-collection.fixed .dt-button {
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.1);
}

div.dt-button-collection.fixed {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  background-color: white;
  padding: 0.5em;
}

div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

div.dt-button-collection.fixed.columns {
  margin-left: -409px;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -308px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -203px;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -100px;
  }
}
div.dt-button-collection.fixed > :last-child {
  max-height: 100vh;
  overflow: auto;
}

div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

div.dt-button-collection.two-column {
  width: 400px;
}

div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  column-count: 2;
}

div.dt-button-collection.three-column {
  width: 450px;
}

div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  column-count: 3;
}

div.dt-button-collection.four-column {
  width: 600px;
}

div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  column-count: 4;
}

div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-collection.columns {
  width: auto;
}

div.dt-button-collection.columns > :last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  width: 818px;
  padding-bottom: 1px;
}

div.dt-button-collection.columns > :last-child .dt-button {
  min-width: 200px;
  flex: 0 1;
  margin: 0;
}

div.dt-button-collection.columns.dtb-b3 > :last-child, div.dt-button-collection.columns.dtb-b2 > :last-child, div.dt-button-collection.columns.dtb-b1 > :last-child {
  justify-content: space-between;
}

div.dt-button-collection.columns.dtb-b3 .dt-button {
  flex: 1 1 32%;
}

div.dt-button-collection.columns.dtb-b2 .dt-button {
  flex: 1 1 48%;
}

div.dt-button-collection.columns.dtb-b1 .dt-button {
  flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.columns > :last-child {
    width: 612px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.columns > :last-child {
    width: 406px;
  }
  div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 0 1 32%;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.columns > :last-child {
    width: 200px;
  }
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Fallback */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}

.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid rgb(40, 40, 40);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
html.dark div.dt-buttons > .dt-button,
html.dark div.dt-buttons > div.dt-button-split .dt-button {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark div.dt-buttons > .dt-button.dt-button-active:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled) {
  background: rgba(179, 179, 179, 0.15);
  box-shadow: inset 1px 1px 2px black;
}

html.dark div.dt-buttons > .dt-button.dt-button-active:not(.disabled):hover:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled) {
  background: rgba(128, 128, 128, 0.15);
  box-shadow: inset 1px 1px 3px black;
}

html.dark div.dt-buttons > .dt-button:hover:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
  background: rgba(179, 179, 179, 0.15);
}

html.dark div.dt-buttons > .dt-button:focus:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
  outline: 2px solid rgb(110, 168, 254);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child:hover {
  border-right: 1px solid rgb(89, 91, 94);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:last-child:hover {
  border-left: 1px solid rgb(89, 91, 94);
}

html.dark div.dt-button-collection {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgb(33, 37, 41);
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
}

body.dtcr-dragging {
  overflow-x: hidden;
}

table.dtcr-cloned.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
  border-radius: 4px;
}

table.dataTable tbody tr td.dtcr-moving {
  background-color: rgba(127, 127, 127, 0.15);
}

table.dataTable tbody tr td.dtcr-moving-first {
  border-left: 1px solid #0259C4;
}

table.dataTable tbody tr td.dtcr-moving-last {
  border-right: 1px solid #0259C4;
}

html.dark table.dtcr-cloned.dataTable {
  background-color: rgba(33, 33, 33, 0.9);
}

div.dt-datetime {
  position: absolute;
  background-color: white;
  z-index: 2050;
  border: 1px solid #ccc;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  padding: 6px 20px;
  width: 275px;
  border-radius: 5px;
}

div.dt-datetime.inline {
  position: relative;
  box-shadow: none;
}

div.dt-datetime div.dt-datetime-title {
  text-align: center;
  padding: 5px 0px 3px;
}

div.dt-datetime div.dt-datetime-buttons {
  text-align: center;
}

div.dt-datetime div.dt-datetime-buttons a {
  display: inline-block;
  padding: 0 0.5em 0.5em 0.5em;
  margin: 0;
  font-size: 0.9em;
}

div.dt-datetime div.dt-datetime-buttons a:hover {
  text-decoration: underline;
}

div.dt-datetime table {
  border-spacing: 0;
  margin: 12px 0;
  width: 100%;
}

div.dt-datetime table.dt-datetime-table-nospace {
  margin-top: -12px;
}

div.dt-datetime table th {
  font-size: 0.8em;
  color: #777;
  font-weight: normal;
  width: 14.285714286%;
  padding: 0 0 4px 0;
  text-align: center;
}

div.dt-datetime table td {
  font-size: 0.9em;
  color: #444;
  padding: 0;
}

div.dt-datetime table td.selectable {
  text-align: center;
  background: #f5f5f5;
}

div.dt-datetime table td.selectable.disabled {
  color: #aaa;
  background: white;
}

div.dt-datetime table td.selectable.disabled button:hover {
  color: #aaa;
  background: white;
}

div.dt-datetime table td.selectable.now {
  background-color: #ddd;
}

div.dt-datetime table td.selectable.now button {
  font-weight: bold;
}

div.dt-datetime table td.selectable.selected button {
  background: #4E6CA3;
  color: white;
  border-radius: 2px;
}

div.dt-datetime table td.selectable button:hover {
  background: #ff8000;
  color: white;
  border-radius: 2px;
}

div.dt-datetime table td.dt-datetime-week {
  font-size: 0.7em;
}

div.dt-datetime table button {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  font-size: inherit;
  color: inherit;
  text-align: center;
  padding: 4px 0;
  cursor: pointer;
  margin: 0;
}

div.dt-datetime table button span {
  display: inline-block;
  min-width: 14px;
  text-align: right;
}

div.dt-datetime table.weekNumber th {
  width: 12.5%;
}

div.dt-datetime div.dt-datetime-calendar table {
  margin-top: 0;
}

div.dt-datetime div.dt-datetime-label {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 5px 6px;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}

div.dt-datetime div.dt-datetime-label:hover {
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #f5f5f5;
}

div.dt-datetime div.dt-datetime-label select {
  position: absolute;
  top: 6px;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

div.dt-datetime.horizontal {
  width: 550px;
}

div.dt-datetime.horizontal div.dt-datetime-date,
div.dt-datetime.horizontal div.dt-datetime-time {
  width: 48%;
}

div.dt-datetime.horizontal div.dt-datetime-time {
  margin-left: 4%;
}

div.dt-datetime div.dt-datetime-date {
  position: relative;
  float: left;
  width: 100%;
}

div.dt-datetime div.dt-datetime-time {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}

div.dt-datetime div.dt-datetime-time > span {
  vertical-align: middle;
}

div.dt-datetime div.dt-datetime-time th {
  text-align: left;
}

div.dt-datetime div.dt-datetime-time div.dt-datetime-timeblock {
  display: inline-block;
  vertical-align: middle;
}

div.dt-datetime div.dt-datetime-iconLeft,
div.dt-datetime div.dt-datetime-iconRight {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid transparent;
}

div.dt-datetime div.dt-datetime-iconLeft:hover,
div.dt-datetime div.dt-datetime-iconRight:hover {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #f0f0f0;
  opacity: 0.6;
}

div.dt-datetime div.dt-datetime-iconLeft button,
div.dt-datetime div.dt-datetime-iconRight button {
  border: none;
  background: transparent;
  text-indent: 30px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

div.dt-datetime div.dt-datetime-iconLeft {
  position: absolute;
  top: 5px;
  left: 5px;
}

div.dt-datetime div.dt-datetime-iconLeft button {
  position: relative;
  z-index: 1;
}

div.dt-datetime div.dt-datetime-iconLeft:after {
  position: absolute;
  top: 7px;
  left: 10px;
  display: block;
  content: "";
  border-top: 7px solid transparent;
  border-right: 7px solid black;
  border-bottom: 7px solid transparent;
}

div.dt-datetime div.dt-datetime-iconRight {
  position: absolute;
  top: 5px;
  right: 5px;
}

div.dt-datetime div.dt-datetime-iconRight button {
  position: relative;
  z-index: 1;
}

div.dt-datetime div.dt-datetime-iconRight:after {
  position: absolute;
  top: 7px;
  left: 12px;
  display: block;
  content: "";
  border-top: 7px solid transparent;
  border-left: 7px solid black;
  border-bottom: 7px solid transparent;
}

div.dt-datetime-error {
  clear: both;
  padding: 0 1em;
  max-width: 240px;
  font-size: 11px;
  line-height: 1.25em;
  text-align: center;
  color: #b11f1f;
}

html.dark input.dt-datetime {
  color-scheme: dark;
}

html.dark div.dt-datetime {
  border: 1px solid #595b5e;
  background-color: #212529;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
}

html.dark div.dt-datetime table th {
  color: #ccc;
}

html.dark div.dt-datetime table td {
  color: #eee;
}

html.dark div.dt-datetime table td.selectable {
  background: #373c41;
}

html.dark div.dt-datetime table td.selectable.disabled {
  color: #aaa;
  background: #171b1f;
}

html.dark div.dt-datetime table td.selectable.disabled button:hover {
  color: #aaa;
  background: #171b1f;
}

html.dark div.dt-datetime table td.selectable.now {
  background: #4b5055;
}

html.dark div.dt-datetime table td.selectable.selected button {
  background: #6ea8fe;
  color: black;
}

html.dark div.dt-datetime table td.selectable button:hover {
  background: #ff8000;
  color: black;
}

html.dark div.dt-datetime div.dt-datetime-label:hover {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
}

html.dark div.dt-datetime div.dt-datetime-iconLeft:hover,
html.dark div.dt-datetime div.dt-datetime-iconRight:hover,
html.dark div.dt-datetime div.dt-datetime-iconUp:hover,
html.dark div.dt-datetime div.dt-datetime-iconDown:hover {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
}

html.dark div.dt-datetime div.dt-datetime-iconLeft:after {
  border-right-color: white;
}

html.dark div.dt-datetime div.dt-datetime-iconRight:after {
  border-left-color: white;
}

html.dark div.dt-datetime select {
  color-scheme: dark;
}

html.dark div.dt-datetime-error {
  color: #b11f1f;
}

table.dataTable thead tr > .dtfc-fixed-start,
table.dataTable thead tr > .dtfc-fixed-end,
table.dataTable tfoot tr > .dtfc-fixed-start,
table.dataTable tfoot tr > .dtfc-fixed-end {
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: white;
}

table.dataTable tbody tr > .dtfc-fixed-start,
table.dataTable tbody tr > .dtfc-fixed-end {
  z-index: 1;
  background-color: white;
}

table.dataTable tr > .dtfc-fixed-left::after,
table.dataTable tr > .dtfc-fixed-right::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}

table.dataTable tr > .dtfc-fixed-left::after {
  right: 0;
  transform: translateX(100%);
}

table.dataTable tr > .dtfc-fixed-right::after {
  left: 0;
  transform: translateX(-80%);
}

table.dataTable.dtfc-scrolling-left tr > .dtfc-fixed-left::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.2);
}

table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.2);
}

table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right + .dtfc-fixed-right::after {
  box-shadow: none;
}

div.dt-scroll,
div.dtfh-floatingparent {
  position: relative;
}

div.dt-scroll div.dtfc-top-blocker,
div.dt-scroll div.dtfc-bottom-blocker,
div.dtfh-floatingparent div.dtfc-top-blocker,
div.dtfh-floatingparent div.dtfc-bottom-blocker {
  position: absolute;
  background-color: white;
}

html.dark table.dataTable thead tr > .dtfc-fixed-start,
html.dark table.dataTable thead tr > .dtfc-fixed-end,
html.dark table.dataTable tfoot tr > .dtfc-fixed-start,
html.dark table.dataTable tfoot tr > .dtfc-fixed-end {
  background-color: var(--dt-html-background);
}

html.dark table.dataTable tbody tr > .dtfc-fixed-start,
html.dark table.dataTable tbody tr > .dtfc-fixed-end {
  background-color: var(--dt-html-background);
}

html.dark table.dataTable.dtfc-scrolling-left tbody > tr > .dtfc-fixed-left::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.3);
}

html.dark table.dataTable.dtfc-scrolling-right tbody > tr > .dtfc-fixed-right::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.3);
}

html.dark table.dataTable.dtfc-scrolling-right tbody > tr > .dtfc-fixed-right + .dtfc-fixed-right::after {
  box-shadow: none;
}

html.dark div.dtfc-top-blocker,
html.dark div.dtfc-bottom-blocker {
  background-color: var(--dt-html-background);
}

table.fixedHeader-floating,
table.fixedHeader-locked {
  position: relative !important;
  background-color: var(--dt-html-background);
  background-color: var(--dt-html-background);
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  outline: 2px solid #3366ff;
  outline-offset: -2px;
}

table.dataTable tbody tr.selected th.focus,
table.dataTable tbody tr.selected td.focus {
  outline-color: #0033cc;
}

div.dtk-focus-alt table.dataTable tbody th.focus,
div.dtk-focus-alt table.dataTable tbody td.focus {
  outline: 2px solid #ff8b33;
  outline-offset: -2px;
}

html.dark table.dataTable tbody th.focus,
html.dark table.dataTable tbody td.focus {
  outline-color: rgb(13, 110, 253);
}

html.dark table.dataTable tbody tr.selected th.focus,
html.dark table.dataTable tbody tr.selected td.focus {
  outline-color: #0143a3;
}

html.dark div.dtk-focus-alt table.dataTable tbody th.focus,
html.dark div.dtk-focus-alt table.dataTable tbody td.focus {
  outline-color: #ff8b33;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 0.333em;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}

table.dataTable.dtr-column > tbody > tr.dtr-expanded td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: fit-content;
  max-height: 75%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 2.5em;
}

div.dtr-modal div.dtr-modal-content h2 {
  margin-top: 0;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
html.dark table.dataTable > tbody > tr > td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control:before {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

html.dark table.dataTable > tbody > tr > td.dtr-control.arrow-right::before,
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control.arrow-right::before {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}

html.dark table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before,
html.dark table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

html.dark table.dataTable > tbody > tr.child ul.dtr-details > li,
html[data-bs-theme=dark] table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom-color: rgb(64, 67, 70);
}

html.dark div.dtr-modal div.dtr-modal-display,
html[data-bs-theme=dark] div.dtr-modal div.dtr-modal-display {
  background-color: rgb(33, 37, 41);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

table.dataTable tr.dtrg-group th {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
}

table.dataTable tr.dtrg-group.dtrg-level-0 th {
  font-weight: bold;
}

table.dataTable tr.dtrg-group.dtrg-level-1 th,
table.dataTable tr.dtrg-group.dtrg-level-2 th,
table.dataTable tr.dtrg-group.dtrg-level-3 th,
table.dataTable tr.dtrg-group.dtrg-level-4 th,
table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

table.dataTable tr.dtrg-group.dtrg-level-2 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 2.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-3 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 3em;
}

table.dataTable tr.dtrg-group.dtrg-level-4 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 3.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 4em;
}

html.dark table.dataTable tr.dtrg-group th {
  background-color: rgba(255, 255, 255, 0.1);
}

html.dark table.dataTable tr.dtrg-group.dtrg-level-1 th {
  background-color: rgba(255, 255, 255, 0.05);
}

html.dark table.dataTable tr.dtrg-group.dtrg-level-2 th,
html.dark table.dataTable tr.dtrg-group.dtrg-level-3 th,
html.dark table.dataTable tr.dtrg-group.dtrg-level-4 th,
html.dark table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(255, 255, 255, 0.01);
}

div.dt-rowReorder-float-parent {
  table-layout: fixed;
  outline: 2px solid rgb(10, 89, 203);
  z-index: 2001;
  position: absolute !important;
  overflow: hidden;
  border-radius: 3px;
}

div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  opacity: 0.9;
  background-color: white;
  margin: 0 !important;
}

div.dt-rowReorder-float-parent.drop-not-allowed {
  cursor: not-allowed;
}

tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

html.dark div.dt-rowReorder-float-parent {
  outline-color: rgb(110, 168, 254);
}

html.dark div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  background-color: var(--dt-html-background);
}

html.dark tr.dt-rowReorder-moving {
  outline-color: #aaa;
}

div.dts {
  display: block !important;
}

div.dts tbody th,
div.dts tbody td {
  white-space: nowrap;
}

div.dts div.dts_loading {
  z-index: 1;
}

div.dts div.dts_label {
  position: absolute;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-align: right;
  border-radius: 3px;
  padding: 0.4em;
  z-index: 2;
  display: none;
}

div.dts div.dt-scroll-body,
div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px);
}

div.dts div.dt-scroll-body table,
div.dts div.dataTables_scrollBody table {
  background-color: white;
  z-index: 2;
}

div.dts div.dt-length,
div.dts div.dt-paging,
div.dts div.dataTables_paginate,
div.dts div.dataTables_length {
  display: none;
}

html.dark div.dts div.dts_label {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}

html.dark div.dts div.dt-scroll-body,
html.dark div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px);
}

html.dark div.dts div.dt-scroll-body table,
html.dark div.dts div.dataTables_scrollBody table {
  background-color: var(--dt-html-background);
  z-index: 2;
}

div.dt-button-collection {
  overflow: visible !important;
  z-index: 2002 !important;
}

div.dt-button-collection div.dtsb-searchBuilder {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

div.dt-button-collection.dtb-collection-closeable div.dtsb-titleRow {
  padding-right: 40px;
}

.dtsb-greyscale {
  border: 1px solid #cecece !important;
}

div.dtsb-logicContainer .dtsb-greyscale {
  border: none !important;
}

div.dtsb-searchBuilder {
  justify-content: space-evenly;
  cursor: default;
  margin-bottom: 1em;
  text-align: left;
}

div.dtsb-searchBuilder button.dtsb-button,
div.dtsb-searchBuilder select {
  font-size: 1em;
}

div.dtsb-searchBuilder div.dtsb-titleRow {
  justify-content: space-evenly;
  margin-bottom: 0.5em;
}

div.dtsb-searchBuilder div.dtsb-titleRow div.dtsb-title {
  display: inline-block;
  padding-top: 14px;
}

div.dtsb-searchBuilder div.dtsb-titleRow div.dtsb-title:empty {
  display: inline;
}

div.dtsb-searchBuilder div.dtsb-titleRow button.dtsb-clearAll {
  float: right;
  margin-bottom: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-vertical .dtsb-value, div.dtsb-searchBuilder div.dtsb-vertical .dtsb-data, div.dtsb-searchBuilder div.dtsb-vertical .dtsb-condition {
  display: block;
}

div.dtsb-searchBuilder div.dtsb-group {
  position: relative;
  clear: both;
  margin-bottom: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group button.dtsb-search {
  float: right;
}

div.dtsb-searchBuilder div.dtsb-group button.dtsb-clearGroup {
  margin: 2px;
  text-align: center;
  padding: 0;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  margin-top: 0.8em;
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria {
  margin-bottom: 0.8em;
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
  padding: 0.4em;
  margin-right: 0.8em;
  min-width: 5em;
  max-width: 20em;
  color: inherit;
  font-size: 1em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown option.dtsb-notItalic,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input option.dtsb-notItalic {
  font-style: normal;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-italic {
  font-style: italic;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont {
  flex: 1;
  white-space: nowrap;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont span.dtsb-joiner {
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont input.dtsb-value {
  width: 33%;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont select,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont input {
  height: 100%;
  box-sizing: border-box;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer {
  margin-left: auto;
  display: inline-block;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left {
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete:last-child, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right:last-child, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left:last-child {
  margin-right: 0;
}

@media screen and (max-width: 550px) {
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria {
    display: flex;
    flex-flow: none;
    flex-direction: column;
    justify-content: start;
    padding-right: calc(35px + 0.8em);
    margin-bottom: 0px;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:not(:first-child), div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:not(:nth-child(2)), div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:not(:last-child) {
    padding-top: 0.8em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:first-child, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:nth-child(2), div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:last-child {
    padding-top: 0em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
    max-width: none;
    width: 100%;
    margin-bottom: 0.8em;
    margin-right: 0.8em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont {
    margin-right: 0.8em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer {
    position: absolute;
    width: 35px;
    display: flex;
    flex-wrap: wrap-reverse;
    right: 0;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button {
    margin-right: 0px !important;
  }
}
div.dtsb-searchBuilder button,
div.dtsb-searchBuilder select.dtsb-dropDown,
div.dtsb-searchBuilder input {
  background-color: #f9f9f9;
}

div.dtsb-searchBuilder button.dtsb-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}

div.dtsb-searchBuilder button.dtsb-button:hover {
  background-color: #cecece;
  cursor: pointer;
}

div.dtsb-searchBuilder div.dtsb-logicContainer {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to right, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

div.dtsb-searchBuilder div.dtsb-logicContainer button {
  border: 1px solid transparent;
  background: transparent;
}

div.dtsb-searchBuilder button.dtsb-clearGroup {
  min-width: 2em;
  padding: 0;
}

div.dtsb-searchBuilder button.dtsb-iptbtn {
  min-width: 100px;
  text-align: left;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
  border: 1px solid;
  border-color: #cecece;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-logic {
  border: none;
  border-radius: 0px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 3em;
  margin: 0px;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-clearGroup {
  border: none;
  border-radius: 0px;
  width: 2em;
  margin: 0px;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
  border: 1px solid;
  border-radius: 3px;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-condition {
  border-color: #48b13c;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-data {
  border-color: #e70f00;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-value, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-value {
  border-color: #0069ba;
}

html.dark div.dtsb-searchBuilder button.dtsb-button,
html.dark div.dtsb-searchBuilder select.dtsb-dropDown,
html.dark div.dtsb-searchBuilder input.dtsb-input {
  background-color: rgb(66, 69, 73) !important;
  color-scheme: dark;
}

html.dark div.dtsb-searchBuilder button.dtsb-button {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark div.dtsb-searchBuilder button.dtsb-button:hover {
  background: rgba(179, 179, 179, 0.15);
}

html.dark div.dtsb-searchBuilder div.dtsb-logicContainer {
  border: 1px solid rgb(89, 91, 94);
}

html.dark div.dtsb-searchBuilder .dtsb-greyscale {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

div.dtsp-topRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
}

div.dtsp-topRow input.dtsp-search {
  text-overflow: ellipsis;
  min-width: 50px;
  flex-basis: 90px;
  max-width: none;
}

div.dtsp-topRow input.dtsp-search::placeholder {
  color: inherit;
}

div.dtsp-topRow div.dtsp-subRow1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1 1 auto;
}

div.dtsp-topRow div.dtsp-subRow1 div.dtsp-searchCont {
  position: relative;
  width: 100%;
}

div.dtsp-topRow div.dtsp-subRow1 input {
  padding-right: 2em;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 1em;
}

div.dtsp-topRow div.dtsp-subRow1 input[disabled=disabled] {
  background-color: transparent;
  border: none;
  cursor: initial;
  box-shadow: none;
  padding-bottom: 0;
  padding-top: 0;
  min-height: 1em;
  height: fit-content;
  box-sizing: content-box;
}

div.dtsp-topRow div.dtsp-subRow1 input[disabled=disabled]::placeholder {
  color: initial;
  opacity: 1;
}

div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABbmlDQ1BpY2MAACiRdZE7SwNBFIU/EyWikRRaiFhsoWKhEBREO42FTZAQFYza7G5eQhKX3QQJtoKNhWAh2vgq/AfaCrYKgqAIIhb+Al+NhPVOEkiQZJbZ+3FmzmXmDHjCGTPrtAYhm8vb0bmQthxb0Xzv+PHRxRSabjrWTCQSpun4eaRF1YdR1av5voajM55wTGhpF54wLTsvPC0c3sxbineFe8y0Hhc+ER6x5YDCt0o3KvymOFXhL8X2YnQWPKqnlqpjo47NtJ0VHhYeyGYKZvU86ib+RG5pQWqfzH4coswRQsOgwDoZ8oxKzUlmjX3Bsm+eDfGY8rcoYosjRVq8I6IWpGtCalL0hHwZiir3/3k6yfGxSnd/CNpeXfdzEHz7UNpz3d9T1y2dgfcFrnM1/4bkNPkt+l5NGziGwDZc3tQ04wCudqD32dJtvSx5ZXqSSfi4gK4YdN9Dx2olq+o650+wuCVPdAeHRzAk+wNrfw8JaBFXEnV+AAAACXBIWXMAAA9hAAAPYQGoP6dpAAABMUlEQVQoU6XRr0vDQRjH8akoM4iIjqGoOIZ5oIjB5XWxajaYDGLSIhhNYjcPRDSJwbQNw+L+BNGgYYo/5pT5/shz8vDlBgMPXux7z3N3z+25VOofYyCyd4ZYCavI4gXPsRp9LqiDdrEMH+8wv8Vh8gBfWclFPOEUN3hAHjlMoRa7wTzBS5xgKLFglPkZLjDic6HyDsEMNvGR2Nxifoci3tEI+X770JU0XmPXIlax+LTPh83fFox1X6kxyzdjm9UcdXi9S+Vti6svfyNULhNR9TVsYNhW6Ff9KKCNR7/Zv6eeaQ+6+qcdpu9BqGlp1HFgud+FYdzzUcUExu0Q/cdzHGEFetIlXKPjK/sbqYoOftMiS+j9jzEJPd1Wt+5+kdR/9EM9ucIC5jCbyPc01Q32kfsBppYz3hYFcCwAAAAASUVORK5CYII=") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

div.dtsp-topRow div.dtsp-subRow2 {
  white-space: nowrap;
  flex: 0 0 auto;
}

div.dtsp-topRow button > span {
  display: inline-block;
  height: 100%;
  width: 100%;
}

div.dtsp-topRow button.dtsp-nameButton span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAK2SURBVFgJ7ZY9j41BFICvryCExrJBQ6HyEYVEIREaUZDQIRoR2ViJKCioxV+gkVXYTVZEQiEUhG2EQnxUCh0FKolY4ut5XnM2cyfva3Pt5m7EPcmzZ2bemTNnzjkzd1utnvQi0IvAfxiBy5z5FoxO89kPY+8mbMjtzs47RXs5/WVpbAG6bWExt5PuIibvhVkwmC+ck3eK9ln6/fAddFojYzBVuYSBpcnIEvRaqOw2RcaN18FPuJH0JvRUxbT3wWf4ltiKPgfVidWlbGZgPozDFfgAC+EA/K2EI4cwcAJ+gPaeQ+VQU2SOMMGcPgPl/m/V2p50rrbRsRgt9Iv5h6xtpP22Bz7Ce1C+gFFxfKzOmShcU+Qmyh2w3w8rIJfddHTck66EukL/xPhj+JM8rHNmFys0Pg4v0up3aFNlwR9NYyodd3OL/C64zpsymcTFcf6ElM4YzjAWKYrJkaq8kE/yUYNP4BoYvS1QRo+hNtF5xfkTUjoTheukSFFMjlTFm6PjceOca/SMpKfeCR1L6Uzk/y2WIkVhNFJlJAZhP+hYns7b9D3IPuhY5mYrIv8OrQJvR5NYyNaW4jsU8pSGNySiVx4o5tXq3JkoXE/mg5R/M8dGJCJpKhaDcjBRdbI/Rm8g69c122om33BHmj2CHoV5qa9jUXBraJ+G1fAVjIBO1klc87ro1K4JZ/K35SWW3TwcyDd6TecqnAEd8cGq2+w84xvBm1n3vS0izKkkwh5XNC/GmFPqqAtPF89AOScKuemaNzoTV1SD5dtSbmLf1/RV+tC0WTgcj6R7HEtrVGWaqu/lYDZ/2pvxQ/kIyw/gFByHC9AHw910hv1aUUumyd8yy0QfhmEkfiNod0Xusct68J1qc8Tdux0Z97Q+hsDb+AYGYEbF/4Guw2Q/qDPqZG/zXgT+3Qj8AtKnfWhFwmuAAAAAAElFTkSuQmCC") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  vertical-align: bottom;
}

div.dtsp-topRow button.dtsp-countButton span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAG5SURBVEgN3VU9LwVBFF0fiYhofUSlEQkKhU7z/oBCQkIiGr9BgUbhVzy9BAnhFyjV/AYFiU5ICM7ZN+c5Zud5dm3lJmfmzrkz9+7cu3c3y/6jjOBSF8CxXS7FmTkbwqIJjDpJvTcmsJ4K3KPZUpyZsx0sxoB9J6mnAkyC7wGuuCFIipNtEcpcWExgXpOBc78vgj6N+QO4NVsjwdFM59tUIDxDrHMBOeIQ34C5ZDregXuAQm4YcI68nN9B3wr2PcwPAIPkN2EqtJH6b+QZm1ajjTx7BqwAr26Lb+C2Kvpbt0Mb2HAJ7NrGFGfmXO3DeA4UshDfQAVmH0gaUFg852TTTDvlxwBlCtxy9zXyBhQFaq0wMmIdRebrfgosA3zb2hKnqG0oqchp4QbuR8X0TjzABhbdOT8jnQ/atcgqpnfwOA7yqZyTU587ZkIGdesLTt2EkynOnbreMUUKMI/dA4B/QVOcO13CQh+5wWCgDwo/75u59odB/wjmfhbgvACcAOyZPHihMWAoIwxyCLgf1oxfgjzVbgBXSTzIN+f0pg6s5DkcesLMRpsBrgE2XO3CN64JFP7JtUeKHX4CKtRRXFZ+7dEAAAAASUVORK5CYII=") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  vertical-align: bottom;
}

div.dtsp-topRow button.dtsp-collapseButton span.dtsp-caret {
  position: relative;
  top: 9px;
  display: inline-block;
}

div.dtsp-topRow button.dtsp-collapseButton.dtsp-rotated {
  transform: rotate(180deg);
}

div.dtsp-searchPane table thead th,
div.dtsp-searchPane table thead td {
  width: 100% !important;
}

div.dt-button-collection {
  z-index: 2002;
}

div.dt-button-collection.dtb-collection-closeable div.dtsp-titleRow {
  padding-right: 25px;
}

div.dtsp-columns-1 {
  max-width: 100%;
  min-width: 100%;
  margin: 0px !important;
}

div.dtsp-columns-2 {
  max-width: 49%;
  min-width: 49%;
  margin: 0px !important;
}

div.dtsp-columns-3 {
  max-width: 32%;
  min-width: 32%;
  margin: 0px !important;
}

div.dtsp-columns-4 {
  max-width: 24%;
  min-width: 24%;
  margin: 0px !important;
}

div.dtsp-columns-5 {
  max-width: 19%;
  min-width: 19%;
  margin: 0px !important;
}

div.dtsp-columns-6 {
  max-width: 16%;
  min-width: 16%;
  margin: 0px !important;
}

div.dtsp-columns-7 {
  max-width: 14%;
  min-width: 14%;
  margin: 0px !important;
}

div.dtsp-columns-8 {
  max-width: 12%;
  min-width: 12%;
  margin: 0px !important;
}

div.dtsp-columns-9 {
  max-width: 10.5%;
  min-width: 10.5%;
  margin: 0px !important;
}

div.dtsp-narrow {
  flex-direction: column !important;
}

div.dtsp-narrow div.dtsp-subRow1,
div.dtsp-narrow div.dtsp-subRow2 {
  width: 100%;
}

div.dtsp-narrow div.dtsp-subRow2 button {
  margin: 0 !important;
  width: 25% !important;
}

div.dt-button-collection div.dtsp-panesContainer {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 0;
}

div.dtsp-panesContainer {
  margin-bottom: 1em;
}

div.dtsp-searchPane div.dt-container,
div.dtsp-searchPane div.dataTables_wrapper {
  width: 100%;
}

div.dtsp-searchPane div.dt-container div.dataTables_layout_cell,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_layout_cell {
  padding: 0;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-head,
div.dtsp-searchPane div.dt-container div.dataTables_scrollHead,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-head,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollHead {
  display: none !important;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody {
  background: white !important;
  border: none;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body thead,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody thead,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body thead,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody thead {
  display: none;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body table tr > th,
div.dtsp-searchPane div.dt-container div.dt-scroll-body table tr > td,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody table tr > th,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody table tr > td,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body table tr > th,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body table tr > td,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody table tr > th,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody table tr > td {
  padding: 5px 10px;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body td.dtsp-nameColumn,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody td.dtsp-nameColumn,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body td.dtsp-nameColumn,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody td.dtsp-nameColumn {
  width: 100% !important;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
  cursor: default;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  flex-grow: 1;
  text-align: left;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
  display: inline-block;
  background-color: #cfcfcf;
  text-align: center;
  border-radius: 10px;
  width: auto;
  min-width: 30px;
  color: black;
  font-size: 0.9em;
  padding: 0 4px;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill:empty,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill:empty,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill:empty,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill:empty {
  display: none;
}

div.dtsp-panesContainer {
  clear: both;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

div.dtsp-panesContainer div.dtsp-searchPanes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  clear: both;
  text-align: left;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane {
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 0.9em;
  margin-top: 15px !important;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dt-container,
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper {
  flex: 1;
  box-sizing: border-box;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dt-container div.dt-search,
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dt-container div.dataTables_filter,
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper div.dt-search,
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper div.dataTables_filter {
  display: none;
}

div.dtsp-panesContainer div.dtsp-title {
  float: left;
  padding: 10px 0;
}

div.dtsp-panesContainer button.dtsp-clearAll,
div.dtsp-panesContainer button.dtsp-collapseAll,
div.dtsp-panesContainer button.dtsp-showAll {
  float: right;
}

div.dtsp-hidden {
  display: none !important;
}

html.dark div.dtsp-topRow div.dtsp-subRow1 div.dtsp-searchCont input[disabled=disabled]::placeholder,
html[data-bs-theme=dark] div.dtsp-topRow div.dtsp-subRow1 div.dtsp-searchCont input[disabled=disabled]::placeholder {
  color: white;
}

div.dtsp-searchPane div.dt-container,
div.dtsp-searchPane div.dataTables_wrapper {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

div.dtsp-searchPane div.dt-container:hover,
div.dtsp-searchPane div.dataTables_wrapper:hover {
  border: 1px solid #cfcfcf;
}

div.dtsp-searchPane div.dt-container div.dt-scroll,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll {
  margin: -5px 0;
}

div.dtsp-searchPane div.dt-container table.dataTable,
div.dtsp-searchPane div.dataTables_wrapper table.dataTable {
  border-bottom: none !important;
}

div.dtsp-searchPane div.dtsp-topRow {
  border: 1px solid transparent;
}

div.dtsp-searchPane div.dtsp-topRow div.dtsp-subRow1 input[disabled=disabled] {
  padding-bottom: 5px;
}

div.dtsp-searchPane div.dtsp-topRow div.dtsp-searchCont input.dtsp-search {
  border: none;
  padding-left: 3px;
}

div.dtsp-searchPane div.dtsp-topRow.dtsp-bordered {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}

div.dtsp-searchPane div.dtsp-topRow.dtsp-bordered:hover {
  background-color: #f0f0f0;
}

div.dtsp-searchPane input.dtsp-paneInputButton,
div.dtsp-searchPane button.dtsp-paneButton {
  height: 35px;
  width: 35px;
  min-width: 0;
  display: inline-block;
  margin: 2px;
  border: 0px solid transparent;
  background-color: transparent;
  margin-bottom: 0px;
}

div.dtsp-searchPane input.dtsp-paneInputButton:hover,
div.dtsp-searchPane button.dtsp-paneButton:hover {
  background-color: #f0f0f0;
  border-radius: 2px;
  cursor: pointer;
}

div.dtsp-searchPane button.dtsp-paneButton {
  vertical-align: middle;
  opacity: 0.6;
}

div.dtsp-panesContainer button.dtsp-clearAll,
div.dtsp-panesContainer button.dtsp-collapseAll,
div.dtsp-panesContainer button.dtsp-showAll {
  border: 1px solid transparent;
  background-color: transparent;
}

div.dtsp-panesContainer button.dtsp-clearAll:hover,
div.dtsp-panesContainer button.dtsp-collapseAll:hover,
div.dtsp-panesContainer button.dtsp-showAll:hover {
  background-color: #f0f0f0;
  border-radius: 2px;
  cursor: pointer;
}

div.dtsp-panesContainer button.dtsp-disabledButton {
  cursor: default !important;
  color: rgb(124, 124, 124);
}

div.dtsp-panesContainer button.dtsp-disabledButton:hover {
  background-color: transparent;
}

div.dtsp-panesContainer button.dtsp-disabledButton:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  div.dtsp-columns-4,
  div.dtsp-columns-5,
  div.dtsp-columns-6 {
    max-width: 31% !important;
    min-width: 31% !important;
  }
}
@media screen and (max-width: 640px) {
  div.dtsp-searchPanes {
    flex-direction: column !important;
  }
  div.dtsp-searchPane {
    max-width: 98% !important;
    min-width: 98% !important;
  }
}
html.dark div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon span {
  filter: invert(1);
}

html.dark div.dtsp-topRow button.dtsp-nameButton span {
  filter: invert(1);
}

html.dark div.dtsp-topRow button.dtsp-countButton span {
  filter: invert(1);
}

html.dark div.dtsp-topRow input.dtsp-paneInputButton,
html.dark div.dtsp-topRow button.dtsp-paneButton {
  color: inherit;
}

html.dark div.dtsp-topRow input.dtsp-paneInputButton:hover,
html.dark div.dtsp-topRow button.dtsp-paneButton:hover {
  background-color: rgb(64, 69, 73);
}

html.dark div.dtsp-topRow.dtsp-bordered {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgb(47, 52, 56) !important;
}

html.dark div.dtsp-topRow.dtsp-bordered:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

html.dark div.dtsp-panesContainer button.dtsp-clearAll,
html.dark div.dtsp-panesContainer button.dtsp-collapseAll,
html.dark div.dtsp-panesContainer button.dtsp-showAll {
  color: inherit;
}

html.dark div.dtsp-panesContainer button.dtsp-clearAll:hover,
html.dark div.dtsp-panesContainer button.dtsp-collapseAll:hover,
html.dark div.dtsp-panesContainer button.dtsp-showAll:hover {
  background-color: rgb(64, 69, 73);
}

html.dark div.dtsp-panesContainer button.dtsp-disabledButton {
  color: rgb(124, 124, 124);
}

html.dark div.dtsp-searchPane div.dt-container,
html.dark div.dtsp-searchPane div.dataTables_wrapper {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

html.dark div.dtsp-searchPane div.dt-container:hover,
html.dark div.dtsp-searchPane div.dataTables_wrapper:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

html.dark div.dtsp-searchPane div.dt-container div.dt-scroll-body,
html.dark div.dtsp-searchPane div.dt-container div.dataTables_scrollBody,
html.dark div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body,
html.dark div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody {
  background: rgb(47, 52, 56) !important;
}

html.dark div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
html.dark div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill,
html.dark div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
html.dark div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
  background-color: rgb(33, 37, 41);
  color: inherit;
}

table.dataTable > tbody > tr > .selected {
  background-color: rgba(13, 110, 253, 0.9);
  color: white;
}

table.dataTable > tbody > tr > .dt-select {
  text-align: center;
  vertical-align: middle;
}

table.dataTable > thead > tr > .dt-select {
  text-align: center;
}

table.dataTable input.dt-select-checkbox {
  appearance: none;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 3px;
  vertical-align: middle;
  margin-top: 1px;
  color: inherit;
  font-size: 20px;
  line-height: 1em;
}

table.dataTable input.dt-select-checkbox:checked:after {
  display: block;
  content: "✓";
  margin-top: -8px;
}

table.dataTable input.dt-select-checkbox:indeterminate:after {
  display: block;
  position: absolute;
  content: " ";
  top: 3px;
  left: 3px;
  height: 4px;
  width: 4px;
  background-color: black;
  border-radius: 2px;
}

table.dataTable > tbody > tr.selected input.dt-select-checkbox:checked {
  border: 1px solid;
}

table.dataTable > tbody > tr > td.select-checkbox,
table.dataTable > tbody > tr > th.select-checkbox {
  position: relative;
}

table.dataTable > tbody > tr > td.select-checkbox:before,
table.dataTable > tbody > tr > th.select-checkbox:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  content: " ";
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid;
  border-radius: 3px;
}

table.dataTable > tbody > tr.selected > td.select-checkbox:before,
table.dataTable > tbody > tr.selected > th.select-checkbox:before {
  border: 1px solid;
  content: "✓";
  font-size: 20px;
  line-height: 6px;
  text-align: center;
}

table.dataTable.compact > tbody > tr > td.select-checkbox:before,
table.dataTable.compact > tbody > tr > th.select-checkbox:before {
  margin-top: -12px;
}

table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after,
table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
  margin-top: -16px;
}

div.dt-container span.select-info,
div.dt-container span.select-item {
  margin-left: 0.5em;
}

html.dark table.dataTable input.dt-select-checkbox:indeterminate:after,
html[data-bs-theme=dark] table.dataTable input.dt-select-checkbox:indeterminate:after {
  background-color: white;
}

@media screen and (max-width: 640px) {
  div.dt-container span.select-info,
  div.dt-container span.select-item {
    margin-left: 0;
    display: block;
  }
}
div.dtsr-confirmation,
div.dtsr-creation {
  position: fixed;
  top: 20%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 0.75em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  z-index: 2003;
  box-sizing: border-box;
  padding: 2em;
}

div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-confirmation div.dtsr-confirmation-title-row,
div.dtsr-creation div.dtsr-creation-text,
div.dtsr-creation div.dtsr-confirmation-title-row {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-creation-text h2,
div.dtsr-confirmation div.dtsr-confirmation-title-row h2,
div.dtsr-creation div.dtsr-creation-text h2,
div.dtsr-creation div.dtsr-confirmation-title-row h2 {
  padding-left: 0;
  border-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 1rem;
}

div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
  text-align: center;
}

div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-confirmation div.dtsr-confirmation-buttons,
div.dtsr-creation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-confirmation-buttons {
  text-align: right;
  margin-top: 1em;
}

div.dtsr-confirmation div.dtsr-modal-foot button,
div.dtsr-confirmation div.dtsr-confirmation-buttons button,
div.dtsr-creation div.dtsr-modal-foot button,
div.dtsr-creation div.dtsr-confirmation-buttons button {
  margin: 0px;
}

div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-creation div.dtsr-creation-text {
  text-align: left;
  padding: 0px;
  border: none;
}

div.dtsr-confirmation div.dtsr-creation-text span,
div.dtsr-creation div.dtsr-creation-text span {
  font-size: 20px;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-left, div.dtsr-confirmation div.dtsr-creation-form div.dtsr-right,
div.dtsr-creation div.dtsr-creation-form div.dtsr-left,
div.dtsr-creation div.dtsr-creation-form div.dtsr-right {
  display: inline-block;
  width: 50%;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-left,
div.dtsr-creation div.dtsr-creation-form div.dtsr-left {
  text-align: right;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-right, div.dtsr-confirmation div.dtsr-creation-form div.dtsr-name-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-right,
div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row {
  display: flex;
  margin: 0.5em 0;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:first-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:first-child {
  margin-top: 1em;
  margin-bottom: 1em;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:last-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:last-child {
  margin-bottom: 0;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label {
  width: 25%;
  padding-right: 1em;
  text-align: right;
  padding-top: 2px;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input {
  width: 75%;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label {
  margin-bottom: 0.5em;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input {
  margin-right: 0.5em;
}

div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-confirmation-text label.dtsr-name-label,
div.dtsr-creation div.dtsr-confirmation-text label.dtsr-name-label {
  width: auto;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
}

div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-name-input,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
  width: 66.6%;
  display: inline-block;
}

div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-modal-foot {
  text-align: right;
  padding-top: 10px;
}

div.dtsr-confirmation span.dtsr-modal-error,
div.dtsr-creation span.dtsr-modal-error {
  color: red;
  font-size: 0.9em;
}

div.dtsr-creation {
  top: 10%;
}

div.dtsr-check-row {
  padding-top: 0px;
}

div.dtsr-popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtsr-background {
  z-index: 2002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
}

div.dt-button-collection h3 {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.dt-button-collection span.dtsr-emptyStates {
  border-radius: 5px;
  display: inline-block;
  line-height: 1.6em;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 7px;
  padding-top: 3px;
}

html.dark div.dtsr-confirmation,
html.dark div.dtsr-creation,
html[data-bs-theme=dark] div.dtsr-confirmation,
html[data-bs-theme=dark] div.dtsr-creation {
  background-color: rgb(33, 37, 41);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

html.dark div.dtsr-confirmation button,
html.dark div.dtsr-creation button,
html[data-bs-theme=dark] div.dtsr-confirmation button,
html[data-bs-theme=dark] div.dtsr-creation button {
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.175);
  background-color: rgb(47, 52, 56);
}

html.dark div.dtsr-confirmation button:hover,
html.dark div.dtsr-creation button:hover,
html[data-bs-theme=dark] div.dtsr-confirmation button:hover,
html[data-bs-theme=dark] div.dtsr-creation button:hover {
  background-color: rgb(64, 69, 73);
}

div.dtsr-confirmation h2,
div.dtsr-creation h2 {
  font-size: 24px;
}

div.dtsr-confirmation input[type=text],
div.dtsr-creation input[type=text] {
  padding: 3px;
}

div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-creation div.dtsr-creation-text {
  margin-bottom: 2em;
}

div.dtsr-confirmation button,
div.dtsr-creation button {
  display: inline-block;
  margin: 1em;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.175);
  background-color: #f6f6f6;
  text-align: left;
  cursor: pointer;
}

div.dtsr-confirmation button:hover,
div.dtsr-creation button:hover {
  background-color: #ebebeb;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #000000;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  font-size: 12px;
  padding: 2px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  appearance: auto;
}

.daterangepicker .calendar-time {
  position: relative;
  line-height: 30px;
  text-align: center;
  margin: 4px auto 0 auto;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  display: none;
  line-height: 12px;
  text-align: right;
  padding: 8px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  clear: both;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 13px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 3px 6px;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.1s;
}
.daterangepicker .drp-buttons .btn:hover {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/* Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.passing01 {
  display: flex;
}
@media (max-width: 640px) {
  .passing01 {
    position: relative;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.passing01 .left {
  width: 36.4583333333%;
}
@media (min-width: 641px) {
  .passing01 .left {
    max-height: calc(100vh - 70px);
  }
}
@media (max-width: 840px) {
  .passing01 .left {
    width: 42.2619047619%;
  }
}
@media (max-width: 720px) {
  .passing01 .left {
    width: 46.875%;
  }
}
@media (max-width: 640px) {
  .passing01 .left {
    width: 100%;
  }
}
.passing01 .left .top {
  display: flex;
  flex-direction: column;
  padding: 0 4.1666666667vw 30px;
  background: var(--bgimg) no-repeat center center/cover;
}
@media (min-width: 641px) {
  .passing01 .left .top {
    height: 58.9285714286%;
  }
}
@media (max-width: 640px) {
  .passing01 .left .top {
    padding: 30px 4.1666666667vw;
  }
}
.passing01 .left .top .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 70px;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .passing01 .left .top .logo {
    position: absolute;
    top: 0;
    left: 4.1666666667vw;
    z-index: 1;
  }
}
.passing01 .left .top .logo img {
  max-height: 60px;
}
@media (max-width: 640px) {
  .passing01 .left .top .logo img {
    max-height: calc(1rem + 3.75vw);
  }
}
.passing01 .left .top .editor {
  margin-top: auto;
}
@media (min-width: 641px) {
  .passing01 .left .top .editor {
    padding-right: 10px;
    max-height: 294px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 641px) and (min-width: 1025px) {
  .passing01 .left .top .editor::-webkit-scrollbar {
    width: 2px;
  }
  .passing01 .left .top .editor::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .passing01 .left .top .editor::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .passing01 .left .top .editor::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
@media (min-width: 641px) {
  .passing01 .left .top .editor::-webkit-scrollbar {
    width: 3px;
  }
}
@media (min-width: 641px) {
  .passing01 .left .top .editor::-webkit-scrollbar-track {
    background-image: linear-gradient(to bottom, #acacac, #acacac);
    background-size: 1px 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (min-width: 641px) {
  .passing01 .left .top .editor::-webkit-scrollbar-thumb, .passing01 .left .top .editor::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
}
@media (max-width: 640px) {
  .passing01 .left .top .button_set {
    justify-content: center;
  }
}
.passing01 .left .bottom {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 4.1666666667vw calc(2.75rem + 0.5208333333vw);
  background: var(--bgcolor);
}
@media (min-width: 641px) {
  .passing01 .left .bottom {
    height: 41.0714285714%;
  }
}
@media (max-width: 640px) {
  .passing01 .left .bottom {
    padding: 30px 4.1666666667vw calc(2.75rem + 1.5625vw);
  }
}
.passing01 .left .bottom .index_product {
  position: relative;
  width: 100%;
  height: 100%;
}
.passing01 .left .bottom .index_product .index_product_num {
  position: absolute;
  top: -1.0416666667vw;
  left: 0;
  color: rgba(254, 254, 254, 0.41);
  font-size: 7.7083333333vw;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media (max-width: 640px) {
  .passing01 .left .bottom .index_product .index_product_num {
    top: -3.125vw;
    font-size: 21.09375vw;
  }
}
.passing01 .left .bottom .index_product .index_product_name {
  position: absolute;
  top: 100%;
  width: 100%;
  color: #fff;
  font-size: calc(0.75rem + 0.625vw);
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media (max-width: 640px) {
  .passing01 .left .bottom .index_product .index_product_name {
    font-size: calc(0.75rem + 1.875vw);
  }
}
@media (max-width: 480px) {
  .passing01 .left .bottom .index_product .index_product_name {
    display: none;
  }
}
.passing01 .left .bottom .index_product .index_banner_product {
  width: 100%;
  height: 100%;
}
.passing01 .left .bottom .index_product .index_banner_product .slick-list,
.passing01 .left .bottom .index_product .index_banner_product .slick-track {
  height: 100%;
}
.passing01 .left .bottom .index_product .index_banner_product .slick-slide a {
  display: flex;
  align-items: center;
  height: 100%;
}
.passing01 .left .bottom .index_product .index_banner_product .slick-slide a img {
  max-height: 100%;
  margin: 0 auto;
}
.passing01 .left .bottom .index_product .index_banner_product .slick-slide p {
  color: #fff;
  font-size: calc(0.75rem + 1.875vw);
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 481px) {
  .passing01 .left .bottom .index_product .index_banner_product .slick-slide p {
    display: none;
  }
}
.passing01 .left .bottom .index_product .index_banner_product .slick-dots {
  bottom: -30px;
}
.passing01 .left .bottom .button_set {
  position: absolute;
  bottom: 18px;
  left: 8px;
}
@media (max-width: 480px) {
  .passing01 .left .bottom .button_set {
    display: none;
  }
}
.passing01 .left .bottom .button_set .arrowtype {
  width: 25px;
  height: 45px;
}
.passing01 .left .bottom .button_set .arrowtype svg {
  height: 20px;
}
.passing01 .right {
  position: relative;
  width: 63.5416666667%;
}
@media (max-width: 840px) {
  .passing01 .right {
    width: 57.7380952381%;
  }
}
@media (max-width: 720px) {
  .passing01 .right {
    width: 53.125%;
  }
}
@media (max-width: 640px) {
  .passing01 .right {
    width: 100%;
  }
}
.passing01 .right .index_banner .slick-slide picture {
  display: block;
}
@media (min-width: 641px) {
  .passing01 .right .index_banner .slick-slide picture {
    height: 849px;
    max-height: calc(100vh - 70px);
  }
}
.passing01 .right .index_banner .slick-slide picture img {
  width: 100%;
}
@media (min-width: 641px) {
  .passing01 .right .index_banner .slick-slide picture img {
    height: 100%;
    object-fit: cover;
  }
}
.passing01 .right .index_banner .slick-dots {
  bottom: 20px;
}
.passing01 .right .tool_btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 56%;
  right: 2.0833333333vw;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .passing01 .right .tool_btn {
    display: none;
  }
}
.passing01 .right .tool_btn .tool_page {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.passing01 .right .tool_btn .tool_page > span:nth-child(3) {
  display: block;
  position: relative;
  width: 1px;
  height: 103px;
  margin: 13px 0 10px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .passing01 .right .tool_btn .tool_page > span:nth-child(3) {
    height: 80px;
  }
}
.passing01 .right .tool_btn .tool_page > span:nth-child(3) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: all 0.6s;
}
.passing01 .right .tool_btn .slick-arrow {
  cursor: pointer;
}
.passing01 .right .tool_btn .slick-arrow svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.3s;
}
.passing01 .right .tool_btn .slick-arrow.prev {
  margin-bottom: 28px;
}
@media (max-width: 1440px) {
  .passing01 .right .tool_btn .slick-arrow.prev {
    margin-bottom: 15px;
  }
}
.passing01 .right .tool_btn .slick-arrow.prev svg {
  transform: rotate(-90deg);
}
.passing01 .right .tool_btn .slick-arrow.next svg {
  transform: rotate(90deg);
}
.passing01 .right .tool_btn .slick-arrow:hover svg {
  fill: #000000;
}
.passing01 .social_media {
  position: absolute;
  top: 0;
  right: 2.0833333333vw;
  display: flex;
  align-items: center;
  height: 70px;
  gap: 0 0.78125vw;
}
.passing01 .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
}
@media (max-width: 480px) {
  .passing01 .social_media a {
    width: 28px;
    height: 28px;
  }
}
.passing01 .social_media a svg {
  width: auto;
  height: 21px;
  fill: #fff;
  transition: all 0.1s;
}
@media (max-width: 480px) {
  .passing01 .social_media a svg {
    height: 18px;
  }
}
.passing01 .social_media a:hover svg.fb {
  fill: #0866FF;
}
.passing01 .social_media a:hover svg.ig {
  fill: #EB1383;
}
.passing01 .social_media a:hover svg.line {
  fill: #07BE5B;
}
.passing01 .social_media a:hover svg.tt {
  fill: #5DA9DD;
}
.passing01 .social_media a:hover svg.yt {
  fill: #FF0000;
}

.passing01_footer {
  background: #000000;
}
.passing01_footer .passing_container {
  padding: 0 4.1666666667vw;
}
.passing01_footer .footer_content {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 70px;
  padding: 15px 0;
}
@media (min-width: 641px) {
  .passing01_footer .footer_content {
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .passing01_footer .footer_content {
    flex-direction: column-reverse;
    padding: 30px 0;
  }
}
.passing01_footer .footer_content .copyright {
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .passing01_footer .footer_content .copyright {
    text-align: center;
  }
}
.passing01_footer .footer_content .copyright a {
  color: #fff;
}
@media (min-width: 641px) {
  .passing01_footer .footer_content .copyright br {
    display: none;
  }
}
@media (max-width: 400px) {
  .passing01_footer .footer_content .copyright br {
    display: none;
  }
}
.passing01_footer .footer_content .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 30px;
}
@media (max-width: 640px) {
  .passing01_footer .footer_content .info {
    align-items: center;
    flex-direction: column;
  }
}
.passing01_footer .footer_content .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  line-height: 1.8;
  padding-left: 20px;
  transition: all 0.1s;
}
.passing01_footer .footer_content .info a i {
  position: absolute;
  top: 7px;
  left: 0;
}
.passing01_footer .footer_content .info a:hover {
  color: #7a7a7a;
}

.passing01_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.passing01_popup .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.passing01_popup .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 10px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.passing01_popup .popup_content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .passing01_popup .popup_content .close_btn {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.passing01_popup .popup_content .close_btn::before, .passing01_popup .popup_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .passing01_popup .popup_content .close_btn::before, .passing01_popup .popup_content .close_btn::after {
    width: 15px;
  }
}
.passing01_popup .popup_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.passing01_popup .popup_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.passing01_popup .popup_content .editor {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.passing01_popup.show {
  opacity: 1;
  pointer-events: auto;
}
.passing01_popup.show .popup_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.header05 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 3.90625vw;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header05 {
    padding: 0 3.3333333333vw;
  }
}
@media (max-width: 1200px) {
  .header05 {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 480px) {
  .header05 {
    padding: 0 0 0 15px;
  }
}
.header05 .logo {
  display: block;
}
@media (max-width: 1200px) {
  .header05 .logo {
    margin-right: 15px;
  }
}
.header05 .logo img {
  max-height: 60px;
}
.header05 .navbar {
  display: flex;
}
.header05 .navbar .navmenu {
  display: flex;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .header05 .navbar .navmenu {
    display: none;
  }
}
.header05 .navbar .navmenu > li {
  position: relative;
}
.header05 .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  padding: 23px 25px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header05 .navbar .navmenu > li > a {
    padding: 23px 15px;
  }
}
.header05 .navbar .navmenu > li:hover > a, .header05 .navbar .navmenu > li.active > a {
  color: #000;
}
.header05 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header05 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header05 .navbar .navmenu > li ul li {
  position: relative;
}
.header05 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header05 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header05 .navbar .navmenu > li ul li:hover > a, .header05 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header05 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header05 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header05 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header05 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header05 .navbar .navtool {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .header05 .navbar .navtool {
    margin-left: 0;
  }
}
.header05 .navbar .navtool > div,
.header05 .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header05 .navbar .navtool > div,
  .header05 .navbar .navtool > a {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header05 .navbar .navtool > div,
  .header05 .navbar .navtool > a {
    padding: 0 25px;
  }
  .header05 .navbar .navtool > div:first-child,
  .header05 .navbar .navtool > a:first-child {
    margin-left: 20px;
  }
  .header05 .navbar .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header05 .navbar .navtool > a:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header05 .navbar .navtool > div > i,
.header05 .navbar .navtool > a > i {
  color: #4e4e4e;
  font-size: 20px;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div > svg,
.header05 .navbar .navtool > a > svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div form,
.header05 .navbar .navtool > a form {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content;
  padding: 15px;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div form button,
.header05 .navbar .navtool > a form button {
  color: #fff;
  font-size: 20px;
  margin-left: 13px;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div form button:hover,
.header05 .navbar .navtool > a form button:hover {
  color: #000;
}
.header05 .navbar .navtool > div ul,
.header05 .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header05 .navbar .navtool > div ul li + li,
.header05 .navbar .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header05 .navbar .navtool > div ul li a,
.header05 .navbar .navtool > a ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div ul li:hover > a, .header05 .navbar .navtool > div ul li.active > a,
.header05 .navbar .navtool > a ul li:hover > a,
.header05 .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
.header05 .navbar .navtool > div:hover > i,
.header05 .navbar .navtool > a:hover > i {
  color: #000;
}
.header05 .navbar .navtool > div:hover > svg,
.header05 .navbar .navtool > a:hover > svg {
  fill: #000;
}
.header05 .navbar .navtool > div:hover form,
.header05 .navbar .navtool > div:hover ul,
.header05 .navbar .navtool > a:hover form,
.header05 .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header05 .navbar .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header05 .navbar .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header05 .navbar .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header05 .navbar .navtool .cart_btn p {
  position: absolute;
  top: 17px;
  right: 9px;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #ff0006;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header05 .navbar .navtool .cart_btn p {
    right: 4px;
  }
}
@media (max-width: 1200px) {
  .header05 .navbar .navtool .cart_btn p {
    right: 14px;
  }
}
.header05 .navbar .navtool .sp_link {
  width: 200px;
  height: 54px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-left: 20px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50px;
}
@media (max-width: 1600px) {
  .header05 .navbar .navtool .sp_link {
    width: 170px;
  }
}
@media (max-width: 1366px) {
  .header05 .navbar .navtool .sp_link {
    width: 150px;
    font-size: 16px;
    margin-left: 15px;
  }
}
.header05 .navbar .navtool .sp_link:hover {
  color: #4e4e4e;
  background: #fff;
}
.header05 .navbar .navtool .mbPanel_btn {
  padding: 0 20px;
  background: #000;
}
@media (min-width: 1201px) {
  .header05 .navbar .navtool .mbPanel_btn {
    display: none;
  }
}
.header05 .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header05 .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header05 .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header05 .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header05.scroll {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
  .header05.scroll {
    top: 10px;
    left: 3.90625vw;
    right: 3.90625vw;
    padding: 0 10px 0 30px;
    border-radius: 50px;
  }
}

.header01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 calc(4.1667vw - 20px) 0 4.1667vw;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header01 {
    padding: 0 calc(2.5vw - 15px) 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header01 {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 480px) {
  .header01 {
    padding: 0 0 0 15px;
  }
}
.header01 .logo {
  display: block;
}
@media (max-width: 1200px) {
  .header01 .logo {
    margin-right: 15px;
  }
}
.header01 .logo img {
  max-height: 60px;
}
.header01 .navbar {
  display: flex;
}
.header01 .navbar .navmenu {
  display: flex;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .header01 .navbar .navmenu {
    display: none;
  }
}
.header01 .navbar .navmenu > li {
  position: relative;
}
.header01 .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 17px;
  line-height: 1.5;
  padding: 23px 25px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header01 .navbar .navmenu > li > a {
    padding: 23px 15px;
  }
}
.header01 .navbar .navmenu > li:hover > a, .header01 .navbar .navmenu > li.active > a {
  color: #000;
}
.header01 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header01 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header01 .navbar .navmenu > li ul li {
  position: relative;
}
.header01 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header01 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header01 .navbar .navmenu > li ul li:hover > a, .header01 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header01 .navbar .navmenu > li .sp_dropdown {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100vw;
  max-height: calc(100vh - 70px);
  padding: 30px 0;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header01 .navbar .navmenu > li .sp_dropdown .row {
  gap: 30px 0;
}
.header01 .navbar .navmenu > li .sp_dropdown .sp_section {
  width: 25%;
}
.header01 .navbar .navmenu > li .sp_dropdown .sp_section > a {
  display: block;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  background-image: linear-gradient(to right, #ededed, #ededed);
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.header01 .navbar .navmenu > li .sp_dropdown .sp_section > a > span {
  display: inline-block;
  padding-bottom: 6px;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.header01 .navbar .navmenu > li .sp_dropdown .sp_section > div > a {
  display: block;
  color: #4e4e4e;
  transition: all 0.1s;
}
.header01 .navbar .navmenu > li .sp_dropdown .sp_section > div > a + a {
  margin-top: 9px;
}
.header01 .navbar .navmenu > li .sp_dropdown .sp_section > div > a::before {
  content: "- ";
}
.header01 .navbar .navmenu > li .sp_dropdown .sp_section > div > a:hover {
  color: #000;
}
.header01 .navbar .navmenu li:hover > ul,
.header01 .navbar .navmenu li:hover .sp_dropdown {
  opacity: 1;
  pointer-events: auto;
}
.header01 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header01 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header01 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header01 .navbar .navtool {
  display: flex;
  margin-left: 20px;
}
@media (max-width: 1366px) {
  .header01 .navbar .navtool {
    margin-left: 0;
  }
}
.header01 .navbar .navtool > div,
.header01 .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  padding: 0 12px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header01 .navbar .navtool > div,
  .header01 .navbar .navtool > a {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header01 .navbar .navtool > div,
  .header01 .navbar .navtool > a {
    padding: 0 25px;
  }
  .header01 .navbar .navtool > div:first-child,
  .header01 .navbar .navtool > a:first-child {
    margin-left: 20px;
  }
  .header01 .navbar .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header01 .navbar .navtool > a:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header01 .navbar .navtool > div > i,
.header01 .navbar .navtool > a > i {
  color: #4e4e4e;
  font-size: 22px;
  transition: all 0.3s;
}
.header01 .navbar .navtool > div > svg,
.header01 .navbar .navtool > a > svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.header01 .navbar .navtool > div form,
.header01 .navbar .navtool > a form {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content;
  padding: 15px;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header01 .navbar .navtool > div form button,
.header01 .navbar .navtool > a form button {
  color: #fff;
  font-size: 20px;
  margin-left: 13px;
  transition: all 0.3s;
}
.header01 .navbar .navtool > div form button:hover,
.header01 .navbar .navtool > a form button:hover {
  opacity: 0.6;
}
.header01 .navbar .navtool > div ul,
.header01 .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header01 .navbar .navtool > div ul li + li,
.header01 .navbar .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header01 .navbar .navtool > div ul li a,
.header01 .navbar .navtool > a ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header01 .navbar .navtool > div ul li:hover > a, .header01 .navbar .navtool > div ul li.active > a,
.header01 .navbar .navtool > a ul li:hover > a,
.header01 .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
.header01 .navbar .navtool > div:hover > i,
.header01 .navbar .navtool > a:hover > i {
  color: #000;
}
.header01 .navbar .navtool > div:hover > svg,
.header01 .navbar .navtool > a:hover > svg {
  fill: #000;
}
.header01 .navbar .navtool > div:hover form,
.header01 .navbar .navtool > div:hover ul,
.header01 .navbar .navtool > a:hover form,
.header01 .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header01 .navbar .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header01 .navbar .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header01 .navbar .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header01 .navbar .navtool .cart_btn p {
  position: absolute;
  top: 17px;
  right: 9px;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #ff0006;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header01 .navbar .navtool .cart_btn p {
    right: 4px;
  }
}
@media (max-width: 1200px) {
  .header01 .navbar .navtool .cart_btn p {
    right: 14px;
  }
}
.header01 .navbar .navtool .mbPanel_btn {
  padding: 0 20px;
  background: #000;
}
@media (min-width: 1201px) {
  .header01 .navbar .navtool .mbPanel_btn {
    display: none;
  }
}
.header01 .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header01 .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header01 .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header01 .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header01 .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header01 .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header01 .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header01 .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header01.scroll {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.header01 .lang_toggle svg path {
  transition: all 0.5s;
}
.header01 .lang_toggle:hover svg path {
  fill: #000;
}

@media (min-width: 1201px) {
  body[data-page=index] .header02:not(.scroll):not(.active) {
    background: transparent;
  }
  body[data-page=index] .header02:not(.scroll):not(.active) .navbar .navright .navmenu > li {
    background-image: linear-gradient(to right, #fff, #fff);
  }
  body[data-page=index] .header02:not(.scroll):not(.active) .navbar .navright .navmenu > li > a {
    color: #fff;
  }
}

.header02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 0 4.1667vw;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header02 {
    padding: 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header02 {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .header02 {
    padding: 0 15px;
  }
}
.header02 .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header02 .navbar .logo {
  display: block;
}
.header02 .navbar .logo img {
  max-height: 60px;
}
@media (max-width: 480px) {
  .header02 .navbar .logo img:nth-child(1) {
    display: none;
  }
}
@media (min-width: 481px) {
  .header02 .navbar .logo img:nth-child(2) {
    display: none;
  }
}
.header02 .navbar .navright {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header02 .navbar .navright {
    height: 60px;
    margin-left: 25px;
  }
}
.header02 .navbar .navright .navmenu {
  display: flex;
  margin-right: 25px;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .header02 .navbar .navright .navmenu {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .header02 .navbar .navright .navmenu {
    margin-right: 15px;
  }
}
@media (max-width: 1366px) {
  .header02 .navbar .navright .navmenu {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .header02 .navbar .navright .navmenu {
    display: none;
  }
}
.header02 .navbar .navright .navmenu > li {
  position: relative;
  background-image: linear-gradient(to right, #4e4e4e, #4e4e4e);
  background-size: 0 2px;
  background-position: center calc(50% + 15px);
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.header02 .navbar .navright .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  padding: 23px 25px;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .header02 .navbar .navright .navmenu > li > a {
    padding: 23px 20px;
  }
}
@media (max-width: 1440px) {
  .header02 .navbar .navright .navmenu > li > a {
    padding: 23px 15px;
  }
}
@media (max-width: 1366px) {
  .header02 .navbar .navright .navmenu > li > a {
    padding: 23px 10px;
  }
}
@media (max-width: 1280px) {
  .header02 .navbar .navright .navmenu > li > a {
    font-size: 15px;
  }
}
.header02 .navbar .navright .navmenu > li:hover, .header02 .navbar .navright .navmenu > li.active {
  background-image: linear-gradient(to right, #000, #000);
  background-size: calc(100% - 30px) 2px;
}
@media (max-width: 1366px) {
  .header02 .navbar .navright .navmenu > li:hover, .header02 .navbar .navright .navmenu > li.active {
    background-size: calc(100% - 15px) 2px;
  }
}
.header02 .navbar .navright .navmenu > li:hover > a, .header02 .navbar .navright .navmenu > li.active > a {
  color: #000;
}
.header02 .navbar .navright .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header02 .navbar .navright .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header02 .navbar .navright .navmenu > li ul li {
  position: relative;
}
.header02 .navbar .navright .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header02 .navbar .navright .navmenu > li ul li:hover > a, .header02 .navbar .navright .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header02 .navbar .navright .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header02 .navbar .navright .navmenu.nosubmenu ul {
  display: none;
}
.header02 .navbar .navright .navmenu.nolevel2 ul ul {
  display: none;
}
.header02 .navbar .navright .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header02 .navbar .navright .social_media {
  display: flex;
  gap: 0 13px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header02 .navbar .navright .social_media {
    gap: 0 10px;
  }
}
@media (max-width: 1366px) {
  .header02 .navbar .navright .social_media {
    gap: 0 7px;
  }
}
@media (max-width: 1200px) {
  .header02 .navbar .navright .social_media {
    display: none;
  }
}
.header02 .navbar .navright .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #4e4e4e;
  border-radius: 50%;
  transition: all 0.3s;
}
.header02 .navbar .navright .social_media a svg {
  width: auto;
  height: 21px;
  fill: #fff;
}
.header02 .navbar .navright .social_media a:hover {
  background: #000;
}
.header02 .mbPanel_btn {
  padding: 20px 13px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .header02 .mbPanel_btn {
    display: none;
  }
}
.header02 .mbPanel_btn .bars {
  position: relative;
  width: 15px;
  height: 1px;
}
.header02 .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header02 .mbPanel_btn .bars .bar.bar1 {
  top: -5px;
  transform: rotate(0deg);
  transition: all 0.3s, top 0.3s 0.5s, transform 0.3s;
}
.header02 .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: all 0.3s, opacity 0s 0.3s;
}
.header02 .mbPanel_btn .bars .bar.bar3 {
  top: 5px;
  transform: rotate(0deg);
  transition: all 0.3s, top 0.3s 0.5s, transform 0.3s;
}
.header02 .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: all 0.3s, top 0.3s, transform 0.3s 0.5s;
}
.header02 .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header02 .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: all 0.3s, top 0.3s, transform 0.3s 0.5s;
}
.header02.scroll {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.header03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 100;
}
.header03 .logo {
  display: flex;
  align-items: center;
  position: relative;
  height: 70px;
  padding: 0 5.2083vw 0 4.1667vw;
  background: #fff;
}
.header03 .logo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 70px 0;
  border-color: transparent #000 transparent transparent;
}
@media (max-width: 1152px) {
  .header03 .logo::after {
    border-width: 0 5.2083vw 70px 0;
  }
}
.header03 .logo img {
  max-height: 60px;
}
.header03 .navbar {
  display: flex;
  padding-right: 4.1667vw;
}
.header03 .navbar .navmenu {
  display: flex;
}
@media (max-width: 1200px) {
  .header03 .navbar .navmenu {
    display: none;
  }
}
.header03 .navbar .navmenu > li {
  position: relative;
}
.header03 .navbar .navmenu > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 1px;
  background-position: center calc(100% - 5px);
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .header03 .navbar .navmenu > li > a {
    padding: 10px 13px;
  }
}
.header03 .navbar .navmenu > li:hover > a, .header03 .navbar .navmenu > li.active > a {
  color: #000;
  background-size: 75% 1px;
}
.header03 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 248px;
  padding-top: 9px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header03 .navbar .navmenu > li ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 9.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 9px 9.5px;
  border-color: transparent transparent #1a1a1a transparent;
}
.header03 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  padding-top: unset;
  transform: translate(0, 0);
}
.header03 .navbar .navmenu > li ul ul::before {
  display: none;
}
.header03 .navbar .navmenu > li ul li {
  position: relative;
}
.header03 .navbar .navmenu > li ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  background: #1a1a1a;
  transition: all 0.3s;
}
.header03 .navbar .navmenu > li ul li:hover > a, .header03 .navbar .navmenu > li ul li.active > a {
  background: #000;
}
.header03 .navbar .navmenu > li .sp_dropdown {
  position: fixed;
  top: 57px;
  left: 0;
  width: 100vw;
  padding: 60px 0 25px;
  background: linear-gradient(to bottom, transparent 0%, transparent 100%), linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 100%);
  background-size: 100% 10px, 100% calc(100% - 10px);
  background-position: left top, left 10px;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header03 .navbar .navmenu > li .sp_dropdown > div {
  display: flex;
  max-width: 1420px;
  padding: 0 60px;
  margin: 0 auto;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left {
  width: 24.6153846154%;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left > div {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 22px;
  background-image: linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to right, #000 0%, #000 100%);
  background-size: 100% 1px, 20.3125% 3px;
  background-position: left bottom 1px, left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .header03 .navbar .navmenu > li .sp_dropdown > div .left > div {
    font-size: 28px;
  }
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0;
  padding: 12px 0;
  border-bottom: 1px solid #c5c5c5;
  cursor: pointer;
  transition: all 0.3s;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series] span:nth-child(1) {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  padding-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series] span:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series] span:nth-child(1) {
    font-size: 16px;
  }
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series] span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series] span:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 0;
  transition: all 0.3s;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series] span:nth-child(2) svg {
  width: 6px;
  fill: #000;
  transition: all 0.3s;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series]:hover, .header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series].active {
  border-bottom: 1px solid #000;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series]:hover span:nth-child(1), .header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series].active span:nth-child(1) {
  color: #000;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series]:hover span:nth-child(2), .header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series].active span:nth-child(2) {
  background: #000;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series]:hover span:nth-child(2) svg, .header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series].active span:nth-child(2) svg {
  fill: #fff;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .left > [data-series].active span:nth-child(2)::before {
  opacity: 1;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right {
  width: 75.3846153846%;
  padding-left: 75px;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] {
  display: none;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series].active {
  display: flex;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .series {
  width: 32.7868852459%;
  padding-right: 30px;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .series > [data-preview] {
  display: flex;
  align-items: center;
  color: #4e4e4e;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .series > [data-preview]::before {
  content: "";
  width: 0;
  height: 2px;
  background: #000;
  margin-right: 0;
  transition: all 0.3s;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .series > [data-preview]:hover, .header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .series > [data-preview].active {
  color: #000;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .series > [data-preview].active::before {
  width: 10px;
  min-width: 10px;
  margin-right: 10px;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .quick_view {
  width: 67.2131147541%;
  padding: 15px 25px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .quick_view > div[data-preview] {
  display: none;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .quick_view > div[data-preview].active {
  display: flex;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .quick_view > div[data-preview] .quick_pic {
  width: 175px;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .quick_view > div[data-preview] .quick_pic img {
  width: 100%;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .quick_view > div[data-preview] .quick_info {
  width: calc(100% - 175px);
  padding-left: 35px;
}
@media (max-width: 1440px) {
  .header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .quick_view > div[data-preview] .quick_info {
    padding-left: 30px;
  }
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .quick_view > div[data-preview] .quick_info > div {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .quick_view > div[data-preview] .quick_info > [class^=button] {
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .header03 .navbar .navmenu > li .sp_dropdown > div .right > div[data-series] .quick_view > div[data-preview] .quick_info > [class^=button] {
    margin-top: 35px !important;
  }
}
.header03 .navbar .navmenu li:hover > ul,
.header03 .navbar .navmenu li:hover .sp_dropdown {
  opacity: 1;
  pointer-events: auto;
}
.header03 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header03 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header03 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header03 .navbar .navtool {
  display: flex;
  margin-left: 20px;
}
.header03 .navbar .navtool > div {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 1px;
  background-position: center calc(100% - 5px);
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}
.header03 .navbar .navtool > div + div {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .header03 .navbar .navtool > div {
    background-image: none;
  }
  .header03 .navbar .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header03 .navbar .navtool > div > a i,
.header03 .navbar .navtool > div > i {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.header03 .navbar .navtool > div > img {
  display: inline;
  margin-right: 5px;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.header03 .navbar .navtool > div form {
  position: absolute;
  top: 100%;
  right: -15px;
  width: fit-content;
  padding-top: 9px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header03 .navbar .navtool > div form::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 9px 9.5px;
  border-color: transparent transparent #1a1a1a transparent;
}
.header03 .navbar .navtool > div form div {
  display: flex;
  padding: 15px;
  background: #1a1a1a;
}
.header03 .navbar .navtool > div form div button {
  color: #fff;
  font-size: 20px;
  margin-left: 13px;
}
.header03 .navbar .navtool > div ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  min-width: max-content;
  padding-top: 9px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header03 .navbar .navtool > div ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 9.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 9px 9.5px;
  border-color: transparent transparent #1a1a1a transparent;
}
.header03 .navbar .navtool > div ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 5px;
  background: #1a1a1a;
  transition: all 0.3s;
}
.header03 .navbar .navtool > div ul li:hover > a, .header03 .navbar .navtool > div ul li.active > a {
  background: #000;
}
.header03 .navbar .navtool > div:hover {
  color: #000;
  background-size: 100% 1px;
}
.header03 .navbar .navtool > div:hover > a i,
.header03 .navbar .navtool > div:hover > i {
  color: #000;
}
.header03 .navbar .navtool > div:hover > img {
  filter: brightness(1) invert(0);
}
.header03 .navbar .navtool > div:hover form,
.header03 .navbar .navtool > div:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header03 .navbar .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header03 .navbar .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header03 .navbar .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header03 .navbar .navtool .mbPanel_btn {
  display: flex;
  align-items: center;
  background-image: none;
}
@media (min-width: 1201px) {
  .header03 .navbar .navtool .mbPanel_btn {
    display: none;
  }
}
.header03 .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header03 .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header03 .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header03 .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header03 .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header03 .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header03 .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header03 .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
body:not([data-page=index]) .header04 {
  background: #fff;
}
body:not([data-page=index]) .header04 .nav {
  padding: 9px 0;
}
body:not([data-page=index]) .header04 .nav .navbar .navmenu {
  background: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
body:not([data-page=index]) .header04 .nav .navbar .navmenu > li::before {
  transform: translate(-50%, 6px);
}
body:not([data-page=index]) .header04 .nav .navbar .navmenu > li::after {
  height: 22.5px;
}
body:not([data-page=index]) .header04 .nav .navbar .navmenu > li ul {
  top: calc(100% + 22.5px);
}
body:not([data-page=index]) .header04 .nav .navbar .navmenu > li:hover::before, body:not([data-page=index]) .header04 .nav .navbar .navmenu > li.active::before {
  transform: translate(-50%, -1px);
}
body:not([data-page=index]) .header04 .nav .navbar .navtool > div ul li:first-child,
body:not([data-page=index]) .header04 .nav .navbar .navtool > a ul li:first-child {
  padding-top: 29.5px;
}

.header04 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 4.1667vw;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header04 {
    padding: 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header04 {
    padding: 0 30px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 480px) {
  .header04 {
    padding: 0 15px;
  }
}
.header04 .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header04 .nav {
    height: 70px;
    padding: 0;
  }
}
.header04 .nav .logo {
  display: block;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .header04 .nav .logo {
    margin-right: 0;
  }
}
.header04 .nav .logo img {
  max-height: 50px;
  margin: 0 auto;
}
.header04 .nav .navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: max-content;
}
.header04 .nav .navbar .navmenu {
  display: flex;
  width: 100%;
  padding: 0 25px;
  margin-right: 28px;
  background: #fff;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header04 .nav .navbar .navmenu {
    padding: 0 15px;
  }
}
@media (max-width: 1366px) {
  .header04 .nav .navbar .navmenu {
    padding: 0 10px;
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .header04 .nav .navbar .navmenu {
    display: none;
  }
}
.header04 .nav .navbar .navmenu > li {
  position: relative;
}
.header04 .nav .navbar .navmenu > li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #4e4e4e;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header04 .nav .navbar .navmenu > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  transition: all 0.3s;
}
.header04 .nav .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  padding: 14px 25px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header04 .nav .navbar .navmenu > li > a {
    padding: 14px 15px;
  }
}
@media (max-width: 1366px) {
  .header04 .nav .navbar .navmenu > li > a {
    padding: 14px 10px;
  }
}
.header04 .nav .navbar .navmenu > li:hover::before, .header04 .nav .navbar .navmenu > li.active::before {
  background: #000000;
  opacity: 1;
  transform: translate(-50%, -7px);
}
.header04 .nav .navbar .navmenu > li:hover::after, .header04 .nav .navbar .navmenu > li.active::after {
  pointer-events: auto;
}
.header04 .nav .navbar .navmenu > li:hover > a, .header04 .nav .navbar .navmenu > li.active > a {
  color: #4e4e4e;
}
.header04 .nav .navbar .navmenu > li ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: max-content;
  min-width: 100%;
  border-radius: 10px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: blur(5px);
  pointer-events: none;
  transform: translate(-50%, 30px);
  transition: all 0.3s;
}
.header04 .nav .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header04 .nav .navbar .navmenu > li ul li {
  position: relative;
  padding: 0 17px;
  background: #fff;
}
.header04 .nav .navbar .navmenu > li ul li:first-child {
  border-radius: 10px 10px 0 0;
}
.header04 .nav .navbar .navmenu > li ul li:last-child {
  border-radius: 0 0 10px 10px;
}
.header04 .nav .navbar .navmenu > li ul li:only-child {
  border-radius: 10px;
}
.header04 .nav .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.3s;
}
.header04 .nav .navbar .navmenu > li ul li:not(:last-child) a {
  border-bottom: 1px solid #e7e7e7;
}
.header04 .nav .navbar .navmenu > li ul li:hover > a, .header04 .nav .navbar .navmenu > li ul li.active > a {
  color: #000;
}
.header04 .nav .navbar .navmenu li:hover > ul {
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.header04 .nav .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header04 .nav .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header04 .nav .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header04 .nav .navbar .navtool {
  display: flex;
  align-items: center;
  min-width: max-content;
}
.header04 .nav .navbar .navtool > div,
.header04 .nav .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}
.header04 .nav .navbar .navtool > div:not(:first-child),
.header04 .nav .navbar .navtool > a:not(:first-child) {
  margin-left: 18px;
}
@media (max-width: 1366px) {
  .header04 .nav .navbar .navtool > div:not(:first-child),
  .header04 .nav .navbar .navtool > a:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 1200px) {
  .header04 .nav .navbar .navtool > div:not(.mbPanel_btn),
  .header04 .nav .navbar .navtool > a:not(.mbPanel_btn) {
    display: none;
  }
}
.header04 .nav .navbar .navtool > div > i,
.header04 .nav .navbar .navtool > a > i {
  color: #4e4e4e;
  font-size: 16px;
  transition: all 0.3s;
}
.header04 .nav .navbar .navtool > div svg,
.header04 .nav .navbar .navtool > a svg {
  width: auto;
  height: 16px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.header04 .nav .navbar .navtool > div ul,
.header04 .nav .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: 100%;
  min-width: max-content;
  opacity: 0;
  filter: blur(5px);
  pointer-events: none;
  transform: translate(50%, 30px);
  transition: all 0.3s;
}
.header04 .nav .navbar .navtool > div ul li,
.header04 .nav .navbar .navtool > a ul li {
  padding-top: 10px;
  transition: all 0.3s;
}
.header04 .nav .navbar .navtool > div ul li a,
.header04 .nav .navbar .navtool > a ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #4e4e4e;
  font-size: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.header04 .nav .navbar .navtool > div ul li:hover > a, .header04 .nav .navbar .navtool > div ul li.active > a,
.header04 .nav .navbar .navtool > a ul li:hover > a,
.header04 .nav .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
.header04 .nav .navbar .navtool > div:hover,
.header04 .nav .navbar .navtool > a:hover {
  background: #000;
}
.header04 .nav .navbar .navtool > div:hover > i,
.header04 .nav .navbar .navtool > a:hover > i {
  color: #fff;
}
.header04 .nav .navbar .navtool > div:hover svg,
.header04 .nav .navbar .navtool > a:hover svg {
  fill: #fff;
}
.header04 .nav .navbar .navtool > div:hover ul,
.header04 .nav .navbar .navtool > a:hover ul {
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
  transform: translate(50%, 0);
}
.header04 .nav .navbar .navtool .inquiry_btn {
  display: flex !important;
}
.header04 .nav .navbar .navtool .inquiry_btn::before {
  content: attr(data-pro);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 12px;
  padding-bottom: 2px;
  background: #4e4e4e;
  border-radius: 50%;
  transition: all 0.3s;
}
.header04 .nav .navbar .navtool .inquiry_btn:hover::before {
  color: #fff;
  background: #4e4e4e;
}
.header04 .nav .navbar .navtool .mbPanel_btn {
  width: 35px;
  height: 35px;
}
@media (min-width: 1201px) {
  .header04 .nav .navbar .navtool .mbPanel_btn {
    display: none;
  }
}
.header04 .nav .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 12px;
  height: 1px;
}
.header04 .nav .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 10px;
}
.header04 .nav .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -4px;
  transform: rotate(0deg);
  transition: all 0.3s, top 0.3s 0.3s, transform 0.3s;
}
.header04 .nav .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: all 0.3s, opacity 0s 0.3s;
}
.header04 .nav .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s, top 0.3s 0.3s, transform 0.3s;
}
.header04 .nav .navbar .navtool .mbPanel_btn:hover .bars .bar {
  background: #fff;
}
.header04 .nav .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: all 0.3s, top 0.3s, transform 0.3s 0.3s;
}
.header04 .nav .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header04 .nav .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: all 0.3s, top 0.3s, transform 0.3s 0.3s;
}
.header04.scroll {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.header04.scroll .nav {
  padding: 9px 0;
}
@media (max-width: 1200px) {
  .header04.scroll .nav {
    padding: 0;
  }
}
.header04.scroll .nav .navbar .navmenu {
  background: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.header04.scroll .nav .navbar .navmenu > li::before {
  transform: translate(-50%, 6px);
}
.header04.scroll .nav .navbar .navmenu > li::after {
  height: 22.5px;
}
.header04.scroll .nav .navbar .navmenu > li ul {
  top: calc(100% + 22.5px);
}
.header04.scroll .nav .navbar .navmenu > li:hover::before, .header04.scroll .nav .navbar .navmenu > li.active::before {
  transform: translate(-50%, -1px);
}
.header04.scroll .nav .navbar .navtool > div ul li:first-child,
.header04.scroll .nav .navbar .navtool > a ul li:first-child {
  padding-top: 29.5px;
}

.header05 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 3.90625vw;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header05 {
    padding: 0 3.3333333333vw;
  }
}
@media (max-width: 1200px) {
  .header05 {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 480px) {
  .header05 {
    padding: 0 0 0 15px;
  }
}
.header05 .logo {
  display: block;
}
.header05 .logo img {
  max-height: 60px;
}
@media (max-width: 1200px) {
  .header05 .logo img {
    max-height: 40px;
  }
}
@media (max-width: 1200px) {
  .header05 .logo {
    margin-right: 15px;
  }
}
.header05 .navbar {
  display: flex;
}
.header05 .navbar .navmenu {
  display: flex;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .header05 .navbar .navmenu {
    display: none;
  }
}
.header05 .navbar .navmenu > li {
  position: relative;
}
.header05 .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  padding: 40px 25px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header05 .navbar .navmenu > li > a {
    padding: 23px 15px;
  }
}
.header05 .navbar .navmenu > li:hover > a, .header05 .navbar .navmenu > li.active > a {
  color: #000;
}
.header05 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header05 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header05 .navbar .navmenu > li ul li {
  position: relative;
}
.header05 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header05 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header05 .navbar .navmenu > li ul li:hover > a, .header05 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header05 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header05 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header05 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header05 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header05 .navbar .navtool {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .header05 .navbar .navtool {
    margin-left: 0;
  }
}
.header05 .navbar .navtool > div,
.header05 .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header05 .navbar .navtool > div,
  .header05 .navbar .navtool > a {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header05 .navbar .navtool > div,
  .header05 .navbar .navtool > a {
    padding: 0 25px;
  }
  .header05 .navbar .navtool > div:first-child,
  .header05 .navbar .navtool > a:first-child {
    margin-left: 20px;
  }
  .header05 .navbar .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header05 .navbar .navtool > a:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header05 .navbar .navtool > div > i,
.header05 .navbar .navtool > a > i {
  color: #4e4e4e;
  font-size: 18px;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div > svg,
.header05 .navbar .navtool > a > svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div form,
.header05 .navbar .navtool > a form {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content;
  padding: 15px;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div form button,
.header05 .navbar .navtool > a form button {
  color: #fff;
  font-size: 20px;
  margin-left: 13px;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div form button:hover,
.header05 .navbar .navtool > a form button:hover {
  color: #000;
}
.header05 .navbar .navtool > div ul,
.header05 .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header05 .navbar .navtool > div ul li + li,
.header05 .navbar .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header05 .navbar .navtool > div ul li a,
.header05 .navbar .navtool > a ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div ul li:hover > a, .header05 .navbar .navtool > div ul li.active > a,
.header05 .navbar .navtool > a ul li:hover > a,
.header05 .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
.header05 .navbar .navtool > div:hover > i,
.header05 .navbar .navtool > a:hover > i {
  color: #000;
}
.header05 .navbar .navtool > div:hover > svg,
.header05 .navbar .navtool > a:hover > svg {
  fill: #000;
}
.header05 .navbar .navtool > div:hover form,
.header05 .navbar .navtool > div:hover ul,
.header05 .navbar .navtool > a:hover form,
.header05 .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header05 .navbar .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header05 .navbar .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header05 .navbar .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header05 .navbar .navtool .cart_btn p {
  position: absolute;
  top: 17px;
  right: 9px;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #ff0006;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header05 .navbar .navtool .cart_btn p {
    right: 4px;
  }
}
@media (max-width: 1200px) {
  .header05 .navbar .navtool .cart_btn p {
    right: 14px;
  }
}
.header05 .navbar .navtool .sp_link {
  width: 140px;
  height: 42px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
  background: #000;
  border: 1px solid #000;
  border-radius: 0px;
}
@media (max-width: 1600px) {
  .header05 .navbar .navtool .sp_link {
    width: 170px;
  }
}
@media (max-width: 1366px) {
  .header05 .navbar .navtool .sp_link {
    width: 150px;
    font-size: 16px;
    margin-left: 15px;
  }
}
.header05 .navbar .navtool .sp_link:hover {
  color: #4e4e4e;
  background: #fff;
}
.header05 .navbar .navtool .mbPanel_btn {
  padding: 0 20px;
  background: #000;
}
@media (min-width: 1201px) {
  .header05 .navbar .navtool .mbPanel_btn {
    display: none;
  }
}
.header05 .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header05 .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header05 .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header05 .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header05.scroll {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}
.header05.scroll .navbar .navmenu > li > a {
  padding: 30px 25px;
}
@media (min-width: 1201px) {
  .header05.scroll {
    top: 10px;
    left: 3.90625vw;
    right: 3.90625vw;
    padding: 0 30px 0 30px;
    border-radius: 0px;
  }
}

.header06 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 4.1667vw;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header06 {
    padding: 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header06 {
    gap: 7.5px;
    padding: 0 0 0 30px;
  }
}
@media (max-width: 480px) {
  .header06 {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1201px) {
  .header06 .left_area,
  .header06 .right_area {
    width: 200px;
  }
  .header06 .center_area {
    width: calc(100% - 440px);
  }
}
@media (min-width: 1367px) {
  .header06 .left_area,
  .header06 .right_area {
    width: 250px;
  }
  .header06 .center_area {
    width: calc(100% - 540px);
  }
}
.header06 .logo {
  display: block;
}
.header06 .logo img {
  max-height: 60px;
}
@media (max-width: 1200px) {
  .header06 .navbar {
    display: none;
  }
}
.header06 .navbar .navmenu {
  display: flex;
  justify-content: center;
}
.header06 .navbar .navmenu > li {
  position: relative;
}
.header06 .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  padding: 23px 25px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header06 .navbar .navmenu > li > a {
    padding: 23px 15px;
  }
}
.header06 .navbar .navmenu > li:hover > a, .header06 .navbar .navmenu > li.active > a {
  color: #000;
}
.header06 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header06 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header06 .navbar .navmenu > li ul li {
  position: relative;
}
.header06 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header06 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header06 .navbar .navmenu > li ul li:hover > a, .header06 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header06 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header06 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header06 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header06 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header06 .navtool {
  display: flex;
  justify-content: flex-end;
}
.header06 .navtool > div,
.header06 .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header06 .navtool > div,
  .header06 .navtool > a {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header06 .navtool > div,
  .header06 .navtool > a {
    padding: 0 25px;
  }
  .header06 .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header06 .navtool > a:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header06 .navtool > div > i,
.header06 .navtool > a > i {
  color: #4e4e4e;
  font-size: 20px;
  transition: all 0.3s;
}
.header06 .navtool > div svg,
.header06 .navtool > a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.header06 .navtool > div ul,
.header06 .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header06 .navtool > div ul li + li,
.header06 .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header06 .navtool > div ul li a,
.header06 .navtool > a ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header06 .navtool > div ul li:hover > a, .header06 .navtool > div ul li.active > a,
.header06 .navtool > a ul li:hover > a,
.header06 .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
.header06 .navtool > div:hover > i,
.header06 .navtool > a:hover > i {
  color: #000;
}
.header06 .navtool > div:hover svg,
.header06 .navtool > a:hover svg {
  color: #000;
}
.header06 .navtool > div:hover ul,
.header06 .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header06 .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header06 .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header06 .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header06 .navtool .cart_btn p {
  position: absolute;
  top: 17px;
  right: 9px;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #ff0006;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header06 .navtool .cart_btn p {
    right: 4px;
  }
}
@media (max-width: 1200px) {
  .header06 .navtool .cart_btn p {
    right: 14px;
  }
}
.header06 .navtool .mbPanel_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
  padding: 0;
  background: #000;
}
@media (min-width: 1201px) {
  .header06 .navtool .mbPanel_btn {
    display: none;
  }
}
.header06 .navtool .mbPanel_btn .bars {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 30px;
  height: 18px;
}
.header06 .navtool .mbPanel_btn .bars .bar {
  position: relative;
  top: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: top 0.3s 0.3s, width 0.3s 0.3s, transform 0.3s;
}
.header06 .navtool .mbPanel_btn .bars .bar.bar1, .header06 .navtool .mbPanel_btn .bars .bar.bar3 {
  transform: rotate(0deg);
}
.header06 .navtool .mbPanel_btn .bars .bar.bar2 {
  width: 66.67%;
  margin: 0 0 0 auto;
}
.header06 .navtool .mbPanel_btn p {
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 3px;
}
.header06 .navtool .mbPanel_btn p.txt2 {
  display: none;
}
.header06 .navtool .mbPanel_btn.active .bars .bar {
  transition: top 0.3s, width 0.3s, transform 0.3s 0.3s;
}
.header06 .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 8px;
  transform: rotate(-25deg);
}
.header06 .navtool .mbPanel_btn.active .bars .bar.bar2 {
  width: 0%;
}
.header06 .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: -8px;
  transform: rotate(25deg);
}
.header07 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 0 0 4.1666666667vw;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header07 {
    padding: 0 0 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header07 {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 840px) {
  .header07 {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 540px) {
  .header07 {
    padding: 0 0 0 5px;
  }
}
.header07 .logo {
  display: block;
}
@media (max-width: 1200px) {
  .header07 .logo {
    margin-right: 15px;
  }
}
@media (max-width: 540px) {
  .header07 .logo {
    margin-right: 5px;
  }
}
.header07 .logo img {
  max-height: 60px;
}
.header07 .navbar {
  display: flex;
}
.header07 .navbar .navmenu {
  display: flex;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .header07 .navbar .navmenu {
    display: none;
  }
}
.header07 .navbar .navmenu > li {
  position: relative;
}
.header07 .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  padding: 23px 15px;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .header07 .navbar .navmenu > li > a {
    padding: 23px 10px;
  }
}
@media (max-width: 1250px) {
  .header07 .navbar .navmenu > li > a {
    padding: 23px 7.5px;
  }
}
.header07 .navbar .navmenu > li:hover > a, .header07 .navbar .navmenu > li.active > a {
  color: #000;
}
.header07 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header07 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header07 .navbar .navmenu > li ul li {
  position: relative;
}
.header07 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header07 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header07 .navbar .navmenu > li ul li:hover > a, .header07 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header07 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header07 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header07 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header07 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header07 .navbar .navtool {
  display: flex;
}
.header07 .navbar .navtool > div,
.header07 .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header07 .navbar .navtool > div,
  .header07 .navbar .navtool > a {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header07 .navbar .navtool > div,
  .header07 .navbar .navtool > a {
    padding: 0 25px;
  }
  .header07 .navbar .navtool > div:first-child,
  .header07 .navbar .navtool > a:first-child {
    margin-left: 20px;
  }
  .header07 .navbar .navtool > div:not(.cart_btn):not(#google_translate_element):not(.three_box):not(.mbPanel_btn),
  .header07 .navbar .navtool > a:not(.cart_btn):not(#google_translate_element):not(.three_box):not(.mbPanel_btn) {
    display: none;
  }
}
.header07 .navbar .navtool > div > i,
.header07 .navbar .navtool > a > i {
  color: #4e4e4e;
  font-size: 20px;
  transition: all 0.3s;
}
.header07 .navbar .navtool > div svg,
.header07 .navbar .navtool > a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.header07 .navbar .navtool > div ul,
.header07 .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header07 .navbar .navtool > div ul li + li,
.header07 .navbar .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header07 .navbar .navtool > div ul li a,
.header07 .navbar .navtool > a ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header07 .navbar .navtool > div ul li:hover > a, .header07 .navbar .navtool > div ul li.active > a,
.header07 .navbar .navtool > a ul li:hover > a,
.header07 .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
.header07 .navbar .navtool > div:hover > i,
.header07 .navbar .navtool > a:hover > i {
  color: #000;
}
.header07 .navbar .navtool > div:hover svg,
.header07 .navbar .navtool > a:hover svg {
  color: #000;
}
.header07 .navbar .navtool > div:hover ul,
.header07 .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header07 .navbar .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header07 .navbar .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header07 .navbar .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header07 .navbar .navtool .cart_btn p {
  position: absolute;
  top: 17px;
  right: 9px;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #ff0006;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header07 .navbar .navtool .cart_btn p {
    right: 4px;
  }
}
@media (max-width: 1200px) {
  .header07 .navbar .navtool .cart_btn p {
    right: 14px;
  }
}
.header07 .navbar .navtool .three_box {
  align-items: unset;
  width: max-content;
  padding: 0;
  margin-left: 10px;
  cursor: unset;
}
@media (max-width: 1366px) {
  .header07 .navbar .navtool .three_box {
    margin-left: 5px;
  }
}
.header07 .navbar .navtool .three_box > div {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.header07 .navbar .navtool .three_box > div:nth-child(odd) {
  background: #efefef;
}
.header07 .navbar .navtool .three_box > div:nth-child(even) {
  background: #e6e6e6;
}
.header07 .navbar .navtool .three_box > div.pc {
  line-height: 1.2;
  padding: 0 20px;
}
@media (max-width: 1540px) {
  .header07 .navbar .navtool .three_box > div.pc {
    line-height: 1.3;
    padding: 0 13px;
  }
}
@media (max-width: 480px) {
  .header07 .navbar .navtool .three_box > div.pc {
    display: none;
  }
}
@media (max-width: 1540px) {
  .header07 .navbar .navtool .three_box > div.pc p.pc {
    display: none;
  }
}
@media (min-width: 1541px) {
  .header07 .navbar .navtool .three_box > div.pc p.mb {
    display: none;
  }
}
.header07 .navbar .navtool .three_box > div.pc p:nth-child(odd) {
  color: #4e4e4e;
  font-size: 13px;
  font-weight: 500;
}
.header07 .navbar .navtool .three_box > div.pc p:nth-child(odd) span {
  color: #d62020;
  font-size: 15px;
  font-weight: 700;
}
.header07 .navbar .navtool .three_box > div.pc p:nth-child(even) {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1540px) {
  .header07 .navbar .navtool .three_box > div.pc p:nth-child(even) {
    font-size: 13px;
  }
}
.header07 .navbar .navtool .three_box > div.pc p:nth-child(even) span {
  color: #d62020;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1540px) {
  .header07 .navbar .navtool .three_box > div.pc p:nth-child(even) span {
    font-size: 18px;
  }
}
.header07 .navbar .navtool .three_box > div.mb {
  padding: 0 10px;
}
@media (min-width: 481px) {
  .header07 .navbar .navtool .three_box > div.mb {
    display: none;
  }
}
.header07 .navbar .navtool .three_box > div.mb p {
  color: #4e4e4e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.header07 .navbar .navtool .three_box > div.mb p span {
  color: #d62020;
  font-size: 16px;
  font-weight: 700;
}
.header07 .navbar .navtool .mbPanel_btn {
  padding: 0 20px;
  background: #000;
}
@media (min-width: 1201px) {
  .header07 .navbar .navtool .mbPanel_btn {
    display: none;
  }
}
.header07 .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header07 .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header07 .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header07 .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header07 .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header07 .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header07 .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header07 .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
@media (min-width: 1201px) {
  body[data-page=index] .header08:not(.scroll) {
    transform: translateY(-100%);
  }
}
body[data-page=index] .header08_sp {
  display: flex;
}
@media (max-width: 1200px) {
  body[data-page=index] .header08_sp {
    display: none;
  }
}

.header08 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 calc(4.1667vw - 20px) 0 4.1667vw;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header08 {
    padding: 0 calc(2.5vw - 15px) 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header08 {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 480px) {
  .header08 {
    padding: 0 0 0 15px;
  }
}
.header08 .logo {
  display: block;
}
@media (max-width: 1200px) {
  .header08 .logo {
    margin-right: 15px;
  }
}
.header08 .logo img {
  max-height: 60px;
}
.header08 .navbar {
  display: flex;
}
.header08 .navbar .navmenu {
  display: flex;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .header08 .navbar .navmenu {
    display: none;
  }
}
.header08 .navbar .navmenu > li {
  position: relative;
}
.header08 .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  padding: 23px 25px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header08 .navbar .navmenu > li > a {
    padding: 23px 15px;
  }
}
.header08 .navbar .navmenu > li:hover > a, .header08 .navbar .navmenu > li.active > a {
  color: #000;
}
.header08 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header08 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header08 .navbar .navmenu > li ul li {
  position: relative;
}
.header08 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header08 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header08 .navbar .navmenu > li ul li:hover > a, .header08 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header08 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header08 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header08 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header08 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header08 .navbar .navtool {
  display: flex;
  margin-left: 20px;
}
@media (max-width: 1366px) {
  .header08 .navbar .navtool {
    margin-left: 0;
  }
}
.header08 .navbar .navtool > div,
.header08 .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header08 .navbar .navtool > div,
  .header08 .navbar .navtool > a {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header08 .navbar .navtool > div,
  .header08 .navbar .navtool > a {
    padding: 0 25px;
  }
  .header08 .navbar .navtool > div:first-child,
  .header08 .navbar .navtool > a:first-child {
    margin-left: 20px;
  }
  .header08 .navbar .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header08 .navbar .navtool > a:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header08 .navbar .navtool > div > i,
.header08 .navbar .navtool > a > i {
  color: #4e4e4e;
  font-size: 20px;
  transition: all 0.3s;
}
.header08 .navbar .navtool > div svg,
.header08 .navbar .navtool > a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.header08 .navbar .navtool > div form,
.header08 .navbar .navtool > a form {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content;
  padding: 15px;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header08 .navbar .navtool > div form button,
.header08 .navbar .navtool > a form button {
  color: #fff;
  font-size: 20px;
  margin-left: 13px;
}
.header08 .navbar .navtool > div ul,
.header08 .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header08 .navbar .navtool > div ul li + li,
.header08 .navbar .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header08 .navbar .navtool > div ul li a,
.header08 .navbar .navtool > a ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header08 .navbar .navtool > div ul li:hover > a, .header08 .navbar .navtool > div ul li.active > a,
.header08 .navbar .navtool > a ul li:hover > a,
.header08 .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
.header08 .navbar .navtool > div:hover > i,
.header08 .navbar .navtool > a:hover > i {
  color: #000;
}
.header08 .navbar .navtool > div:hover svg,
.header08 .navbar .navtool > a:hover svg {
  color: #000;
}
.header08 .navbar .navtool > div:hover form,
.header08 .navbar .navtool > div:hover ul,
.header08 .navbar .navtool > a:hover form,
.header08 .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header08 .navbar .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header08 .navbar .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header08 .navbar .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header08 .navbar .navtool .cart_btn p {
  position: absolute;
  top: 17px;
  right: 9px;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #ff0006;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header08 .navbar .navtool .cart_btn p {
    right: 4px;
  }
}
@media (max-width: 1200px) {
  .header08 .navbar .navtool .cart_btn p {
    right: 14px;
  }
}
.header08 .navbar .navtool .mbPanel_btn {
  padding: 0 20px;
  background: #000;
}
@media (min-width: 1201px) {
  .header08 .navbar .navtool .mbPanel_btn {
    display: none;
  }
}
.header08 .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header08 .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header08 .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header08 .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header08 .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header08 .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header08 .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header08 .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header08_sp {
  display: none;
  align-items: center;
  flex-direction: column;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  transform: translateY(-55%);
}
.header08_sp .logo {
  margin-bottom: 1.5625vw;
}
.header08_sp .logo img {
  max-height: 60px;
}
.header08_sp .navmenu {
  display: flex;
  gap: 0 2.6041666667vw;
}
.header08_sp .navmenu > li {
  position: relative;
}
.header08_sp .navmenu > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
  padding: 5px 0;
  transition: all 0.3s;
}
.header08_sp .navmenu > li:hover > a, .header08_sp .navmenu > li.active > a {
  color: #000;
}
.header08_sp .navmenu > li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 25px;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50vw;
  max-width: 500px;
  padding-top: 25px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header08_sp .navmenu > li ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 0;
  background: #000;
  transition: all 0.3s;
}
.header08_sp .navmenu > li ul li {
  flex-shrink: 0;
}
.header08_sp .navmenu > li ul li a {
  display: block;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  transition: all 0.3s;
}
.header08_sp .navmenu > li ul li:hover > a, .header08_sp .navmenu > li ul li.active > a {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}
.header08_sp .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header08_sp .navmenu li:hover > ul::before {
  height: 20px;
}
.header08_sp .navmenu.nosubmenu ul {
  display: none;
}

@media (min-width: 1201px) {
  body:not([data-page=index]) .header09 {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
  }
  body:not([data-page=index]) .header09 .navbar .navmenu {
    opacity: 1;
    pointer-events: auto;
  }
  body:not([data-page=index]) .mbPanel_btn09 {
    opacity: 0;
    pointer-events: none;
  }
}

.header09 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 4.1667vw;
  background: transparent;
  backdrop-filter: blur(0px);
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1440px) {
  .header09 {
    padding: 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header09 {
    padding: 0 30px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 480px) {
  .header09 {
    padding: 0 15px;
  }
}
.header09 .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1200px) {
  .header09 .navbar {
    height: 70px;
  }
}
.header09 .navbar .logo {
  display: block;
}
@media (min-width: 1201px) {
  .header09 .navbar .logo {
    min-width: fit-content;
  }
}
@media (max-width: 1200px) {
  .header09 .navbar .logo {
    max-width: calc(100% - 60px);
  }
}
.header09 .navbar .logo img {
  max-height: 60px;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1024px) {
  .header09 .navbar .logo img:nth-child(1) {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header09 .navbar .logo img:nth-child(2) {
    display: none;
  }
}
.header09 .navbar .navmenu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1200px) {
  .header09 .navbar .navmenu {
    display: none;
  }
}
.header09 .navbar .navmenu > li {
  position: relative;
}
.header09 .navbar .navmenu > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 23px 20px;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.header09 .navbar .navmenu > li:hover > a, .header09 .navbar .navmenu > li.active > a {
  color: #fff;
}
.header09 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.header09 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header09 .navbar .navmenu > li ul li {
  position: relative;
}
.header09 .navbar .navmenu > li ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.header09 .navbar .navmenu > li ul li:hover > a, .header09 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
}
.header09 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header09 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header09 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header09 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header09.scroll {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}
.header09.scroll .navbar .navmenu {
  opacity: 1;
  pointer-events: auto;
}

.mbPanel_btn09 {
  position: fixed;
  top: 26px;
  right: 4.1667vw;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  z-index: 110;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1440px) {
  .mbPanel_btn09 {
    right: 2.5vw;
  }
}
@media (max-width: 1200px) {
  .mbPanel_btn09 {
    right: 30px;
  }
}
@media (max-width: 480px) {
  .mbPanel_btn09 {
    right: 25px;
  }
}
.mbPanel_btn09 .bars {
  position: relative;
  width: 34px;
  height: 1px;
  margin: 9px 0;
}
.mbPanel_btn09 .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.mbPanel_btn09 .bars .bar.bar1 {
  top: -9px;
  left: 9px;
  width: 25px;
  transform: rotate(0deg);
  transform-origin: left top;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.mbPanel_btn09 .bars .bar.bar2 {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.mbPanel_btn09 .bars .bar.bar3 {
  top: 9px;
  transform: rotate(0deg);
  transform-origin: left bottom;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.mbPanel_btn09:hover .bars .bar.bar1 {
  left: 0;
  width: 100%;
}
.mbPanel_btn09.active .bars .bar.bar1 {
  left: 0;
  width: 38px;
  transform: rotate(27.5deg);
}
.mbPanel_btn09.active .bars .bar.bar2 {
  opacity: 0;
}
.mbPanel_btn09.active .bars .bar.bar3 {
  width: 38px;
  transform: rotate(-27.5deg);
}
@media (min-width: 1201px) {
  .mbPanel_btn09.scroll {
    opacity: 0;
    pointer-events: none;
  }
}

body:not([data-page=index]) .header10 {
  background: #fff;
}
body:not([data-page=index]) .header10 .navbar .navmenu {
  opacity: 1;
  pointer-events: auto;
}

.header10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 0 120px 0 4.1667vw;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header10 {
    padding: 0 120px 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header10 {
    padding: 0 80px 0 30px;
    background: #fff;
  }
}
@media (max-width: 480px) {
  .header10 {
    padding: 0 80px 0 15px;
  }
}
.header10 .logo {
  display: block;
}
.header10 .logo img {
  max-height: 50px;
}
.header10 .navbar {
  display: flex;
  align-items: center;
}
.header10 .navbar .navmenu {
  display: flex;
  margin: 0 45px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .header10 .navbar .navmenu {
    margin: 0 30px;
  }
}
@media (max-width: 1366px) {
  .header10 .navbar .navmenu {
    margin: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header10 .navbar .navmenu {
    display: none;
  }
}
.header10 .navbar .navmenu.dontshow {
  display: none;
}
.header10 .navbar .navmenu > li {
  position: relative;
}
.header10 .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  padding: 23px 25px;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .header10 .navbar .navmenu > li > a {
    padding: 23px 15px;
  }
}
@media (max-width: 1366px) {
  .header10 .navbar .navmenu > li > a {
    font-size: 15px;
    padding: 23px 10px;
  }
}
.header10 .navbar .navmenu > li:hover > a, .header10 .navbar .navmenu > li.active > a {
  color: #000;
}
.header10 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header10 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header10 .navbar .navmenu > li ul li {
  position: relative;
  border-bottom: 1px solid #e6e7e8;
}
.header10 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  text-align: center;
  padding: 10px 40px;
  background: #fff;
  transition: all 0.3s;
}
.header10 .navbar .navmenu > li ul li:hover > a, .header10 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header10 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header10 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header10 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header10 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header10 .navbar .search_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 70px;
  background: #000;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .header10 .navbar .search_btn {
    width: 155px;
  }
}
@media (max-width: 1366px) {
  .header10 .navbar .search_btn {
    width: 135px;
  }
}
@media (max-width: 1200px) {
  .header10 .navbar .search_btn {
    width: 70px;
    margin-left: 15px;
  }
}
.header10 .navbar .search_btn.dontshow {
  display: none;
}
.header10 .navbar .search_btn div {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .header10 .navbar .search_btn div {
    display: none;
  }
}
.header10 .navbar .search_btn div p {
  line-height: 1.05;
}
.header10 .navbar .search_btn div p:nth-child(1) {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}
.header10 .navbar .search_btn div p:nth-child(2) {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.5;
}
.header10 .navbar .mbPanel_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: 120px;
  height: 70px;
  background: #000;
  cursor: pointer;
  z-index: 110;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header10 .navbar .mbPanel_btn {
    width: 80px;
  }
}
.header10 .navbar .mbPanel_btn .bars {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 30px;
  height: 18px;
}
.header10 .navbar .mbPanel_btn .bars .bar {
  position: relative;
  top: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: top 0.3s 0.3s, width 0.3s 0.3s, transform 0.3s;
}
.header10 .navbar .mbPanel_btn .bars .bar.bar1, .header10 .navbar .mbPanel_btn .bars .bar.bar3 {
  transform: rotate(0deg);
}
.header10 .navbar .mbPanel_btn .bars .bar.bar2 {
  width: 66.67%;
  margin: 0 0 0 auto;
}
.header10 .navbar .mbPanel_btn p {
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 3px;
}
.header10 .navbar .mbPanel_btn p.txt2 {
  display: none;
}
.header10 .navbar .mbPanel_btn.active .bars .bar {
  transition: top 0.3s, width 0.3s, transform 0.3s 0.3s;
}
.header10 .navbar .mbPanel_btn.active .bars .bar.bar1 {
  top: 8px;
  transform: rotate(-25deg);
}
.header10 .navbar .mbPanel_btn.active .bars .bar.bar2 {
  width: 0%;
}
.header10 .navbar .mbPanel_btn.active .bars .bar.bar3 {
  top: -8px;
  transform: rotate(25deg);
}
.header10.scroll {
  background: #fff;
}
.header10.scroll .navbar .navmenu {
  opacity: 1;
  pointer-events: auto;
}

.header11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 120px;
  width: calc(100% - 120px);
  height: 70px;
  padding: 0 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header11 {
    left: 0;
    width: 100%;
    padding: 0 70px 0 25px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
.header11 .logo {
  display: block;
}
.header11 .logo img {
  max-height: 60px;
}
.header11 .navbar {
  display: flex;
  align-items: center;
}
.header11 .navbar .navmenu {
  display: flex;
  margin-left: 25px;
}
@media (max-width: 1200px) {
  .header11 .navbar .navmenu {
    display: none;
  }
}
.header11 .navbar .navmenu > li {
  display: flex;
  align-items: center;
  position: relative;
  height: 70px;
  padding: 0 25px;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .header11 .navbar .navmenu > li {
    padding: 0 15px;
  }
}
@media (max-width: 1366px) {
  .header11 .navbar .navmenu > li {
    padding: 0 10px;
  }
}
.header11 .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 500;
  text-indent: 2px;
  background-image: linear-gradient(to right, #000 0%, #000 100%);
  background-size: 0% 2px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header11 .navbar .navmenu > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .header11 .navbar .navmenu > li > a {
    font-size: 14px;
  }
}
.header11 .navbar .navmenu > li:hover > a, .header11 .navbar .navmenu > li.active > a {
  color: #000;
  background-size: 100% 2px;
}
.header11 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header11 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header11 .navbar .navmenu > li ul li {
  position: relative;
}
.header11 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #D9E2E2;
}
.header11 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  text-indent: 2px;
  text-align: center;
  padding: 10px 38px;
  background: #fff;
  transition: all 0.3s;
}
.header11 .navbar .navmenu > li ul li:hover > a, .header11 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header11 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header11 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header11 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header11 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header11 .navbar .navtool {
  display: flex;
  margin-left: 25px;
}
@media (max-width: 1200px) {
  .header11 .navbar .navtool {
    display: none;
  }
}
.header11 .navbar .navtool > li {
  display: flex;
  align-items: center;
  position: relative;
  height: 70px;
}
.header11 .navbar .navtool > li + li {
  margin-left: 30px;
}
.header11 .navbar .navtool > li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 2px;
  height: 22px;
  background: #4e4e4e;
  transform: translateY(-50%);
}
.header11 .navbar .navtool > li > a {
  display: block;
}
.header11 .navbar .navtool > li > a svg {
  display: block;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.header11 .navbar .navtool > li:hover > a svg {
  fill: #000;
}
.header11 .navbar .navtool > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header11 .navbar .navtool > li ul li {
  position: relative;
}
.header11 .navbar .navtool > li ul li + li {
  border-top: 1px solid #D9E2E2;
}
.header11 .navbar .navtool > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  text-indent: 2px;
  text-align: center;
  padding: 10px 15px;
  background: #fff;
  transition: all 0.3s;
}
.header11 .navbar .navtool > li ul li:hover > a, .header11 .navbar .navtool > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header11 .navbar .navtool li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header11.scroll {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
  .header11.scroll {
    background: #fff;
  }
}

.mbPanel11_btn_sp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 110;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .mbPanel11_btn_sp {
    display: none;
  }
}
.mbPanel11_btn_sp .bars {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 30px;
  height: 18px;
}
.mbPanel11_btn_sp .bars .bar {
  position: relative;
  top: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: top 0.3s 0.3s, width 0.3s 0.3s, transform 0.3s, background 0.3s;
}
.mbPanel11_btn_sp .bars .bar.bar1, .mbPanel11_btn_sp .bars .bar.bar3 {
  transform: rotate(0deg);
}
.mbPanel11_btn_sp .bars .bar.bar2 {
  width: 66.67%;
}
.mbPanel11_btn_sp p {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 3px;
  transition: all 0.3s;
}
.mbPanel11_btn_sp p.txt2 {
  display: none;
}
.mbPanel11_btn_sp.active {
  background: #000;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.mbPanel11_btn_sp.active .bars .bar {
  background: #fff;
  transition: top 0.3s, width 0.3s, transform 0.3s 0.3s, background 0.3s;
}
.mbPanel11_btn_sp.active .bars .bar.bar1 {
  top: 8px;
  transform: rotate(-25deg);
}
.mbPanel11_btn_sp.active .bars .bar.bar2 {
  width: 0%;
}
.mbPanel11_btn_sp.active .bars .bar.bar3 {
  top: -8px;
  transform: rotate(25deg);
}
.mbPanel11_btn_sp.active p {
  color: #fff;
}

.mbPanel11_sp {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 120px;
  background: #000;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 95;
  transform: translateX(-100%);
  transition: all 0.3s, transform 0s 0.3s;
}
@media (max-width: 1200px) {
  .mbPanel11_sp {
    display: none;
  }
}
.mbPanel11_sp .left {
  width: 69.2222%;
  padding: 0 12.1875vw 0 6.25vw;
  background: url("../img/other/other21.png") no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .mbPanel11_sp .left {
    padding: 0 6.25vw;
  }
}
@media (max-width: 1366px) {
  .mbPanel11_sp .left {
    padding: 0 4.5vw;
  }
}
.mbPanel11_sp .left .top {
  display: flex;
  align-items: center;
  height: 100px;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0s 0.3s;
}
.mbPanel11_sp .left .top .logo {
  display: block;
}
.mbPanel11_sp .left .top .logo img {
  max-height: 60px;
  filter: brightness(0) invert(1);
}
.mbPanel11_sp .left .bottom {
  display: flex;
  align-items: center;
  height: calc(100vh - 100px);
  padding: 10px 0 40px;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0s 0.3s;
}
.mbPanel11_sp .left .bottom .nav {
  display: flex;
  width: 100%;
  max-height: 100%;
  margin: 0 -2.5vw;
  overflow-y: auto;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .mbPanel11_sp .left .bottom .nav {
    margin: 0 -1.5625vw;
  }
}
.mbPanel11_sp .left .bottom .nav > * {
  padding: 0 2.5vw;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .mbPanel11_sp .left .bottom .nav > * {
    padding: 0 1.5625vw;
  }
}
.mbPanel11_sp .left .bottom .nav .navbar {
  width: 58.27%;
}
.mbPanel11_sp .left .bottom .nav .navbar .navmenu > li {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mbPanel11_sp .left .bottom .nav .navbar .navmenu > li:first-child {
  padding-top: 0;
}
.mbPanel11_sp .left .bottom .nav .navbar .navmenu > li > a {
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 7px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .mbPanel11_sp .left .bottom .nav .navbar .navmenu > li > a {
    font-size: 26px;
  }
}
.mbPanel11_sp .left .bottom .nav .navbar .navmenu > li > a span {
  position: relative;
  top: -1px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-left: 20px;
}
.mbPanel11_sp .left .bottom .nav .navbar .navmenu > li > a:hover, .mbPanel11_sp .left .bottom .nav .navbar .navmenu > li > a.active {
  color: #000;
}
.mbPanel11_sp .left .bottom .nav .navbar .navmenu > li ul {
  display: flex;
  flex-wrap: wrap;
}
.mbPanel11_sp .left .bottom .nav .navbar .navmenu > li ul > li {
  margin-right: 20px;
}
.mbPanel11_sp .left .bottom .nav .navbar .navmenu > li ul > li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}
.mbPanel11_sp .left .bottom .nav .navbar .navmenu > li ul > li > a:hover, .mbPanel11_sp .left .bottom .nav .navbar .navmenu > li ul > li > a.active {
  color: #000;
}
.mbPanel11_sp .left .bottom .nav .navbar .copyright {
  margin-top: 20px;
}
.mbPanel11_sp .left .bottom .nav .navbar .copyright p {
  color: #fff;
  font-size: 13px;
}
.mbPanel11_sp .left .bottom .nav .navbar .copyright p a {
  color: #fff;
}
.mbPanel11_sp .left .bottom .nav .navtool {
  width: 41.73%;
}
.mbPanel11_sp .left .bottom .nav .navtool > * + * {
  margin-top: 40px;
}
.mbPanel11_sp .left .bottom .nav .navtool .search_form {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto 0 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #fff;
}
.mbPanel11_sp .left .bottom .nav .navtool .search_form button {
  margin-right: 15px;
}
.mbPanel11_sp .left .bottom .nav .navtool .search_form button svg {
  display: block;
  fill: #fff;
}
.mbPanel11_sp .left .bottom .nav .navtool .search_form input {
  width: 140px;
  color: #fff;
  font-weight: 700;
  padding: 0 5px 0 0;
  background: transparent;
  border: 0;
  transition: all 0.3s;
}
.mbPanel11_sp .left .bottom .nav .navtool .search_form input::placeholder {
  color: #fff;
}
.mbPanel11_sp .left .bottom .nav .navtool .search_form input:focus {
  width: 200px;
}
.mbPanel11_sp .left .bottom .nav .navtool .lang_toggle p:nth-child(1) {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}
.mbPanel11_sp .left .bottom .nav .navtool .lang_toggle p:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  padding-right: 15px;
  padding-bottom: 10px;
  margin: 0 -5px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-size: calc(100% - 10px) 1px;
  background-position: 5px bottom;
  background-repeat: no-repeat;
}
.mbPanel11_sp .left .bottom .nav .navtool .lang_toggle p:nth-child(2) a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 1px 15px;
}
.mbPanel11_sp .left .bottom .nav .navtool .lang_toggle p:nth-child(2) a + a::before {
  content: "";
  display: block;
  position: absolute;
  top: 51%;
  left: 0;
  width: 1px;
  height: 13px;
  background: #fff;
  transform: translateY(-50%);
}
.mbPanel11_sp .left .bottom .nav .navtool .lang_toggle p:nth-child(2) a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 5px;
  background: transparent;
  z-index: -1;
  transition: all 0.3s;
}
.mbPanel11_sp .left .bottom .nav .navtool .lang_toggle p:nth-child(2) a:hover {
  color: #4e4e4e;
}
.mbPanel11_sp .left .bottom .nav .navtool .lang_toggle p:nth-child(2) a:hover::after {
  background: #fff;
}
.mbPanel11_sp .left .bottom .nav .navtool .sp_btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 250px;
  padding: 10px;
  overflow: hidden;
}
.mbPanel11_sp .left .bottom .nav .navtool .sp_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(135deg, #000 0%, #000 30%, #000 70%, #000 100%);
  transition: all 0.3s;
}
.mbPanel11_sp .left .bottom .nav .navtool .sp_btn:hover::before {
  transform: translateX(-50%);
}
.mbPanel11_sp .left .bottom .nav .navtool .sp_btn > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.mbPanel11_sp .left .bottom .nav .navtool .sp_btn > div div {
  padding: 10px;
}
.mbPanel11_sp .left .bottom .nav .navtool .sp_btn > div div p:nth-child(1) {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mbPanel11_sp .left .bottom .nav .navtool .sp_btn > div div p:nth-child(2) {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.mbPanel11_sp .left .bottom .nav .navtool .sp_btn > div div p:nth-child(2) svg {
  display: inline-block;
  fill: #fff;
  margin-left: 20px;
}
.mbPanel11_sp .left .bottom .nav .navtool .social_media {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.mbPanel11_sp .left .bottom .nav .navtool .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.mbPanel11_sp .left .bottom .nav .navtool .social_media a svg {
  width: auto;
  height: 22px;
  fill: #fff;
  transition: all 0.3s;
}
.mbPanel11_sp .left .bottom .nav .navtool .social_media a:hover svg {
  fill: #000;
}
.mbPanel11_sp .right {
  width: 30.7778%;
  overflow: hidden;
}
.mbPanel11_sp .right img,
.mbPanel11_sp .right canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-100%);
  transition: transform 0s 0.3s;
}
.mbPanel11_sp.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0%);
  transition: all 0.3s, transform 0.6s ease-out 0.3s;
}
.mbPanel11_sp.show .left .top,
.mbPanel11_sp.show .left .bottom {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s 1.5s;
}
.mbPanel11_sp.show .right img,
.mbPanel11_sp.show .right canvas {
  transform: translateX(0);
  transition: transform 1s 1s;
}

.mbPanel11_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 110;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .mbPanel11_btn {
    display: none;
  }
}
.mbPanel11_btn .bars {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 30px;
  height: 18px;
}
.mbPanel11_btn .bars .bar {
  position: relative;
  top: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: top 0.3s 0.3s, width 0.3s 0.3s, transform 0.3s, background 0.3s;
}
.mbPanel11_btn .bars .bar.bar1, .mbPanel11_btn .bars .bar.bar3 {
  transform: rotate(0deg);
}
.mbPanel11_btn .bars .bar.bar2 {
  width: 66.67%;
  margin: 0 0 0 auto;
}
.mbPanel11_btn.active .bars .bar {
  background: #fff;
  transition: top 0.3s, width 0.3s, transform 0.3s 0.3s, background 0.3s;
}
.mbPanel11_btn.active .bars .bar.bar1 {
  top: 8px;
  transform: rotate(-25deg);
}
.mbPanel11_btn.active .bars .bar.bar2 {
  width: 0%;
}
.mbPanel11_btn.active .bars .bar.bar3 {
  top: -8px;
  transform: rotate(25deg);
}

.header12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 4.1667vw;
  background: #000;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header12 {
    padding: 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header12 {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 480px) {
  .header12 {
    padding: 0 0 0 15px;
  }
}
.header12 .logo {
  display: block;
}
.header12 .logo img {
  max-height: 60px;
}
.header12 .navbar {
  display: flex;
}
.header12 .navbar .navmenu {
  display: flex;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .header12 .navbar .navmenu {
    display: none;
  }
}
.header12 .navbar .navmenu > li {
  position: relative;
  padding: 14px 25px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header12 .navbar .navmenu > li {
    padding: 14px 15px;
  }
}
.header12 .navbar .navmenu > li > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 9px 0;
  transition: all 0.3s;
}
.header12 .navbar .navmenu > li > a > span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.header12 .navbar .navmenu > li > a > span span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 1px;
  background: #000;
  transform: translateX(-100%);
  animation: header12_line 2s linear infinite;
}
@keyframes header12_line {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
.header12 .navbar .navmenu > li:hover > a, .header12 .navbar .navmenu > li.active > a {
  color: #000;
}
.header12 .navbar .navmenu > li:hover > a > span, .header12 .navbar .navmenu > li.active > a > span {
  opacity: 1;
}
.header12 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: calc(100% + 50px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header12 .navbar .navmenu > li ul {
    min-width: calc(100% + 30px);
  }
}
.header12 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header12 .navbar .navmenu > li ul li {
  position: relative;
  transition: all 0.3s;
}
.header12 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #d4d4d4;
}
.header12 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header12 .navbar .navmenu > li ul li:hover, .header12 .navbar .navmenu > li ul li.active {
  border-color: #000;
}
.header12 .navbar .navmenu > li ul li:hover > a, .header12 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header12 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header12 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header12 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header12 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header12 .navbar .navtool {
  display: flex;
  margin-left: 20px;
}
@media (max-width: 1366px) {
  .header12 .navbar .navtool {
    margin-left: 0;
  }
}
.header12 .navbar .navtool > div,
.header12 .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header12 .navbar .navtool > div,
  .header12 .navbar .navtool > a {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header12 .navbar .navtool > div,
  .header12 .navbar .navtool > a {
    padding: 0;
    margin-left: 20px;
  }
  .header12 .navbar .navtool > div:not(#google_translate_element):not(.mbPanel_btn),
  .header12 .navbar .navtool > a:not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header12 .navbar .navtool > div i,
.header12 .navbar .navtool > a i {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.header12 .navbar .navtool > div ul,
.header12 .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header12 .navbar .navtool > div ul li + li,
.header12 .navbar .navtool > a ul li + li {
  border-top: 1px solid #d4d4d4;
}
.header12 .navbar .navtool > div ul li a,
.header12 .navbar .navtool > a ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header12 .navbar .navtool > div ul li:hover, .header12 .navbar .navtool > div ul li.active,
.header12 .navbar .navtool > a ul li:hover,
.header12 .navbar .navtool > a ul li.active {
  border-color: #000;
}
.header12 .navbar .navtool > div ul li:hover > a, .header12 .navbar .navtool > div ul li.active > a,
.header12 .navbar .navtool > a ul li:hover > a,
.header12 .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
.header12 .navbar .navtool > div:hover i,
.header12 .navbar .navtool > a:hover i {
  color: #000;
}
.header12 .navbar .navtool > div:hover ul,
.header12 .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header12 .navbar .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header12 .navbar .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header12 .navbar .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header12 .navbar .navtool .mbPanel_btn {
  width: 70px;
  background: #000;
}
@media (min-width: 1201px) {
  .header12 .navbar .navtool .mbPanel_btn {
    display: none;
  }
}
.header12 .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header12 .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header12 .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header12 .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header12 .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header12 .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header12 .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header12 .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 calc(4.1667vw - 20px) 0 4.1667vw;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header13 {
    padding: 0 calc(2.5vw - 15px) 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header13 {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 480px) {
  .header13 {
    padding: 0 0 0 15px;
  }
}
.header13 .navbar {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
}
.header13 .navbar .logo {
  display: block;
  transition: all 0.3s;
}
.header13 .navbar .logo img {
  max-height: 60px;
}
.header13 .navbar form {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate(-100%, -50%);
  transition: all 0.3s;
}
.header13 .navbar form input[type=text] {
  width: 100%;
  padding: 0;
  background: unset;
  border: 0;
}
.header13 .navbar form input[type=submit] {
  display: none;
}
.header13 .navbar .navmenu {
  display: flex;
}
@media (max-width: 1200px) {
  .header13 .navbar .navmenu {
    display: none;
  }
}
.header13 .navbar .navmenu > li {
  position: relative;
}
.header13 .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  padding: 23px 25px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header13 .navbar .navmenu > li > a {
    padding: 23px 15px;
  }
}
.header13 .navbar .navmenu > li:hover > a, .header13 .navbar .navmenu > li.active > a {
  color: #000;
}
.header13 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header13 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header13 .navbar .navmenu > li ul li {
  position: relative;
}
.header13 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header13 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header13 .navbar .navmenu > li ul li:hover > a, .header13 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header13 .navbar .navmenu > li .sp_dropdown {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100vw;
  max-height: calc(100vh - 70px);
  padding: 30px 0;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header13 .navbar .navmenu > li .sp_dropdown .row {
  gap: 30px 0;
}
.header13 .navbar .navmenu > li .sp_dropdown .sp_section {
  width: 25%;
}
.header13 .navbar .navmenu > li .sp_dropdown .sp_section > a {
  display: block;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  background-image: linear-gradient(to right, #ededed, #ededed);
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.header13 .navbar .navmenu > li .sp_dropdown .sp_section > a > span {
  display: inline-block;
  padding-bottom: 6px;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.header13 .navbar .navmenu > li .sp_dropdown .sp_section > div > a {
  display: block;
  color: #4e4e4e;
  transition: all 0.1s;
}
.header13 .navbar .navmenu > li .sp_dropdown .sp_section > div > a + a {
  margin-top: 9px;
}
.header13 .navbar .navmenu > li .sp_dropdown .sp_section > div > a::before {
  content: "- ";
}
.header13 .navbar .navmenu > li .sp_dropdown .sp_section > div > a:hover {
  color: #000;
}
.header13 .navbar .navmenu li:hover > ul,
.header13 .navbar .navmenu li:hover .sp_dropdown {
  opacity: 1;
  pointer-events: auto;
}
.header13 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header13 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header13 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header13 .navtool {
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .header13 .navtool {
    gap: 0;
  }
}
.header13 .navtool > div,
.header13 .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 56px;
  height: 56px;
  background: #000;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 1200px) {
  .header13 .navtool > div,
  .header13 .navtool > a {
    width: 70px;
    height: 70px;
  }
  .header13 .navtool > div:not(.search_btn):not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header13 .navtool > a:not(.search_btn):not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header13 .navtool > div > i,
.header13 .navtool > a > i {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.header13 .navtool > div > svg,
.header13 .navtool > a > svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.3s;
}
.header13 .navtool > div ul,
.header13 .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header13 .navtool > div ul li + li,
.header13 .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header13 .navtool > div ul li a,
.header13 .navtool > a ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px;
  background: #fff;
  transition: all 0.3s;
}
.header13 .navtool > div ul li:hover > a, .header13 .navtool > div ul li.active > a,
.header13 .navtool > a ul li:hover > a,
.header13 .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
.header13 .navtool > div:hover > i,
.header13 .navtool > a:hover > i {
  color: #fff;
}
.header13 .navtool > div:hover > svg,
.header13 .navtool > a:hover > svg {
  fill: #fff;
}
.header13 .navtool > div:hover ul,
.header13 .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header13 .navtool .search_btn_sp {
  display: none;
}
.header13 .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header13 .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header13 .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header13 .navtool .cart_btn p {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #ff0006;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header13 .navtool .cart_btn p {
    right: 4px;
  }
}
@media (max-width: 1200px) {
  .header13 .navtool .cart_btn p {
    right: 14px;
  }
}
.header13 .navtool .mbPanel_btn {
  padding: 0 20px;
  background: #000;
}
@media (min-width: 1201px) {
  .header13 .navtool .mbPanel_btn {
    display: none;
  }
}
.header13 .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header13 .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header13 .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header13 .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header13 .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header13 .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header13 .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header13 .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header13.scroll {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.header13.active .navbar .logo {
  opacity: 0;
  pointer-events: none;
}
.header13.active .navbar form {
  opacity: 1;
  transform: translate(0, -50%);
}
.header13.active .navtool .search_btn_sp {
  display: flex !important;
}
.header13.active .navtool .search_btn {
  display: none;
}

@media (min-width: 1201px) {
  body[data-page=index] .header14:not(.scroll):not(.active) {
    background: transparent;
  }
  body[data-page=index] .header14:not(.scroll):not(.active) .navbar .navmenu > li > a {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  body[data-page=index] .header14:not(.scroll):not(.active) .navbar .navmenu > li:hover > a, body[data-page=index] .header14:not(.scroll):not(.active) .navbar .navmenu > li.active > a {
    color: #000;
    text-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
  body[data-page=index] .header14:not(.scroll):not(.active) .navbar .mid::before {
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s, opacity 0s 0s;
  }
  body[data-page=index] .header14:not(.scroll):not(.active) .navbar .mid::after {
    opacity: 0;
    transition: opacity 0s 0s;
  }
  body[data-page=index] .header14:not(.scroll):not(.active) .navbar .mid .logo {
    background: transparent;
    transform: translateY(5px);
  }
  body[data-page=index] .header14:not(.scroll):not(.active) .navbar .mid .logo img {
    filter: brightness(0) invert(1);
  }
  body[data-page=index] .header14:not(.scroll):not(.active) .right .navtool > div > i,
  body[data-page=index] .header14:not(.scroll):not(.active) .right .navtool > a > i {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  body[data-page=index] .header14:not(.scroll):not(.active) .right .navtool > div > svg,
  body[data-page=index] .header14:not(.scroll):not(.active) .right .navtool > a > svg {
    fill: #fff;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
  body[data-page=index] .header14:not(.scroll):not(.active) .right .navtool > div:hover > i,
  body[data-page=index] .header14:not(.scroll):not(.active) .right .navtool > a:hover > i {
    color: #000;
    text-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
  body[data-page=index] .header14:not(.scroll):not(.active) .right .navtool > div:hover > svg,
  body[data-page=index] .header14:not(.scroll):not(.active) .right .navtool > a:hover > svg {
    fill: #000;
    filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
  }
}

.header14 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
.header14 .navbar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 4.1666666667vw;
}
@media (max-width: 1200px) {
  .header14 .navbar {
    justify-content: space-between;
  }
}
.header14 .navbar .navmenu {
  display: flex;
  gap: 0 2.6041666667vw;
}
@media (max-width: 1200px) {
  .header14 .navbar .navmenu {
    display: none;
  }
}
.header14 .navbar .navmenu > li {
  position: relative;
}
.header14 .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  padding: 23px 0;
  transition: all 0.3s;
}
.header14 .navbar .navmenu > li:hover > a, .header14 .navbar .navmenu > li.active > a {
  color: #000;
}
.header14 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header14 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header14 .navbar .navmenu > li ul li {
  position: relative;
}
.header14 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header14 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header14 .navbar .navmenu > li ul li:hover > a, .header14 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header14 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header14 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header14 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header14 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header14 .navbar .left {
  width: calc(50% - 65px);
}
@media (max-width: 1200px) {
  .header14 .navbar .left {
    display: none;
  }
}
.header14 .navbar .left .navmenu {
  justify-content: flex-end;
}
.header14 .navbar .mid {
  height: 70px;
}
@media (min-width: 1201px) {
  .header14 .navbar .mid {
    position: relative;
    flex-shrink: 0;
    width: 130px;
  }
  .header14 .navbar .mid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s, opacity 0.3s 0.3s;
  }
  .header14 .navbar .mid::after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: opacity 0s 0.3s;
  }
}
@media (max-width: 1200px) {
  .header14 .navbar .mid {
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
}
.header14 .navbar .mid .logo {
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .header14 .navbar .mid .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    isolation: isolate;
    overflow: hidden;
    z-index: 2;
  }
}
.header14 .navbar .mid .logo img {
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header14 .navbar .mid .logo img {
    max-height: 60px;
  }
}
.header14 .navbar .right {
  display: flex;
  align-items: center;
  gap: 0 2.6041666667vw;
  width: calc(50% - 65px);
}
@media (max-width: 1200px) {
  .header14 .navbar .right {
    width: auto;
  }
}
.header14 .navbar .right .navtool {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media (max-width: 1200px) {
  .header14 .navbar .right .navtool {
    gap: 0 20px;
  }
}
.header14 .navbar .right .navtool > div,
.header14 .navbar .right .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header14 .navbar .right .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header14 .navbar .right .navtool > a:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header14 .navbar .right .navtool > div > i,
.header14 .navbar .right .navtool > a > i {
  color: #4e4e4e;
  font-size: 20px;
  transition: all 0.3s;
}
.header14 .navbar .right .navtool > div > svg,
.header14 .navbar .right .navtool > a > svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.header14 .navbar .right .navtool > div ul,
.header14 .navbar .right .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header14 .navbar .right .navtool > div ul li + li,
.header14 .navbar .right .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header14 .navbar .right .navtool > div ul li a,
.header14 .navbar .right .navtool > a ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header14 .navbar .right .navtool > div ul li:hover > a, .header14 .navbar .right .navtool > div ul li.active > a,
.header14 .navbar .right .navtool > a ul li:hover > a,
.header14 .navbar .right .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
@media (min-width: 1201px) {
  .header14 .navbar .right .navtool > div:hover > i,
  .header14 .navbar .right .navtool > a:hover > i {
    color: #000;
  }
  .header14 .navbar .right .navtool > div:hover > svg,
  .header14 .navbar .right .navtool > a:hover > svg {
    fill: #000;
  }
}
.header14 .navbar .right .navtool > div:hover ul,
.header14 .navbar .right .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header14 .navbar .right .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header14 .navbar .right .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header14 .navbar .right .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header14 .navbar .right .navtool .cart_btn p {
  position: absolute;
  top: 16px;
  right: -8px;
  width: 15px;
  line-height: 15px;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #000;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .header14 .navbar .right .navtool .cart_btn:hover p {
    background: #4e4e4e;
  }
}
.header14 .navbar .right .navtool .mbPanel_btn {
  padding: 0 20px;
  background: #000;
}
@media (min-width: 1201px) {
  .header14 .navbar .right .navtool .mbPanel_btn {
    display: none;
  }
}
.header14 .navbar .right .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header14 .navbar .right .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header14 .navbar .right .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header14 .navbar .right .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header14 .navbar .right .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header14 .navbar .right .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header14 .navbar .right .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header14 .navbar .right .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header14.scroll {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
  .header14.scroll .navbar .mid::before {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
}

.header15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 0 4.1666666667vw;
  z-index: 110;
}
@media (max-width: 1440px) {
  .header15 {
    padding: 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header15 {
    padding: 0 30px;
  }
}
@media (max-width: 720px) {
  .header15 {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .header15 {
    padding: 0 8px;
  }
}
.header15 .logo {
  display: block;
}
.header15 .logo img {
  max-height: 60px;
}
.header15 .navbar {
  display: flex;
  align-items: center;
  gap: 0 2.34375vw;
}
@media (max-width: 1200px) {
  .header15 .navbar .navbtn {
    display: none;
  }
}
.header15 .navbar .navbtn .button_set {
  margin-top: 0 !important;
}
.header15 .navbar .navtool {
  display: flex;
  gap: 0 15px;
}
@media (max-width: 720px) {
  .header15 .navbar .navtool {
    gap: 0 10px;
  }
}
.header15 .navbar .navtool > div,
.header15 .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 45px;
  height: 45px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header15 .navbar .navtool > div:not(.search_btn):not(.cart_btn),
  .header15 .navbar .navtool > a:not(.search_btn):not(.cart_btn) {
    display: none;
  }
}
@media (max-width: 720px) {
  .header15 .navbar .navtool > div,
  .header15 .navbar .navtool > a {
    width: 40px;
    height: 40px;
  }
}
.header15 .navbar .navtool > div > i,
.header15 .navbar .navtool > a > i {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.header15 .navbar .navtool > div > svg,
.header15 .navbar .navtool > a > svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.3s;
}
.header15 .navbar .navtool > div ul,
.header15 .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  padding-top: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, -40px);
  transition: all 0.3s;
}
.header15 .navbar .navtool > div ul li + li,
.header15 .navbar .navtool > a ul li + li {
  margin-top: 5px;
}
.header15 .navbar .navtool > div ul li a,
.header15 .navbar .navtool > a ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 14px;
  text-indent: 1px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .header15 .navbar .navtool > div ul li a,
  .header15 .navbar .navtool > a ul li a {
    width: 40px;
    height: 40px;
  }
}
.header15 .navbar .navtool > div ul li:hover > a, .header15 .navbar .navtool > div ul li.active > a,
.header15 .navbar .navtool > a ul li:hover > a,
.header15 .navbar .navtool > a ul li.active > a {
  color: #000;
  background: #fff;
}
.header15 .navbar .navtool > div:hover,
.header15 .navbar .navtool > a:hover {
  background: #fff;
}
.header15 .navbar .navtool > div:hover > i,
.header15 .navbar .navtool > a:hover > i {
  color: #000;
}
.header15 .navbar .navtool > div:hover > svg,
.header15 .navbar .navtool > a:hover > svg {
  fill: #000;
}
.header15 .navbar .navtool > div:hover ul,
.header15 .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(50%, 0);
}
.header15 .navbar .navtool .cart_btn p {
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 16px;
  line-height: 14px;
  color: #4e4e4e;
  font-size: 11px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translateX(-50%);
}
.header15 .navbar .mbPanel_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 720px) {
  .header15 .navbar .mbPanel_btn {
    width: 55px;
    height: 55px;
  }
}
.header15 .navbar .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header15 .navbar .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header15 .navbar .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header15 .navbar .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header15 .navbar .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header15 .navbar .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header15 .navbar .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header15 .navbar .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header15_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: #fff;
  z-index: 100;
  transition: box-shadow 0.3s;
}
.header15_bg.scroll {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.header16 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 4.1666666667vw;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header16 {
    padding: 0 3.3333333333vw;
  }
}
@media (max-width: 1200px) {
  .header16 {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .header16 {
    gap: 0 20px;
    padding: 0 15px;
  }
}
.header16 .logo {
  display: block;
}
@media (min-width: 1201px) {
  .header16 .logo {
    flex-shrink: 0;
  }
}
.header16 .logo img {
  max-height: 60px;
}
.header16 .navbar {
  display: flex;
  gap: 0 30px;
}
@media (min-width: 1201px) {
  .header16 .navbar {
    width: 100%;
  }
}
.header16 .navbar .navmenu {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .header16 .navbar .navmenu {
    display: none;
  }
}
.header16 .navbar .navmenu > li {
  position: relative;
}
.header16 .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  padding: 23px 25px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header16 .navbar .navmenu > li > a {
    padding: 23px 15px;
  }
}
.header16 .navbar .navmenu > li:hover > a, .header16 .navbar .navmenu > li.active > a {
  color: #000;
}
.header16 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header16 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header16 .navbar .navmenu > li ul li {
  position: relative;
}
.header16 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header16 .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header16 .navbar .navmenu > li ul li:hover > a, .header16 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header16 .navbar .navmenu > li .sp_dropdown {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100vw;
  max-height: calc(100vh - 70px);
  padding: 30px 0;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header16 .navbar .navmenu > li .sp_dropdown .row {
  gap: 30px 0;
}
.header16 .navbar .navmenu > li .sp_dropdown .sp_section {
  width: 25%;
}
.header16 .navbar .navmenu > li .sp_dropdown .sp_section > a {
  display: block;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  background-image: linear-gradient(to right, #ededed, #ededed);
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.header16 .navbar .navmenu > li .sp_dropdown .sp_section > a > span {
  display: inline-block;
  padding-bottom: 6px;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.header16 .navbar .navmenu > li .sp_dropdown .sp_section > div > a {
  display: block;
  color: #4e4e4e;
  transition: all 0.1s;
}
.header16 .navbar .navmenu > li .sp_dropdown .sp_section > div > a + a {
  margin-top: 9px;
}
.header16 .navbar .navmenu > li .sp_dropdown .sp_section > div > a::before {
  content: "- ";
}
.header16 .navbar .navmenu > li .sp_dropdown .sp_section > div > a:hover {
  color: #000;
}
.header16 .navbar .navmenu li:hover > ul,
.header16 .navbar .navmenu li:hover .sp_dropdown {
  opacity: 1;
  pointer-events: auto;
}
.header16 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header16 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header16 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header16 .navbar .navtool {
  display: flex;
  gap: 0 30px;
}
@media (max-width: 1440px) {
  .header16 .navbar .navtool {
    gap: 0 20px;
  }
}
@media (max-width: 1200px) {
  .header16 .navbar .navtool {
    gap: 0 30px;
  }
}
@media (max-width: 480px) {
  .header16 .navbar .navtool {
    gap: 0 20px;
  }
}
.header16 .navbar .navtool > div,
.header16 .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header16 .navbar .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header16 .navbar .navtool > a:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header16 .navbar .navtool > div > i,
.header16 .navbar .navtool > a > i {
  color: #4e4e4e;
  font-size: 20px;
  transition: all 0.3s;
}
.header16 .navbar .navtool > div > svg,
.header16 .navbar .navtool > a > svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.header16 .navbar .navtool > div form,
.header16 .navbar .navtool > a form {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content;
  padding: 15px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header16 .navbar .navtool > div form button,
.header16 .navbar .navtool > a form button {
  color: #4e4e4e;
  font-size: 20px;
  margin-left: 13px;
  transition: all 0.3s;
}
.header16 .navbar .navtool > div form button:hover,
.header16 .navbar .navtool > a form button:hover {
  color: #000;
}
.header16 .navbar .navtool > div ul,
.header16 .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header16 .navbar .navtool > div ul li + li,
.header16 .navbar .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header16 .navbar .navtool > div ul li a,
.header16 .navbar .navtool > a ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header16 .navbar .navtool > div ul li:hover > a, .header16 .navbar .navtool > div ul li.active > a,
.header16 .navbar .navtool > a ul li:hover > a,
.header16 .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
@media (min-width: 1025px) {
  .header16 .navbar .navtool > div:hover > i,
  .header16 .navbar .navtool > a:hover > i {
    color: #000;
  }
  .header16 .navbar .navtool > div:hover > svg,
  .header16 .navbar .navtool > a:hover > svg {
    fill: #000;
  }
}
.header16 .navbar .navtool > div:hover form,
.header16 .navbar .navtool > div:hover ul,
.header16 .navbar .navtool > a:hover form,
.header16 .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header16 .navbar .navtool .cart_btn p {
  position: absolute;
  top: 17px;
  right: 9px;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #ff0006;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header16 .navbar .navtool .cart_btn p {
    right: 4px;
  }
}
@media (max-width: 1200px) {
  .header16 .navbar .navtool .cart_btn p {
    right: 14px;
  }
}
.header16 .navbar .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header16 .navbar .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header16 .navbar .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
@media (min-width: 1201px) {
  .header16 .navbar .navtool .mbPanel_btn {
    margin-left: 3.3854166667vw;
  }
}
.header16 .navbar .navtool .mbPanel_btn .bars {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 30px;
  height: 30px;
}
.header16 .navbar .navtool .mbPanel_btn .bars .bar {
  width: 6px;
  height: 6px;
  transition: background 0.4s ease;
}
.header16 .navbar .navtool .mbPanel_btn .bars .bar:nth-child(odd) {
  background: #4e4e4e;
}
.header16 .navbar .navtool .mbPanel_btn .bars .bar:nth-child(even) {
  background: #000;
}
.header16 .navbar .navtool .mbPanel_btn .bars .bar:nth-child(5) {
  background: #000 !important;
}
.header16 .navbar .navtool .mbPanel_btn.active .bars .bar:nth-child(odd) {
  background: #000;
}
.header16 .navbar .navtool .mbPanel_btn.active .bars .bar:nth-child(even) {
  background: #4e4e4e;
}
@media (min-width: 1025px) {
  .header16 .navbar .navtool .mbPanel_btn:hover .bars .bar:nth-child(odd) {
    background: #000;
  }
  .header16 .navbar .navtool .mbPanel_btn:hover .bars .bar:nth-child(even) {
    background: #4e4e4e;
  }
}
.header16.scroll {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.mbPanel16_sp {
  display: flex;
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 70px 0;
  background: #fff;
  background-image: url("../img/other/other33.jpg");
  background-size: 29.2708333333vw 21.1458333333vw;
  background-position: left bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 95;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media (max-width: 1200px) {
  .mbPanel16_sp {
    display: none;
  }
}
.mbPanel16_sp .left {
  width: 37.5%;
  padding-right: 6.7708333333vw;
}
.mbPanel16_sp .left .logo {
  display: block;
  width: fit-content;
}
.mbPanel16_sp .right {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 2.6041666667vw 6.7708333333vw;
  width: 62.5%;
  max-height: calc(100vh - 210px);
  padding-right: 22px;
  overflow-y: auto;
}
.mbPanel16_sp .right::-webkit-scrollbar {
  width: 2px;
}
.mbPanel16_sp .right::-webkit-scrollbar-track {
  background: #e5e5e5;
}
.mbPanel16_sp .right::-webkit-scrollbar-thumb {
  background: rgba(78, 78, 78, 0.5);
}
.mbPanel16_sp .right::-webkit-scrollbar-thumb:hover {
  background: #4e4e4e;
}
.mbPanel16_sp .right > div {
  width: calc(50% - 3.3854166667vw);
}
.mbPanel16_sp .right > div > a {
  display: block;
  position: relative;
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s;
}
.mbPanel16_sp .right > div > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  padding: 3px 0;
  margin-bottom: 7px;
  background-image: linear-gradient(to right, #e8e8e6, #e8e8e6);
  background-size: 100% 1px;
  background-position: left center;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
}
.mbPanel16_sp .right > div > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 20px;
  transition: width 0.5s ease-in-out;
}
.mbPanel16_sp .right > div > a.active {
  color: #000;
}
.mbPanel16_sp .right > div > a:hover {
  color: #000;
}
.mbPanel16_sp .right > div > a:hover::before {
  background-size: 0% 1px;
}
.mbPanel16_sp .right > div > a:hover::after {
  width: 100%;
}
.mbPanel16_sp .right > div > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 19px;
  margin-top: 21px;
}
.mbPanel16_sp .right > div > ul li:not(:last-child) {
  position: relative;
}
.mbPanel16_sp .right > div > ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #acacac, #acacac);
  background-size: 100% 80%;
  background-position: left center;
  background-repeat: no-repeat;
}
.mbPanel16_sp .right > div > ul li a {
  color: #4e4e4e;
  transition: all 0.3s;
}
.mbPanel16_sp .right > div > ul li a:hover, .mbPanel16_sp .right > div > ul li a.active {
  color: #000;
}
.mbPanel16_sp.show {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1201px) {
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navmenu > li > a {
    color: #4e4e4e;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navmenu > li:hover > a, body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navmenu > li.active > a {
    color: #000;
    text-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navtool > div > i,
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navtool > a > i {
    color: #4e4e4e;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navtool > div > svg,
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navtool > a > svg {
    fill: #4e4e4e;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  }
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navtool > div:hover > i,
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navtool > a:hover > i {
    color: #000;
    text-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navtool > div:hover > svg,
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navtool > a:hover > svg {
    fill: #000;
    filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
  }
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navtool .mbPanel_btn {
    background: transparent;
  }
  body[data-page=index] .header_business:not(.scroll):not(.active) .navbar .navtool .mbPanel_btn .bars .bar {
    background: #4e4e4e;
  }
}

.header_business {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Poppins", sans-serif;
  padding: 0 4.1666666667vw;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header_business {
    padding: 0 3.3333333333vw;
  }
}
@media (max-width: 1200px) {
  .header_business {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 480px) {
  .header_business {
    gap: 0 20px;
    padding: 0 0 0 15px;
  }
}
.header_business .logo {
  display: block;
}
@media (min-width: 1201px) {
  .header_business .logo {
    flex-shrink: 0;
  }
}
.header_business .logo img {
  max-height: 40px;
}
@media (max-width: 1200px) {
  .header_business .logo img {
    max-height: 30px;
  }
}
.header_business .navbar {
  display: flex;
  gap: 0 30px;
}
@media (min-width: 1201px) {
  .header_business .navbar {
    width: 100%;
  }
}
.header_business .navbar .navmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0 30px;
}
@media (max-width: 1200px) {
  .header_business .navbar .navmenu {
    display: none;
  }
}
.header_business .navbar .navmenu > li {
  position: relative;
}
.header_business .navbar .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header_business .navbar .navmenu > li > a {
    padding: 23px 15px;
  }
}
.header_business .navbar .navmenu > li:hover > a, .header_business .navbar .navmenu > li.active > a {
  color: #000;
}
.header_business .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header_business .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header_business .navbar .navmenu > li ul li {
  position: relative;
}
.header_business .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header_business .navbar .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header_business .navbar .navmenu > li ul li:hover > a, .header_business .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #000;
}
.header_business .navbar .navmenu > li .sp_dropdown {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100vw;
  max-height: calc(100vh - 70px);
  padding: 30px 0;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header_business .navbar .navmenu > li .sp_dropdown .row {
  gap: 30px 0;
}
.header_business .navbar .navmenu > li .sp_dropdown .sp_section {
  width: 25%;
}
.header_business .navbar .navmenu > li .sp_dropdown .sp_section > a {
  display: block;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  background-image: linear-gradient(to right, #ededed, #ededed);
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.header_business .navbar .navmenu > li .sp_dropdown .sp_section > a > span {
  display: inline-block;
  padding-bottom: 6px;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.header_business .navbar .navmenu > li .sp_dropdown .sp_section > div > a {
  display: block;
  color: #4e4e4e;
  transition: all 0.1s;
}
.header_business .navbar .navmenu > li .sp_dropdown .sp_section > div > a + a {
  margin-top: 9px;
}
.header_business .navbar .navmenu > li .sp_dropdown .sp_section > div > a::before {
  content: "- ";
}
.header_business .navbar .navmenu > li .sp_dropdown .sp_section > div > a:hover {
  color: #000;
}
.header_business .navbar .navmenu li:hover > ul,
.header_business .navbar .navmenu li:hover .sp_dropdown {
  opacity: 1;
  pointer-events: auto;
}
.header_business .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header_business .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header_business .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header_business .navbar .navtool {
  display: flex;
  gap: 0 30px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .header_business .navbar .navtool {
    gap: 0 20px;
  }
}
@media (max-width: 1200px) {
  .header_business .navbar .navtool {
    gap: 0 30px;
  }
}
@media (max-width: 480px) {
  .header_business .navbar .navtool {
    gap: 0 20px;
  }
}
.header_business .navbar .navtool > div,
.header_business .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  cursor: pointer;
  transition: all 0.3s;
  gap: 0 10px;
}
@media (max-width: 1200px) {
  .header_business .navbar .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header_business .navbar .navtool > a:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header_business .navbar .navtool > div > i,
.header_business .navbar .navtool > a > i {
  color: #4e4e4e;
  font-size: 20px;
  transition: all 0.3s;
}
.header_business .navbar .navtool > div > svg,
.header_business .navbar .navtool > a > svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.header_business .navbar .navtool > div form,
.header_business .navbar .navtool > a form {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content;
  padding: 15px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header_business .navbar .navtool > div form button,
.header_business .navbar .navtool > a form button {
  color: #4e4e4e;
  font-size: 20px;
  margin-left: 13px;
  transition: all 0.3s;
}
.header_business .navbar .navtool > div form button:hover,
.header_business .navbar .navtool > a form button:hover {
  color: #000;
}
.header_business .navbar .navtool > div ul,
.header_business .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header_business .navbar .navtool > div ul li + li,
.header_business .navbar .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header_business .navbar .navtool > div ul li a,
.header_business .navbar .navtool > a ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header_business .navbar .navtool > div ul li:hover > a, .header_business .navbar .navtool > div ul li.active > a,
.header_business .navbar .navtool > a ul li:hover > a,
.header_business .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #000;
}
@media (min-width: 1025px) {
  .header_business .navbar .navtool > div:hover > i,
  .header_business .navbar .navtool > a:hover > i {
    color: #000;
  }
  .header_business .navbar .navtool > div:hover > svg,
  .header_business .navbar .navtool > a:hover > svg {
    fill: #000;
  }
}
.header_business .navbar .navtool > div:hover form,
.header_business .navbar .navtool > div:hover ul,
.header_business .navbar .navtool > a:hover form,
.header_business .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header_business .navbar .navtool .cart_btn p {
  position: absolute;
  top: 17px;
  right: 9px;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #ff0006;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header_business .navbar .navtool .cart_btn p {
    right: 4px;
  }
}
@media (max-width: 1200px) {
  .header_business .navbar .navtool .cart_btn p {
    right: 14px;
  }
}
.header_business .navbar .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header_business .navbar .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header_business .navbar .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header_business .navbar .navtool .mbPanel_btn {
  padding: 0 15px;
  background: transparent;
  transition: background 0.3s;
}
@media (max-width: 1200px) {
  .header_business .navbar .navtool .mbPanel_btn {
    background: #000;
  }
}
.header_business .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 40px;
  height: 2px;
}
.header_business .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .header_business .navbar .navtool .mbPanel_btn .bars .bar {
    background: #fff;
  }
}
.header_business .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -10px;
  transform: rotate(0deg) scaleX(1);
  transform-origin: right center;
  transition: transform 0.3s ease-out;
}
.header_business .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  left: unset;
  right: 0;
  width: 65%;
  transition: width 0.3s 0.3s ease-out;
}
.header_business .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 10px;
  transform: rotate(0deg) scaleX(1);
  transform-origin: right center;
  transition: transform 0.3s ease-out;
}
@media (min-width: 1201px) {
  .header_business .navbar .navtool .mbPanel_btn.active .bars .bar {
    background: #4e4e4e;
  }
}
.header_business .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  transform: rotate(-27deg) scaleX(1.1);
  transition: transform 0.3s 0.3s ease-out;
}
.header_business .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  width: 0%;
  transition: width 0.3s ease-out;
}
.header_business .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  transform: rotate(27deg) scaleX(1.1);
  transition: transform 0.3s 0.3s ease-out;
}
.header_business.scroll {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
  .header_business.active .navmenu {
    opacity: 0;
    pointer-events: none;
  }
  .header_business.active .navbar .navtool > div > i,
  .header_business.active .navbar .navtool > a > i {
    color: #4e4e4e;
  }
  .header_business.active .navbar .navtool > div > svg,
  .header_business.active .navbar .navtool > a > svg {
    fill: #4e4e4e;
  }
  .header_business.active .navbar .navtool > div.search_btn, .header_business.active .navbar .navtool > div.lang_toggle,
  .header_business.active .navbar .navtool > a.search_btn,
  .header_business.active .navbar .navtool > a.lang_toggle {
    display: none;
  }
}

.search01 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.search01 .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.search01 .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 60px;
  background: #fff;
  border-radius: 15px;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .search01 .popup_content {
    padding: 40px 15px;
    border-radius: 20px;
  }
}
.search01 .popup_content .close_btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .search01 .popup_content .close_btn {
    width: 30px;
    height: 30px;
    background: #000;
  }
}
.search01 .popup_content .close_btn::before, .search01 .popup_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .search01 .popup_content .close_btn::before, .search01 .popup_content .close_btn::after {
    width: 15px;
  }
}
.search01 .popup_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search01 .popup_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search01 .popup_content .popup_title {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.search01 .popup_content form {
  display: flex;
  width: fit-content;
}
.search01 .popup_content form button {
  color: #4e4e4e;
  font-size: 22px;
  margin-left: 13px;
  transition: all 0.3s;
}
.search01 .popup_content form button:hover {
  color: #000;
}
.search01.show {
  opacity: 1;
  pointer-events: auto;
}
.search01.show .popup_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.search02 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.search02 .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.search02 .search_form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 45px 50px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: all 0.3s, opacity 1s ease, transform 1s ease;
}
@media (max-width: 440px) {
  .search02 .search_form {
    padding: 30px 35px;
  }
}
.search02 .search_form .close_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.search02 .search_form .close_btn::before, .search02 .search_form .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #000;
}
.search02 .search_form .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search02 .search_form .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search02 .search_form .search_form_title {
  color: #4e4e4e;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 19px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .search02 .search_form .search_form_title {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .search02 .search_form .search_form_title {
    font-size: 34px;
  }
}
.search02 .search_form .search_form_title span {
  color: #000;
}
.search02 .search_form .search_form_slogan {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .search02 .search_form .search_form_slogan {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .search02 .search_form .search_form_slogan {
    font-size: 18px;
  }
}
.search02 .search_form form {
  position: relative;
}
.search02 .search_form form input {
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #000;
}
.search02 .search_form form input::placeholder {
  color: #a7a9ac;
  font-size: 12px;
  font-weight: 700;
}
.search02 .search_form form button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.search02 .search_form form button svg {
  fill: #000;
}
.search02.show {
  opacity: 1;
  pointer-events: auto;
}
.search02.show .search_form {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.mbPanel01 {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  z-index: 95;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .mbPanel01 {
    display: none;
  }
}
.mbPanel01.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.mbPanel01.show .mbPanel_container {
  transform: translateX(0);
}
.mbPanel01 .mbPanel_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.mbPanel01 .mbPanel_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 60px 25px 140px;
  background: #eee;
  transform: translateX(100%);
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .mbPanel01 .mbPanel_container {
    padding: 60px 25px 60px;
  }
}
.mbPanel01 .mbPanel_container > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}
.mbPanel01 .mbPanel_container > div .navtool {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 400px) {
  .mbPanel01 .mbPanel_container > div .navtool {
    display: block;
  }
}
.mbPanel01 .mbPanel_container > div .navtool .lang_toggle {
  display: flex;
  align-items: center;
}
.mbPanel01 .mbPanel_container > div .navtool .lang_toggle i {
  color: #4e4e4e;
  font-size: 18px;
}
.mbPanel01 .mbPanel_container > div .navtool .lang_toggle a {
  color: #4e4e4e;
  font-size: 14px;
  letter-spacing: 0;
}
.mbPanel01 .mbPanel_container > div .navtool .lang_toggle > *:not(:last-child) {
  margin-right: 10px;
}
.mbPanel01 .mbPanel_container > div .navtool .search_form {
  display: flex;
  justify-content: left;
  width: auto;
  padding-bottom: 5px;
  margin: unset;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
  padding: 15px 0;
}
.mbPanel01 .mbPanel_container > div .navtool .search_form button {
  width: 16px;
  color: #4e4e4e;
  font-size: 15px;
  margin-right: 8px;
}
.mbPanel01 .mbPanel_container > div .navtool .search_form input {
  width: 100px;
  color: #4e4e4e;
  font-size: 16px;
  padding: 0;
  background: transparent;
  border: 0;
}
.mbPanel01 .mbPanel_container > div .navmenu {
  width: 100%;
}
.mbPanel01 .mbPanel_container > div .navmenu > li {
  padding: 8px 0;
}
.mbPanel01 .mbPanel_container > div .navmenu > li > a {
  display: block;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}
.mbPanel01 .mbPanel_container > div .navmenu > li > a span {
  display: inline-block;
  width: 30px;
  opacity: 0.3;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  margin-right: 0px;
  font-family: "Poppins", sans-serif;
}
.mbPanel01 .mbPanel_container > div .navmenu > li.moremenu.active > a::after {
  transform: rotateX(180deg);
}
.mbPanel01 .mbPanel_container > div .navmenu > li ul {
  display: none;
  margin-left: 36px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mbPanel01 .mbPanel_container > div .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 5px 0;
}
.mbPanel01 .mbPanel_container > div .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 0 10px;
}
.mbPanel01 .mbPanel_container > div .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.mbPanel01 .mbPanel_container > div .social_media a svg {
  width: auto;
  height: 23px;
  fill: #4e4e4e;
}
.mbPanel01 .mbPanel_container > div .copyright {
  margin-top: 20px;
}
.mbPanel01 .mbPanel_container > div .copyright p {
  color: #4e4e4e;
  font-size: 13px;
}
.mbPanel01 .mbPanel_container > div .copyright p a {
  color: #4e4e4e;
}
@media (max-width: 400px) {
  .mbPanel01 .mbPanel_container > div .copyright p br {
    display: none;
  }
}

.mbPanel02 {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  height: calc(100vh - 70px);
  padding: 50px 60px;
  background: #000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: auto;
  z-index: 95;
  transition: all 0.5s ease-out;
}
@media (min-width: 1201px) {
  .mbPanel02 {
    display: none;
  }
}
@media (max-width: 768px) {
  .mbPanel02 {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .mbPanel02 {
    padding: 40px 20px;
  }
}
.mbPanel02.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.mbPanel02 .navtool {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow-y: auto;
}
.mbPanel02 .navtool .search_form {
  display: flex;
}
.mbPanel02 .navtool .search_form input {
  width: 200px;
  border: 0;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .mbPanel02 .navtool .search_form input {
    width: calc(100% - 50px);
  }
}
.mbPanel02 .navtool .search_form button {
  width: 50px;
  color: #fff;
  font-size: 16px;
  background: #000;
  border-radius: 0 8px 8px 0;
}
.mbPanel02 .navtool .navmenu {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
}
.mbPanel02 .navtool .navmenu > li {
  background-image: linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-size: 25px 1px, 100% 1px;
  background-position: left bottom, left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.mbPanel02 .navtool .navmenu > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 14px 0;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .mbPanel02 .navtool .navmenu > li > a {
    font-size: 17px;
  }
}
.mbPanel02 .navtool .navmenu > li.moremenu > a {
  position: relative;
}
.mbPanel02 .navtool .navmenu > li.moremenu > a::after {
  content: "\f105";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #fff;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  z-index: 2;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s ease-out;
}
.mbPanel02 .navtool .navmenu > li.moremenu.active {
  padding-bottom: 15px;
}
.mbPanel02 .navtool .navmenu > li.moremenu.active > a {
  color: #fff;
}
.mbPanel02 .navtool .navmenu > li.moremenu.active > a::after {
  transform: translateY(-50%) rotate(90deg);
}
.mbPanel02 .navtool .navmenu > li ul {
  display: none;
  padding-left: 20px;
}
.mbPanel02 .navtool .navmenu > li ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 3px 0;
}
.mbPanel02 .navtool .navmenu > li ul li.active > a {
  color: #fff;
}
.mbPanel02 .navtool .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 0 10px;
}
.mbPanel02 .navtool .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.mbPanel02 .navtool .social_media a svg {
  width: auto;
  height: 21px;
  fill: #fff;
}
.mbPanel02 .navtool .lang_toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 10px 20px;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .mbPanel02 .navtool .lang_toggle {
    gap: 5px 10px;
  }
}
.mbPanel02 .navtool .lang_toggle a {
  display: block;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .mbPanel02 .navtool .lang_toggle a {
    font-size: 14px;
  }
}
.mbPanel02 .navtool .copyright {
  margin-top: 30px;
}
.mbPanel02 .navtool .copyright p {
  color: #fff;
  font-size: 13px;
}
.mbPanel02 .navtool .copyright p a {
  color: #fff;
}
@media (max-width: 400px) {
  .mbPanel02 .navtool .copyright p br {
    display: none;
  }
}

.mbPanel03 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 0 40px;
  background: #202020;
  opacity: 0;
  pointer-events: none;
  z-index: 105;
  transition: all 0.5s ease-out;
}
@media (min-width: 1201px) {
  .mbPanel03 {
    display: none;
  }
}
.mbPanel03.show {
  opacity: 1;
  pointer-events: auto;
}
.mbPanel03 .mbPanel_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #000;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .mbPanel03 .mbPanel_close {
    width: 50px;
    height: 50px;
  }
}
.mbPanel03 .mbPanel_close div {
  position: relative;
  width: 30px;
  height: 30px;
}
.mbPanel03 .mbPanel_close div::before, .mbPanel03 .mbPanel_close div::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: -3px;
  width: 36px;
  height: 2px;
  background: #fff;
}
.mbPanel03 .mbPanel_close div::before {
  transform: rotate(45deg);
}
.mbPanel03 .mbPanel_close div::after {
  transform: rotate(-45deg);
}
.mbPanel03 .mbPanel_close p {
  display: none;
}
.mbPanel03 .mbPanel_container {
  height: calc(100vh - 40px);
  overflow-y: auto;
}
.mbPanel03 .mbPanel_container > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 600px;
  min-height: calc(100vh - 40px);
  padding: 0 60px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #434343, #434343);
  background-size: 1px 100%;
  background-position: 100px 90px;
  background-repeat: no-repeat;
  overflow-y: auto;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .mbPanel03 .mbPanel_container > div {
    padding: 0 30px;
    background-position: 71px 90px;
  }
}
@media (max-width: 480px) {
  .mbPanel03 .mbPanel_container > div {
    padding: 0 25px;
    background-position: 66px 90px;
  }
}
.mbPanel03 .mbPanel_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin-bottom: 80px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .mbPanel03 .mbPanel_logo {
    height: 50px;
  }
}
@media (max-width: 440px) {
  .mbPanel03 .mbPanel_logo {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .mbPanel03 .mbPanel_logo .logo {
    position: relative;
    top: 20px;
  }
}
.mbPanel03 .mbPanel_logo .logo img {
  max-height: 40px;
  filter: brightness(0) invert(1);
}
@media (max-width: 360px) {
  .mbPanel03 .mbPanel_logo .logo img {
    max-height: 30px;
  }
}
.mbPanel03 .navtool {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 55px;
}
.mbPanel03 .navtool .lang_toggle {
  display: flex;
  align-items: center;
}
.mbPanel03 .navtool .lang_toggle img {
  filter: invert(1) brightness(3);
}
.mbPanel03 .navtool .lang_toggle a {
  color: #fff;
  font-size: 12px;
  padding: 0 2px 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.mbPanel03 .navtool .lang_toggle > *:not(:last-child) {
  margin-right: 9px;
}
.mbPanel03 .navtool .search_form {
  display: flex;
  justify-content: center;
  width: auto;
  padding-bottom: 5px;
  margin: unset;
  border-bottom: 1px solid #fff;
}
.mbPanel03 .navtool .search_form button {
  width: 16px;
  color: #fff;
  font-size: 15px;
  margin-right: 8px;
}
.mbPanel03 .navtool .search_form input {
  width: 55px;
  color: #fff;
  font-size: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  transition: all 0.3s;
}
.mbPanel03 .navtool .search_form input:focus {
  width: 70px;
}
.mbPanel03 .navmenu {
  width: 100%;
}
.mbPanel03 .navmenu > li {
  padding: 6px 0;
}
.mbPanel03 .navmenu > li > a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: "Russo One", sans-serif;
  letter-spacing: 1px;
}
.mbPanel03 .navmenu > li > a span {
  display: inline-block;
  width: 33px;
  color: #fff;
  font-size: 20px;
  font-family: "Russo One", sans-serif;
  margin-right: 20px;
}
.mbPanel03 .navmenu > li.moremenu > a {
  position: relative;
}
.mbPanel03 .navmenu > li.moremenu > a::after {
  content: "\f107";
  position: absolute;
  top: 7px;
  right: 5px;
  color: #fff;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  transform: rotateX(0deg);
  transition: all 0.3s ease-out;
}
.mbPanel03 .navmenu > li.moremenu.active > a::after {
  transform: rotateX(180deg);
}
.mbPanel03 .navmenu > li ul {
  display: none;
  margin-left: 74px;
  margin-bottom: 5px;
}
.mbPanel03 .navmenu > li ul li a {
  display: block;
  color: #c3c3c3;
  font-size: 16px;
  font-family: "Russo One", sans-serif;
  letter-spacing: 1px;
  padding: 5px 0;
}
.mbPanel03 .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: 45px;
  gap: 0 5px;
}
.mbPanel03 .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mbPanel03 .social_media a svg {
  width: auto;
  height: 25px;
  fill: #fff;
}
.mbPanel03 .copyright {
  margin-top: 30px;
  margin-left: 55px;
}
.mbPanel03 .copyright p {
  color: #fff;
  font-size: 13px;
}
.mbPanel03 .copyright p a {
  color: #fff;
}

/*
.mbPanel03 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 0 0 40px;
	background: $web_header_1;
	opacity: 0;
	pointer-events: none;
	z-index: 100;
	transition: all 0.5s ease-out;

	@media (min-width: 1201px) {display: none;}

	&.show {
		opacity: 1;
		pointer-events: auto;
	}

	.mbPanel_close {
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		right: 25px;
		height: 75px;
		z-index: 100;

		div {
			position: relative;
			width: 30px;
			height: 30px;

			&::before,
			&::after {
				content: '';
				display: block;
				position: absolute;
				top: 15px;
				left: -3px;
				width: 36px;
				height: 2px;
				background: #fff;
			}

			&::before {transform: rotate(45deg);}
			&::after {transform: rotate(-45deg);}
		}

		p {
			color: #fff;
			font-size: 14px;
			font-family: 'Roboto', sans-serif;
			margin-left: 20px;

			@media (max-width: 480px) {display: none;}
		}
	}

	.mbPanel_container {
		height: calc(100vh - 40px);
		overflow-y: auto;

		>div {
			width: 100%;
			max-width: 470px;
			padding: 0 60px;
			margin: 0 auto;
			transition: all 0.3s;

			@media (max-width: 768px) {padding: 0 30px;}
			@media (max-width: 480px) {padding: 0 25px;}
		}
	}

	.mbPanel_logo {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 75px;
		margin-bottom: 80px;

		img {
			max-height: 40px;
			filter: grayscale(1) brightness(10);
		}
	}

	.navtool {
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;

		.lang_toggle {
			display: flex;
			align-items: center;

			img {filter: invert(1) brightness(3);}

			a {
				color: #fff;
				font-size: 12px;
				padding: 0 2px 1px;
				background-image: linear-gradient(to right,rgba(255,255,255,.3),rgba(255,255,255,.3));
				background-size: 100% 1px;
				background-position: left bottom;
				background-repeat: no-repeat;
			}

			>*:not(:last-child) {margin-right: 9px;}
		}

		.search_form {
			display: flex;
			justify-content: center;
			width: auto;
			padding-bottom: 5px;
			margin: unset;
			border-bottom: 1px solid #fff;

			button {
				width: 16px;
				color: #fff;
				font-size: 15px;
				margin-right: 8px;
			}

			input {
				width: 55px;
				color: #fff;
				font-size: 12px;
				padding: 0;
				background: transparent;
				border: 0;
				transition: all 0.3s;

				&:focus {width: 70px;}
			}
		}
	}

	.navmenu {
		width: 100%;

		>li {
			padding: 6px 0;
			border-bottom: 1px solid #fff;

			>a {
				display: block;
				color: #fff;
				font-size: 19px;
				letter-spacing: 1px;

				span {
					display: inline-block;
					width: 27px;
					color: #fff;
					font-size: 24px;
					font-family: 'BeTrueToYourSchool';
					margin-right: 10px;
				}
			}

			&.moremenu {
				>a {
					position: relative;

					&::before,
					&::after {
						content: '';
						display: block;
						position: absolute;
						top: 50%;
						right: 5px;
						width: 12px;
						height: 1px;
						margin-top: -1px;
						background: #fff;
						transition: all 0.3s ease-out;
					}

					&::before {transform: rotate(90deg);}
				}

				&.active {
					>a {
						color: $web_header_2;

						&::before {transform: rotate(0deg);}
					}
				}
			}

			ul {
				display: none;
				margin-left: 37px;
				margin-bottom: 5px;

				li {
					a {
						display: block;
						color: #fff;
						font-size: 14px;
						font-weight: 300;
						letter-spacing: 1px;
						padding: 5px 0;
					}
				}
			}
		}
	}

	.social_media {
		margin-top: 130px;

		p {
			display: flex;

			a {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 41px;
				height: 41px;
				color: #fff;
				font-size: 36px;
				border-radius: 50%;

				&:not(:last-child) {margin-right: 13px;}

				img {width: 100%;}
			}
		}
	}

	.copyright {
		margin-top: 15px;

		p {
			color: #fff;
			font-size: 13px;
			font-family: 'Microsoft JhengHei', sans-serif;

			a {color: #fff;}
		}
	}
}
*/
.mbPanel04 {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  height: calc(100vh - 70px);
  padding: 50px 60px;
  background: #f5fbfe;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: auto;
  z-index: 95;
  transition: all 0.5s ease-out;
}
@media (min-width: 1201px) {
  .mbPanel04 {
    display: none;
  }
}
@media (max-width: 768px) {
  .mbPanel04 {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .mbPanel04 {
    padding: 40px 20px;
  }
}
.mbPanel04.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.mbPanel04 .navtool {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow-y: auto;
}
.mbPanel04 .navtool .search_form {
  display: flex;
}
.mbPanel04 .navtool .search_form input {
  width: 200px;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .mbPanel04 .navtool .search_form input {
    width: calc(100% - 50px);
  }
}
.mbPanel04 .navtool .search_form button {
  width: 50px;
  color: #fff;
  font-size: 15px;
  background: #000;
  border-radius: 0 8px 8px 0;
}
.mbPanel04 .navtool .navmenu {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
}
.mbPanel04 .navtool .navmenu > li {
  border-bottom: 2px solid #4e4e4e;
  transition: all 0.3s;
}
.mbPanel04 .navtool .navmenu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 14px 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .mbPanel04 .navtool .navmenu > li > a {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .mbPanel04 .navtool .navmenu > li > a {
    font-size: 17px;
  }
}
.mbPanel04 .navtool .navmenu > li > a span {
  display: none;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.mbPanel04 .navtool .navmenu > li.moremenu > a {
  position: relative;
}
.mbPanel04 .navtool .navmenu > li.moremenu > a::before, .mbPanel04 .navtool .navmenu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #000;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.mbPanel04 .navtool .navmenu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.mbPanel04 .navtool .navmenu > li.moremenu > a span {
  display: block;
}
.mbPanel04 .navtool .navmenu > li.moremenu.active {
  border-bottom: 2px solid transparent;
}
.mbPanel04 .navtool .navmenu > li.moremenu.active > a::before, .mbPanel04 .navtool .navmenu > li.moremenu.active > a::after {
  background: #fff;
}
.mbPanel04 .navtool .navmenu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.mbPanel04 .navtool .navmenu > li.moremenu.active > a span {
  background: #000;
}
.mbPanel04 .navtool .navmenu > li ul {
  display: none;
}
.mbPanel04 .navtool .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 3px 0;
}
.mbPanel04 .navtool .navmenu > li ul li.active > a {
  color: #000;
}
.mbPanel04 .navtool .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 0 10px;
}
.mbPanel04 .navtool .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.mbPanel04 .navtool .social_media a svg {
  width: auto;
  height: 16px;
  fill: #4e4e4e;
}
.mbPanel04 .navtool .lang_toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 10px 20px;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .mbPanel04 .navtool .lang_toggle {
    gap: 5px 10px;
  }
}
.mbPanel04 .navtool .lang_toggle a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .mbPanel04 .navtool .lang_toggle a {
    font-size: 14px;
  }
}
.mbPanel04 .navtool .copyright {
  margin-top: 20px;
}
.mbPanel04 .navtool .copyright p {
  color: #4e4e4e;
  font-size: 13px;
  font-weight: 700;
}
.mbPanel04 .navtool .copyright p a {
  color: #4e4e4e;
}

.mbPanel09 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  max-width: 400px;
  padding: 125px 30px 66px 60px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  z-index: 105;
  transform: perspective(960px) rotateY(-90deg);
  transform-style: preserve-3d;
  transform-origin: right center;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1024px) {
  .mbPanel09 {
    transform: translateX(100%);
  }
}
@media (max-width: 480px) {
  .mbPanel09 {
    max-width: 100vw;
  }
}
@media (max-width: 400px) {
  .mbPanel09 {
    padding: 115px 30px 50px;
  }
}
.mbPanel09.show {
  opacity: 1;
  pointer-events: auto;
  transform: perspective(960px) rotateY(0deg);
}
@media (max-width: 1024px) {
  .mbPanel09.show {
    transform: translateX(0%);
  }
}
.mbPanel09 > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .mbPanel09 > div::-webkit-scrollbar {
    width: 10px;
  }
  .mbPanel09 > div::-webkit-scrollbar-thumb {
    box-sizing: border-box;
    border: 4px solid transparent;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  }
  .mbPanel09 > div::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  }
}
.mbPanel09 > div .navmenu {
  margin-bottom: 40px;
}
.mbPanel09 > div .navmenu > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 18px 0;
}
.mbPanel09 > div .navmenu > li ul {
  display: none;
  padding-left: 17px;
  margin-bottom: 10px;
}
.mbPanel09 > div .navmenu > li ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 8px 0;
}
.mbPanel09 > div .info_share {
  margin-top: auto;
}
.mbPanel09 > div .info_share .info p {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 2px;
}
.mbPanel09 > div .info_share .info p:not(:last-child) {
  margin-bottom: 6px;
}
.mbPanel09 > div .info_share .info p span {
  padding-right: 20px;
}
.mbPanel09 > div .info_share .info p a {
  color: #fff;
}
.mbPanel09 > div .info_share .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-left: -10px;
  gap: 0 10px;
}
.mbPanel09 > div .info_share .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.mbPanel09 > div .info_share .social_media a svg {
  width: auto;
  height: 21px;
  fill: #fff;
}

.mbPanel10_close_area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  z-index: 95;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.mbPanel10_close_area.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%);
}

.mbPanel10 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  position: fixed;
  top: 0;
  right: 0;
  width: 620px;
  height: 100vh;
  max-width: 100%;
  padding: 70px 0;
  background: #fff linear-gradient(to left, #000 0%, #000 120px);
  background-size: 120px 100%;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  z-index: 95;
  transform: translateY(-100%);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .mbPanel10 {
    background-size: 80px 100%;
  }
}
@media (max-width: 480px) {
  .mbPanel10 {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 70px 50px;
    background-size: 0 100%;
    overflow-y: auto;
  }
}
@media (max-width: 440px) {
  .mbPanel10 {
    padding: 70px 35px 140px;
  }
}
.mbPanel10 .navbar {
  width: calc(100% - 120px);
  height: 100%;
  padding: 12.8068vh 50px calc(12.8068vh - 70px);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .mbPanel10 .navbar {
    width: calc(100% - 80px);
    padding: 7.1667vw 50px 20px;
  }
}
@media (max-width: 560px) {
  .mbPanel10 .navbar {
    padding: 40px 50px 20px;
  }
}
@media (max-width: 480px) {
  .mbPanel10 .navbar {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
}
.mbPanel10 .navbar .navmenu {
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .mbPanel10 .navbar .navmenu::-webkit-scrollbar {
    display: none;
  }
}
.mbPanel10 .navbar .navmenu > li {
  opacity: 0;
  border-bottom: 1px solid #a7a9ac;
  transform: translateY(-40px);
  transition: all 0.3s;
}
.mbPanel10 .navbar .navmenu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4e4e4e;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 15px 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .mbPanel10 .navbar .navmenu > li > a {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  .mbPanel10 .navbar .navmenu > li > a {
    font-size: 18px;
  }
}
.mbPanel10 .navbar .navmenu > li > a svg {
  width: 24px;
  height: auto;
  fill: #bcbec0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .mbPanel10 .navbar .navmenu > li > a svg {
    width: 20px;
  }
}
.mbPanel10 .navbar .navmenu > li > a:hover {
  color: #000;
}
.mbPanel10 .navbar .navmenu > li > a:hover svg {
  fill: #000;
}
.mbPanel10 .navbar .navmenu > li.moremenu.active {
  border-bottom: 1px solid #000;
}
.mbPanel10 .navbar .navmenu > li.moremenu.active > a {
  color: #000;
  padding: 15px 0 0;
}
.mbPanel10 .navbar .navmenu > li.moremenu.active > a svg {
  fill: #000;
}
.mbPanel10 .navbar .navmenu > li ul {
  display: none;
  padding: 5px 0;
}
.mbPanel10 .navbar .navmenu > li ul li a {
  display: block;
  width: fit-content;
  color: #4e4e4e;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 5px 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .mbPanel10 .navbar .navmenu > li ul li a {
    font-size: 16px;
  }
}
.mbPanel10 .navbar .navmenu > li ul li a:hover {
  color: #000;
}
.mbPanel10 .navtool {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 120px;
  height: 100%;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .mbPanel10 .navtool {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .mbPanel10 .navtool {
    align-items: unset;
    justify-content: unset;
    width: 100%;
    height: auto;
  }
}
.mbPanel10 .navtool .social_media {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px 0;
}
@media (max-width: 480px) {
  .mbPanel10 .navtool .social_media {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 10px;
  }
}
.mbPanel10 .navtool .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .mbPanel10 .navtool .social_media a {
    background: #000;
    border: 1px solid #000;
  }
}
.mbPanel10 .navtool .social_media a svg {
  width: auto;
  height: 21px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .mbPanel10 .navtool .social_media a:hover {
    background: #000;
    border: 1px solid #000;
  }
}
@media (min-width: 1025px) {
  .mbPanel10 .navtool .social_media a:hover svg {
    fill: #fff;
  }
}
.mbPanel10.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%);
}
.mbPanel10.show .navbar .navmenu > li {
  opacity: 1;
  transform: translateY(0);
}
.mbPanel10.show .navbar .navmenu > li:nth-child(1) {
  transition: all 0.3s, opacity 1s ease 0.1s, transform 1s ease 0.1s;
}
.mbPanel10.show .navbar .navmenu > li:nth-child(2) {
  transition: all 0.3s, opacity 1s ease 0.2s, transform 1s ease 0.2s;
}
.mbPanel10.show .navbar .navmenu > li:nth-child(3) {
  transition: all 0.3s, opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
.mbPanel10.show .navbar .navmenu > li:nth-child(4) {
  transition: all 0.3s, opacity 1s ease 0.4s, transform 1s ease 0.4s;
}
.mbPanel10.show .navbar .navmenu > li:nth-child(5) {
  transition: all 0.3s, opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
.mbPanel10.show .navbar .navmenu > li:nth-child(6) {
  transition: all 0.3s, opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
.mbPanel10.show .navbar .navmenu > li:nth-child(7) {
  transition: all 0.3s, opacity 1s ease 0.7s, transform 1s ease 0.7s;
}
.mbPanel10.show .navbar .navmenu > li:nth-child(8) {
  transition: all 0.3s, opacity 1s ease 0.8s, transform 1s ease 0.8s;
}
.mbPanel10.show .navbar .navmenu > li:nth-child(9) {
  transition: all 0.3s, opacity 1s ease 0.9s, transform 1s ease 0.9s;
}
.mbPanel10.show .navbar .navmenu > li:nth-child(10) {
  transition: all 0.3s, opacity 1s ease 1s, transform 1s ease 1s;
}
.mbPanel10.show .navtool .social_media a {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 481px) {
  .mbPanel10.show .navtool .social_media a:nth-last-child(1) {
    transition: all 0.3s, opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
  .mbPanel10.show .navtool .social_media a:nth-last-child(2) {
    transition: all 0.3s, opacity 1s ease 0.4s, transform 1s ease 0.4s;
  }
  .mbPanel10.show .navtool .social_media a:nth-last-child(3) {
    transition: all 0.3s, opacity 1s ease 0.6s, transform 1s ease 0.6s;
  }
  .mbPanel10.show .navtool .social_media a:nth-last-child(4) {
    transition: all 0.3s, opacity 1s ease 0.8s, transform 1s ease 0.8s;
  }
  .mbPanel10.show .navtool .social_media a:nth-last-child(5) {
    transition: all 0.3s, opacity 1s ease 1s, transform 1s ease 1s;
  }
}
@media (max-width: 480px) {
  .mbPanel10.show .navtool .social_media a:nth-child(1) {
    transition: all 0.3s, opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
  .mbPanel10.show .navtool .social_media a:nth-child(2) {
    transition: all 0.3s, opacity 1s ease 0.4s, transform 1s ease 0.4s;
  }
  .mbPanel10.show .navtool .social_media a:nth-child(3) {
    transition: all 0.3s, opacity 1s ease 0.6s, transform 1s ease 0.6s;
  }
  .mbPanel10.show .navtool .social_media a:nth-child(4) {
    transition: all 0.3s, opacity 1s ease 0.8s, transform 1s ease 0.8s;
  }
  .mbPanel10.show .navtool .social_media a:nth-child(5) {
    transition: all 0.3s, opacity 1s ease 1s, transform 1s ease 1s;
  }
}

.mbPanel11_close_area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  z-index: 95;
  transition: all 0.3s;
}
.mbPanel11_close_area.show {
  opacity: 1;
  pointer-events: auto;
}

.mbPanel11 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 480px;
  max-width: 100%;
  padding: 0 25px 35px;
  background: #000;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  z-index: 95;
  transform: translateX(100%);
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .mbPanel11 {
    display: none;
  }
}
.mbPanel11.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0%);
}
.mbPanel11 .logo {
  display: flex;
  align-items: center;
  height: 70px;
  padding-right: 50px;
  margin-bottom: 30px;
}
.mbPanel11 .logo img {
  max-height: 60px;
  filter: brightness(0) invert(1);
}
.mbPanel11 > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 100px);
  overflow-y: auto;
}
.mbPanel11 .navtool {
  margin-bottom: 30px;
}
.mbPanel11 .navtool > * + * {
  margin-top: 30px;
}
.mbPanel11 .navtool .search_form {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto 0 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #fff;
}
.mbPanel11 .navtool .search_form button {
  margin-right: 15px;
}
.mbPanel11 .navtool .search_form button svg {
  display: block;
  fill: #fff;
}
.mbPanel11 .navtool .search_form input {
  width: 117px;
  color: #fff;
  font-weight: 700;
  padding: 0 5px 0 0;
  background: transparent;
  border: 0;
  transition: all 0.3s;
}
.mbPanel11 .navtool .search_form input::placeholder {
  color: #fff;
}
.mbPanel11 .navtool .search_form input:focus {
  width: 200px;
}
.mbPanel11 .navtool .lang_toggle {
  display: flex;
  align-items: center;
}
.mbPanel11 .navtool .lang_toggle p:nth-child(1) {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
}
.mbPanel11 .navtool .lang_toggle p:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
.mbPanel11 .navtool .lang_toggle p:nth-child(2) a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 0 15px;
}
.mbPanel11 .navtool .lang_toggle p:nth-child(2) a + a::before {
  content: "";
  display: block;
  position: absolute;
  top: 51%;
  left: 0;
  width: 1px;
  height: 13px;
  background: #fff;
  transform: translateY(-50%);
}
.mbPanel11 .navmenu > li {
  position: relative;
  padding-right: 25px;
  margin-bottom: 10px;
}
.mbPanel11 .navmenu > li > a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.mbPanel11 .navmenu > li > a span {
  position: relative;
  top: 1px;
  font-size: 13px;
  letter-spacing: 2px;
  margin-left: 20px;
}
.mbPanel11 .navmenu > li > p {
  position: absolute;
  top: 9px;
  right: 0;
  width: 15px;
  height: 15px;
}
.mbPanel11 .navmenu > li > p::before, .mbPanel11 .navmenu > li > p::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.mbPanel11 .navmenu > li > p::after {
  transform: rotate(90deg);
}
.mbPanel11 .navmenu > li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.mbPanel11 .navmenu > li ul > li > a {
  display: block;
  color: #fff;
  font-size: 13px;
}
.mbPanel11 .navmenu > li:not(.moremenu) > p {
  display: none;
}
.mbPanel11 .navmenu > li.active > p::after {
  transform: rotate(0deg);
}
.mbPanel11 .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 0 10px;
}
.mbPanel11 .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.mbPanel11 .social_media a svg {
  width: auto;
  height: 22px;
  fill: #fff;
}
.mbPanel11 .copyright {
  padding-top: 30px;
}
.mbPanel11 .copyright p {
  color: #fff;
  font-size: 13px;
}
.mbPanel11 .copyright p a {
  color: #fff;
}

.mbPanel12 {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  z-index: 95;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .mbPanel12 {
    display: none;
  }
}
.mbPanel12.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.mbPanel12.show .mbPanel_container {
  transform: translateX(0);
}
.mbPanel12 .mbPanel_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.mbPanel12 .mbPanel_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 30px 25px 40px;
  background: #1f2022;
  transform: translateX(100%);
  transition: all 0.3s;
}
.mbPanel12 .mbPanel_container > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}
.mbPanel12 .mbPanel_container > div .navtool {
  margin-bottom: 30px;
}
.mbPanel12 .mbPanel_container > div .navtool .search_form {
  display: flex;
  justify-content: center;
  width: fit-content;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.mbPanel12 .mbPanel_container > div .navtool .search_form button {
  width: 16px;
  color: #fff;
  font-size: 15px;
  margin-right: 8px;
}
.mbPanel12 .mbPanel_container > div .navtool .search_form input {
  width: 100px;
  color: #fff;
  font-size: 12px;
  padding: 0;
  background: transparent;
  border: 0;
}
.mbPanel12 .mbPanel_container > div .navtool .search_form input::placeholder {
  color: inherit;
}
.mbPanel12 .mbPanel_container > div .navtool .lang_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mbPanel12 .mbPanel_container > div .navtool .lang_toggle a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 7.5px;
}
.mbPanel12 .mbPanel_container > div .navmenu {
  width: 100%;
  text-align: center;
}
.mbPanel12 .mbPanel_container > div .navmenu > li {
  padding: 10px 0;
}
.mbPanel12 .mbPanel_container > div .navmenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.mbPanel12 .mbPanel_container > div .navmenu > li > a {
  display: block;
  color: #fff;
  font-size: 17px;
}
.mbPanel12 .mbPanel_container > div .navmenu > li.moremenu > a {
  position: relative;
}
.mbPanel12 .mbPanel_container > div .navmenu > li.moremenu > a::after {
  content: "\f107";
  position: absolute;
  top: 7px;
  right: 40px;
  color: #fff;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  transform: rotateX(0deg);
  transition: all 0.3s ease-out;
}
@media (max-width: 400px) {
  .mbPanel12 .mbPanel_container > div .navmenu > li.moremenu > a::after {
    right: 5px;
  }
}
.mbPanel12 .mbPanel_container > div .navmenu > li.moremenu.active > a {
  color: #000;
}
.mbPanel12 .mbPanel_container > div .navmenu > li.moremenu.active > a::after {
  transform: rotateX(180deg);
}
.mbPanel12 .mbPanel_container > div .navmenu > li ul {
  display: none;
  margin: 5px 0;
}
.mbPanel12 .mbPanel_container > div .navmenu > li ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 6px 0;
}
.mbPanel12 .mbPanel_container > div .social_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 0 10px;
}
.mbPanel12 .mbPanel_container > div .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.mbPanel12 .mbPanel_container > div .social_media a svg {
  width: auto;
  height: 25px;
  fill: #fff;
}
.mbPanel12 .mbPanel_container > div .copyright {
  margin-top: 30px;
}
.mbPanel12 .mbPanel_container > div .copyright p {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.mbPanel12 .mbPanel_container > div .copyright p a {
  color: #fff;
}
@media (max-width: 400px) {
  .mbPanel12 .mbPanel_container > div .copyright p br {
    display: none;
  }
}

.mbPanel15 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  z-index: 105;
  transition: opacity 0.5s;
}
.mbPanel15.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.mbPanel15.show .mbPanel_container {
  transform: translate(0, 0);
}
.mbPanel15 .mbPanel_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 600px) {
  .mbPanel15 .mbPanel_close {
    background: white;
  }
}
.mbPanel15 .mbPanel_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 770px;
  height: 100%;
  padding: 70px 30px;
  background: url("../img/other/other31.png") no-repeat left top/100% 100%;
  transform: translate(100%, 0);
  transition: transform 0.5s;
}
@media (max-width: 1200px) {
  .mbPanel15 .mbPanel_container {
    padding: 70px 30px 70px 165px;
  }
}
@media (max-width: 1024px) {
  .mbPanel15 .mbPanel_container {
    padding: 70px 30px 140px 165px;
  }
}
@media (max-width: 600px) {
  .mbPanel15 .mbPanel_container {
    padding: 70px 30px 140px;
    background: url("../img/other/other31_mb.png") no-repeat center bottom/cover;
    transform: translate(0, -100%);
  }
}
.mbPanel15 .mbPanel_container > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 5.8333333333vw;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .mbPanel15 .mbPanel_container > div {
    padding-right: 10px;
  }
  .mbPanel15 .mbPanel_container > div::-webkit-scrollbar {
    width: 2px;
  }
  .mbPanel15 .mbPanel_container > div::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .mbPanel15 .mbPanel_container > div::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .mbPanel15 .mbPanel_container > div::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
@media (max-width: 600px) {
  .mbPanel15 .mbPanel_container > div {
    margin-top: 15px;
  }
}
.mbPanel15 .mbPanel_container > div .navmenu {
  width: 100%;
}
@media (min-width: 1201px) {
  .mbPanel15 .mbPanel_container > div .navmenu > li {
    padding-left: 135px;
  }
}
.mbPanel15 .mbPanel_container > div .navmenu > li + li {
  margin-top: 15px;
}
.mbPanel15 .mbPanel_container > div .navmenu > li > a {
  display: block;
  position: relative;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}
.mbPanel15 .mbPanel_container > div .navmenu > li > a span {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1201px) {
  .mbPanel15 .mbPanel_container > div .navmenu > li > a {
    transition: all 0.3s;
  }
  .mbPanel15 .mbPanel_container > div .navmenu > li > a::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% + 20px);
    width: 70px;
    height: 46px;
    background: url("../img/favicon.svg") no-repeat right center/auto 100%;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s;
  }
}
@media (min-width: 1201px) {
  .mbPanel15 .mbPanel_container > div .navmenu > li:hover > a, .mbPanel15 .mbPanel_container > div .navmenu > li.active > a {
    color: #000;
  }
  .mbPanel15 .mbPanel_container > div .navmenu > li:hover > a::before, .mbPanel15 .mbPanel_container > div .navmenu > li.active > a::before {
    opacity: 1;
    transform: translateX(0);
  }
}
.mbPanel15 .mbPanel_container > div .navmenu > li.moremenu > a::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 5px;
  color: #4e4e4e;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  transform: translateY(-50%) rotateX(0deg);
  transition: all 0.3s ease-out;
}
.mbPanel15 .mbPanel_container > div .navmenu > li.moremenu.active > a::after {
  transform: translateY(-50%) rotateX(180deg);
}
.mbPanel15 .mbPanel_container > div .navmenu > li ul {
  display: none;
  margin-left: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mbPanel15 .mbPanel_container > div .navmenu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 0;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .mbPanel15 .mbPanel_container > div .navmenu > li ul li:hover a, .mbPanel15 .mbPanel_container > div .navmenu > li ul li.active a {
    color: #000;
  }
}
.mbPanel15 .mbPanel_container > div .button_set {
  margin-top: 60px !important;
}
@media (max-width: 1700px) {
  .mbPanel15 .mbPanel_container > div .button_set {
    margin-top: 55px !important;
  }
}
@media (max-width: 1600px) {
  .mbPanel15 .mbPanel_container > div .button_set {
    margin-top: 50px !important;
  }
}
@media (max-width: 1500px) {
  .mbPanel15 .mbPanel_container > div .button_set {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .mbPanel15 .mbPanel_container > div .button_set {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .mbPanel15 .mbPanel_container > div .button_set {
    margin-top: 35px !important;
  }
}
@media (min-width: 1201px) {
  .mbPanel15 .mbPanel_container > div .button_set {
    display: none;
  }
}
.mbPanel15 .mbPanel_container > div .navtool {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 60px !important;
}
@media (max-width: 1700px) {
  .mbPanel15 .mbPanel_container > div .navtool {
    margin-top: 55px !important;
  }
}
@media (max-width: 1600px) {
  .mbPanel15 .mbPanel_container > div .navtool {
    margin-top: 50px !important;
  }
}
@media (max-width: 1500px) {
  .mbPanel15 .mbPanel_container > div .navtool {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .mbPanel15 .mbPanel_container > div .navtool {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .mbPanel15 .mbPanel_container > div .navtool {
    margin-top: 35px !important;
  }
}
@media (min-width: 1201px) {
  .mbPanel15 .mbPanel_container > div .navtool {
    display: none;
  }
}
.mbPanel15 .mbPanel_container > div .navtool .social_media {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.mbPanel15 .mbPanel_container > div .navtool .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.mbPanel15 .mbPanel_container > div .navtool .social_media a svg {
  width: auto;
  height: 23px;
  fill: #4e4e4e;
}
.mbPanel15 .mbPanel_container > div .navtool .lang_toggle {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.mbPanel15 .mbPanel_container > div .navtool .lang_toggle i {
  color: #4e4e4e;
  font-size: 18px;
}
.mbPanel15 .mbPanel_container > div .navtool .lang_toggle a {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.mbPanel15 .mbPanel_container > div .copyright {
  margin-top: 60px !important;
}
@media (max-width: 1700px) {
  .mbPanel15 .mbPanel_container > div .copyright {
    margin-top: 55px !important;
  }
}
@media (max-width: 1600px) {
  .mbPanel15 .mbPanel_container > div .copyright {
    margin-top: 50px !important;
  }
}
@media (max-width: 1500px) {
  .mbPanel15 .mbPanel_container > div .copyright {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .mbPanel15 .mbPanel_container > div .copyright {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .mbPanel15 .mbPanel_container > div .copyright {
    margin-top: 35px !important;
  }
}
@media (min-width: 1201px) {
  .mbPanel15 .mbPanel_container > div .copyright {
    display: none;
  }
}
.mbPanel15 .mbPanel_container > div .copyright p {
  color: #4e4e4e;
  font-size: 13px;
  font-weight: 700;
}
.mbPanel15 .mbPanel_container > div .copyright p a {
  color: #4e4e4e;
}
@media (max-width: 400px) {
  .mbPanel15 .mbPanel_container > div .copyright p br {
    display: none;
  }
}

.banner01 .banner_content {
  position: relative;
}
.banner01 .index_banner .slick-slide > div {
  position: relative;
  overflow: hidden;
}
.banner01 .index_banner .slick-slide > div picture {
  display: block;
}
.banner01 .index_banner .slick-slide > div picture img {
  width: 100%;
  transform: scale(1.03);
}
.banner01 .index_banner .slick-slide > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
}
.banner01 .index_banner .slick-slide.slick-current > div picture img {
  animation: banner01_zoom 6s linear forwards;
}
@keyframes banner01_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.banner01 .index_banner .slick-dots {
  bottom: 2.45vw;
}
@media (min-width: 721px) {
  .banner01 .index_banner .slick-dots {
    left: 8.333vw;
    transform: unset;
  }
}
.banner01 #videoBanner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.banner01 #videoBanner.show {
  opacity: 1;
  pointer-events: auto;
}
.banner01 .video_control {
  position: absolute;
  top: 50%;
  right: 8.333vw;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .banner01 .video_control {
    right: 50%;
    transform: translate(50%, 140px);
  }
}
@media (max-width: 400px) {
  .banner01 .video_control {
    transform: translate(50%, 130px);
  }
}
.banner01 .video_control button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
}
@media (max-width: 1024px) {
  .banner01 .video_control button {
    width: 40px;
    height: 40px;
  }
}
.banner01 .video_control button.show {
  display: flex;
}
.banner01 .video_control .stop {
  color: #000000;
  font-size: 38px;
  font-family: "Gruppo", cursive;
}
@media (max-width: 1024px) {
  .banner01 .video_control .stop {
    display: none !important;
  }
}
.banner01 .video_control .play {
  display: none;
}
@media (max-width: 1024px) {
  .banner01 .video_control .play {
    display: flex !important;
  }
}
.banner01 .video_control .play svg {
  width: auto;
  height: 23px;
  fill: #000000;
}
@media (max-width: 1024px) {
  .banner01 .video_control .play svg {
    height: 17px;
  }
}
.banner01 .index_banner_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner01 .index_banner_cover .slick-list,
.banner01 .index_banner_cover .slick-track {
  height: 100%;
}
.banner01 .index_banner_cover .slick-slide > div {
  display: block;
  position: relative;
  height: 100%;
}
.banner01 .index_banner_cover .slick-slide > div .cover_txt {
  position: absolute;
  top: 50%;
  left: 8.333vw;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .banner01 .index_banner_cover .slick-slide > div .cover_txt {
    top: 47%;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
}
.banner01 .index_banner_cover .slick-slide > div .cover_txt p {
  opacity: 0;
  transform: translate(-20px, 0);
}
@media (max-width: 640px) {
  .banner01 .index_banner_cover .slick-slide > div .cover_txt p {
    text-align: center;
    transform: translate(0, 20px);
  }
}
.banner01 .index_banner_cover .slick-slide > div .cover_txt p:nth-child(1) {
  color: #fff;
  font-weight: 900;
  font-size: calc(2.625rem + 2.0833333333vw);
}
@media (min-width: 1201px) {
  .banner01 .index_banner_cover .slick-slide > div .cover_txt p:nth-child(1) {
    letter-spacing: 2px;
  }
}
.banner01 .index_banner_cover .slick-slide > div .cover_txt p:nth-child(2) {
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .banner01 .index_banner_cover .slick-slide > div .cover_txt p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner01 .index_banner_cover .slick-slide > div .cover_txt p:nth-child(2) {
    font-size: 16px;
  }
}
.banner01 .index_banner_cover .slick-slide > div .cover_txt p:nth-child(3) {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .banner01 .index_banner_cover .slick-slide > div .cover_txt p:nth-child(3) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner01 .index_banner_cover .slick-slide > div .cover_txt p:nth-child(3) {
    font-size: 16px;
  }
}
.banner01 .index_banner_cover .slick-slide > div .cover_txt [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translate(-20px, 0);
}
@media (max-width: 1200px) {
  .banner01 .index_banner_cover .slick-slide > div .cover_txt [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 640px) {
  .banner01 .index_banner_cover .slick-slide > div .cover_txt [class^=button] {
    margin: 0 auto;
    transform: translate(0, 20px);
  }
}
.banner01 .index_banner_cover .slick-slide.slick-current > div .cover_txt p {
  opacity: 1;
  transform: translate(0, 0);
}
.banner01 .index_banner_cover .slick-slide.slick-current > div .cover_txt p:nth-child(1) {
  transition: all 0.3s, opacity 1s 0.5s, transform 1s 0.5s !important;
}
.banner01 .index_banner_cover .slick-slide.slick-current > div .cover_txt p:nth-child(2) {
  transition: all 0.3s, opacity 1s 0.7s, transform 1s 0.7s !important;
}
.banner01 .index_banner_cover .slick-slide.slick-current > div .cover_txt p:nth-child(3) {
  transition: all 0.3s, opacity 1s 0.9s, transform 1s 0.9s !important;
}
.banner01 .index_banner_cover .slick-slide.slick-current > div .cover_txt [class^=button] {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s 1.1s, transform 1s 1.1s !important;
}
.banner01 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner01 .page_banner .slick-slide a picture {
  display: block;
}
.banner01 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner01 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner01 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner01 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner01 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner01 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

[data-page=index] .banner01 {
  position: relative;
  padding-bottom: 8.59375vw;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  [data-page=index] .banner01 {
    padding-bottom: 0;
  }
}
[data-page=index] .banner01.nonews {
  padding-bottom: 0;
}
[data-page=index] .banner01.nonews .banner_news {
  display: none;
}
[data-page=index] .banner01 .banner_news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 790px;
  padding: 35px 3.6458333333vw 45px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  [data-page=index] .banner01 .banner_news {
    max-width: 710px;
    padding: 25px 3.6458333333vw 35px;
  }
}
@media (max-width: 1200px) {
  [data-page=index] .banner01 .banner_news {
    max-width: 650px;
    padding: 20px 3.6458333333vw 30px;
  }
}
@media (max-width: 960px) {
  [data-page=index] .banner01 .banner_news {
    position: unset;
    max-width: unset;
    padding: 35px 55px 45px;
  }
}
@media (max-width: 768px) {
  [data-page=index] .banner01 .banner_news {
    padding: 30px 25px 40px;
  }
}
@media (max-width: 480px) {
  [data-page=index] .banner01 .banner_news {
    padding: 30px 20px 40px;
  }
}
[data-page=index] .banner01 .banner_news .news_slick .slick-slide .news_slide {
  padding: 0 5px;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-slide .news_slide .news_date {
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 700;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-slide .news_slide .news_date span {
  font-weight: 500;
  padding-left: 15px;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-slide .news_slide .news_title {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 5px;
  display: -webkit-box;
  max-height: 27px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-slide .news_slide .module_desc {
  line-height: 1.5;
  margin-top: 8px;
  display: -webkit-box;
  max-height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  [data-page=index] .banner01 .banner_news .news_slick .slick-slide .news_slide .module_desc {
    display: -webkit-box;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
[data-page=index] .banner01 .banner_news .news_slick .slick-slide .news_slide [class^=button] {
  margin-top: 30px;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: unset;
  bottom: 10px;
  width: 15px !important;
  height: 15px !important;
  transform: unset;
}
@media (max-width: 1200px) {
  [data-page=index] .banner01 .banner_news .news_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  [data-page=index] .banner01 .banner_news .news_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
[data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  [data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  [data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  [data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  [data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
[data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  [data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  [data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  [data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  [data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
[data-page=index] .banner01 .banner_news .news_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-arrow:hover svg {
  fill: #000000;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-arrow.white svg {
  fill: #fff;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: unset;
  right: 35px;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-next:not(.keep_default) {
  right: 0;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-arrow.slick-next:not(.keep_default)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 11px;
  background: #dededf;
  transform: translateY(-50%);
}

.banner02 .index_banner .slick-slide picture {
  display: block;
}
.banner02 .index_banner .slick-slide picture img {
  width: 100%;
}
.banner02 .index_banner .slick-slide .cover_txt {
  position: absolute;
  top: 50%;
  left: 8.125vw;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .banner02 .index_banner .slick-slide .cover_txt {
    top: unset;
    bottom: 5.5555555556vw;
    left: 50%;
    width: 100%;
    padding: 0 25px;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 480px) {
  .banner02 .index_banner .slick-slide .cover_txt {
    bottom: 4vw;
  }
}
.banner02 .index_banner .slick-slide .cover_txt p {
  color: #fff;
  opacity: 0;
  transform: translate(40px, 0);
}
@media (max-width: 640px) {
  .banner02 .index_banner .slick-slide .cover_txt p {
    text-align: center;
    transform: translate(0, 40px);
  }
}
.banner02 .index_banner .slick-slide .cover_txt p:nth-child(1) {
  font-size: calc(1.125rem + 0.2604166667vw);
  margin-bottom: 20px;
  transition: all 0.3s, opacity 0.5s, transform 0.5s;
}
@media (max-width: 1200px) {
  .banner02 .index_banner .slick-slide .cover_txt p:nth-child(1) {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .banner02 .index_banner .slick-slide .cover_txt p:nth-child(1) {
    color: #4e4e4e;
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .banner02 .index_banner .slick-slide .cover_txt p:nth-child(1) {
    display: none;
  }
}
.banner02 .index_banner .slick-slide .cover_txt p:nth-child(2) {
  font-size: calc(2.625rem + 2.0833333333vw);
  color: #000000;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 12px;
  transition: all 0.3s, opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
@media (min-width: 1201px) {
  .banner02 .index_banner .slick-slide .cover_txt p:nth-child(2) {
    letter-spacing: 2px;
  }
}
@media (max-width: 640px) {
  .banner02 .index_banner .slick-slide .cover_txt p:nth-child(2) {
    margin-bottom: 10px;
  }
}
.banner02 .index_banner .slick-slide .cover_txt p:nth-child(3) {
  font-size: 15px;
  color: #4e4e4e;
  transition: all 0.3s, opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
@media (max-width: 400px) {
  .banner02 .index_banner .slick-slide .cover_txt p:nth-child(3) {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .banner02 .index_banner .slick-slide .cover_txt p:nth-child(3) {
    display: none;
  }
}
.banner02 .index_banner .slick-slide .cover_txt .button_set {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 640px) {
  .banner02 .index_banner .slick-slide .cover_txt .button_set {
    justify-content: center;
    transform: translate(0, 40px);
  }
}
@media (max-width: 400px) {
  .banner02 .index_banner .slick-slide .cover_txt .button_set {
    margin-top: 20px !important;
  }
}
.banner02 .index_banner .slick-slide.slick-current .cover_txt p {
  opacity: 1;
  transform: translate(0, 0);
}
.banner02 .index_banner .slick-slide.slick-current .cover_txt p:nth-child(1) {
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner02 .index_banner .slick-slide.slick-current .cover_txt p:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.1s, transform 1s 1.1s;
}
.banner02 .index_banner .slick-slide.slick-current .cover_txt p:nth-child(3) {
  transition: all 0.3s, opacity 1s 1.2s, transform 1s 1.2s;
}
.banner02 .index_banner .slick-slide.slick-current .cover_txt .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner02 .index_banner .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .banner02 .index_banner .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .banner02 .index_banner .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.banner02 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .banner02 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .banner02 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .banner02 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .banner02 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.banner02 .index_banner .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .banner02 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .banner02 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .banner02 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .banner02 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.banner02 .index_banner .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.banner02 .index_banner .slick-arrow:hover svg {
  fill: #000000;
}
.banner02 .index_banner .slick-arrow.white svg {
  fill: #fff;
}
.banner02 .index_banner .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .banner02 .index_banner .slick-arrow {
    display: none !important;
  }
}
.banner02 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner02 .page_banner .slick-slide a picture {
  display: block;
}
.banner02 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner02 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner02 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner02 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner02 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner02 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

[data-page=index] .banner02 {
  position: relative;
  padding-bottom: 50px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  [data-page=index] .banner02 {
    padding-bottom: 80px;
  }
}
@media (max-width: 960px) {
  [data-page=index] .banner02 {
    padding-bottom: 0;
  }
}
[data-page=index] .banner02.nonews {
  padding-bottom: 0;
}
[data-page=index] .banner02.nonews .banner_news {
  display: none;
}
[data-page=index] .banner02 .banner_news {
  position: absolute;
  bottom: 0;
  left: 8.125vw;
  width: 100%;
  max-width: 586px;
  padding: 0 30px 20px 0;
  background: rgba(109, 110, 113, 0.8);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  [data-page=index] .banner02 .banner_news {
    position: unset;
    max-width: unset;
  }
}
@media (max-width: 480px) {
  [data-page=index] .banner02 .banner_news {
    padding: 0 20px 5px 0;
  }
}
[data-page=index] .banner02 .banner_news .news_slick {
  padding-bottom: 50px;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  [data-page=index] .banner02 .banner_news .news_slick {
    padding-bottom: 30px;
  }
}
[data-page=index] .banner02 .banner_news .news_slick .slick-slide .news_slide .news_link {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
[data-page=index] .banner02 .banner_news .news_slick .slick-slide .news_slide .news_link .news_date {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 8px 32px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  [data-page=index] .banner02 .banner_news .news_slick .slick-slide .news_slide .news_link .news_date {
    font-size: 14px;
    padding: 8px 16px;
  }
}
[data-page=index] .banner02 .banner_news .news_slick .slick-slide .news_slide .news_link .news_title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 35px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  [data-page=index] .banner02 .banner_news .news_slick .slick-slide .news_slide .news_link .news_title {
    padding-left: 16px;
  }
}
[data-page=index] .banner02 .banner_news .news_slick .slick-slide .news_slide .module_desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  padding-left: 30px;
  display: -webkit-box;
  height: 44.8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  [data-page=index] .banner02 .banner_news .news_slick .slick-slide .news_slide .module_desc {
    padding-left: 20px;
  }
}
[data-page=index] .banner02 .banner_news .news_slick .slick-dots {
  left: unset;
  right: 0;
  transform: unset;
}
[data-page=index] .banner02 .banner_news .news_slick .slick-dots li {
  width: 16px;
  height: 16px;
}
[data-page=index] .banner02 .banner_news .news_slick .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #6D6E71;
}
[data-page=index] .banner02 .banner_news .news_slick .slick-dots li.slick-active button {
  background: #fff;
}

.banner03 {
  position: relative;
}
.banner03 .index_banner .slick-slide > picture {
  display: block;
}
.banner03 .index_banner .slick-slide > picture img {
  width: 100%;
}
.banner03 .index_banner .slick-slide .cover_mask_left {
  position: absolute;
  top: 0;
  right: 50.7%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translateX(-49.3%) skew(-21deg);
}
@keyframes banner03_mask_left {
  0% {
    opacity: 0;
    transform: translateX(-49.3%) skew(-21deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) skew(-21deg);
  }
}
.banner03 .index_banner .slick-slide .cover_mask_right {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateX(50%) skew(-21deg);
}
@keyframes banner03_mask_right {
  0% {
    opacity: 0;
    transform: translateX(50%) skew(-21deg);
  }
  100% {
    opacity: 0.75;
    transform: translateX(0) skew(-21deg);
  }
}
.banner03 .index_banner .slick-slide .cover_txt {
  position: absolute;
  top: 5.2083333333vw;
  left: 0;
  width: 100%;
  color: transparent;
  font-size: 13.0208333333vw;
  font-family: "CAMPUS PERSONAL USE";
  line-height: 1.05;
  letter-spacing: 12px;
  text-indent: 12px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-clip: text;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner03 .index_banner .slick-slide .cover_txt {
    top: 2.7777777778vw;
  }
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-slide .cover_txt {
    top: 11.9047619048vw;
    font-size: 17.8571428571vw;
  }
}
@media (max-width: 640px) {
  .banner03 .index_banner .slick-slide .cover_txt {
    top: 5.6vw;
  }
}
@media (max-width: 540px) {
  .banner03 .index_banner .slick-slide .cover_txt {
    letter-spacing: 10px;
  }
}
@media (max-width: 480px) {
  .banner03 .index_banner .slick-slide .cover_txt {
    top: 0.6vw;
  }
}
@media (max-width: 440px) {
  .banner03 .index_banner .slick-slide .cover_txt {
    letter-spacing: 8px;
  }
}
@media (max-width: 400px) {
  .banner03 .index_banner .slick-slide .cover_txt {
    display: none;
  }
}
.banner03 .index_banner .slick-slide .content {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .banner03 .index_banner .slick-slide .content {
    top: 52.5%;
  }
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-slide .content {
    top: 50%;
  }
}
.banner03 .index_banner .slick-slide .content .row {
  align-items: center;
  justify-content: center;
  gap: 0 4.375%;
  padding-bottom: 5vh;
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-slide .content .row {
    flex-direction: column-reverse;
    gap: 40px 0;
  }
}
@media (max-width: 400px) {
  .banner03 .index_banner .slick-slide .content .row {
    gap: 30px 0;
  }
}
.banner03 .index_banner .slick-slide .content .left {
  width: 56.25%;
  max-width: 20vw;
  opacity: 0;
  transform: translate(-20px, 0);
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-slide .content .left {
    width: 100%;
    max-width: unset;
  }
}
.banner03 .index_banner .slick-slide .content .left img {
  width: 100%;
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-slide .content .left img {
    width: unset;
    max-width: 65.4761904762vw;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .banner03 .index_banner .slick-slide .content .left img {
    max-width: 90%;
  }
}
@media (max-width: 360px) {
  .banner03 .index_banner .slick-slide .content .left img {
    max-width: 100%;
  }
}
.banner03 .index_banner .slick-slide .content .right {
  flex-shrink: 0;
  width: 39.375%;
  min-width: max-content;
  opacity: 0;
  transform: translate(20px, 0);
  text-align: right;
}
@media (min-width: 841px) and (max-width: 940px) {
  .banner03 .index_banner .slick-slide .content .right {
    display: none;
  }
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-slide .content .right {
    width: 100%;
    min-width: unset;
  }
}
.banner03 .index_banner .slick-slide .content .right p {
  color: #fff;
}
.banner03 .index_banner .slick-slide .content .right p:nth-child(1) {
  font-size: clamp(20px, 1.25rem + 1.035vw, 36px);
  line-height: 1.3;
  margin-top: 1.1979166667vw;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-slide .content .right p:nth-child(1) {
    line-height: 1.5;
    margin-top: 23px;
    font-size: calc(0.875rem + 0.625vw);
  }
  .banner03 .index_banner .slick-slide .content .right p:nth-child(1) img {
    max-height: 20px;
  }
}
.banner03 .index_banner .slick-slide .content .right p:nth-child(1) span {
  margin-right: 16px;
}
.banner03 .index_banner .slick-slide .content .right p:nth-child(2) {
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: end;
  font-size: calc(2.625rem + 2.0833333333vw);
}
@media (min-width: 1201px) {
  .banner03 .index_banner .slick-slide .content .right p:nth-child(2) {
    letter-spacing: 2px;
  }
}
@media (max-width: 480px) {
  .banner03 .index_banner .slick-slide .content .right p:nth-child(2) {
    font-size: calc(1.625rem + 1.09375vw);
  }
}
.banner03 .index_banner .slick-slide .content .right p:nth-child(2) span {
  font-size: calc(3rem + 2.3958333333vw);
  font-family: "Libre Franklin", sans-serif;
  color: #e84309;
  font-style: italic;
  font-weight: 900;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .banner03 .index_banner .slick-slide .content .right p:nth-child(2) span {
    font-size: calc(2rem + 1.4583333333vw);
  }
}
.banner03 .index_banner .slick-slide .content .right p:nth-child(3) {
  font-size: calc(1.125rem + 0.7291666667vw);
  line-height: 1.3;
  margin-top: 1.4583333333vw;
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-slide .content .right p:nth-child(3) {
    line-height: 1.5;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .banner03 .index_banner .slick-slide .content .right p:nth-child(3) {
    font-size: calc(0.875rem + 0.625vw);
  }
}
@media (max-width: 360px) {
  .banner03 .index_banner .slick-slide .content .right p:nth-child(3) {
    display: none;
  }
}
.banner03 .index_banner .slick-slide .content .right p:nth-child(4) {
  margin-top: 1.5625vw;
  font-size: 15px;
}
@media (max-width: 400px) {
  .banner03 .index_banner .slick-slide .content .right p:nth-child(4) {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-slide .content .right p:nth-child(4) {
    display: none;
  }
}
.banner03 .index_banner .slick-slide .content .right .button_set {
  justify-content: end;
}
@media (max-width: 400px) {
  .banner03 .index_banner .slick-slide .content .right .button_set {
    margin-top: 30px !important;
  }
}
.banner03 .index_banner .slick-slide.slick-current .cover_mask_left {
  animation: banner03_mask_left 1s forwards;
}
.banner03 .index_banner .slick-slide.slick-current .cover_mask_right {
  animation: banner03_mask_right 1s forwards;
}
.banner03 .index_banner .slick-slide.slick-current .cover_txt {
  animation: goUp 1s 1.5s forwards;
}
.banner03 .index_banner .slick-slide.slick-current .content .left {
  animation: goRight 1s 1s forwards;
}
.banner03 .index_banner .slick-slide.slick-current .content .right {
  animation: goLeft 1s 1s forwards;
}
.banner03 .index_banner .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .banner03 .index_banner .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.banner03 .index_banner .slick-arrow.slick-prev {
  left: 4vw;
}
@media (max-width: 1200px) {
  .banner03 .index_banner .slick-arrow.slick-prev {
    left: 48px;
  }
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-arrow.slick-prev {
    left: 45px;
  }
}
@media (max-width: 768px) {
  .banner03 .index_banner .slick-arrow.slick-prev {
    left: 30px;
  }
}
@media (max-width: 480px) {
  .banner03 .index_banner .slick-arrow.slick-prev {
    left: 28px;
  }
}
.banner03 .index_banner .slick-arrow.slick-next {
  right: 4vw;
}
@media (max-width: 1200px) {
  .banner03 .index_banner .slick-arrow.slick-next {
    right: 48px;
  }
}
@media (max-width: 840px) {
  .banner03 .index_banner .slick-arrow.slick-next {
    right: 45px;
  }
}
@media (max-width: 768px) {
  .banner03 .index_banner .slick-arrow.slick-next {
    right: 30px;
  }
}
@media (max-width: 480px) {
  .banner03 .index_banner .slick-arrow.slick-next {
    right: 28px;
  }
}
.banner03 .index_banner .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.banner03 .index_banner .slick-arrow:hover svg {
  fill: #000000;
}
.banner03 .index_banner .slick-arrow.white svg {
  fill: #fff;
}
.banner03 .index_banner .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .banner03 .index_banner .slick-arrow {
    display: none !important;
  }
}
.banner03 .index_banner .slick-dots {
  bottom: 15px;
}
@media (max-width: 400px) {
  .banner03 .index_banner .slick-dots {
    bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .banner03 .index_banner .slick-dots li.slick-active button {
    background: #fff;
  }
}
.banner03 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner03 .page_banner .slick-slide a picture {
  display: block;
}
.banner03 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner03 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner03 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner03 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner03 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner03 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

@media (min-width: 641px) {
  body[data-page=index] .banner04 {
    padding: 0 3.90625vw;
  }
}

.banner04 {
  position: relative;
}
.banner04 .index_banner .slick-slide picture {
  display: block;
}
@media (min-width: 641px) {
  .banner04 .index_banner .slick-slide picture {
    border-radius: 40px;
    isolation: isolate;
    overflow: hidden;
  }
}
.banner04 .index_banner .slick-slide picture img {
  width: 100%;
  transform: scale(1.03);
}
.banner04 .index_banner .slick-slide .cover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner04 .index_banner .slick-slide .cover > * {
  opacity: 0;
  transform: translateY(40px);
}
.banner04 .index_banner .slick-slide .cover p:nth-child(1) {
  font-size: calc(2.625rem + 2.0833333333vw);
  font-weight: 700;
  transition: all 0.3s, opacity 0.8s 0.2s, transform 0.8s 0.2s;
}
@media (min-width: 1201px) {
  .banner04 .index_banner .slick-slide .cover p:nth-child(1) {
    letter-spacing: 2px;
  }
}
@media (min-width: 681px) {
  .banner04 .index_banner .slick-slide .cover p:nth-child(1) br {
    display: none;
  }
}
@media (max-width: 680px) {
  .banner04 .index_banner .slick-slide .cover p:nth-child(1) span {
    display: none;
  }
}
.banner04 .index_banner .slick-slide .cover p:nth-child(2) {
  font-size: calc(1rem + 0.4166666667vw);
  font-weight: 700;
  margin-top: 20px;
  transition: all 0.3s, opacity 0.8s 0.1s, transform 0.8s 0.1s;
}
@media (min-width: 541px) {
  .banner04 .index_banner .slick-slide .cover p:nth-child(2) br {
    display: none;
  }
}
@media (max-width: 540px) {
  .banner04 .index_banner .slick-slide .cover p:nth-child(2) span {
    display: none;
  }
}
.banner04 .index_banner .slick-slide .cover [class^=button] {
  margin-top: 55px !important;
  transition: all 0.3s, opacity 0.8s, transform 0.8s;
}
@media (max-width: 1200px) {
  .banner04 .index_banner .slick-slide .cover [class^=button] {
    margin-top: 35px !important;
  }
}
.banner04 .index_banner .slick-slide.slick-current picture img {
  animation: banner04_zoom 8s linear forwards;
}
@keyframes banner04_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.banner04 .index_banner .slick-slide.slick-current .cover > * {
  opacity: 1;
  transform: translateY(0);
}
.banner04 .index_banner .slick-slide.slick-current .cover p:nth-child(1) {
  transition: all 0.3s, opacity 0.8s 1s, transform 0.8s 1s;
}
.banner04 .index_banner .slick-slide.slick-current .cover p:nth-child(2) {
  transition: all 0.3s, opacity 0.8s 1.1s, transform 0.8s 1.1s;
}
.banner04 .index_banner .slick-slide.slick-current .cover [class^=button] {
  transition: all 0.3s, opacity 0.8s 1.2s, transform 0.8s 1.2s;
}
.banner04 .dots_box .slick-dots {
  bottom: 15px;
}
@media (min-width: 641px) {
  .banner04 .dots_box .slick-dots {
    flex-direction: column;
    bottom: 50%;
    left: unset;
    right: 1.953125vw;
    transform: translate(50%, 50%);
  }
}
.banner04 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner04 .page_banner .slick-slide a picture {
  display: block;
}
.banner04 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner04 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner04 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner04 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner04 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner04 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner05 {
  position: relative;
}
.banner05 .index_banner {
  z-index: 1;
}
@media (min-width: 721px) {
  .banner05 .index_banner {
    transform: scale(-1, 1);
  }
}
@media (min-width: 721px) {
  .banner05 .index_banner .slick-list {
    padding-left: 0 !important;
  }
}
.banner05 .index_banner .slick-slide {
  overflow: hidden;
}
@media (min-width: 721px) {
  .banner05 .index_banner .slick-slide {
    margin-top: 5.15625vw;
    transition: margin-top 3s ease-in-out;
  }
}
.banner05 .index_banner .slick-slide picture {
  display: block;
}
@media (min-width: 721px) {
  .banner05 .index_banner .slick-slide picture {
    position: relative;
    transform: translateX(calc(5.75rem + 14.375vw - 116px)) scale(-1, 1);
    transition: transform 3s ease-in-out;
  }
  .banner05 .index_banner .slick-slide picture::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(203, 203, 203, 0.7);
    opacity: 1;
    transition: opacity 1s ease-in-out 3s;
  }
}
.banner05 .index_banner .slick-slide picture img {
  width: 100%;
}
@media (min-width: 721px) {
  .banner05 .index_banner .slick-slide picture img {
    transform: scale(1.2);
    transform-origin: right center;
    transition: transform 4s ease-in-out;
  }
}
@media (min-width: 721px) {
  .banner05 .index_banner .slick-slide.slick-current {
    margin-top: 0;
  }
  .banner05 .index_banner .slick-slide.slick-current picture {
    transform: translateX(0) scale(-1, 1);
  }
  .banner05 .index_banner .slick-slide.slick-current picture::after {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .banner05 .index_banner .slick-slide.slick-current picture img {
    transform: scale(1);
  }
}
.banner05 .index_banner_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner05 .index_banner_cover .slick-list {
  height: 100%;
}
.banner05 .index_banner_cover .slick-list .slick-track {
  height: 100%;
}
@media (min-width: 721px) {
  .banner05 .index_banner_cover .slick-slide {
    padding: 0 0 0 calc(19.1666666667vw - 40px);
  }
}
.banner05 .index_banner_cover .slick-slide .cover {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 721px) {
  .banner05 .index_banner_cover .slick-slide .cover {
    width: 52%;
  }
}
.banner05 .index_banner_cover .slick-slide .cover > * {
  opacity: 0;
  transform: translate(0, 40px);
}
@media (max-width: 720px) {
  .banner05 .index_banner_cover .slick-slide .cover > * {
    text-align: center;
  }
}
.banner05 .index_banner_cover .slick-slide .cover p:nth-child(1) {
  font-size: 18px;
  color: #4e4e4e;
  margin-bottom: 5px;
  transition: all 0.3s, opacity 1s 0.6s, transform 1s 0.6s;
}
@media (max-width: 1024px) {
  .banner05 .index_banner_cover .slick-slide .cover p:nth-child(1) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner05 .index_banner_cover .slick-slide .cover p:nth-child(1) {
    font-size: 16px;
  }
}
.banner05 .index_banner_cover .slick-slide .cover p:nth-child(2) {
  font-size: calc(1.5625rem + 1.0416666667vw);
  color: #4e4e4e;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.3s, opacity 1s 0.4s, transform 1s 0.4s;
}
@media (max-width: 720px) {
  .banner05 .index_banner_cover .slick-slide .cover p:nth-child(2) {
    line-height: 1.7;
  }
}
@media (max-width: 720px) {
  .banner05 .index_banner_cover .slick-slide .cover p:nth-child(2) span {
    display: none;
  }
}
@media (min-width: 721px) {
  .banner05 .index_banner_cover .slick-slide .cover p:nth-child(2) br {
    display: none;
  }
}
.banner05 .index_banner_cover .slick-slide .cover p:nth-child(3) {
  font-size: calc(1.125rem + 0.2604166667vw);
  color: #4e4e4e;
  font-weight: 500;
  margin-top: 20px;
  transition: all 0.3s, opacity 1s 0.2s, transform 1s 0.2s;
}
@media (max-width: 720px) {
  .banner05 .index_banner_cover .slick-slide .cover p:nth-child(3) {
    margin-top: 10px;
  }
}
.banner05 .index_banner_cover .slick-slide .cover .button_set {
  transition: all 0.3s, opacity 1s, transform 1s;
}
@media (max-width: 720px) {
  .banner05 .index_banner_cover .slick-slide .cover .button_set {
    justify-content: center;
  }
}
.banner05 .index_banner_cover .slick-slide.slick-current .cover > * {
  opacity: 1;
  transform: translate(0, 0);
}
.banner05 .index_banner_cover .slick-slide.slick-current .cover p:nth-child(1) {
  transition: all 0.3s, opacity 1.5s 2s, transform 1.5s 2s;
}
.banner05 .index_banner_cover .slick-slide.slick-current .cover p:nth-child(2) {
  transition: all 0.3s, opacity 1.5s 2.2s, transform 1.5s 2.2s;
}
.banner05 .index_banner_cover .slick-slide.slick-current .cover p:nth-child(3) {
  transition: all 0.3s, opacity 1.5s 2.4s, transform 1.5s 2.4s;
}
.banner05 .index_banner_cover .slick-slide.slick-current .cover .button_set {
  transition: all 0.3s, opacity 1.5s 2.6s, transform 1.5s 2.6s;
}
.banner05 .index_banner_cover .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .banner05 .index_banner_cover .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .banner05 .index_banner_cover .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.banner05 .index_banner_cover .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .banner05 .index_banner_cover .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .banner05 .index_banner_cover .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .banner05 .index_banner_cover .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .banner05 .index_banner_cover .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.banner05 .index_banner_cover .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .banner05 .index_banner_cover .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .banner05 .index_banner_cover .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .banner05 .index_banner_cover .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .banner05 .index_banner_cover .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.banner05 .index_banner_cover .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.banner05 .index_banner_cover .slick-arrow:hover svg {
  fill: #000000;
}
.banner05 .index_banner_cover .slick-arrow.white svg {
  fill: #fff;
}
.banner05 .index_banner_cover .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 720px) {
  .banner05 .index_banner_cover .slick-arrow {
    display: none !important;
  }
}
.banner05 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner05 .page_banner .slick-slide a picture {
  display: block;
}
.banner05 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner05 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner05 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner05 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner05 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner05 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner06 {
  position: relative;
}
.banner06 .index_banner {
  z-index: 1;
}
.banner06 .index_banner .slick-slide > div {
  display: flex;
  position: relative;
}
.banner06 .index_banner .slick-slide > div::before, .banner06 .index_banner .slick-slide > div::after {
  content: "";
  position: absolute;
  left: 0;
  width: 63.7414608513%;
  background: #393993;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.3, 1) 0.3s;
}
@media (max-width: 640px) {
  .banner06 .index_banner .slick-slide > div::before, .banner06 .index_banner .slick-slide > div::after {
    display: none;
  }
}
.banner06 .index_banner .slick-slide > div::before {
  top: 0;
  height: calc(100% - 3.1529164477vw);
  z-index: -1;
}
.banner06 .index_banner .slick-slide > div::after {
  bottom: 0;
  height: 3.1529164477vw;
  z-index: 1;
}
.banner06 .index_banner .slick-slide > div .empty {
  width: 16.1458333333vw;
}
@media (max-width: 640px) {
  .banner06 .index_banner .slick-slide > div .empty {
    display: none;
  }
}
.banner06 .index_banner .slick-slide > div .content {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 83.8541666667vw;
  overflow: hidden;
}
@media (max-width: 640px) {
  .banner06 .index_banner .slick-slide > div .content {
    width: 100%;
  }
}
.banner06 .index_banner .slick-slide > div .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 641px) {
  .banner06 .index_banner .slick-slide > div .content::before {
    display: none;
  }
}
.banner06 .index_banner .slick-slide > div .content picture {
  flex-shrink: 0;
  width: 100%;
}
.banner06 .index_banner .slick-slide > div .content picture img {
  width: 100%;
}
.banner06 .index_banner .slick-slide > div .content::after {
  content: "";
  flex-shrink: 0;
  width: 100%;
  background: #fff;
  transition: width 0.8s cubic-bezier(0.6, 0, 0.3, 1);
}
@media (max-width: 640px) {
  .banner06 .index_banner .slick-slide > div .content::after {
    display: none;
  }
}
.banner06 .index_banner .slick-slide.slick-current > div::before, .banner06 .index_banner .slick-slide.slick-current > div::after {
  transform: scaleX(1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.3, 1) 1s;
}
.banner06 .index_banner .slick-slide.slick-current > div .content::after {
  width: 0%;
  transition: width 0.8s cubic-bezier(0.6, 0, 0.3, 1) 1.2s;
}
.banner06 .index_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner06 .index_cover .slick-list {
  height: 100%;
}
.banner06 .index_cover .slick-list .slick-track {
  height: 100%;
}
.banner06 .index_cover .slick-slide > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div {
    align-items: center;
  }
}
.banner06 .index_cover .slick-slide > div ul li {
  position: relative;
  width: 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div ul li {
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translate(0, 40px);
  }
}
.banner06 .index_cover .slick-slide > div ul li p {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div ul li p {
    white-space: normal;
  }
}
.banner06 .index_cover .slick-slide > div ul li p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(0%);
  transition: transform 0s cubic-bezier(0.6, 0, 0.3, 1) 0.8s;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div ul li p::after {
    display: none;
  }
}
.banner06 .index_cover .slick-slide > div ul li:nth-child(1) {
  transition: width 0.5s cubic-bezier(0.7, 0.2, 0.4, 1);
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div ul li:nth-child(1) {
    transition: opacity 0.5s, transform 0.5s;
  }
}
.banner06 .index_cover .slick-slide > div ul li:nth-child(1) p {
  font-size: calc(1.125rem + 0.2604166667vw);
  color: #000000;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div ul li:nth-child(1) p {
    color: #fff;
  }
}
.banner06 .index_cover .slick-slide > div ul li:nth-child(2) {
  transition: width 0.5s cubic-bezier(0.7, 0.2, 0.4, 1) 0.1s;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div ul li:nth-child(2) {
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  }
}
.banner06 .index_cover .slick-slide > div ul li:nth-child(2) p {
  font-size: calc(2.125rem + 0.8333333333vw);
  color: #000000;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div ul li:nth-child(2) p {
    color: #fff;
  }
}
.banner06 .index_cover .slick-slide > div ul li:nth-child(3) {
  transition: width 0.5s cubic-bezier(0.7, 0.2, 0.4, 1) 0.2s;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div ul li:nth-child(3) {
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  }
}
.banner06 .index_cover .slick-slide > div ul li:nth-child(3) p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 400px) {
  .banner06 .index_cover .slick-slide > div ul li:nth-child(3) p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div ul li:nth-child(3) p {
    color: #fff;
    text-wrap: balance;
  }
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div ul li:nth-child(3) p br {
    display: none;
  }
}
.banner06 .index_cover .slick-slide > div [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 1200px) {
  .banner06 .index_cover .slick-slide > div [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide > div [class^=button] {
    transform: translate(0, 40px);
  }
}
.banner06 .index_cover .slick-slide.slick-current > div ul li {
  width: 100%;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide.slick-current > div ul li {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.banner06 .index_cover .slick-slide.slick-current > div ul li p::after {
  transform: translateX(101%);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.3, 1);
}
.banner06 .index_cover .slick-slide.slick-current > div ul li:nth-child(1) {
  transition: width 0.8s cubic-bezier(0.7, 0.2, 0.4, 1) 1.7s;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide.slick-current > div ul li:nth-child(1) {
    transition: opacity 1s 1s, transform 1s 1s;
  }
}
.banner06 .index_cover .slick-slide.slick-current > div ul li:nth-child(1) p::after {
  transition-delay: 2.1s;
}
.banner06 .index_cover .slick-slide.slick-current > div ul li:nth-child(2) {
  transition: width 0.8s cubic-bezier(0.7, 0.2, 0.4, 1) 1.8s;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide.slick-current > div ul li:nth-child(2) {
    transition: opacity 1s 1.1s, transform 1s 1.1s;
  }
}
.banner06 .index_cover .slick-slide.slick-current > div ul li:nth-child(2) p::after {
  transition-delay: 2.2s;
}
.banner06 .index_cover .slick-slide.slick-current > div ul li:nth-child(3) {
  transition: width 0.8s cubic-bezier(0.7, 0.2, 0.4, 1) 1.9s;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide.slick-current > div ul li:nth-child(3) {
    transition: opacity 1s 1.2s, transform 1s 1.2s;
  }
}
.banner06 .index_cover .slick-slide.slick-current > div ul li:nth-child(3) p::after {
  transition-delay: 2.3s;
}
.banner06 .index_cover .slick-slide.slick-current > div [class^=button] {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s 2s, transform 1s 2s;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-slide.slick-current > div [class^=button] {
    transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
  }
}
.banner06 .index_cover .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .banner06 .index_cover .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .banner06 .index_cover .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.banner06 .index_cover .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .banner06 .index_cover .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .banner06 .index_cover .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .banner06 .index_cover .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .banner06 .index_cover .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.banner06 .index_cover .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .banner06 .index_cover .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .banner06 .index_cover .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .banner06 .index_cover .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .banner06 .index_cover .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.banner06 .index_cover .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.banner06 .index_cover .slick-arrow:hover svg {
  fill: #000000;
}
.banner06 .index_cover .slick-arrow.white svg {
  fill: #fff;
}
.banner06 .index_cover .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 640px) {
  .banner06 .index_cover .slick-arrow {
    display: none !important;
  }
}
.banner06 .index_cover .slick-dots {
  bottom: 20px;
}
.banner06 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner06 .page_banner .slick-slide a picture {
  display: block;
}
.banner06 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner06 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner06 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner06 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner06 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner06 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

body[data-page=index] .banner07 {
  display: flex;
}
@media (max-width: 640px) {
  body[data-page=index] .banner07 {
    position: relative;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.banner07 .left {
  width: 36.4583333333%;
}
@media (min-width: 641px) {
  .banner07 .left {
    max-height: calc(100vh - 120px);
  }
}
@media (min-width: 1025px) {
  .banner07 .left {
    max-height: calc(100vh - 70px);
  }
}
@media (max-width: 840px) {
  .banner07 .left {
    width: 42.2619047619%;
  }
}
@media (max-width: 720px) {
  .banner07 .left {
    width: 46.875%;
  }
}
@media (max-width: 640px) {
  .banner07 .left {
    width: 100%;
  }
}
.banner07 .left .top {
  display: flex;
  flex-direction: column;
  padding: 0 4.1666666667vw 30px;
  background: var(--bgimg) no-repeat center center/cover;
}
@media (min-width: 641px) {
  .banner07 .left .top {
    height: 58.9285714286%;
  }
}
@media (max-width: 640px) {
  .banner07 .left .top {
    padding: 30px 4.1666666667vw;
  }
}
.banner07 .left .top .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 70px;
  margin-bottom: 25px;
  visibility: hidden;
}
@media (max-width: 640px) {
  .banner07 .left .top .logo {
    position: absolute;
    top: 0;
    left: 4.1666666667vw;
    z-index: 1;
  }
}
.banner07 .left .top .logo img {
  max-height: 60px;
}
@media (max-width: 640px) {
  .banner07 .left .top .logo img {
    max-height: calc(1rem + 3.75vw);
  }
}
.banner07 .left .top .editor {
  margin-top: auto;
  max-height: 294px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .banner07 .left .top .editor::-webkit-scrollbar {
    width: 2px;
  }
  .banner07 .left .top .editor::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .banner07 .left .top .editor::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .banner07 .left .top .editor::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
.banner07 .left .top .editor::-webkit-scrollbar {
  width: 3px;
}
.banner07 .left .top .editor::-webkit-scrollbar-track {
  background-image: linear-gradient(to bottom, #acacac, #acacac);
  background-size: 1px 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner07 .left .top .editor::-webkit-scrollbar-thumb, .banner07 .left .top .editor::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
@media (max-width: 640px) {
  .banner07 .left .top .button_set {
    justify-content: center;
  }
}
.banner07 .left .bottom {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 4.1666666667vw calc(2.75rem + 0.5208333333vw);
  background: var(--bgcolor);
}
@media (min-width: 641px) {
  .banner07 .left .bottom {
    height: 41.0714285714%;
  }
}
@media (max-width: 640px) {
  .banner07 .left .bottom {
    padding: 30px 4.1666666667vw calc(2.75rem + 1.5625vw);
  }
}
.banner07 .left .bottom .index_product {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner07 .left .bottom .index_product .index_product_num {
  position: absolute;
  top: -1.0416666667vw;
  left: 0;
  color: rgba(254, 254, 254, 0.41);
  font-size: 7.7083333333vw;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media (max-width: 640px) {
  .banner07 .left .bottom .index_product .index_product_num {
    top: -3.125vw;
    font-size: 21.09375vw;
  }
}
.banner07 .left .bottom .index_product .index_product_name {
  position: absolute;
  top: 100%;
  width: 100%;
  color: #fff;
  font-size: calc(0.75rem + 0.625vw);
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media (max-width: 640px) {
  .banner07 .left .bottom .index_product .index_product_name {
    font-size: calc(0.75rem + 1.875vw);
  }
}
@media (max-width: 480px) {
  .banner07 .left .bottom .index_product .index_product_name {
    display: none;
  }
}
.banner07 .left .bottom .index_product .index_banner_product {
  width: 100%;
  height: 100%;
}
.banner07 .left .bottom .index_product .index_banner_product .slick-list,
.banner07 .left .bottom .index_product .index_banner_product .slick-track {
  height: 100%;
}
.banner07 .left .bottom .index_product .index_banner_product .slick-slide a {
  display: flex;
  align-items: center;
  height: 100%;
}
.banner07 .left .bottom .index_product .index_banner_product .slick-slide a img {
  max-height: 100%;
  margin: 0 auto;
}
.banner07 .left .bottom .index_product .index_banner_product .slick-slide p {
  color: #fff;
  font-size: calc(0.75rem + 1.875vw);
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 481px) {
  .banner07 .left .bottom .index_product .index_banner_product .slick-slide p {
    display: none;
  }
}
.banner07 .left .bottom .index_product .index_banner_product .slick-dots {
  bottom: -30px;
}
.banner07 .left .bottom .button_set {
  position: absolute;
  bottom: 18px;
  left: 8px;
}
@media (max-width: 480px) {
  .banner07 .left .bottom .button_set {
    display: none;
  }
}
.banner07 .left .bottom .button_set .arrowtype {
  width: 25px;
  height: 45px;
}
.banner07 .left .bottom .button_set .arrowtype svg {
  height: 20px;
}
.banner07 .right {
  position: relative;
  width: 63.5416666667%;
}
@media (max-width: 840px) {
  .banner07 .right {
    width: 57.7380952381%;
  }
}
@media (max-width: 720px) {
  .banner07 .right {
    width: 53.125%;
  }
}
@media (max-width: 640px) {
  .banner07 .right {
    width: 100%;
  }
}
.banner07 .right .index_banner .slick-slide picture {
  display: block;
}
@media (min-width: 641px) {
  .banner07 .right .index_banner .slick-slide picture {
    height: 849px;
    max-height: calc(100vh - 120px);
  }
}
@media (min-width: 1025px) {
  .banner07 .right .index_banner .slick-slide picture {
    max-height: calc(100vh - 70px);
  }
}
.banner07 .right .index_banner .slick-slide picture img {
  width: 100%;
}
@media (min-width: 641px) {
  .banner07 .right .index_banner .slick-slide picture img {
    height: 100%;
    object-fit: cover;
  }
}
.banner07 .right .index_banner .slick-dots {
  bottom: 20px;
}
.banner07 .right .tool_btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 56%;
  right: 2.0833333333vw;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .banner07 .right .tool_btn {
    display: none;
  }
}
.banner07 .right .tool_btn .tool_page {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.banner07 .right .tool_btn .tool_page > span:nth-child(3) {
  display: block;
  position: relative;
  width: 1px;
  height: 103px;
  margin: 13px 0 10px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner07 .right .tool_btn .tool_page > span:nth-child(3) {
    height: 80px;
  }
}
.banner07 .right .tool_btn .tool_page > span:nth-child(3) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: all 0.6s;
}
.banner07 .right .tool_btn .slick-arrow {
  cursor: pointer;
}
.banner07 .right .tool_btn .slick-arrow svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.3s;
}
.banner07 .right .tool_btn .slick-arrow.prev {
  margin-bottom: 28px;
}
@media (max-width: 1440px) {
  .banner07 .right .tool_btn .slick-arrow.prev {
    margin-bottom: 15px;
  }
}
.banner07 .right .tool_btn .slick-arrow.prev svg {
  transform: rotate(-90deg);
}
.banner07 .right .tool_btn .slick-arrow.next svg {
  transform: rotate(90deg);
}
.banner07 .right .tool_btn .slick-arrow:hover svg {
  fill: #000000;
}
.banner07 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner07 .page_banner .slick-slide a picture {
  display: block;
}
.banner07 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner07 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner07 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner07 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner07 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner07 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner08 {
  position: relative;
}
.banner08 .index_banner .slick-slide a {
  display: block;
  position: relative;
  padding-bottom: 5.2083333333vw;
  overflow: hidden;
}
@media (max-width: 640px) {
  .banner08 .index_banner .slick-slide a {
    padding-bottom: 12vw;
  }
}
.banner08 .index_banner .slick-slide a picture {
  display: block;
}
.banner08 .index_banner .slick-slide a picture:not(.cover) {
  position: relative;
}
.banner08 .index_banner .slick-slide a picture:not(.cover)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -9.5%;
  width: 60%;
  height: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
  transform: skewX(-27.63deg);
  transform-origin: top left;
  animation: banner08_height 1s ease-in-out 0.3s forwards;
}
@media (max-width: 640px) {
  .banner08 .index_banner .slick-slide a picture:not(.cover)::before {
    left: -7%;
  }
}
.banner08 .index_banner .slick-slide a picture:not(.cover)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -56.5%;
  width: 50%;
  height: 0;
  background: #393993;
  z-index: 1;
  transform: skewX(-27.63deg);
  transform-origin: top right;
  animation: banner08_height 1s ease-in-out 0.6s forwards;
}
@media (max-width: 640px) {
  .banner08 .index_banner .slick-slide a picture:not(.cover)::after {
    right: -89%;
  }
}
@keyframes banner08_height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.banner08 .index_banner .slick-slide a picture.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
.banner08 .index_banner .slick-slide a .cover_txt {
  position: absolute;
  bottom: 20.6vw;
  left: 13vw;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .banner08 .index_banner .slick-slide a .cover_txt {
    left: 8vw;
  }
}
@media (max-width: 640px) {
  .banner08 .index_banner .slick-slide a .cover_txt {
    bottom: 72vw;
  }
}
.banner08 .index_banner .slick-slide a .cover_txt p {
  color: #fff;
  opacity: 0;
  transform: translate(40px, 0);
}
.banner08 .index_banner .slick-slide a .cover_txt p:nth-child(1) {
  font-size: calc(2.625rem + 2.0833333333vw);
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.3s, opacity 0.5s, transform 0.5s;
}
@media (min-width: 1201px) {
  .banner08 .index_banner .slick-slide a .cover_txt p:nth-child(1) {
    letter-spacing: 2px;
  }
}
.banner08 .index_banner .slick-slide a .cover_txt p:nth-child(2) {
  font-size: calc(2.625rem + 2.0833333333vw);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.3s, opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
@media (min-width: 1201px) {
  .banner08 .index_banner .slick-slide a .cover_txt p:nth-child(2) {
    letter-spacing: 2px;
  }
}
.banner08 .index_banner .slick-slide a .cover_txt p:nth-child(3) {
  font-size: calc(1.5625rem + 1.0416666667vw);
  font-weight: 500;
  margin-top: 10px;
  transition: all 0.3s, opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
@media (max-width: 480px) {
  .banner08 .index_banner .slick-slide a .cover_txt p:nth-child(3) {
    font-weight: 400;
  }
}
.banner08 .index_banner .slick-slide a .cover_txt p:nth-child(4) {
  font-size: 20px;
  margin-top: 10px;
  transition: all 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 1440px) {
  .banner08 .index_banner .slick-slide a .cover_txt p:nth-child(4) {
    font-size: 19px;
  }
}
@media (max-width: 1200px) {
  .banner08 .index_banner .slick-slide a .cover_txt p:nth-child(4) {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .banner08 .index_banner .slick-slide a .cover_txt p:nth-child(4) {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .banner08 .index_banner .slick-slide a .cover_txt p:nth-child(4) {
    font-weight: 300;
  }
}
.banner08 .index_banner .slick-slide.slick-current a picture.cover {
  animation: goUp 1.5s ease-in-out 0.9s forwards;
}
.banner08 .index_banner .slick-slide.slick-current a .cover_txt p {
  opacity: 1;
  transform: translate(0, 0);
}
.banner08 .index_banner .slick-slide.slick-current a .cover_txt p:nth-child(1) {
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner08 .index_banner .slick-slide.slick-current a .cover_txt p:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.1s, transform 1s 1.1s;
}
.banner08 .index_banner .slick-slide.slick-current a .cover_txt p:nth-child(3) {
  transition: all 0.3s, opacity 1s 1.2s, transform 1s 1.2s;
}
.banner08 .index_banner .slick-slide.slick-current a .cover_txt p:nth-child(4) {
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner08 .tool_btn {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10vw;
  left: 13vw;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .banner08 .tool_btn {
    left: 8vw;
  }
}
@media (max-width: 640px) {
  .banner08 .tool_btn {
    display: none;
    justify-content: space-between;
    bottom: 54%;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.banner08 .tool_btn a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
}
.banner08 .tool_btn a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.banner08 .tool_btn a svg .circle1 {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: banner08_circle_in 0.8s ease-in forwards;
}
.banner08 .tool_btn a svg .circle2 {
  fill: transparent;
  stroke: #000;
  stroke-width: 1.5;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: banner08_circle_out 0.8s ease-in forwards;
}
@keyframes banner08_circle_in {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes banner08_circle_out {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 100;
  }
}
.banner08 .tool_btn a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner08 .tool_btn a:hover .circle1 {
  animation: banner08_circle_out 0.8s ease-in forwards;
}
.banner08 .tool_btn a:hover .circle2 {
  animation: banner08_circle_in 0.8s ease-in forwards;
}
.banner08 .tool_btn p {
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin: 0 20px;
}
@media (max-width: 640px) {
  .banner08 .tool_btn p {
    display: none;
  }
}
.banner08 [class^=scroll_down] {
  bottom: 5.2083333333vw;
}
@media (max-width: 640px) {
  .banner08 [class^=scroll_down] {
    padding-bottom: 12vw;
  }
}
.banner08 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner08 .page_banner .slick-slide a picture {
  display: block;
}
.banner08 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner08 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner08 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner08 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner08 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner08 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner09 {
  position: relative;
}
.banner09 .index_banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .banner09 .index_banner {
    height: 680px;
  }
}
@media (max-width: 1024px) {
  .banner09 .index_banner {
    max-height: calc(100vh - 50px);
  }
}
.banner09 .index_banner .banner_cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222222;
}
.banner09 .index_banner .banner_cover.hide {
  opacity: 0;
  transition: opacity 1s;
}
.banner09 .index_banner .banner_txt {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.banner09 .index_banner .banner_txt p {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}
@media (max-width: 1440px) {
  .banner09 .index_banner .banner_txt p {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .banner09 .index_banner .banner_txt p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .banner09 .index_banner .banner_txt p {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .banner09 .index_banner .banner_txt p {
    font-size: 14px;
  }
}
.banner09 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner09 .page_banner .slick-slide a picture {
  display: block;
}
.banner09 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner09 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner09 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner09 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner09 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner09 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner10 {
  position: relative;
}
.banner10 .index_banner .slick-slide > div {
  position: relative;
  background: #000;
}
.banner10 .index_banner .slick-slide > div img {
  width: 100%;
  opacity: 0;
  filter: blur(10px);
}
@keyframes banner10_img {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.banner10 .index_banner .slick-slide > div .cover_txt {
  position: absolute;
  top: 50%;
  left: 8.0729166667vw;
  width: max-content;
  max-width: calc(100% - 16.1458333333vw);
  transform: translate(0, -50%);
}
.banner10 .index_banner .slick-slide > div .cover_txt p {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.banner10 .index_banner .slick-slide > div .cover_txt p:nth-child(1) {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: calc(1.5625rem + 1.0416666667vw);
}
.banner10 .index_banner .slick-slide > div .cover_txt p:nth-child(2) {
  font-weight: 700;
  font-size: calc(1.59375rem + 0.546875vw);
}
.banner10 .index_banner .slick-slide > div .cover_txt p:nth-child(3) {
  margin-top: 25px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .banner10 .index_banner .slick-slide > div .cover_txt p:nth-child(3) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner10 .index_banner .slick-slide > div .cover_txt p:nth-child(3) {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
  .banner10 .index_banner .slick-slide > div .cover_txt p br {
    display: none;
  }
}
.banner10 .index_banner .slick-slide > div .cover_txt .button_set {
  opacity: 0;
}
.banner10 .index_banner .slick-slide.slick-current > div img {
  animation: banner10_img 0.3s 0.3s forwards;
}
.banner10 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(1) {
  animation: goUp 1.6s 0.5s forwards;
}
.banner10 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(2) {
  animation: goUp 1.6s 0.8s forwards;
}
.banner10 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(3) {
  animation: goUp 1.6s 1.1s forwards;
}
.banner10 .index_banner .slick-slide.slick-current > div .cover_txt .button_set {
  animation: goUp 1.6s 1.4s forwards;
}
.banner10 .tool_page {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: calc(1.484375rem + 1.2369791667vw);
  color: #fff;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .banner10 .tool_page {
    display: none;
  }
}
.banner10 .tool_page > span:nth-child(2) {
  display: block;
  position: relative;
  width: 2px;
  height: 18.75vw;
  background: #fff;
}
.banner10 .tool_page > span:nth-child(2) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  transition: all 1s;
}
.banner10 .tool_btn {
  display: flex;
  align-items: center;
  gap: 2.8645833333vw;
  position: absolute;
  top: 50%;
  right: calc(2.5rem + 2.0833333333vw);
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .banner10 .tool_btn {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .banner10 .tool_btn {
    right: 3vw;
  }
}
@media (max-width: 1024px) {
  .banner10 .tool_btn {
    top: unset;
    bottom: calc(0.9375rem + 1.46484375vw);
    right: 50%;
    transform: translateX(50%);
  }
}
.banner10 .tool_btn .arrowtype {
  width: 20px;
  height: 20px;
}
@media (min-width: 1025px) {
  .banner10 .tool_btn .arrowtype {
    transform: rotate(90deg);
  }
}
@media (max-width: 1024px) {
  .banner10 .tool_btn .arrowtype {
    display: none;
  }
}
.banner10 .tool_btn .arrowtype svg {
  height: 17px;
}
.banner10 .tool_btn .tool_dots .slick-dots {
  gap: 2.6041666667vw;
  position: unset;
  transform: unset;
}
@media (min-width: 1025px) {
  .banner10 .tool_btn .tool_dots .slick-dots {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .banner10 .tool_btn .tool_dots .slick-dots {
    gap: 20px;
  }
}
.banner10 .tool_btn .tool_dots .slick-dots li button {
  background: transparent;
  border: 1px solid #c9caca;
  transition: all 0.2s;
}
.banner10 .tool_btn .tool_dots .slick-dots li.slick-active button {
  width: 17px;
  height: 17px;
  border: 2px solid #000000;
}
.banner10 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner10 .page_banner .slick-slide a picture {
  display: block;
}
.banner10 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner10 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner10 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner10 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner10 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner10 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner11 {
  position: relative;
}
.banner11 .index_banner .slick-slide > div {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner11 .index_banner .slick-slide > div picture {
  display: block;
}
.banner11 .index_banner .slick-slide > div picture img {
  width: 100%;
  transform: scale(1.03);
}
.banner11 .index_banner .slick-slide > div .cover_txt {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 84%;
  transform: translate(0, -50%);
}
.banner11 .index_banner .slick-slide > div .cover_txt p {
  color: #fff;
  opacity: 0;
  transform: translate(40px, 0);
}
@media (max-width: 600px) {
  .banner11 .index_banner .slick-slide > div .cover_txt p {
    text-align: center;
    transform: translate(0, 40px);
  }
}
.banner11 .index_banner .slick-slide > div .cover_txt p:nth-child(1) {
  font-size: calc(1.5625rem + 1.0416666667vw);
  font-weight: 700;
  transition: all 0.3s, opacity 1s 0.15s, transform 1s 0.15s;
}
.banner11 .index_banner .slick-slide > div .cover_txt p:nth-child(2) {
  font-size: calc(2.625rem + 2.0833333333vw);
  font-weight: 700;
  transition: all 0.3s, opacity 1s 0.3s, transform 1s 0.3s;
}
@media (min-width: 1201px) {
  .banner11 .index_banner .slick-slide > div .cover_txt p:nth-child(2) {
    letter-spacing: 2px;
  }
}
.banner11 .index_banner .slick-slide > div .cover_txt p:nth-child(3) {
  font-size: calc(1.125rem + 0.2604166667vw);
  font-weight: 600;
  margin-top: 6px;
  transition: all 0.3s, opacity 1s 0.45s, transform 1s 0.45s;
}
.banner11 .index_banner .slick-slide > div .cover_txt .button_set {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 1s 0.6s, transform 1s 0.6s;
}
@media (max-width: 600px) {
  .banner11 .index_banner .slick-slide > div .cover_txt .button_set {
    justify-content: center;
    transform: translate(0, 40px);
  }
}
.banner11 .index_banner .slick-slide.slick-current > div picture img {
  animation: banner11_zoom 7s linear forwards;
}
@keyframes banner11_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.banner11 .index_banner .slick-slide.slick-current > div .cover_txt p {
  opacity: 1;
  transform: translate(0, 0);
}
.banner11 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(1) {
  transition: all 0.3s, opacity 1s 1.15s, transform 1s 1.15s;
}
.banner11 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner11 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(3) {
  transition: all 0.3s, opacity 1s 1.45s, transform 1s 1.45s;
}
.banner11 .index_banner .slick-slide.slick-current > div .cover_txt .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s 1.6s, transform 1s 1.6s;
}
@media (min-width: 1025px) {
  .banner11 .index_banner .slick-dots {
    flex-direction: column;
    top: 50%;
    bottom: unset;
    left: 3.125vw;
    transform: translateY(-50%);
  }
}
@media (max-width: 1024px) {
  .banner11 .index_banner .slick-dots {
    bottom: 15px;
  }
}
.banner11 .mask {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 600px) {
  .banner11 .mask {
    display: none;
  }
}
.banner11 .page_banner {
  display: flex;
  align-items: center;
}
.banner11 .page_banner .left_img {
  flex-basis: 1060px;
  flex-shrink: 1;
}
@media (max-width: 1024px) {
  .banner11 .page_banner .left_img {
    flex-basis: 100%;
  }
}
.banner11 .page_banner .left_img a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 450px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .banner11 .page_banner .left_img a {
    padding-bottom: 42.45%;
  }
}
@media (max-width: 589px) {
  .banner11 .page_banner .left_img a {
    padding-bottom: 250px;
  }
}
.banner11 .page_banner .left_img a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner11 .page_banner .right_title {
  flex-basis: 860px;
  flex-shrink: 3;
  padding: 0 6.51042vw;
  margin-bottom: 52px;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .banner11 .page_banner .right_title {
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .banner11 .page_banner .right_title {
    padding: 0 4.5vw;
  }
}
@media (max-width: 1024px) {
  .banner11 .page_banner .right_title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    padding: 0 60px;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .banner11 .page_banner .right_title {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .banner11 .page_banner .right_title {
    padding: 0 25px;
  }
}
.banner11 .page_banner .right_title p:nth-child(1) {
  font-size: calc(2.625rem + 2.0833333333vw);
  color: #e6e6e6;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .banner11 .page_banner .right_title p:nth-child(1) {
    letter-spacing: 2px;
  }
}
@media (max-width: 1024px) {
  .banner11 .page_banner .right_title p:nth-child(1) {
    color: #fff;
    line-height: normal;
  }
}
.banner11 .page_banner .right_title p:nth-child(2) {
  color: #e6e6e6;
  font-size: calc(0.9375rem + 0.6770833333vw);
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .banner11 .page_banner .right_title p:nth-child(2) {
    color: #fff;
    text-indent: 5px;
  }
}
@media (max-width: 720px) {
  .banner11 .page_banner .right_title p:nth-child(2) {
    font-weight: 500;
    letter-spacing: 3px;
    text-indent: 3px;
  }
}
.banner11 .page_banner .fix_txt {
  position: absolute;
  left: 53.7%;
  bottom: -5px;
  transform: rotate(-15deg);
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .banner11 .page_banner .fix_txt {
    left: 57.7%;
  }
}
@media (max-width: 1440px) {
  .banner11 .page_banner .fix_txt {
    left: 60.5%;
  }
}
@media (max-width: 1366px) {
  .banner11 .page_banner .fix_txt {
    left: 62.7%;
  }
}
@media (max-width: 1024px) {
  .banner11 .page_banner .fix_txt {
    display: none;
  }
}
.banner11 .page_banner .fix_txt p {
  color: #393939;
  font-size: 55px;
  font-family: "Kaushan Script", cursive;
  line-height: 1.3;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .banner11 .page_banner .fix_txt p {
    font-size: 51px;
  }
}
@media (max-width: 1440px) {
  .banner11 .page_banner .fix_txt p {
    font-size: 47px;
  }
}
.banner11 .page_banner .fix_txt p:nth-child(2) {
  padding-left: 130px;
}

.banner12 {
  position: relative;
  background: #000;
}
.banner12 .index_banner {
  z-index: 1;
}
.banner12 .index_banner .slick-slide {
  overflow: hidden;
}
.banner12 .index_banner .slick-slide picture {
  display: block;
}
.banner12 .index_banner .slick-slide picture img {
  width: 100%;
}
.banner12 .index_banner .slick-slide .frosted_glass {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 720px) {
  .banner12 .index_banner .slick-slide .frosted_glass {
    display: none;
  }
}
.banner12 .index_banner .slick-slide .frosted_glass::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  transition: width 1s;
}
.banner12 .index_banner .slick-slide .frosted_glass .hollow_txt {
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .banner12 .index_banner .slick-slide .frosted_glass .hollow_txt {
    top: 20%;
  }
}
@media (max-width: 1024px) {
  .banner12 .index_banner .slick-slide .frosted_glass .hollow_txt {
    top: 17%;
  }
}
@media (max-width: 960px) {
  .banner12 .index_banner .slick-slide .frosted_glass .hollow_txt {
    top: 14%;
  }
}
@media (max-width: 840px) {
  .banner12 .index_banner .slick-slide .frosted_glass .hollow_txt {
    top: 12%;
  }
}
@media (max-width: 768px) {
  .banner12 .index_banner .slick-slide .frosted_glass .hollow_txt {
    top: 10%;
  }
}
.banner12 .index_banner .slick-slide .frosted_glass .hollow_txt p {
  position: relative;
  font-size: 8.4375vw;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.banner12 .index_banner .slick-slide .frosted_glass .hollow_txt p span:nth-child(1) {
  position: absolute;
  right: 58.3333333333%;
  color: transparent;
  background: var(--bg);
  background-repeat: no-repeat;
  background-clip: text;
}
.banner12 .index_banner .slick-slide .frosted_glass .hollow_txt p span:nth-child(2) {
  position: relative;
  left: 41.6666666667%;
  color: #fff;
  opacity: 0;
  transition: opacity 1s;
}
.banner12 .index_banner .slick-slide .cover {
  position: absolute;
  bottom: 5vw;
  left: 0;
  right: 0;
}
@media (max-width: 720px) {
  .banner12 .index_banner .slick-slide .cover {
    bottom: 50%;
    text-align: center;
    transform: translateY(50%);
  }
}
@media (max-width: 480px) {
  .banner12 .index_banner .slick-slide .cover .wider_container {
    padding: 0 15px;
  }
}
.banner12 .index_banner .slick-slide .cover p:nth-child(1) {
  color: #fff;
  font-size: calc(1.25rem + 4.1666666667vw);
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 1s, transform 1s;
}
@media (min-width: 721px) {
  .banner12 .index_banner .slick-slide .cover p:nth-child(1) {
    display: none;
  }
}
@media (max-width: 720px) {
  .banner12 .index_banner .slick-slide .cover p:nth-child(1) {
    transform: translate(0, 40px);
  }
}
.banner12 .index_banner .slick-slide .cover p:nth-child(2) {
  color: #fff;
  font-size: calc(0.8125rem + 0.78125vw);
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 1s, transform 1s;
}
@media (max-width: 720px) {
  .banner12 .index_banner .slick-slide .cover p:nth-child(2) {
    transform: translate(0, 40px);
  }
}
.banner12 .index_banner .slick-slide .cover p:nth-child(3) {
  color: #fff;
  font-size: calc(0.8125rem + 0.2604166667vw);
  font-family: "Poppins", sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 1s, transform 1s;
}
@media (max-width: 720px) {
  .banner12 .index_banner .slick-slide .cover p:nth-child(3) {
    margin-top: 24px;
    transform: translate(0, 40px);
  }
}
.banner12 .index_banner .slick-slide .cover [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 1s, transform 1s;
}
@media (max-width: 1200px) {
  .banner12 .index_banner .slick-slide .cover [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 720px) {
  .banner12 .index_banner .slick-slide .cover [class^=button] {
    margin: 0 auto;
    transform: translate(0, 40px);
  }
}
.banner12 .index_banner .slick-slide.slick-current .frosted_glass::before {
  width: 41.6666666667%;
  transition: width 1s 1s;
}
.banner12 .index_banner .slick-slide.slick-current .frosted_glass .hollow_txt p span:nth-child(2) {
  opacity: 1;
  transition: opacity 1s 1.9s;
}
.banner12 .index_banner .slick-slide.slick-current .cover p:nth-child(1),
.banner12 .index_banner .slick-slide.slick-current .cover p:nth-child(2),
.banner12 .index_banner .slick-slide.slick-current .cover p:nth-child(3),
.banner12 .index_banner .slick-slide.slick-current .cover [class^=button] {
  opacity: 1;
  transform: translate(0, 0);
}
.banner12 .index_banner .slick-slide.slick-current .cover p:nth-child(1) {
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner12 .index_banner .slick-slide.slick-current .cover p:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner12 .index_banner .slick-slide.slick-current .cover p:nth-child(3) {
  transition: all 0.3s, opacity 1s 1.6s, transform 1s 1.6s;
}
.banner12 .index_banner .slick-slide.slick-current .cover [class^=button] {
  transition: all 0.3s, opacity 1s 1.9s, transform 1s 1.9s;
}
.banner12 .index_banner.beginning .slick-slide.slick-current .frosted_glass::before {
  width: 0%;
}
.banner12 .index_banner.beginning .slick-slide.slick-current .frosted_glass .hollow_txt p span:nth-child(2) {
  opacity: 0;
}
.banner12 .index_banner.beginning .slick-slide.slick-current .cover p:nth-child(1),
.banner12 .index_banner.beginning .slick-slide.slick-current .cover p:nth-child(2),
.banner12 .index_banner.beginning .slick-slide.slick-current .cover p:nth-child(3),
.banner12 .index_banner.beginning .slick-slide.slick-current .cover [class^=button] {
  opacity: 0;
  transform: translate(40px, 0);
}
@media (max-width: 720px) {
  .banner12 .index_banner.beginning .slick-slide.slick-current .cover p:nth-child(1),
  .banner12 .index_banner.beginning .slick-slide.slick-current .cover p:nth-child(2),
  .banner12 .index_banner.beginning .slick-slide.slick-current .cover p:nth-child(3),
  .banner12 .index_banner.beginning .slick-slide.slick-current .cover [class^=button] {
    transform: translate(0, 40px);
  }
}
.banner12 .index_banner .slick-dots {
  gap: 10px;
}
@media (min-width: 721px) {
  .banner12 .index_banner .slick-dots {
    bottom: 5vw;
    left: unset;
    right: 8.3333333333vw;
    transform: unset;
  }
}
@media (max-width: 768px) {
  .banner12 .index_banner .slick-dots {
    right: 30px;
  }
}
@media (max-width: 720px) {
  .banner12 .index_banner .slick-dots {
    bottom: 30px;
    right: unset;
  }
}
.banner12 .index_banner .slick-dots li {
  width: 48px;
  height: 8px;
  background: transparent;
  border: 1px solid #fff;
}
.banner12 .index_banner .slick-dots li button {
  display: none;
}
.banner12 .index_banner .slick-dots li.slick-active {
  background: #fff;
}
.banner12 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner12 .page_banner .slick-slide a picture {
  display: block;
}
.banner12 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner12 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner12 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner12 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner12 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner12 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner13 {
  position: relative;
}
.banner13 .index_banner .slick-slide > div {
  position: relative;
  overflow: hidden;
}
.banner13 .index_banner .slick-slide > div picture {
  display: block;
}
.banner13 .index_banner .slick-slide > div picture img {
  width: 100%;
}
.banner13 .index_banner .slick-slide > div .cover_txt {
  position: absolute;
  top: 50%;
  left: 8vw;
  width: 84vw;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .banner13 .index_banner .slick-slide > div .cover_txt {
    top: 80%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 25px;
  }
}
.banner13 .index_banner .slick-slide > div .cover_txt > * {
  opacity: 0;
  transform: translate(-40px, 0);
}
@media (max-width: 640px) {
  .banner13 .index_banner .slick-slide > div .cover_txt > * {
    transform: translate(0, 40px);
  }
}
.banner13 .index_banner .slick-slide > div .cover_txt p {
  color: #4e4e4e;
}
.banner13 .index_banner .slick-slide > div .cover_txt p:nth-child(1) {
  font-size: calc(1.5625rem + 1.0416666667vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: all 0.3s, opacity 0.5s, transform 0.5s;
}
.banner13 .index_banner .slick-slide > div .cover_txt p:nth-child(2) {
  font-size: calc(1.5625rem + 1.0416666667vw);
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: all 0.3s, opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
.banner13 .index_banner .slick-slide > div .cover_txt p:nth-child(3) {
  font-size: 18px;
  margin-top: 15px;
  transition: all 0.3s, opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
@media (max-width: 1024px) {
  .banner13 .index_banner .slick-slide > div .cover_txt p:nth-child(3) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner13 .index_banner .slick-slide > div .cover_txt p:nth-child(3) {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .banner13 .index_banner .slick-slide > div .cover_txt p:nth-child(3) {
    display: none;
  }
}
.banner13 .index_banner .slick-slide > div .cover_txt [class^=button] {
  margin-top: 55px !important;
  transition: all 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 1200px) {
  .banner13 .index_banner .slick-slide > div .cover_txt [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 640px) {
  .banner13 .index_banner .slick-slide > div .cover_txt [class^=button] {
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .banner13 .index_banner .slick-slide > div .cover_txt [class^=button] {
    margin-top: 20px !important;
  }
}
.banner13 .index_banner .slick-slide > div .cover_txt .play {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 30px !important;
  cursor: pointer;
  transition: all 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 640px) {
  .banner13 .index_banner .slick-slide > div .cover_txt .play {
    flex-direction: column;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .banner13 .index_banner .slick-slide > div .cover_txt .play {
    margin-top: 15px !important;
  }
}
.banner13 .index_banner .slick-slide > div .cover_txt .play img {
  height: 44px;
  filter: brightness(0);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner13 .index_banner .slick-slide > div .cover_txt .play img {
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .banner13 .index_banner .slick-slide > div .cover_txt .play img {
    height: 35px;
  }
}
@media (max-width: 640px) {
  .banner13 .index_banner .slick-slide > div .cover_txt .play img {
    height: 44px;
  }
}
@media (max-width: 440px) {
  .banner13 .index_banner .slick-slide > div .cover_txt .play img {
    height: 40px;
  }
}
.banner13 .index_banner .slick-slide > div .cover_txt .play span {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 10px;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .banner13 .index_banner .slick-slide > div .cover_txt .play span {
    margin-top: 10px;
    margin-left: unset;
  }
}
@media (max-width: 400px) {
  .banner13 .index_banner .slick-slide > div .cover_txt .play span {
    display: none;
  }
}
@media (min-width: 1025px) {
  .banner13 .index_banner .slick-slide > div .cover_txt .play:hover img {
    filter: brightness(1);
  }
  .banner13 .index_banner .slick-slide > div .cover_txt .play:hover span {
    color: #000000;
  }
}
.banner13 .index_banner .slick-slide.slick-current > div .cover_txt > * {
  opacity: 1;
  transform: translate(0, 0);
}
.banner13 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(1) {
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner13 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.1s, transform 1s 1.1s;
}
.banner13 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(3) {
  transition: all 0.3s, opacity 1s 1.2s, transform 1s 1.2s;
}
.banner13 .index_banner .slick-slide.slick-current > div .cover_txt [class^=button] {
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner13 .index_banner .slick-slide.slick-current > div .cover_txt .play {
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner13 .index_banner .slick-arrow {
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .banner13 .index_banner .slick-arrow {
    display: none !important;
  }
}
.banner13 .index_banner .slick-arrow img {
  filter: brightness(0);
}
.banner13 .index_banner .slick-arrow.slick-prev {
  top: calc(50% - 54px);
  left: calc(4vw - 10px);
}
.banner13 .index_banner .slick-arrow.slick-next {
  top: calc(50% + 54px);
  left: calc(4vw - 10px);
  right: unset;
}
.banner13 .index_banner .slick-arrow.slick-next img {
  transform: rotateX(180deg);
}
.banner13 .index_banner .slick-arrow:hover img {
  filter: brightness(1);
}
.banner13 .index_banner .slick-dots {
  bottom: 1.5625vw;
  left: 8vw;
  transform: unset;
}
@media (max-width: 1024px) {
  .banner13 .index_banner .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner13 .index_banner .slick-dots li {
  position: relative;
  width: 19px;
  height: 19px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 4px;
}
@media (max-width: 1024px) {
  .banner13 .index_banner .slick-dots li {
    width: 17px;
    height: 17px;
  }
}
.banner13 .index_banner .slick-dots li button {
  width: 11px;
  height: 11px;
  background: #393993;
}
@media (max-width: 1024px) {
  .banner13 .index_banner .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}
.banner13 .index_banner .slick-dots li.slick-active {
  border: 1px solid #000000;
}
.banner13 .index_banner .slick-dots li.slick-active button {
  background: #000000;
}
.banner13 #videoBanner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}
.banner13 #videoBanner.show {
  opacity: 1;
  pointer-events: auto;
}
.banner13 #videoBanner #customVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner13 #videoBanner button {
  position: absolute;
  bottom: 30px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner13 #videoBanner button {
    bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .banner13 #videoBanner button {
    font-size: 22px;
  }
}
.banner13 #videoBanner button.stop {
  right: calc(50% + 10px);
}
.banner13 #videoBanner button.sound {
  left: calc(50% + 10px);
}
.banner13 #videoBanner button:hover {
  color: white;
}
.banner13 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner13 .page_banner .slick-slide a picture {
  display: block;
}
.banner13 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner13 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner13 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner13 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner13 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner13 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

body[data-page=index] .banner14 {
  display: flex;
  position: relative;
}
body[data-page=index] .banner14 .logo_banner {
  width: 40%;
}
@media (max-width: 720px) {
  body[data-page=index] .banner14 .logo_banner {
    display: none;
  }
}
body[data-page=index] .banner14 .cover_txt > * {
  opacity: 0;
}
body[data-page=index] .banner14 .cover_txt p:nth-child(1) {
  font-size: calc(1.5625rem + 1.0416666667vw);
  color: #1a1a1a;
  font-weight: 700;
}
@media (max-width: 720px) {
  body[data-page=index] .banner14 .cover_txt p:nth-child(1) span {
    display: none;
  }
}
@media (min-width: 721px) {
  body[data-page=index] .banner14 .cover_txt p:nth-child(1) br {
    display: none;
  }
}
body[data-page=index] .banner14 .cover_txt p:nth-child(2) {
  color: #1a1a1a;
  font-size: calc(0.875rem + 0.625vw);
  font-weight: 700;
  margin-top: 23px;
}
body[data-page=index] .banner14 .cover_txt p:nth-child(3) {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  margin-top: 13px;
}
body[data-page=index] .banner14 .cover_txt [class^=button] {
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  body[data-page=index] .banner14 .cover_txt [class^=button] {
    margin-top: 35px !important;
  }
}
body[data-page=index] .banner14 .index_banner {
  width: 60%;
}
@media (max-width: 720px) {
  body[data-page=index] .banner14 .index_banner {
    width: 100%;
  }
}
body[data-page=index] .banner14 .index_banner .slick-slide > div {
  position: relative;
}
body[data-page=index] .banner14 .index_banner .slick-slide > div img {
  width: 100%;
}
body[data-page=index] .banner14 .index_banner .slick-slide > div .cover_txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  transform: translateY(-50%);
}
@media (min-width: 721px) {
  body[data-page=index] .banner14 .index_banner .slick-slide > div .cover_txt {
    display: none;
  }
}
body[data-page=index] .banner14 .index_banner .slick-slide > div .cover_txt p:nth-child(1) {
  color: #fff;
}
body[data-page=index] .banner14 .index_banner .slick-slide > div .cover_txt p:nth-child(2) {
  color: #fff;
}
body[data-page=index] .banner14 .index_banner .slick-slide > div .cover_txt p:nth-child(3) {
  color: #fff;
}
body[data-page=index] .banner14 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(1) {
  animation: goUp 1s 0.4s forwards;
}
body[data-page=index] .banner14 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(2) {
  animation: goUp 1s 0.6s forwards;
}
body[data-page=index] .banner14 .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(3) {
  animation: goUp 1s 0.8s forwards;
}
body[data-page=index] .banner14 .index_banner .slick-slide.slick-current > div .cover_txt [class^=button] {
  animation: goUp 1s 1s forwards;
}
body[data-page=index] .banner14 .index_banner .slick-dots {
  bottom: 3.906vw;
  left: unset;
  right: 180px;
  transform: unset;
}
@media (max-width: 1200px) {
  body[data-page=index] .banner14 .index_banner .slick-dots {
    right: 100px;
  }
}
@media (max-width: 720px) {
  body[data-page=index] .banner14 .index_banner .slick-dots {
    bottom: 35px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 480px) {
  body[data-page=index] .banner14 .index_banner .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 440px) {
  body[data-page=index] .banner14 .index_banner .slick-dots {
    bottom: 10px;
  }
}
body[data-page=index] .banner14 .corner {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 10.9375vw;
  height: 10.9375vw;
  pointer-events: none;
}
@media (max-width: 720px) {
  body[data-page=index] .banner14 .corner {
    display: none;
  }
}
body[data-page=index] .banner14 .text_banner {
  position: absolute;
  top: 50%;
  left: 8.3333333333%;
  width: 83.3333333333%;
  transform: translateY(-50%);
}
@media (max-width: 720px) {
  body[data-page=index] .banner14 .text_banner {
    display: none;
  }
}
body[data-page=index] .banner14 .text_banner .slick-slide.slick-current p:nth-child(1) {
  animation: goLeft 1s 0.4s forwards;
}
body[data-page=index] .banner14 .text_banner .slick-slide.slick-current p:nth-child(2) {
  animation: goLeft 1s 0.6s forwards;
}
body[data-page=index] .banner14 .text_banner .slick-slide.slick-current p:nth-child(3) {
  animation: goLeft 1s 0.8s forwards;
}
body[data-page=index] .banner14 .text_banner .slick-slide.slick-current [class^=button] {
  animation: goLeft 1s 1s forwards;
}
body[data-page=index] .banner14 .tool_btn {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 0;
  left: 8.3333333333%;
}
@media (max-width: 720px) {
  body[data-page=index] .banner14 .tool_btn {
    display: none;
  }
}
body[data-page=index] .banner14 .tool_btn .tool_page {
  color: #000000;
  font-size: 15px;
}
body[data-page=index] .banner14 .social_media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: #000000;
  padding-bottom: 3.64583vw;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  body[data-page=index] .banner14 .social_media {
    width: 80px;
  }
}
@media (max-width: 720px) {
  body[data-page=index] .banner14 .social_media {
    display: none;
  }
}
body[data-page=index] .banner14 .social_media p {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1024px) {
  body[data-page=index] .banner14 .social_media p {
    gap: 10px;
  }
}
body[data-page=index] .banner14 .social_media p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.1s;
}
body[data-page=index] .banner14 .social_media p a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  body[data-page=index] .banner14 .social_media p a:hover {
    background: #fff;
  }
}
@media (min-width: 1025px) {
  body[data-page=index] .banner14 .social_media p a:hover svg {
    fill: #000000;
  }
}

body:not([data-page=index]) .banner14 {
  display: flex;
  position: relative;
}
body:not([data-page=index]) .banner14 .logo_banner {
  width: 40%;
}
@media (max-width: 720px) {
  body:not([data-page=index]) .banner14 .logo_banner {
    display: none;
  }
}
body:not([data-page=index]) .banner14 .cover_txt p {
  font-size: 15px;
  color: #4e4e4e;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  body:not([data-page=index]) .banner14 .cover_txt p {
    font-size: 14px;
  }
}
body:not([data-page=index]) .banner14 .cover_txt h2 {
  font-size: calc(1.5625rem + 1.0416666667vw);
  color: #4e4e4e;
  font-weight: 700;
}
body:not([data-page=index]) .banner14 .page_banner {
  width: 60%;
}
@media (max-width: 720px) {
  body:not([data-page=index]) .banner14 .page_banner {
    width: 100%;
  }
}
body:not([data-page=index]) .banner14 .page_banner .slick-slide a {
  display: block;
}
body:not([data-page=index]) .banner14 .page_banner .slick-slide a img {
  width: 100%;
}
body:not([data-page=index]) .banner14 .page_banner .slick-dots {
  bottom: 20px;
  left: unset;
  right: 50px;
  transform: unset;
}
@media (max-width: 720px) {
  body:not([data-page=index]) .banner14 .page_banner .slick-dots {
    bottom: 35px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 480px) {
  body:not([data-page=index]) .banner14 .page_banner .slick-dots {
    bottom: 20px;
  }
}
body:not([data-page=index]) .banner14 .corner {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 10.9375vw;
  height: 10.9375vw;
  pointer-events: none;
}
@media (max-width: 720px) {
  body:not([data-page=index]) .banner14 .corner {
    display: none;
  }
}
body:not([data-page=index]) .banner14 .text_banner {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}
@media (max-width: 720px) {
  body:not([data-page=index]) .banner14 .text_banner {
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 25px;
    transform: translate(0, -50%);
  }
  body:not([data-page=index]) .banner14 .text_banner p {
    color: #fff;
  }
  body:not([data-page=index]) .banner14 .text_banner h2 {
    color: #fff;
  }
}

.banner15 {
  position: relative;
}
.banner15 .index_banner .slick-slide > div:nth-child(1) {
  position: relative;
  background: #dfe5ef;
}
.banner15 .index_banner .slick-slide > div:nth-child(1) img {
  width: 100%;
  opacity: 0;
  filter: blur(10px);
}
@keyframes banner15_img {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt {
  position: absolute;
  top: 50%;
  left: 7.94791vw;
  width: max-content;
  max-width: calc(100% - 9.89582vw);
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt {
    left: 30px;
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 720px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt {
    top: 20vw;
    bottom: 10%;
    transform: translate(0, 0);
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .sub-text {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .sub-text {
    font-size: 12px;
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .banner-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0;
}
@media (max-width: 480px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .banner-title {
    font-size: 28px;
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .banner-sub-title {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .banner-sub-title {
    font-size: 18px;
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt p {
  color: #000;
  opacity: 0;
}
@media (max-width: 720px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt p br {
    display: none;
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .button_set {
  opacity: 0;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) img {
  animation: banner15_img 1.6s 0.3s forwards;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) .cover_txt p:nth-child(1) {
  animation: goRight 1.6s 1s forwards;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) .cover_txt p:nth-child(2) {
  animation: goRight 1.6s 1.2s forwards;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) .cover_txt p:nth-child(3) {
  animation: goRight 1.6s 1.4s forwards;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) .cover_txt p:nth-child(4) {
  animation: goRight 1.6s 1.6s forwards;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) .cover_txt .button_set {
  animation: goRight 1.6s 1.8s forwards;
}
.banner15 .index_banner .slick-dots {
  bottom: 25px;
}
@media (max-width: 440px) {
  .banner15 .index_banner .slick-dots {
    bottom: 10px;
  }
}
.banner15 .banner_video {
  position: absolute;
  bottom: 7.8125vw;
  right: 8.3333vw;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner15 .banner_video {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 1200px) {
  .banner15 .banner_video {
    right: 5.5vw;
  }
}
@media (max-width: 840px) {
  .banner15 .banner_video {
    display: none;
  }
}
.banner15 .banner_video::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #000000;
  border-radius: 50%;
}
.banner15 .banner_video img:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s;
}
.banner15 .banner_video img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation: banner15_video 10s linear infinite;
}
@keyframes banner15_video {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.banner15 .banner_video:hover img:nth-child(1) {
  transform: translate(-50%, -50%) scale(1.2);
}
.banner15 .tool_btn {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2.34375vw;
  right: 7.8125vw;
}
@media (max-width: 1200px) {
  .banner15 .tool_btn {
    right: 3vw;
  }
}
@media (max-width: 720px) {
  .banner15 .tool_btn {
    display: none;
  }
}
.banner15 .tool_btn .tool_page {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  margin-right: 30px;
}
.banner15 .tool_btn .tool_page > span:nth-child(2) {
  display: block;
  position: relative;
  width: 300px;
  height: 2px;
  margin: 0 10px;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner15 .tool_btn .tool_page > span:nth-child(2) {
    width: 240px;
  }
}
@media (max-width: 1200px) {
  .banner15 .tool_btn .tool_page > span:nth-child(2) {
    width: 160px;
  }
}
@media (max-width: 1024px) {
  .banner15 .tool_btn .tool_page > span:nth-child(2) {
    width: 100px;
  }
}
.banner15 .tool_btn .tool_page > span:nth-child(2) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transition: all 1s;
}
.banner15 .tool_btn .prev {
  margin: 0 15px 0 0;
}
.banner15:not(.sp) .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner15:not(.sp) .page_banner .slick-slide a picture {
  display: block;
}
.banner15:not(.sp) .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner15:not(.sp) .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}
.banner15.sp .page_banner .slick-slide a {
  display: flex;
  position: relative;
}
.banner15.sp .page_banner .slick-slide a picture {
  display: block;
  width: 50%;
}
@media (max-width: 768px) {
  .banner15.sp .page_banner .slick-slide a picture {
    width: 100%;
  }
  .banner15.sp .page_banner .slick-slide a picture:nth-child(2) {
    display: none;
  }
}
.banner15.sp .page_banner .slick-slide a picture img {
  width: 100%;
}
@media (max-width: 768px) {
  .banner15.sp .page_banner .slick-slide a picture img {
    min-height: 350px;
    object-fit: cover;
  }
}
.banner15.sp .page_title {
  position: absolute;
  top: 53%;
  left: 8%;
  width: max-content;
  max-width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner15.sp .page_title {
    top: 45%;
    left: 60px;
  }
}
@media (max-width: 960px) {
  .banner15.sp .page_title {
    top: 35%;
  }
}
@media (max-width: 768px) {
  .banner15.sp .page_title {
    top: 50%;
    left: 15.625vw;
  }
}
@media (max-width: 480px) {
  .banner15.sp .page_title {
    left: 0;
    width: 100%;
    padding: 0 25px;
  }
}
.banner15.sp .page_title h2 {
  color: #fff;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-size: calc(2.125rem + 0.8333333333vw);
}
.banner15.sp .page_title p {
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .banner15.sp .page_title p {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner15.sp .page_title p {
    font-size: 16px;
  }
}
.banner15.sp .breadcrumb {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 60px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner15.sp .breadcrumb {
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .banner15.sp .breadcrumb {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .banner15.sp .breadcrumb {
    display: none;
  }
}
.banner15.sp .breadcrumb li {
  padding: 0 15px;
}
.banner15.sp .breadcrumb li + li {
  background-image: linear-gradient(to bottom, #bbb 0%, #bbb 100%);
  background-size: 1px 12px;
  background-position: left center;
  background-repeat: no-repeat;
}
.banner15.sp .breadcrumb li:last-child {
  padding-right: 0;
}
.banner15.sp .breadcrumb li a {
  display: block;
  color: #bbb;
  font-size: 13px;
}
.banner15.sp .breadcrumb li:first-child a {
  font-size: 16px;
}
.banner15.sp .breadcrumb li:first-child a i {
  display: block;
}

@media (min-width: 961px) {
  .banner16 {
    position: relative;
    padding-left: 7.890625vw;
    background: url("../img/background/background05.png");
  }
}
.banner16 .index_banner {
  background: #fff;
}
.banner16 .index_banner .slick-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner16 .index_banner .slick-slide a picture {
  display: block;
}
.banner16 .index_banner .slick-slide a picture img {
  width: 100%;
}
.banner16 .index_banner .slick-slide a .layer {
  width: 100%;
  height: 100%;
}
.banner16 .index_banner .slick-slide a .layer [class^=deco_] {
  position: absolute;
}
.banner16 .index_banner .slick-slide a .cover_txt {
  position: absolute;
  top: 32%;
  left: 8.5%;
  width: max-content;
  height: max-content;
  transition: all 0.3s;
}
@media (min-width: 641px) {
  .banner16 .index_banner .slick-slide a .cover_txt {
    writing-mode: vertical-rl;
  }
}
@media (min-width: 641px) and (max-width: 1200px) {
  .banner16 .index_banner .slick-slide a .cover_txt {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
}
@media (max-width: 640px) {
  .banner16 .index_banner .slick-slide a .cover_txt {
    top: unset;
    bottom: 27.0833333333vw;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
}
.banner16 .index_banner .slick-slide a .cover_txt p {
  color: #000;
  font-weight: 900;
  font-family: "Noto Serif TC", serif;
  opacity: 0;
  transform: translateY(-40px);
}
.banner16 .index_banner .slick-slide a .cover_txt p:nth-child(1) {
  font-size: calc(2.625rem + 2.0833333333vw);
  transition: all 0.3s, opacity 1s, transform 1s;
}
@media (min-width: 1201px) {
  .banner16 .index_banner .slick-slide a .cover_txt p:nth-child(1) {
    letter-spacing: 2px;
  }
}
@media (min-width: 641px) {
  .banner16 .index_banner .slick-slide a .cover_txt p:nth-child(1) {
    margin-left: 15px;
  }
}
@media (max-width: 640px) {
  .banner16 .index_banner .slick-slide a .cover_txt p:nth-child(1) {
    margin-bottom: 20px;
  }
}
.banner16 .index_banner .slick-slide a .cover_txt p:nth-child(2) {
  font-size: 18px;
  transition: all 0.3s, opacity 1s 0.3s, transform 1s 0.3s;
}
@media (max-width: 1024px) {
  .banner16 .index_banner .slick-slide a .cover_txt p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner16 .index_banner .slick-slide a .cover_txt p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .banner16 .index_banner .slick-slide a .cover_txt p br {
    display: none;
  }
}
.banner16 .index_banner .slick-slide.slick-current a .cover_txt p {
  opacity: 1;
  transform: translateY(0);
}
.banner16 .index_banner .slick-slide.slick-current a .cover_txt p:nth-child(1) {
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner16 .index_banner .slick-slide.slick-current a .cover_txt p:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
@media (min-width: 641px) {
  .banner16 .index_banner .slick-dots {
    bottom: 20px;
    left: 25px;
    transform: unset;
  }
}
@media (max-width: 640px) {
  .banner16 .index_banner .slick-dots {
    bottom: 12.5vw;
  }
}
.banner16 .tool_btn {
  position: absolute;
  top: 50%;
  left: 3.9453125vw;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .banner16 .tool_btn {
    top: 40%;
  }
}
@media (max-width: 1366px) {
  .banner16 .tool_btn {
    top: 35%;
  }
}
@media (max-width: 1200px) {
  .banner16 .tool_btn {
    top: 30%;
  }
}
@media (max-width: 960px) {
  .banner16 .tool_btn {
    display: none;
  }
}
.banner16 .tool_btn p {
  padding: 0 20px;
  cursor: pointer;
}
.banner16 .tool_btn p svg {
  fill: #fff;
  transition: all 0.3s;
}
.banner16 .tool_btn p.prev {
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .banner16 .tool_btn p.prev {
    margin-bottom: 20px;
  }
}
.banner16 .tool_btn p.prev svg {
  transform: scale(-1, 1);
}
.banner16 .tool_btn p.next svg {
  transform: scale(-1, -1);
}
.banner16 .tool_btn p:hover svg {
  fill: #000000;
}
.banner16 [class^=scroll_down] {
  left: 3.9453125vw;
}
@media (min-width: 961px) {
  .banner16 [class^=scroll_down] {
    display: block;
  }
}
.banner16 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner16 .page_banner .slick-slide a picture {
  display: block;
}
.banner16 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner16 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner16 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner16 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner16 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner16 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner17 {
  position: relative;
  background: #000;
}
.banner17 .index_banner {
  z-index: 1;
}
.banner17 .index_banner .slick-slide {
  overflow: hidden;
}
.banner17 .index_banner .slick-slide picture {
  display: block;
}
.banner17 .index_banner .slick-slide picture img {
  width: 100%;
  transform: scale(1.03);
}
.banner17 .index_banner .slick-slide .cover {
  position: absolute;
  bottom: calc(7.03125vw + 40px);
  left: 50%;
  width: max-content;
  max-width: 100%;
  text-align: center;
  padding: 0 25px;
  transform: translate(-50%, 0%);
}
@media (max-width: 1024px) {
  .banner17 .index_banner .slick-slide .cover {
    bottom: 60px;
  }
}
@media (max-width: 720px) {
  .banner17 .index_banner .slick-slide .cover {
    bottom: 35%;
    transform: translate(-50%, 50%);
  }
}
.banner17 .index_banner .slick-slide .cover p:nth-child(1) {
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  font-size: calc(2.625rem + 2.0833333333vw);
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.3s, opacity 1s, transform 1s;
}
@media (min-width: 1201px) {
  .banner17 .index_banner .slick-slide .cover p:nth-child(1) {
    letter-spacing: 2px;
  }
}
.banner17 .index_banner .slick-slide .cover p:nth-child(2) {
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  font-size: calc(2.125rem + 0.8333333333vw);
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s, transform 1s;
}
.banner17 .index_banner .slick-slide .cover [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s, transform 1s;
}
@media (max-width: 1200px) {
  .banner17 .index_banner .slick-slide .cover [class^=button] {
    margin-top: 35px !important;
  }
}
.banner17 .index_banner .slick-slide.slick-current picture img {
  animation: banner17_zoom 6s linear forwards;
}
@keyframes banner17_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.banner17 .index_banner .slick-slide.slick-current .cover p:nth-child(1),
.banner17 .index_banner .slick-slide.slick-current .cover p:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner17 .index_banner .slick-slide.slick-current .cover [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner17 .index_banner .slick-dots {
  bottom: 7.03125vw;
}
@media (max-width: 1024px) {
  .banner17 .index_banner .slick-dots {
    bottom: 20px;
  }
}
.banner17 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner17 .page_banner .slick-slide a picture {
  display: block;
}
.banner17 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner17 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner17 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner17 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner17 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner17 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner18 {
  position: relative;
  background: #000;
}
.banner18 .index_banner {
  z-index: 1;
}
.banner18 .index_banner .slick-slide {
  overflow: hidden;
}
.banner18 .index_banner .slick-slide picture {
  display: block;
}
.banner18 .index_banner .slick-slide picture img {
  width: 100%;
  transform: scale(1.03);
}
.banner18 .index_banner .slick-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26.0416666667vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.3s, opacity 1s, transform 1s;
}
@media (max-width: 1440px) {
  .banner18 .index_banner .slick-slide::before {
    width: 31.25vw;
  }
}
@media (max-width: 960px) {
  .banner18 .index_banner .slick-slide::before {
    width: 35.9375vw;
  }
}
@media (max-width: 640px) {
  .banner18 .index_banner .slick-slide::before {
    display: none;
  }
}
.banner18 .index_banner .slick-slide .cover {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  padding: 0 8.3333333333vw;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .banner18 .index_banner .slick-slide .cover {
    text-align: center;
    padding: 50px 10px;
    background: rgba(0, 0, 0, 0.5);
  }
}
.banner18 .index_banner .slick-slide .cover p:nth-child(1) {
  color: #fff;
  font-weight: 600;
  font-family: "Noto Sans TC", sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  font-size: calc(1.125rem + 0.2604166667vw);
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.3s, opacity 1s 0.15s, transform 1s 0.15s;
}
@media (max-width: 640px) {
  .banner18 .index_banner .slick-slide .cover p:nth-child(1) {
    transform: translate(0, 40px);
  }
}
.banner18 .index_banner .slick-slide .cover p:nth-child(2) {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin: 0 0 15px;
  font-size: calc(2.625rem + 2.0833333333vw);
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.3s, opacity 1s 0.3s, transform 1s 0.3s;
}
@media (min-width: 1201px) {
  .banner18 .index_banner .slick-slide .cover p:nth-child(2) {
    letter-spacing: 2px;
  }
}
@media (max-width: 640px) {
  .banner18 .index_banner .slick-slide .cover p:nth-child(2) {
    margin: 5px 0;
    transform: translate(0, 40px);
  }
}
.banner18 .index_banner .slick-slide .cover p:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 13px);
  width: calc(8.3333333333vw - 13px);
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 640px) {
  .banner18 .index_banner .slick-slide .cover p:nth-child(2)::before {
    display: none;
  }
}
@media (min-width: 441px) {
  .banner18 .index_banner .slick-slide .cover p:nth-child(2) br {
    display: none;
  }
}
.banner18 .index_banner .slick-slide .cover p:nth-child(3) {
  color: #fff;
  font-weight: 600;
  font-family: "Noto Sans TC", sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.3s, opacity 1s 0.45s, transform 1s 0.45s;
}
@media (max-width: 1024px) {
  .banner18 .index_banner .slick-slide .cover p:nth-child(3) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner18 .index_banner .slick-slide .cover p:nth-child(3) {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .banner18 .index_banner .slick-slide .cover p:nth-child(3) {
    transform: translate(0, 40px);
  }
}
.banner18 .index_banner .slick-slide .cover [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.3s, opacity 1s 0.6s, transform 1s 0.6s;
}
@media (max-width: 1200px) {
  .banner18 .index_banner .slick-slide .cover [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 640px) {
  .banner18 .index_banner .slick-slide .cover [class^=button] {
    margin: 0 auto;
    transform: translate(0, 40px);
  }
}
.banner18 .index_banner .slick-slide.slick-current picture img {
  animation: banner18_zoom 7s linear forwards;
}
@keyframes banner18_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.banner18 .index_banner .slick-slide.slick-current::before {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner18 .index_banner .slick-slide.slick-current .cover p:nth-child(1),
.banner18 .index_banner .slick-slide.slick-current .cover p:nth-child(2),
.banner18 .index_banner .slick-slide.slick-current .cover p:nth-child(3) {
  opacity: 1;
  transform: translate(0, 0);
}
.banner18 .index_banner .slick-slide.slick-current .cover p:nth-child(1) {
  transition: all 0.3s, opacity 1s 1.15s, transform 1s 1.15s;
}
.banner18 .index_banner .slick-slide.slick-current .cover p:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner18 .index_banner .slick-slide.slick-current .cover p:nth-child(3) {
  transition: all 0.3s, opacity 1s 1.45s, transform 1s 1.45s;
}
.banner18 .index_banner .slick-slide.slick-current .cover [class^=button] {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s 1.6s, transform 1s 1.6s;
}
.banner18 .tool_btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 56%;
  right: 5.625vw;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 840px) {
  .banner18 .tool_btn {
    display: none;
  }
}
.banner18 .tool_btn .tool_page {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.banner18 .tool_btn .tool_page > span:nth-child(3) {
  display: block;
  position: relative;
  width: 1px;
  height: 103px;
  margin: 13px 0 10px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner18 .tool_btn .tool_page > span:nth-child(3) {
    height: 80px;
  }
}
.banner18 .tool_btn .tool_page > span:nth-child(3) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: all 0.6s;
}
.banner18 .tool_btn .slick-arrow {
  cursor: pointer;
}
.banner18 .tool_btn .slick-arrow svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.3s;
}
.banner18 .tool_btn .slick-arrow.prev {
  margin-bottom: 28px;
}
@media (max-width: 1440px) {
  .banner18 .tool_btn .slick-arrow.prev {
    margin-bottom: 15px;
  }
}
.banner18 .tool_btn .slick-arrow.prev svg {
  transform: rotate(-90deg);
}
.banner18 .tool_btn .slick-arrow.next svg {
  transform: rotate(90deg);
}
.banner18 .tool_btn .slick-arrow:hover svg {
  fill: #000000;
}
.banner18 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner18 .page_banner .slick-slide a picture {
  display: block;
}
.banner18 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner18 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner18 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner18 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner18 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner18 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner19 {
  position: relative;
}
.banner19 .index_banner .slick-slide {
  position: relative;
}
.banner19 .index_banner .slick-slide > picture {
  display: block;
}
.banner19 .index_banner .slick-slide > picture img {
  width: 100%;
  transform: scale(1.03);
}
.banner19 .index_banner .slick-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner19 .index_banner .slick-slide .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner19 .index_banner .slick-slide .content .row {
  align-items: center;
}
.banner19 .index_banner .slick-slide .content .info {
  width: 58.75%;
}
@media (max-width: 640px) {
  .banner19 .index_banner .slick-slide .content .info {
    width: 100%;
    margin-bottom: 40px;
  }
}
.banner19 .index_banner .slick-slide .content .info p {
  color: #fff;
  opacity: 0;
  transform: translate(40px, 0);
}
@media (max-width: 640px) {
  .banner19 .index_banner .slick-slide .content .info p {
    text-align: center;
    transform: translate(0, 40px);
  }
}
.banner19 .index_banner .slick-slide .content .info p:nth-child(1) {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
  transition: all 0.3s, opacity 0.5s, transform 0.5s;
}
@media (max-width: 400px) {
  .banner19 .index_banner .slick-slide .content .info p:nth-child(1) {
    font-size: 14px;
  }
}
.banner19 .index_banner .slick-slide .content .info p:nth-child(2) {
  font-size: calc(2.625rem + 2.0833333333vw);
  font-weight: 700;
  transition: all 0.3s, opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
@media (min-width: 1201px) {
  .banner19 .index_banner .slick-slide .content .info p:nth-child(2) {
    letter-spacing: 2px;
  }
}
.banner19 .index_banner .slick-slide .content .info p:nth-child(3) {
  font-size: 18px;
  margin-top: 8px;
  transition: all 0.3s, opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
@media (max-width: 1024px) {
  .banner19 .index_banner .slick-slide .content .info p:nth-child(3) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner19 .index_banner .slick-slide .content .info p:nth-child(3) {
    font-size: 16px;
  }
}
.banner19 .index_banner .slick-slide .content .info .button_set {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 640px) {
  .banner19 .index_banner .slick-slide .content .info .button_set {
    justify-content: center;
    transform: translate(0, 40px);
  }
}
.banner19 .index_banner .slick-slide .content .pic {
  width: 41.25%;
}
@media (max-width: 640px) {
  .banner19 .index_banner .slick-slide .content .pic {
    width: 100%;
  }
}
.banner19 .index_banner .slick-slide .content .pic img {
  margin: 0 auto;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 640px) {
  .banner19 .index_banner .slick-slide .content .pic img {
    max-width: 69.7674418605%;
    transform: translate(0, 40px);
  }
}
.banner19 .index_banner .slick-slide.slick-current > picture img {
  animation: banner19_zoom 6s linear forwards;
}
@keyframes banner19_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.banner19 .index_banner .slick-slide.slick-current .content .info p {
  opacity: 1;
  transform: translate(0, 0);
}
.banner19 .index_banner .slick-slide.slick-current .content .info p:nth-child(1) {
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner19 .index_banner .slick-slide.slick-current .content .info p:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.1s, transform 1s 1.1s;
}
.banner19 .index_banner .slick-slide.slick-current .content .info p:nth-child(3) {
  transition: all 0.3s, opacity 1s 1.2s, transform 1s 1.2s;
}
.banner19 .index_banner .slick-slide.slick-current .content .info .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner19 .index_banner .slick-slide.slick-current .content .pic img {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s 1.4s, transform 1s 1.4s;
}
.banner19 .index_banner .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .banner19 .index_banner .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .banner19 .index_banner .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.banner19 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .banner19 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .banner19 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .banner19 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .banner19 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.banner19 .index_banner .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .banner19 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .banner19 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .banner19 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .banner19 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.banner19 .index_banner .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.banner19 .index_banner .slick-arrow:hover svg {
  fill: #000000;
}
.banner19 .index_banner .slick-arrow.white svg {
  fill: #fff;
}
.banner19 .index_banner .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .banner19 .index_banner .slick-arrow {
    display: none !important;
  }
}
.banner19 .dots_box {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner19 .dots_box {
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .banner19 .dots_box {
    bottom: 20px;
  }
}
@media (min-width: 721px) {
  .banner19 .dots_box .slick-dots {
    position: unset;
    transform: unset;
  }
}
.banner19 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner19 .page_banner .slick-slide a picture {
  display: block;
}
.banner19 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner19 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner19 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner19 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner19 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner19 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner20 {
  position: relative;
}
.banner20 .index_banner .slick-slide {
  position: relative;
}
.banner20 .index_banner .slick-slide picture {
  display: block;
}
.banner20 .index_banner .slick-slide picture img {
  width: 100%;
}
.banner20 .index_banner .slick-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.banner20 .index_banner .slick-slide .object {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  .banner20 .index_banner .slick-slide .object {
    display: none;
  }
}
.banner20 .index_banner .slick-slide .object img {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 0.3s, opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
.banner20 .index_banner .slick-slide .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner20 .index_banner .slick-slide .content .info {
  width: 100%;
}
.banner20 .index_banner .slick-slide .content .info p {
  opacity: 0;
  transform: translate(40px, 0);
}
@media (max-width: 640px) {
  .banner20 .index_banner .slick-slide .content .info p {
    text-align: center;
    transform: translate(0, 40px);
  }
}
.banner20 .index_banner .slick-slide .content .info p:nth-child(1) {
  font-size: calc(2.125rem + 0.8333333333vw);
  color: #000000;
  font-weight: 700;
  margin-bottom: 7px;
  transition: all 0.3s, opacity 0.5s, transform 0.5s;
}
.banner20 .index_banner .slick-slide .content .info p:nth-child(2) {
  font-size: 18px;
  color: #fff;
  line-height: 1.7;
  transition: all 0.3s, opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
@media (max-width: 1024px) {
  .banner20 .index_banner .slick-slide .content .info p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner20 .index_banner .slick-slide .content .info p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .banner20 .index_banner .slick-slide .content .info p:nth-child(2) {
    display: none;
  }
}
@media (min-width: 641px) {
  .banner20 .index_banner .slick-slide .content .info .object_mb {
    display: none;
  }
}
.banner20 .index_banner .slick-slide .content .info .object_mb img {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 0.3s, opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
.banner20 .index_banner .slick-slide .content .info > .button_set {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 640px) {
  .banner20 .index_banner .slick-slide .content .info > .button_set {
    justify-content: center;
    transform: translate(0, 40px);
  }
}
.banner20 .index_banner .slick-slide.slick-current .object img {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s 1.2s, transform 1s 1.2s;
}
.banner20 .index_banner .slick-slide.slick-current .content .info p {
  opacity: 1;
  transform: translate(0, 0);
}
.banner20 .index_banner .slick-slide.slick-current .content .info p:nth-child(1) {
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner20 .index_banner .slick-slide.slick-current .content .info p:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.1s, transform 1s 1.1s;
}
.banner20 .index_banner .slick-slide.slick-current .content .info .object_mb img {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s 1.2s, transform 1s 1.2s;
}
.banner20 .index_banner .slick-slide.slick-current .content .info > .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner20 .index_banner .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .banner20 .index_banner .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .banner20 .index_banner .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.banner20 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .banner20 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .banner20 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .banner20 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .banner20 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.banner20 .index_banner .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .banner20 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .banner20 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .banner20 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .banner20 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.banner20 .index_banner .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.banner20 .index_banner .slick-arrow:hover svg {
  fill: #000000;
}
.banner20 .index_banner .slick-arrow.white svg {
  fill: #fff;
}
.banner20 .index_banner .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .banner20 .index_banner .slick-arrow {
    display: none !important;
  }
}
.banner20 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner20 .page_banner .slick-slide a picture {
  display: block;
}
.banner20 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner20 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner20 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner20 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner20 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner20 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.banner21 {
  position: relative;
}
.banner21 .index_banner .slick-slide {
  position: relative;
}
.banner21 .index_banner .slick-slide > picture {
  display: block;
  overflow: hidden;
}
.banner21 .index_banner .slick-slide > picture img {
  width: 100%;
  transform: scale(1.03);
}
.banner21 .index_banner .slick-slide::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
}
.banner21 .index_banner .slick-slide .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
}
.banner21 .index_banner .slick-slide .content .info > p {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate(40px, 0);
}
@media (max-width: 640px) {
  .banner21 .index_banner .slick-slide .content .info > p {
    text-align: center;
    transform: translate(0, 40px);
  }
}
@media (min-width: 641px) {
  .banner21 .index_banner .slick-slide .content .info > p.mb {
    display: none;
  }
}
.banner21 .index_banner .slick-slide .content .info > p:nth-child(1) {
  font-size: calc(2.625rem + 2.0833333333vw);
  font-weight: 900;
  text-transform: uppercase;
  transition: opacity 0.5s, transform 0.5s;
}
@media (min-width: 1201px) {
  .banner21 .index_banner .slick-slide .content .info > p:nth-child(1) {
    letter-spacing: 2px;
  }
}
.banner21 .index_banner .slick-slide .content .info > p:nth-child(2) {
  font-size: calc(1.125rem + 0.5208333333vw);
  font-weight: 500;
  margin-top: 15px;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
.banner21 .index_banner .slick-slide .content .info .cus_txt {
  position: relative;
  dominant-baseline: text-before-edge;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 0.5s, transform 0.5s;
}
@media (max-width: 640px) {
  .banner21 .index_banner .slick-slide .content .info .cus_txt {
    display: none;
    transform: translate(0, 40px);
  }
}
.banner21 .index_banner .slick-slide .content .info .cus_txt text {
  font-size: calc(1.3125rem + 3.28125vw);
  font-weight: 900;
  text-transform: uppercase;
}
.banner21 .index_banner .slick-slide .content .info .cus_txt text.fill {
  fill: #fff;
}
.banner21 .index_banner .slick-slide .content .info .cus_txt text.mask {
  fill: #000000;
}
.banner21 .index_banner .slick-slide .content .info .paragraph {
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
@media (max-width: 1024px) {
  .banner21 .index_banner .slick-slide .content .info .paragraph {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner21 .index_banner .slick-slide .content .info .paragraph {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .banner21 .index_banner .slick-slide .content .info .paragraph {
    display: none;
    text-align: center;
    transform: translate(0, 40px);
  }
}
.banner21 .index_banner .slick-slide .content .info .button_set {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
@media (max-width: 640px) {
  .banner21 .index_banner .slick-slide .content .info .button_set {
    justify-content: center;
    transform: translate(0, 40px);
  }
}
.banner21 .index_banner .slick-slide .content_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .banner21 .index_banner .slick-slide .content_video {
    display: none;
  }
}
.banner21 .index_banner .slick-slide.slick-current > picture img {
  animation: banner21_zoom 6s linear forwards;
}
@keyframes banner21_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.banner21 .index_banner .slick-slide.slick-current .content .info > p {
  opacity: 1;
  transform: translate(0, 0);
}
.banner21 .index_banner .slick-slide.slick-current .content .info > p:nth-child(1) {
  transition: opacity 1s 1s, transform 1s 1s;
}
.banner21 .index_banner .slick-slide.slick-current .content .info > p:nth-child(2) {
  transition: opacity 1s 1.1s, transform 1s 1.1s;
}
.banner21 .index_banner .slick-slide.slick-current .content .info .cus_txt {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s 1s, transform 1s 1s;
}
.banner21 .index_banner .slick-slide.slick-current .content .info .paragraph {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s 1.1s, transform 1s 1.1s;
}
.banner21 .index_banner .slick-slide.slick-current .content .info .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s 1.2s, transform 1s 1.2s;
}
.banner21 .index_banner .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .banner21 .index_banner .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .banner21 .index_banner .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.banner21 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .banner21 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .banner21 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .banner21 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .banner21 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.banner21 .index_banner .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .banner21 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .banner21 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .banner21 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .banner21 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.banner21 .index_banner .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.banner21 .index_banner .slick-arrow:hover svg {
  fill: #000000;
}
.banner21 .index_banner .slick-arrow.white svg {
  fill: #fff;
}
.banner21 .index_banner .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .banner21 .index_banner .slick-arrow {
    display: none !important;
  }
}
.banner21 .dots_box {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner21 .dots_box {
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .banner21 .dots_box {
    bottom: 20px;
  }
}
@media (min-width: 721px) {
  .banner21 .dots_box .slick-dots {
    position: unset;
    transform: unset;
  }
}
.banner21 .dots_box .slick-dots li {
  transition: all 0.3s linear;
}
.banner21 .dots_box .slick-dots li button {
  border-radius: 50px;
  transition: width 0.3s linear, background 0.3s linear;
}
.banner21 .dots_box .slick-dots li.slick-active {
  width: 50px;
}
.banner21 .dots_box .slick-dots li.slick-active button {
  width: 40px;
}
.banner21 .dots_cus {
  position: absolute;
  top: 50%;
  right: 4.4270833333vw;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .banner21 .dots_cus {
    display: none;
  }
}
.banner21 .dots_cus > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  cursor: pointer;
}
.banner21 .dots_cus > div + div {
  margin-top: 18px;
}
.banner21 .dots_cus > div p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.banner21 .dots_cus > div .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner21 .dots_cus > div .circle::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #fff;
  border-radius: 50%;
}
.banner21 .dots_cus > div .circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.banner21 .dots_cus > div .circle svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dashoffset: 360;
  stroke-dasharray: 360;
}
.banner21 .dots_cus > div.active .circle svg circle {
  animation: banner21_draw 18s linear;
}
@keyframes banner21_draw {
  0% {
    stroke-dashoffset: 360;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.banner21 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner21 .page_banner .slick-slide a picture {
  display: block;
}
.banner21 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner21 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner21 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner21 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.banner21 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(2.625rem + 2.0833333333vw);
  font-weight: 700;
}
@media (min-width: 1201px) {
  .banner21 .page_banner .slick-slide a .page_title p:nth-child(1) {
    letter-spacing: 2px;
  }
}
.banner21 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .banner21 .page_banner .slick-slide a .page_title p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner21 .page_banner .slick-slide a .page_title p:nth-child(2) {
    font-size: 16px;
  }
}

.banner_business {
  position: relative;
}
.banner_business .index_banner .slick-slide > div {
  position: relative;
  overflow: hidden;
}
.banner_business .index_banner .slick-slide > div picture {
  display: block;
}
.banner_business .index_banner .slick-slide > div picture img {
  width: 100%;
}
.banner_business .index_banner .slick-slide > div .cover_txt {
  position: absolute;
  top: 50%;
  left: 8vw;
  width: 84vw;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.banner_business .index_banner .slick-slide > div .cover_txt img.md {
  display: block;
}
@media (max-width: 640px) {
  .banner_business .index_banner .slick-slide > div .cover_txt img.md {
    display: none;
  }
}
.banner_business .index_banner .slick-slide > div .cover_txt img.mb {
  display: none;
}
@media (max-width: 640px) {
  .banner_business .index_banner .slick-slide > div .cover_txt img.mb {
    display: block;
  }
}
@media (max-width: 640px) {
  .banner_business .index_banner .slick-slide > div .cover_txt {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 0 25px;
  }
}
.banner_business .index_banner .slick-slide > div .cover_txt > * {
  opacity: 0;
  transform: translate(-40px, 0);
}
@media (max-width: 640px) {
  .banner_business .index_banner .slick-slide > div .cover_txt > * {
    transform: translate(0, 40px);
  }
}
.banner_business .index_banner .slick-slide > div .cover_txt p {
  width: 100%;
  max-width: 570px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.35px;
  font-weight: 400;
  line-height: 1.7222222222;
}
.banner_business .index_banner .slick-slide > div .cover_txt [class^=button] {
  margin-top: 55px !important;
  transition: all 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 1200px) {
  .banner_business .index_banner .slick-slide > div .cover_txt [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 640px) {
  .banner_business .index_banner .slick-slide > div .cover_txt [class^=button] {
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .banner_business .index_banner .slick-slide > div .cover_txt [class^=button] {
    margin-top: 20px !important;
  }
}
.banner_business .index_banner .slick-slide > div .cover_txt .play {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 30px !important;
  cursor: pointer;
  transition: all 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 640px) {
  .banner_business .index_banner .slick-slide > div .cover_txt .play {
    flex-direction: column;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .banner_business .index_banner .slick-slide > div .cover_txt .play {
    margin-top: 15px !important;
  }
}
.banner_business .index_banner .slick-slide > div .cover_txt .play img {
  height: 44px;
  filter: brightness(0);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner_business .index_banner .slick-slide > div .cover_txt .play img {
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .banner_business .index_banner .slick-slide > div .cover_txt .play img {
    height: 35px;
  }
}
@media (max-width: 640px) {
  .banner_business .index_banner .slick-slide > div .cover_txt .play img {
    height: 44px;
  }
}
@media (max-width: 440px) {
  .banner_business .index_banner .slick-slide > div .cover_txt .play img {
    height: 40px;
  }
}
.banner_business .index_banner .slick-slide > div .cover_txt .play span {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 10px;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .banner_business .index_banner .slick-slide > div .cover_txt .play span {
    margin-top: 10px;
    margin-left: unset;
  }
}
@media (max-width: 400px) {
  .banner_business .index_banner .slick-slide > div .cover_txt .play span {
    display: none;
  }
}
@media (min-width: 1025px) {
  .banner_business .index_banner .slick-slide > div .cover_txt .play:hover img {
    filter: brightness(1);
  }
  .banner_business .index_banner .slick-slide > div .cover_txt .play:hover span {
    color: #000000;
  }
}
.banner_business .index_banner .slick-slide.slick-current > div .cover_txt > * {
  opacity: 1;
  transform: translate(0, 0);
}
.banner_business .index_banner .slick-slide.slick-current > div .cover_txt img {
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner_business .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(1) {
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner_business .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.1s, transform 1s 1.1s;
}
.banner_business .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(3) {
  transition: all 0.3s, opacity 1s 1.2s, transform 1s 1.2s;
}
.banner_business .index_banner .slick-slide.slick-current > div .cover_txt [class^=button] {
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner_business .index_banner .slick-slide.slick-current > div .cover_txt .play {
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner_business .index_banner .slick-arrow {
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .banner_business .index_banner .slick-arrow {
    display: none !important;
  }
}
.banner_business .index_banner .slick-arrow img {
  filter: brightness(0);
}
.banner_business .index_banner .slick-arrow.slick-prev {
  top: calc(50% - 54px);
  left: calc(4vw - 10px);
}
.banner_business .index_banner .slick-arrow.slick-next {
  top: calc(50% + 54px);
  left: calc(4vw - 10px);
  right: unset;
}
.banner_business .index_banner .slick-arrow.slick-next img {
  transform: rotateX(180deg);
}
.banner_business .index_banner .slick-arrow:hover img {
  filter: brightness(1);
}
.banner_business .index_banner .slick-dots {
  bottom: 1.5625vw;
  left: 8vw;
  transform: unset;
}
@media (max-width: 1024px) {
  .banner_business .index_banner .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner_business .index_banner .slick-dots li {
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .banner_business .index_banner .slick-dots li {
    width: 17px;
    height: 17px;
  }
}
.banner_business .index_banner .slick-dots li button {
  width: 11px;
  height: 11px;
  background: #393993;
}
@media (max-width: 1024px) {
  .banner_business .index_banner .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}
.banner_business .index_banner .slick-dots li.slick-active button {
  background: #000000;
}
.banner_business #videoBanner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}
.banner_business #videoBanner.show {
  opacity: 1;
  pointer-events: auto;
}
.banner_business #videoBanner #customVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_business #videoBanner button {
  position: absolute;
  bottom: 30px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner_business #videoBanner button {
    bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .banner_business #videoBanner button {
    font-size: 22px;
  }
}
.banner_business #videoBanner button.stop {
  right: calc(50% + 10px);
}
.banner_business #videoBanner button.sound {
  left: calc(50% + 10px);
}
.banner_business #videoBanner button:hover {
  color: white;
}
.banner_business .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner_business .page_banner .slick-slide a picture {
  display: block;
}
.banner_business .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner_business .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner_business .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner_business .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner_business .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner_business .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}

.scroll_down01 {
  position: absolute;
  bottom: 28px;
  left: 50%;
  cursor: pointer;
  z-index: 1;
  animation: scroll_down01 0.6s cubic-bezier(0.75, 0.15, 0.85, 0.4) infinite alternate;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
@keyframes scroll_down01 {
  0%, 10% {
    transform: translate(-50%, -8px);
  }
  100% {
    transform: translate(-50%, 4px);
  }
}
@media (max-width: 1440px) {
  .scroll_down01 {
    bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .scroll_down01 {
    bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .scroll_down01 {
    display: none;
  }
}
.scroll_down01 img {
  width: 30px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .scroll_down01 img {
    width: 26px;
  }
}
@media (max-width: 1200px) {
  .scroll_down01 img {
    width: 22px;
  }
}

.scroll_down02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  cursor: pointer;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .scroll_down02 {
    display: none;
  }
}
.scroll_down02 p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .scroll_down02 p {
    font-size: 12px;
  }
}
.scroll_down02 div {
  position: relative;
  width: 1px;
  height: 48px;
  margin: 0 auto;
  background: white;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .scroll_down02 div {
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .scroll_down02 div {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .scroll_down02 div {
    height: 20px;
  }
}
.scroll_down02 div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 40%;
  background: #000000;
  animation: scroll_down02 1.5s linear infinite;
  transform: translateY(-100%);
}
@keyframes scroll_down02 {
  0% {
    top: 0;
    transform: translateY(-100%);
  }
  100% {
    top: 100%;
    transform: translateY(0%);
  }
}

.scroll_down03 {
  position: absolute;
  bottom: 0;
  left: calc((100vw - 1600px) / 4);
  cursor: pointer;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 1720px) {
  .scroll_down03 {
    left: 30px;
  }
}
@media (max-width: 1024px) {
  .scroll_down03 {
    display: none;
  }
}
.scroll_down03 p {
  color: #fff;
  font-size: 13px;
  writing-mode: vertical-rl;
  margin-bottom: 12px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .scroll_down03 p {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.scroll_down03 div {
  position: relative;
  width: 1px;
  height: 87px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .scroll_down03 div {
    height: 60px;
  }
}
.scroll_down03 div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 22.9885057471%;
  background: #000000;
  animation: scroll_down03 2s linear infinite;
  transform: translateY(-100%);
}
@keyframes scroll_down03 {
  0% {
    top: 0;
    transform: translateY(-100%);
  }
  100% {
    top: 100%;
    transform: translateY(0%);
  }
}

.scroll_down04 {
  position: absolute;
  bottom: 28px;
  left: 50%;
  cursor: pointer;
  z-index: 1;
  animation: scroll_down04 0.6s cubic-bezier(0.75, 0.15, 0.85, 0.4) infinite alternate;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
@keyframes scroll_down04 {
  0%, 10% {
    transform: translate(-50%, -8px);
  }
  100% {
    transform: translate(-50%, 4px);
  }
}
@media (max-width: 1440px) {
  .scroll_down04 {
    bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .scroll_down04 {
    bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .scroll_down04 {
    display: none;
  }
}
.scroll_down04 > div {
  width: 26px;
  height: 26px;
  padding: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.scroll_down04 > div > div {
  width: 14px;
  height: 14px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.scroll_down05 {
  display: flex;
  position: absolute;
  left: 4.8%;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .scroll_down05 {
    left: 30px;
  }
}
@media (max-width: 1024px) {
  .scroll_down05 {
    display: none;
  }
}
.scroll_down05 .line {
  position: relative;
  width: 7px;
  height: 170px;
  background-image: linear-gradient(to bottom, #000000, #000000);
  background-size: 1px 100%;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .scroll_down05 .line {
    height: 150px;
  }
}
.scroll_down05 .line::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #000000;
  border-radius: 50%;
  animation: scroll_down05 3s linear infinite;
}
@keyframes scroll_down05 {
  0% {
    top: -7px;
  }
  100% {
    top: 100%;
  }
}
.scroll_down05 p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  writing-mode: vertical-lr;
  margin-left: 11px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .scroll_down05 p {
    font-size: 14px;
    margin-left: 8px;
  }
}

.scroll_down06 {
  position: absolute;
  bottom: 3.6458333333vw;
  right: 2.0833333333vw;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1024px) {
  .scroll_down06 {
    display: none;
  }
}
.scroll_down06 p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  margin: 0 auto 10px;
}
@media (max-width: 1366px) {
  .scroll_down06 p {
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  .scroll_down06 p {
    font-size: 10px;
  }
}
.scroll_down06 div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3.75vw;
  height: 3.75vw;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.scroll_down06 div::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  animation: scroll_down06 0.6s cubic-bezier(0.75, 0.15, 0.85, 0.4) infinite alternate;
}
@keyframes scroll_down06 {
  0%, 10% {
    transform: translateY(-0.9375vw);
  }
  100% {
    transform: translateY(0.9375vw);
  }
}

.footer01 {
  position: relative;
  background-image: linear-gradient(to right, transparent 0%, transparent 100%), linear-gradient(to right, #000000 0%, #000000 100%);
  background-position: top left, bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 840px) {
  .footer01 {
    background: #000000;
  }
}
@media (max-width: 840px) {
  .footer01 .billboard_container {
    padding: 0;
  }
}
.footer01 .billboard {
  display: flex;
  flex-wrap: wrap;
}
.footer01 .billboard > div {
  width: 50%;
}
@media (max-width: 768px) {
  .footer01 .billboard > div {
    width: 100%;
  }
}
.footer01 .billboard > div a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 280px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .footer01 .billboard > div a {
    padding-bottom: 250px;
  }
}
@media (max-width: 1200px) {
  .footer01 .billboard > div a {
    padding-bottom: 220px;
  }
}
@media (max-width: 960px) {
  .footer01 .billboard > div a {
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .footer01 .billboard > div a {
    padding-bottom: 190px;
  }
}
.footer01 .billboard > div a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.5s;
}
.footer01 .billboard > div a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(57, 57, 57, 0.6);
  z-index: 2;
  transition: all 0.5s;
}
.footer01 .billboard > div a div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 25px;
  text-align: center;
  z-index: 3;
  opacity: 0;
  transform: translateY(calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01 .billboard > div a div p:nth-child(1) {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1440px) {
  .footer01 .billboard > div a div p:nth-child(1) {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .footer01 .billboard > div a div p:nth-child(1) {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .footer01 .billboard > div a div p:nth-child(1) {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .footer01 .billboard > div a div p:nth-child(1) {
    font-size: 32px;
  }
}
.footer01 .billboard > div a div p:nth-child(2) {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .footer01 .billboard > div a div p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .footer01 .billboard > div a div p:nth-child(2) {
    font-size: 16px;
  }
}
.footer01 .billboard > div a:hover img {
  transform: scale(1.1);
}
.footer01 .billboard > div a:hover::before {
  background: rgba(122, 122, 122, 0.2);
}
.footer01 .footer_content_pc {
  display: flex;
  align-items: flex-start;
  padding: 60px 0;
}
@media (max-width: 720px) {
  .footer01 .footer_content_pc {
    display: none;
  }
}
.footer01 .footer_content_pc .left {
  display: flex;
  width: 50%;
}
@media (max-width: 1366px) {
  .footer01 .footer_content_pc .left {
    width: 100%;
  }
}
.footer01 .footer_content_pc .left > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-right: 20px;
}
.footer01 .footer_content_pc .left > div .logo {
  display: block;
  width: fit-content;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01 .footer_content_pc .left > div .copyright {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 25px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01 .footer_content_pc .left > div .copyright a {
  color: #fff;
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .footer01 .footer_content_pc .left > div .copyright br {
    display: none;
  }
}
.footer01 .footer_content_pc .left > div .info {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01 .footer_content_pc .left > div .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 20px;
  transition: all 0.1s;
}
@media (max-width: 640px) {
  .footer01 .footer_content_pc .left > div .info a {
    margin: 0 auto;
  }
}
.footer01 .footer_content_pc .left > div .info a + a {
  margin-top: 3px;
}
.footer01 .footer_content_pc .left > div .info a i {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer01 .footer_content_pc .left > div .info a:hover {
  color: #7a7a7a;
}
.footer01 .footer_content_pc .left > div .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 0 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01 .footer_content_pc .left > div .social_media a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer01 .footer_content_pc .left > div .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer01 .footer_content_pc .right {
  width: 50%;
}
@media (max-width: 1366px) {
  .footer01 .footer_content_pc .right {
    display: none;
  }
}
.footer01 .footer_content_pc .right .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px 0;
  margin: 0 0 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01 .footer_content_pc .right .site_map > li:not(:first-child) {
  margin-left: 1.8229166667vw;
}
.footer01 .footer_content_pc .right .site_map > li > a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: all 0.1s;
}
.footer01 .footer_content_pc .right .site_map > li > a:hover {
  color: #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
}
.footer01 .footer_content_pc .right .site_map > li ul {
  margin-top: 10px;
}
.footer01 .footer_content_pc .right .site_map > li ul li {
  padding: 3px 0;
}
.footer01 .footer_content_pc .right .site_map > li ul li a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  transition: all 0.1s;
}
.footer01 .footer_content_pc .right .site_map > li ul li a:hover {
  color: #7a7a7a;
}
.footer01 .footer_content_mb {
  padding: 40px 0;
}
@media (min-width: 721px) {
  .footer01 .footer_content_mb {
    display: none;
  }
}
.footer01 .footer_content_mb .logo {
  display: block;
  width: fit-content;
  margin: 0 auto 25px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01 .footer_content_mb .info {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01 .footer_content_mb .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 20px;
  margin: 0 auto;
}
.footer01 .footer_content_mb .info a + a {
  margin-top: 2px;
}
.footer01 .footer_content_mb .info a i {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer01 .footer_content_mb .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 22px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01 .footer_content_mb .site_map li a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  padding: 3px 10px;
  margin: 0 7.5px;
}
.footer01 .footer_content_mb .social_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  gap: 0 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01 .footer_content_mb .social_media a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
}
.footer01 .footer_content_mb .copyright {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01 .footer_content_mb .copyright a {
  color: #fff;
}
@media (max-width: 400px) {
  .footer01 .footer_content_mb .copyright br {
    display: none;
  }
}
.footer01.in .billboard > div:nth-child(1) a div {
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer01.in .billboard > div:nth-child(2) a div {
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.footer01.in .footer_content_pc .left > div .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.footer01.in .footer_content_pc .left > div .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
.footer01.in .footer_content_pc .left > div .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer01.in .footer_content_pc .left > div .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.footer01.in .footer_content_pc .right .site_map {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.footer01.in .footer_content_mb .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.footer01.in .footer_content_mb .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer01.in .footer_content_mb .site_map {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.footer01.in .footer_content_mb .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
.footer01.in .footer_content_mb .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.footer02 {
  position: relative;
  padding: 60px 0;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer02 {
    padding: 40px 0;
  }
}
.footer02 .footer_up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer02 .footer_up {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.footer02 .footer_up .logo {
  display: block;
  min-width: max-content;
}
@media (max-width: 1024px) {
  .footer02 .footer_up .logo {
    min-width: unset;
    margin-bottom: 25px;
  }
}
.footer02 .footer_up .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .footer02 .footer_up .info {
    align-items: center;
    flex-direction: column;
    padding-left: 0;
  }
}
.footer02 .footer_up .info a {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  transition: all 0.3s;
}
.footer02 .footer_up .info a:not(:first-child) {
  margin-left: 50px;
}
@media (max-width: 1366px) {
  .footer02 .footer_up .info a:not(:first-child) {
    margin-left: 35px;
  }
}
@media (max-width: 1024px) {
  .footer02 .footer_up .info a:not(:first-child) {
    margin-left: 0;
    margin-top: 3px;
  }
}
.footer02 .footer_up .info a i {
  margin-top: 7px;
  margin-right: 7px;
  color: #0054a7;
}
@media (min-width: 1025px) {
  .footer02 .footer_up .info a:hover {
    color: #7a7a7a;
  }
}
.footer02 .footer_down {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer02 .footer_down {
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 24px;
  }
}
.footer02 .footer_down > div:nth-child(1) .social_media {
  margin-bottom: 20px;
}
.footer02 .footer_down > div:nth-child(2) {
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .footer02 .footer_down > div:nth-child(2) {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.footer02 .footer_down .copyright p {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .footer02 .footer_down .copyright p {
    font-size: 12px;
    text-align: center;
  }
}
.footer02 .footer_down .copyright p a {
  color: #fff;
}
@media (min-width: 561px) {
  .footer02 .footer_down .copyright p br {
    display: none;
  }
}
@media (max-width: 400px) {
  .footer02 .footer_down .copyright p br {
    display: none;
  }
}
.footer02 .footer_down .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .footer02 .footer_down .site_map {
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .footer02 .footer_down .site_map li:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .footer02 .footer_down .site_map li {
    margin: 0 7.5px;
  }
}
.footer02 .footer_down .site_map li a {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 2px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer02 .footer_down .site_map li a {
    font-size: 15px;
    padding: 3px 10px;
    letter-spacing: 0;
  }
}
@media (min-width: 1025px) {
  .footer02 .footer_down .site_map li a:hover {
    color: #7a7a7a;
  }
}
.footer02 .footer_down .social_media {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1024px) {
  .footer02 .footer_down .social_media {
    justify-content: center;
  }
}
.footer02 .footer_down .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.footer02 .footer_down .social_media a svg {
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer02 .footer_down .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer02.in .footer_up {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.footer02.in .footer_down {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.footer03 {
  position: relative;
  padding: 0 0 60px;
  background-image: linear-gradient(to right, transparent 0%, transparent 100%), linear-gradient(to right, #000000 0%, #000000 100%);
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer03 {
    padding: 0 0 40px;
  }
}
.footer03 .billboard_container {
  max-width: 1420px;
}
.footer03 .billboard {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .footer03 .billboard {
    margin-bottom: 40px;
  }
}
.footer03 .billboard > div {
  width: 100%;
}
.footer03 .billboard > div > div {
  position: relative;
  height: 0;
  padding-bottom: 280px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .footer03 .billboard > div > div {
    padding-bottom: 250px;
  }
}
@media (max-width: 1200px) {
  .footer03 .billboard > div > div {
    padding-bottom: 220px;
  }
}
@media (max-width: 960px) {
  .footer03 .billboard > div > div {
    padding-bottom: 200px;
  }
}
.footer03 .billboard > div > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.5s;
}
.footer03 .billboard > div > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: all 0.5s;
}
.footer03 .billboard > div > div div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 25px;
  z-index: 3;
  opacity: 0;
  transform: translateY(calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer03 .billboard > div > div div p {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  font-size: calc(1.59375rem + 0.546875vw);
}
.footer03 .billboard > div > div div [class^=button] {
  margin-top: 20px !important;
}
.footer03 .billboard > div > div:hover img {
  transform: scale(1.1);
}
.footer03 .billboard > div > div:hover::before {
  background: rgba(0, 0, 0, 0);
}
.footer03 .footer_up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer03 .footer_up {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.footer03 .footer_up .logo {
  display: block;
  min-width: max-content;
}
@media (max-width: 1024px) {
  .footer03 .footer_up .logo {
    min-width: unset;
    margin-bottom: 25px;
  }
}
.footer03 .footer_up .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .footer03 .footer_up .info {
    align-items: center;
    flex-direction: column;
    padding-left: 0;
  }
}
.footer03 .footer_up .info a {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  transition: all 0.3s;
}
.footer03 .footer_up .info a:not(:first-child) {
  margin-left: 50px;
}
@media (max-width: 1366px) {
  .footer03 .footer_up .info a:not(:first-child) {
    margin-left: 35px;
  }
}
@media (max-width: 1024px) {
  .footer03 .footer_up .info a:not(:first-child) {
    margin-left: 0;
    margin-top: 3px;
  }
}
.footer03 .footer_up .info a i {
  margin-top: 5px;
  margin-right: 7px;
}
@media (min-width: 1025px) {
  .footer03 .footer_up .info a:hover {
    color: #7a7a7a;
  }
}
.footer03 .footer_down {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer03 .footer_down {
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 24px;
  }
}
.footer03 .footer_down > div:nth-child(1) .social_media {
  margin-bottom: 20px;
}
.footer03 .footer_down > div:nth-child(2) {
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .footer03 .footer_down > div:nth-child(2) {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.footer03 .footer_down .copyright p {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .footer03 .footer_down .copyright p {
    font-size: 12px;
    text-align: center;
  }
}
.footer03 .footer_down .copyright p a {
  color: #fff;
}
@media (min-width: 561px) {
  .footer03 .footer_down .copyright p br {
    display: none;
  }
}
@media (max-width: 400px) {
  .footer03 .footer_down .copyright p br {
    display: none;
  }
}
.footer03 .footer_down .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .footer03 .footer_down .site_map {
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .footer03 .footer_down .site_map li:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .footer03 .footer_down .site_map li {
    margin: 0 7.5px;
  }
}
.footer03 .footer_down .site_map li a {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 2px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer03 .footer_down .site_map li a {
    font-size: 15px;
    padding: 3px 10px;
    letter-spacing: 0;
  }
}
@media (min-width: 1025px) {
  .footer03 .footer_down .site_map li a:hover {
    color: #7a7a7a;
  }
}
.footer03 .footer_down .social_media {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1024px) {
  .footer03 .footer_down .social_media {
    justify-content: center;
  }
}
.footer03 .footer_down .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.footer03 .footer_down .social_media a svg {
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer03 .footer_down .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer03.in .billboard > div > div div {
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer03.in .footer_up {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer03.in .footer_down {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.footer04 {
  position: relative;
  padding: 40px 0;
  background: #000000;
  overflow: hidden;
  transition: all 0.3s;
}
.footer04 > img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5675px;
  max-width: unset;
  height: 100%;
  z-index: -1;
}
.footer04 > img.footer_bg_1 {
  opacity: 0.25;
  animation: footer04_wave 15s linear infinite;
}
.footer04 > img.footer_bg_2 {
  opacity: 0.5;
  animation: footer04_wave 11s linear infinite;
}
.footer04 > img.footer_bg_3 {
  animation: footer04_wave 7s linear infinite;
}
@keyframes footer04_wave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
.footer04 .container {
  max-width: 1345px;
}
.footer04 .links {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer04 .links {
    display: none;
  }
}
.footer04 .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  color: #fff;
  font-size: 15px;
}
.footer04 .links a + a {
  border-left: 1px solid #fff;
}
.footer04 .links a .icon {
  position: relative;
  margin-right: 20px;
}
.footer04 .links a .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.footer04 .links a .icon img {
  width: 56px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .footer04 .links a .icon img {
    width: 46px;
  }
}
.footer04 .links a:hover .icon::before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.footer04 .slogan {
  color: #fff;
  font-size: calc(1.625rem + 1.25vw);
  font-weight: 700;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer04 .slogan {
    display: none;
  }
}
.footer04 .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer04 .info {
    display: none;
  }
}
.footer04 .info p {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 45px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .footer04 .info p {
    margin: 0 35px;
  }
}
@media (max-width: 1366px) {
  .footer04 .info p {
    margin: 0 25px;
  }
}
.footer04 .info p a {
  color: #fff;
  padding-left: 15px;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer04 .info p a:hover {
    color: #7a7a7a;
  }
}
.footer04 .social_media_mb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .footer04 .social_media_mb {
    display: none;
  }
}
.footer04 .social_media_mb a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.footer04 .social_media_mb a svg {
  width: auto;
  height: 22px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
.footer04 .the_line {
  height: 1px;
  margin: 40px 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer04 .the_line {
    margin: 25px 0 20px;
  }
}
.footer04 .info_mb {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .footer04 .info_mb {
    display: none;
  }
}
.footer04 .info_mb p {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}
.footer04 .info_mb p + p {
  margin-top: 0;
}
.footer04 .info_mb p span {
  margin-right: 7px;
}
.footer04 .info_mb p a {
  color: #fff;
}
.footer04 .copyright {
  margin-top: 25px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer04 .copyright {
    margin-top: 20px;
  }
}
.footer04 .copyright p {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}
.footer04 .copyright p a {
  color: #fff;
}
@media (min-width: 769px) {
  .footer04 .copyright p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer04 .copyright p br {
    display: none;
  }
}
.footer04 .social_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer04 .social_media {
    display: none;
  }
}
.footer04 .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.footer04 .social_media a svg {
  width: auto;
  height: 22px;
  fill: #4e4e4e;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer04 .social_media a:hover {
    background: #7a7a7a;
  }
}
@media (min-width: 1025px) {
  .footer04 .social_media a:hover svg {
    fill: #fff;
  }
}
.footer04.in .links {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer04.in .slogan {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer04.in .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer04.in .social_media_mb {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer04.in .info_mb {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer04.in .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
@media (max-width: 1024px) {
  .footer04.in .copyright {
    transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.footer04.in .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.footer05 {
  position: relative;
  padding-top: 60px;
  background: #000000;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer05 {
    padding-top: 40px;
  }
}
.footer05 .left {
  width: 36.875%;
}
@media (max-width: 1024px) {
  .footer05 .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer05 .left .logo {
  display: block;
  width: fit-content;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 541px) and (max-width: 1024px) {
  .footer05 .left .logo {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .footer05 .left .logo {
    transform: translate(0, 40px);
  }
}
.footer05 .left .info {
  margin-top: 25px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer05 .left .info {
    transform: translate(0, 40px);
  }
}
.footer05 .left .info a {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  transition: all 0.1s;
}
.footer05 .left .info a + a {
  margin-top: 3px;
}
.footer05 .left .info a span {
  color: #fff;
}
@media (min-width: 541px) and (max-width: 1024px) {
  .footer05 .left .info a {
    margin: 0 auto;
  }
}
.footer05 .left .info a:hover {
  color: #7a7a7a;
}
.footer05 .left .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 0 20px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 541px) and (max-width: 1024px) {
  .footer05 .left .social_media {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .footer05 .left .social_media {
    transform: translate(0, 40px);
  }
}
.footer05 .left .social_media a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer05 .left .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer05 .right {
  width: 63.125%;
}
@media (max-width: 1024px) {
  .footer05 .right {
    width: 100%;
  }
}
.footer05 .right .tool_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 28px 2.6041666667vw;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer05 .right .tool_btn a {
  display: flex;
  align-items: center;
  width: calc((100% - 2.6041666667vw) / 2);
  background: #858585;
  transition: background 0.3s;
}
@media (min-width: 1025px) {
  .footer05 .right .tool_btn a {
    height: 180px;
  }
}
@media (max-width: 540px) {
  .footer05 .right .tool_btn a {
    width: 100%;
  }
}
.footer05 .right .tool_btn a div:nth-child(1) {
  width: calc(100% - 60px);
  padding: 1.5625vw;
}
@media (max-width: 1200px) {
  .footer05 .right .tool_btn a div:nth-child(1) {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1024px) {
  .footer05 .right .tool_btn a div:nth-child(1) {
    padding: 20px 2.9296875vw 25px;
  }
}
@media (max-width: 480px) {
  .footer05 .right .tool_btn a div:nth-child(1) {
    padding: 15px 6.25vw 20px;
  }
}
.footer05 .right .tool_btn a div:nth-child(1) p {
  color: #fff;
}
.footer05 .right .tool_btn a div:nth-child(1) p:nth-child(1) {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 9px;
}
@media (max-width: 1200px) {
  .footer05 .right .tool_btn a div:nth-child(1) p:nth-child(1) {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .footer05 .right .tool_btn a div:nth-child(1) p:nth-child(1) {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .footer05 .right .tool_btn a div:nth-child(1) p:nth-child(1) {
    font-size: 20px;
  }
}
.footer05 .right .tool_btn a div:nth-child(1) p:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .footer05 .right .tool_btn a div:nth-child(1) p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .footer05 .right .tool_btn a div:nth-child(1) p:nth-child(2) {
    font-size: 16px;
  }
}
.footer05 .right .tool_btn a div:nth-child(1) p:nth-child(3) {
  margin-top: 7px;
}
.footer05 .right .tool_btn a div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 100%;
  border-left: 1px solid #fff;
}
@media (max-width: 1200px) {
  .footer05 .right .tool_btn a div:nth-child(2) {
    width: 39px;
  }
}
.footer05 .right .tool_btn a div:nth-child(2) svg {
  fill: #fff;
  width: auto;
  height: 20px;
}
.footer05 .right .tool_btn a:hover {
  background: #7a7a7a;
}
.footer05 .copyright {
  width: 100%;
  padding: 15px 0;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .footer05 .copyright {
    padding: 30px 0;
    margin-top: 0;
  }
}
.footer05 .copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer05 .copyright p a {
  color: #fff;
}
@media (min-width: 641px) {
  .footer05 .copyright p br {
    display: none;
  }
}
@media (max-width: 400px) {
  .footer05 .copyright p br {
    display: none;
  }
}
.footer05.in .left .logo {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer05.in .left .info {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.footer05.in .left .social_media {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.footer05.in .right .tool_btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer05.in .copyright p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.footer06 {
  position: relative;
  overflow: hidden;
}
.footer06 .footer_content {
  background: #292c2e;
}
@media (min-width: 1201px) {
  .footer06 .footer_content {
    background-image: linear-gradient(to left, #3b4044 0%, #3b4044 100%);
    background-size: 50% 100%;
    background-position: right top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1200px) {
  .footer06 .footer_content {
    padding: 40px 0;
  }
}
@media (min-width: 1201px) {
  .footer06 .footer_content .left,
  .footer06 .footer_content .right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer06 .footer_content .left {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
}
@media (min-width: 1201px) {
  .footer06 .footer_content .left {
    background: #292c2e;
  }
}
@media (max-width: 1200px) {
  .footer06 .footer_content .left {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 1200px) {
  .footer06 .footer_content .left {
    align-items: center;
  }
}
.footer06 .footer_content .left .logo {
  display: block;
  width: fit-content;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .footer06 .footer_content .left .logo {
    order: 1;
  }
}
.footer06 .footer_content .left .info {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 481px) and (max-width: 1200px) {
  .footer06 .footer_content .left .info {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footer06 .footer_content .left .info {
    order: 3;
  }
}
.footer06 .footer_content .left .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 20px;
  transition: all 0.1s;
}
.footer06 .footer_content .left .info a + a {
  margin-top: 3px;
}
.footer06 .footer_content .left .info a i {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer06 .footer_content .left .info a:hover {
  color: #7a7a7a;
}
.footer06 .footer_content .left .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 0 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .footer06 .footer_content .left .social_media {
    order: 4;
  }
}
.footer06 .footer_content .left .social_media a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer06 .footer_content .left .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer06 .footer_content .left .button_set {
  margin-top: 30px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .footer06 .footer_content .left .button_set {
    order: 2;
    margin-top: 25px !important;
  }
}
.footer06 .footer_content .right {
  width: 66.6666666667%;
}
@media (min-width: 1201px) {
  .footer06 .footer_content .right {
    background: #3b4044;
  }
}
@media (max-width: 1200px) {
  .footer06 .footer_content .right {
    display: none;
  }
}
.footer06 .footer_content .right .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 25px 40px;
  margin: 0 0 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .footer06 .footer_content .right .site_map {
    gap: 25px 35px;
  }
}
.footer06 .footer_content .right .site_map > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  transition: all 0.1s;
}
.footer06 .footer_content .right .site_map > li > a:hover {
  color: #000000;
}
.footer06 .footer_content .right .site_map > li ul {
  margin-top: 15px;
}
.footer06 .footer_content .right .site_map > li ul li {
  padding: 3px 0;
}
.footer06 .footer_content .right .site_map > li ul li a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  transition: all 0.1s;
}
.footer06 .footer_content .right .site_map > li ul li a:hover {
  color: #000000;
}
.footer06 .copyright {
  padding: 15px 0;
  background: #1a1a1a;
}
.footer06 .copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .footer06 .copyright p {
    text-align: left;
  }
}
.footer06 .copyright p a {
  color: #fff;
}
@media (min-width: 641px) {
  .footer06 .copyright p br {
    display: none;
  }
}
.footer06.in .footer_content .left .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer06.in .footer_content .left .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
@media (max-width: 480px) {
  .footer06.in .footer_content .left .info {
    transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
  }
}
.footer06.in .footer_content .left .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
@media (max-width: 480px) {
  .footer06.in .footer_content .left .social_media {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.footer06.in .footer_content .left .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 480px) {
  .footer06.in .footer_content .left .button_set {
    transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
  }
}
.footer06.in .footer_content .right .site_map {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
}
.footer06.in .copyright p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.footer07 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 0;
  background: #000000;
}
.footer07 .footer_top {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .footer07 .footer_top {
    padding: 0 0 30px;
  }
}
.footer07 .footer_top .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1200px) {
  .footer07 .footer_top .site_map {
    align-items: center;
    flex-direction: column;
    gap: 6px;
  }
}
.footer07 .footer_top .site_map > li {
  padding: 0 1.9791666667vw;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .footer07 .footer_top .site_map > li {
    padding: 0 1.3888888889vw;
  }
}
@media (max-width: 1200px) {
  .footer07 .footer_top .site_map > li {
    padding: 0;
    margin-bottom: 0;
  }
}
.footer07 .footer_top .site_map > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .footer07 .footer_top .site_map > li > a {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .footer07 .footer_top .site_map > li > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .footer07 .footer_top .site_map > li > a:hover {
    color: #7a7a7a;
  }
}
.footer07 .footer_top .site_map > li ul.sp {
  column-count: 2;
  column-gap: 20px;
}
@media (max-width: 1200px) {
  .footer07 .footer_top .site_map > li ul.sp {
    column-count: 3;
  }
}
@media (max-width: 480px) {
  .footer07 .footer_top .site_map > li ul.sp {
    column-count: 2;
  }
}
.footer07 .footer_top .site_map > li ul.sp li {
  break-inside: avoid-column;
  page-break-inside: avoid;
}
@media (min-width: 1201px) {
  .footer07 .footer_top .site_map > li ul.sp li:nth-child(n+11) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .footer07 .footer_top .site_map > li ul.sp li:nth-child(n+13) {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer07 .footer_top .site_map > li ul.sp li:nth-child(n+11) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .footer07 .footer_top .site_map > li ul {
    display: none;
  }
}
@media (min-width: 1201px) {
  .footer07 .footer_top .site_map > li ul li {
    max-width: 140px;
  }
}
.footer07 .footer_top .site_map > li ul li a {
  display: block;
  color: #fff;
  padding: 5px 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .footer07 .footer_top .site_map > li ul li a {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .footer07 .footer_top .site_map > li ul li a:hover {
    color: #7a7a7a;
  }
}
@media (max-width: 1200px) {
  .footer07 .footer_top .site_map > li.moremenu > a {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  .footer07 .footer_top .site_map > li.moremenu > a::after {
    content: "\f107";
    position: absolute;
    top: 0;
    left: 100%;
    font-family: "FontAwesome";
    padding-left: 10px;
    transition: transform 0.3s;
  }
  .footer07 .footer_top .site_map > li.moremenu.active > a::after {
    transform: rotateX(180deg);
  }
  .footer07 .footer_top .site_map > li.moremenu.active ul.sp {
    display: block;
  }
  .footer07 .footer_top .site_map > li.moremenu.active ul:not(.sp) {
    display: flex;
    justify-content: center;
    gap: 0 20px;
  }
}
.footer07 .footer_bottom {
  padding: 40px 0 30px;
}
@media (max-width: 1200px) {
  .footer07 .footer_bottom {
    padding: 30px 0;
  }
}
.footer07 .footer_bottom .row_by_gap:not(.no_gutter) {
  justify-content: center;
  gap: 30px 4.6875vw;
}
@media (max-width: 1200px) {
  .footer07 .footer_bottom .row_by_gap:not(.no_gutter) {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.footer07 .footer_bottom .logo {
  display: block;
  width: fit-content;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer07 .footer_bottom .info_social .info {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.footer07 .footer_bottom .info_social .info a {
  display: block;
  color: #fff;
  line-height: 1.8;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .footer07 .footer_bottom .info_social .info a {
    text-align: center;
  }
}
.footer07 .footer_bottom .info_social .info a span {
  padding-right: 10px;
}
@media (min-width: 1025px) {
  .footer07 .footer_bottom .info_social .info a:hover {
    color: #7a7a7a;
  }
}
.footer07 .footer_bottom .info_social .social_media {
  display: flex;
  margin-top: 15px;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .footer07 .footer_bottom .info_social .social_media {
    justify-content: center;
    margin-top: 25px;
  }
}
.footer07 .footer_bottom .info_social .social_media a svg {
  display: block;
  width: auto;
  height: 23px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer07 .footer_bottom .info_social .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer07 .copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.footer07 .copyright p a {
  color: #fff;
}
.footer07 .copyright p br {
  display: none;
}
@media (min-width: 401px) and (max-width: 480px) {
  .footer07 .copyright p br {
    display: block;
  }
}
.footer07.in .footer_top .site_map > li {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.footer07.in .footer_bottom .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer07.in .footer_bottom .info_social .info {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer07.in .footer_bottom .info_social .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.footer07.in .copyright p {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.footer08 {
  position: relative;
  padding: 50px 0;
  background: #000000;
  background-size: cover;
  background-position: right top;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer08 {
    padding: 40px 0 30px;
    background: #000000;
  }
}
.footer08 .footer_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer08 .footer_content {
    justify-content: center;
    flex-direction: column;
  }
}
.footer08 .footer_content .footer_middle {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .footer08 .footer_content .footer_middle {
    order: 1;
  }
}
.footer08 .footer_content .footer_middle .logo {
  display: block;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer08 .footer_content .footer_left,
.footer08 .footer_content .footer_right {
  width: 50%;
}
@media (max-width: 1024px) {
  .footer08 .footer_content .footer_left,
  .footer08 .footer_content .footer_right {
    width: 100%;
  }
}
.footer08 .footer_content .footer_left {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer08 .footer_content .footer_left {
    order: 2;
    justify-content: center;
    flex-direction: column;
  }
}
.footer08 .footer_content .footer_left .social_media {
  display: flex;
  flex-direction: column;
  width: 22px;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer08 .footer_content .footer_left .social_media {
    flex-direction: row;
    justify-content: center;
    order: 2;
    width: unset;
    margin-top: 30px;
  }
}
.footer08 .footer_content .footer_left .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.footer08 .footer_content .footer_left .social_media a svg {
  width: auto;
  height: 22px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer08 .footer_content .footer_left .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer08 .footer_content .footer_left .info {
  width: calc(100% - 22px);
  padding: 0 15px 0 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer08 .footer_content .footer_left .info {
    order: 1;
    width: unset;
    padding: 0;
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .footer08 .footer_content .footer_left .info div {
    width: fit-content;
    margin: 0 auto;
  }
}
.footer08 .footer_content .footer_left .info div p {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer08 .footer_content .footer_left .info div p {
    justify-content: center;
  }
}
.footer08 .footer_content .footer_left .info div p:not(:last-child) {
  margin-bottom: 6px;
}
.footer08 .footer_content .footer_left .info div p span {
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .footer08 .footer_content .footer_left .info div p span {
    padding-right: 10px;
  }
}
.footer08 .footer_content .footer_left .info div p a {
  color: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer08 .footer_content .footer_left .info div p:hover {
    color: #7a7a7a;
  }
}
@media (min-width: 1025px) {
  .footer08 .footer_content .footer_left .info div p:hover a {
    color: #7a7a7a;
  }
}
.footer08 .footer_content .footer_right {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .footer08 .footer_content .footer_right {
    order: 3;
    padding-left: 0;
  }
}
.footer08 .footer_content .footer_right .copyright {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer08 .footer_content .footer_right .copyright {
    margin-top: 30px;
  }
}
.footer08 .footer_content .footer_right .copyright p {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  text-align: right;
}
@media (max-width: 1024px) {
  .footer08 .footer_content .footer_right .copyright p {
    text-align: center;
  }
}
.footer08 .footer_content .footer_right .copyright p a {
  color: #fff;
}
.footer08.in .footer_content .footer_middle .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer08.in .footer_content .footer_left .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer08.in .footer_content .footer_left .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer08.in .footer_content .footer_right .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.footer09 {
  position: relative;
  padding: 60px 0;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .footer09 {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .footer09 {
    padding: 40px 0;
  }
}
.footer09 .logo {
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer09 .social_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 720px) {
  .footer09 .social_media {
    margin-bottom: 33px;
  }
}
.footer09 .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.footer09 .social_media a svg {
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer09 .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer09 .info {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer09 .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 20px;
  margin: 0 auto;
  transition: all 0.1s;
}
.footer09 .info a + a {
  margin-top: 3px;
}
.footer09 .info a i {
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 1025px) {
  .footer09 .info a:hover {
    color: #7a7a7a;
  }
}
.footer09 .site_map {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 720px) {
  .footer09 .site_map {
    margin-bottom: 25px;
  }
}
.footer09 .site_map li {
  margin: 0 20px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer09 .site_map li {
    margin: 0 15px;
  }
}
@media (max-width: 840px) {
  .footer09 .site_map li {
    margin: 0 10px;
  }
}
.footer09 .site_map li a {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 2px;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer09 .site_map li a:hover {
    color: #7a7a7a;
  }
}
.footer09 .copyright {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer09 .copyright p {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
}
.footer09 .copyright p a {
  color: #fff;
}
@media (min-width: 721px) {
  .footer09 .copyright p br {
    display: none;
  }
}
.footer09.in .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer09.in .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.footer09.in .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.footer09.in .site_map {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer09.in .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.footer10 {
  position: relative;
  background: #626262;
}
@media (max-width: 720px) {
  .footer10 {
    padding-bottom: 40px;
  }
}
.footer10 .footer_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer10 .footer_content {
    flex-wrap: wrap;
  }
}
@media (max-width: 840px) {
  .footer10 .footer_content {
    padding: 40px 0;
  }
}
@media (max-width: 720px) {
  .footer10 .footer_content {
    padding: 40px 0 0;
  }
}
.footer10 .footer_content .left {
  display: flex;
  min-width: max-content;
}
@media (max-width: 1024px) {
  .footer10 .footer_content .left {
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 720px) {
  .footer10 .footer_content .left {
    flex-wrap: wrap;
  }
}
.footer10 .footer_content .left .company_info {
  min-width: max-content;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer10 .footer_content .left .company_info {
    width: 50%;
    padding-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .footer10 .footer_content .left .company_info {
    width: 100%;
  }
}
.footer10 .footer_content .left .company_info:nth-child(1) {
  padding-right: 3.6458vw;
}
@media (max-width: 1024px) {
  .footer10 .footer_content .left .company_info:nth-child(1) {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .footer10 .footer_content .left .company_info:nth-child(1) {
    padding-right: 25px;
  }
}
@media (max-width: 720px) {
  .footer10 .footer_content .left .company_info:nth-child(1) {
    padding-right: 0;
  }
}
.footer10 .footer_content .left .company_info:nth-child(2) {
  padding-left: 3.6458vw;
}
@media (max-width: 1024px) {
  .footer10 .footer_content .left .company_info:nth-child(2) {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .footer10 .footer_content .left .company_info:nth-child(2) {
    padding-left: 25px;
  }
}
@media (max-width: 720px) {
  .footer10 .footer_content .left .company_info:nth-child(2) {
    padding-left: 0;
  }
}
.footer10 .footer_content .left .company_info .logo {
  display: block;
  margin-bottom: 15px;
}
.footer10 .footer_content .left .company_info .info a {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s;
}
.footer10 .footer_content .left .company_info .info a + a {
  margin-top: 10px;
}
.footer10 .footer_content .left .company_info .info a i {
  margin-top: 3px;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .footer10 .footer_content .left .company_info .info a:hover {
    color: #7a7a7a;
  }
}
@media (max-width: 1024px) {
  .footer10 .footer_content .right {
    width: 100%;
  }
}
.footer10 .footer_content .right .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .footer10 .footer_content .right .site_map {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}
.footer10 .footer_content .right .site_map li {
  margin-left: 55px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .footer10 .footer_content .right .site_map li {
    margin-left: 40px;
  }
}
@media (max-width: 1200px) {
  .footer10 .footer_content .right .site_map li {
    margin-left: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .footer10 .footer_content .right .site_map li {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .footer10 .footer_content .right .site_map li {
    margin-right: 25px;
  }
}
.footer10 .footer_content .right .site_map li a {
  color: #fff;
  font-size: 15px;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer10 .footer_content .right .site_map li a:hover {
    color: #7a7a7a;
  }
}
.footer10 .footer_content .right .social_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 1024px) {
  .footer10 .footer_content .right .social_media {
    justify-content: flex-start;
  }
}
.footer10 .footer_content .right .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.footer10 .footer_content .right .social_media a svg {
  width: auto;
  height: 22px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer10 .footer_content .right .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer10 .copyright {
  overflow: hidden;
}
@media (min-width: 721px) {
  .footer10 .copyright {
    padding: 20px 0;
    background: #000000;
  }
}
@media (max-width: 720px) {
  .footer10 .copyright {
    margin-top: 25px;
  }
}
.footer10 .copyright p {
  color: #fff;
  font-size: 13px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 721px) {
  .footer10 .copyright p {
    text-align: center;
  }
}
.footer10 .copyright p a {
  color: #fff;
}
@media (min-width: 541px) {
  .footer10 .copyright p br {
    display: none;
  }
}
.footer10.in .footer_content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer10.in .copyright p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.footer11 {
  position: relative;
}
.footer11 .certified {
  background: #e6e7e8;
}
.footer11 .certified .certified_area .certified_slick {
  padding: 20px 0 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer11 .certified .certified_area .certified_slick .slick-slide {
  padding: 0 20px;
}
.footer11 .certified .certified_area .certified_slick .slick-slide a {
  display: block;
}
.footer11 .certified .certified_area .certified_slick .slick-slide a img {
  margin: 0 auto;
  filter: grayscale(1);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer11 .certified .certified_area .certified_slick .slick-slide a img {
    filter: grayscale(0);
  }
}
.footer11 .certified .certified_area .certified_slick .slick-slide a:hover img {
  filter: grayscale(0);
}
.footer11 .certified .certified_area .certified_slick .slick-arrow {
  top: unset;
  bottom: 4px;
  color: #000000;
  font-size: 24px;
  padding: 0 7px;
  transform: unset;
}
@media (max-width: 768px) {
  .footer11 .certified .certified_area .certified_slick .slick-arrow {
    font-size: 20px;
  }
}
.footer11 .certified .certified_area .certified_slick .slick-arrow.slick-prev {
  left: unset;
  right: calc(50% + 7.5px);
}
.footer11 .certified .certified_area .certified_slick .slick-arrow.slick-next {
  right: unset;
  left: calc(50% + 7.5px);
}
.footer11 .certified .certified_area .certified_slick .slick-dots {
  bottom: 5px;
}
@media (max-width: 720px) {
  .footer11 .certified .certified_area .certified_slick .slick-dots {
    bottom: 7px;
  }
}
.footer11 .certified .footer_content {
  padding: 7.03125vw 0 0;
  background: #000000;
}
.footer11 .certified .footer_content .info_map {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .footer11 .certified .footer_content .info_map {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .footer11 .certified .footer_content .info_map {
    margin-bottom: 30px;
  }
}
.footer11 .certified .footer_content .info_map .company_info {
  display: flex;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 640px) {
  .footer11 .certified .footer_content .info_map .company_info {
    flex-direction: column;
  }
}
.footer11 .certified .footer_content .info_map .company_info div {
  max-width: 255px;
}
@media (max-width: 640px) {
  .footer11 .certified .footer_content .info_map .company_info div {
    max-width: unset;
  }
}
.footer11 .certified .footer_content .info_map .company_info div:nth-child(2) {
  width: 1px;
  margin: 0 45px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .footer11 .certified .footer_content .info_map .company_info div:nth-child(2) {
    margin: 0 30px;
  }
}
@media (max-width: 640px) {
  .footer11 .certified .footer_content .info_map .company_info div:nth-child(2) {
    width: 100%;
    height: 1px;
    margin: 15px 0 20px;
  }
}
.footer11 .certified .footer_content .info_map .company_info div p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
}
.footer11 .certified .footer_content .info_map .company_info div p a {
  color: #fff;
  transition: all 0.3s;
}
.footer11 .certified .footer_content .info_map .company_info div p a:hover {
  color: #7a7a7a;
}
.footer11 .certified .footer_content .info_map .company_info div p span {
  font-weight: 500;
}
.footer11 .certified .footer_content .info_map .company_info div p.name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .footer11 .certified .footer_content .info_map .company_info div p.name {
    margin-bottom: 14px;
  }
}
.footer11 .certified .footer_content .info_map .site_map {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  max-width: 510px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1366px) {
  .footer11 .certified .footer_content .info_map .site_map {
    max-width: 381px;
  }
}
@media (max-width: 1024px) {
  .footer11 .certified .footer_content .info_map .site_map {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .footer11 .certified .footer_content .info_map .site_map {
    margin-top: 20px;
  }
}
.footer11 .certified .footer_content .info_map .site_map li {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer11 .certified .footer_content .info_map .site_map li {
    margin-left: 55px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1024px) {
  .footer11 .certified .footer_content .info_map .site_map li {
    margin-top: 10px;
  }
  .footer11 .certified .footer_content .info_map .site_map li:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 640px) {
  .footer11 .certified .footer_content .info_map .site_map li:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 440px) {
  .footer11 .certified .footer_content .info_map .site_map li:not(:last-child) {
    margin-right: 15px;
  }
}
.footer11 .certified .footer_content .info_map .site_map li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.footer11 .certified .footer_content .info_map .site_map li a:hover {
  color: #7a7a7a;
}
.footer11 .certified .footer_content .copyright_social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media (max-width: 640px) {
  .footer11 .certified .footer_content .copyright_social {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
.footer11 .certified .footer_content .copyright_social .copyright {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer11 .certified .footer_content .copyright_social .copyright p {
  color: #fff;
  font-size: 13px;
}
.footer11 .certified .footer_content .copyright_social .copyright p a {
  color: #fff;
}
@media (min-width: 1025px) {
  .footer11 .certified .footer_content .copyright_social .copyright p br {
    display: none;
  }
}
.footer11 .certified .footer_content .copyright_social .social_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 640px) {
  .footer11 .certified .footer_content .copyright_social .social_media {
    margin-bottom: 30px;
  }
}
.footer11 .certified .footer_content .copyright_social .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.footer11 .certified .footer_content .copyright_social .social_media a svg {
  width: auto;
  height: 22px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer11 .certified .footer_content .copyright_social .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer11 .certified .footer_content .bottom_border {
  height: 20px;
  background: #7a7a7a;
}
@media (max-width: 1024px) {
  .footer11 .certified .footer_content .bottom_border {
    height: 1px;
    background: #000000;
  }
}
.footer11.in .certified .certified_area .certified_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer11.in .certified .footer_content .info_map .company_info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer11.in .certified .footer_content .info_map .site_map {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer11.in .certified .footer_content .copyright_social .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.footer11.in .certified .footer_content .copyright_social .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.footer12 {
  position: relative;
  padding: 60px 0 50px;
  background: #000000;
}
.footer12 .logo {
  display: block;
  width: fit-content;
  margin: 0 0 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer12 .footer_btn_mb {
  display: flex;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 841px) {
  .footer12 .footer_btn_mb {
    display: none;
  }
}
.footer12 .footer_btn_mb .sp_btn {
  display: block;
  position: relative;
  width: 50%;
  min-width: 190px;
  max-width: 250px;
  padding: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .footer12 .footer_btn_mb .sp_btn {
    min-width: unset;
    max-width: 160px;
    padding: 8px;
  }
}
.footer12 .footer_btn_mb .sp_btn:first-child {
  margin-right: 40px;
}
@media (max-width: 480px) {
  .footer12 .footer_btn_mb .sp_btn:first-child {
    margin-right: 20px;
  }
}
.footer12 .footer_btn_mb .sp_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(135deg, #000 0%, #000 30%, #000 70%, #000 100%);
  transition: all 0.3s;
}
.footer12 .footer_btn_mb .sp_btn:hover::before {
  transform: translateX(-50%);
}
.footer12 .footer_btn_mb .sp_btn > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .footer12 .footer_btn_mb .sp_btn > div {
    height: 51px;
  }
}
.footer12 .footer_btn_mb .sp_btn > div div {
  padding: 10px;
}
@media (max-width: 480px) {
  .footer12 .footer_btn_mb .sp_btn > div div {
    padding: 5px;
  }
}
.footer12 .footer_btn_mb .sp_btn > div div p:nth-child(1) {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .footer12 .footer_btn_mb .sp_btn > div div p:nth-child(1) {
    font-size: 12px;
    line-height: 1.5;
  }
}
.footer12 .footer_btn_mb .sp_btn > div div p:nth-child(2) {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .footer12 .footer_btn_mb .sp_btn > div div p:nth-child(2) {
    font-size: 12px;
    line-height: 1.5;
  }
}
.footer12 .footer_btn_mb .sp_btn > div div p:nth-child(2) svg {
  display: inline-block;
  width: auto;
  height: 16px;
  fill: #fff;
  margin-left: 20px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .footer12 .footer_btn_mb .sp_btn > div div p:nth-child(2) svg {
    transform: scale(0.65);
  }
}
.footer12 .company_info {
  display: flex;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .footer12 .company_info {
    flex-wrap: wrap;
  }
}
.footer12 .company_info .left {
  display: flex;
  width: 64%;
}
@media (max-width: 1200px) {
  .footer12 .company_info .left {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .footer12 .company_info .left {
    flex-wrap: wrap;
  }
}
@media (max-width: 840px) {
  .footer12 .company_info .left .info {
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 840px) {
  .footer12 .company_info .left .info:not(:first-child) > div {
    display: none;
  }
}
.footer12 .company_info .left .info:not(:last-child) {
  padding-right: 20px;
  margin-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .footer12 .company_info .left .info:not(:last-child) {
    padding-right: 10px;
    margin-right: 20px;
  }
}
@media (max-width: 840px) {
  .footer12 .company_info .left .info:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}
.footer12 .company_info .left .info > p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
@media (min-width: 841px) {
  .footer12 .company_info .left .info > p {
    margin-bottom: 15px;
  }
}
@media (max-width: 840px) {
  .footer12 .company_info .left .info > p {
    font-size: 17px;
  }
}
.footer12 .company_info .left .info > p::before, .footer12 .company_info .left .info > p::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 841px) {
  .footer12 .company_info .left .info > p::before, .footer12 .company_info .left .info > p::after {
    display: none;
  }
}
.footer12 .company_info .left .info > p::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.footer12 .company_info .left .info > p.open::after {
  transform: rotate(0deg);
}
@media (min-width: 841px) {
  .footer12 .company_info .left .info > div {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .footer12 .company_info .left .info > div {
    padding: 14px 0 9px;
  }
}
.footer12 .company_info .left .info > div p {
  color: #fff;
  font-size: 13px;
  line-height: 2.2;
}
.footer12 .company_info .left .info > div p a {
  display: inline-flex;
  color: #fff;
  transition: all 0.3s;
}
.footer12 .company_info .left .info > div p a span {
  padding-right: 5px;
}
.footer12 .company_info .left .info > div p a:hover {
  color: #7a7a7a;
}
.footer12 .company_info .right {
  width: 36%;
  min-width: max-content;
}
@media (min-width: 1201px) {
  .footer12 .company_info .right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .footer12 .company_info .right {
    width: 100%;
    margin-top: 40px;
  }
}
.footer12 .company_info .right .footer_btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .footer12 .company_info .right .footer_btn {
    justify-content: flex-start;
  }
}
@media (max-width: 840px) {
  .footer12 .company_info .right .footer_btn {
    display: none;
  }
}
.footer12 .company_info .right .footer_btn .sp_btn {
  display: block;
  position: relative;
  width: 50%;
  min-width: 190px;
  max-width: 250px;
  padding: 10px;
  margin-left: 40px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .footer12 .company_info .right .footer_btn .sp_btn {
    margin-left: 20px;
  }
}
@media (max-width: 1200px) {
  .footer12 .company_info .right .footer_btn .sp_btn {
    margin-left: 0;
    margin-right: 40px;
  }
}
.footer12 .company_info .right .footer_btn .sp_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(135deg, #000 0%, #000 30%, #000 70%, #000 100%);
  transition: all 0.3s;
}
.footer12 .company_info .right .footer_btn .sp_btn:hover::before {
  transform: translateX(-50%);
}
.footer12 .company_info .right .footer_btn .sp_btn > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer12 .company_info .right .footer_btn .sp_btn > div div {
  padding: 10px;
}
.footer12 .company_info .right .footer_btn .sp_btn > div div p:nth-child(1) {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer12 .company_info .right .footer_btn .sp_btn > div div p:nth-child(2) {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.footer12 .company_info .right .footer_btn .sp_btn > div div p:nth-child(2) svg {
  display: inline-block;
  width: auto;
  height: 16px;
  fill: #fff;
  margin-left: 20px;
}
.footer12 .company_info .right .social_media {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 1200px) {
  .footer12 .company_info .right .social_media {
    justify-content: flex-start;
  }
}
.footer12 .company_info .right .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.footer12 .company_info .right .social_media a svg {
  width: auto;
  height: 22px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer12 .company_info .right .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer12 .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .footer12 .footer_bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-top: 0;
    margin-top: 30px;
    border-top: 0;
  }
}
.footer12 .footer_bottom .copyright p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.footer12 .footer_bottom .copyright p a {
  color: #fff;
}
@media (min-width: 721px) {
  .footer12 .footer_bottom .copyright p br {
    display: none;
  }
}
.footer12 .footer_bottom .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .footer12 .footer_bottom .site_map {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
@media (max-width: 840px) {
  .footer12 .footer_bottom .site_map {
    display: none;
  }
}
@media (min-width: 1201px) {
  .footer12 .footer_bottom .site_map li:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 1200px) {
  .footer12 .footer_bottom .site_map li:not(:last-child) {
    margin-right: 3.6458333333vw;
  }
}
.footer12 .footer_bottom .site_map li a {
  display: block;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s;
}
.footer12 .footer_bottom .site_map li a:hover {
  color: #7a7a7a;
}
.footer12.in .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer12.in .footer_btn_mb {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer12.in .company_info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 840px) {
  .footer12.in .company_info {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.footer12.in .footer_bottom {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 840px) {
  .footer12.in .footer_bottom {
    transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}

.footer13 {
  position: relative;
  padding: 80px 0 80px;
  background: #000000;
}
@media (max-width: 1200px) {
  .footer13 {
    padding: 40px 0;
  }
}
.footer13 .container {
  max-width: 1710px;
}
.footer13 .footer_content.pc {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer13 .footer_content.pc {
    display: none;
  }
}
.footer13 .footer_content.pc .left {
  display: flex;
  align-items: flex-start;
  width: 50%;
  padding-right: 2.0833333333vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%) no-repeat right center;
  background-size: 1px 100%;
}
.footer13 .footer_content.pc .left .logo {
  display: block;
  margin-right: 1.5625vw;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1200px) {
  .footer13 .footer_content.pc .left .logo {
    margin-right: 5.5vw;
  }
}
.footer13 .footer_content.pc .left .info {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer13 .footer_content.pc .left .info p {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
}
.footer13 .footer_content.pc .left .info p + p {
  margin-top: 8px;
}
.footer13 .footer_content.pc .left .info p span {
  flex-shrink: 0;
}
.footer13 .footer_content.pc .left .info p a {
  color: #fff;
  width: fit-content;
  transition: all 0.1s;
}
.footer13 .footer_content.pc .left .info p a:hover {
  color: #7a7a7a;
}
.footer13 .footer_content.pc .right {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 2.0833333333vw;
}
.footer13 .footer_content.pc .right .btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.footer13 .footer_content.pc .right .btn .social_media {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer13 .footer_content.pc .right .btn .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.footer13 .footer_content.pc .right .btn .social_media a svg {
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer13 .footer_content.pc .right .btn .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer13 .footer_content.pc .right .btn .contact_btn {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 5px 20px 8px;
  margin: 0 0 0 3.125vw;
  background: #7a7a7a;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
  max-width: 245px;
  width: 50%;
}
.footer13 .footer_content.pc .right .btn .contact_btn div p:nth-child(1) {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.footer13 .footer_content.pc .right .btn .contact_btn div p:nth-child(2) {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}
.footer13 .footer_content.pc .right .btn .contact_btn span {
  display: block;
  width: 72px;
  height: 12px;
  margin-left: 15px;
  border-right: 4px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: right bottom;
  transform: skew(60deg);
  transition: all 0.3s;
}
.footer13 .footer_content.pc .right .btn .contact_btn:hover {
  background: #fff;
}
.footer13 .footer_content.pc .right .btn .contact_btn:hover div p {
  color: #7a7a7a;
}
.footer13 .footer_content.pc .right .btn .contact_btn:hover span {
  border-right: 4px solid #7a7a7a;
  border-bottom: 2px solid #7a7a7a;
}
.footer13 .footer_content.pc .right .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  margin-top: auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  font-family: "Poppins", sans-serif;
}
.footer13 .footer_content.pc .right .copyright a {
  color: #fff;
}
.footer13 .footer_content.pc .right .copyright br {
  display: none;
}
@media (min-width: 1201px) {
  .footer13 .footer_content.mb {
    display: none;
  }
}
.footer13 .footer_content.mb .contact_btn {
  display: flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 10px 20px 10px;
  margin: 0 auto 40px;
  background: #7a7a7a;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer13 .footer_content.mb .contact_btn div p:nth-child(1) {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.footer13 .footer_content.mb .contact_btn div p:nth-child(2) {
  color: #fff;
  font-size: 14px;
}
.footer13 .footer_content.mb .contact_btn span {
  display: block;
  width: 72px;
  height: 12px;
  margin-left: 15px;
  border-right: 4px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: right bottom;
  transform: skew(60deg);
}
.footer13 .footer_content.mb .logo {
  display: block;
  width: fit-content;
  margin: 0 auto 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer13 .footer_content.mb .info {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer13 .footer_content.mb .info p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
.footer13 .footer_content.mb .info p + p {
  margin-top: 8px;
}
.footer13 .footer_content.mb .info p span {
  flex-shrink: 0;
}
.footer13 .footer_content.mb .info p a {
  color: #fff;
  width: fit-content;
  transition: all 0.1s;
}
.footer13 .footer_content.mb .info p a:hover {
  color: #7a7a7a;
}
.footer13 .footer_content.mb .social_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer13 .footer_content.mb .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.footer13 .footer_content.mb .social_media a svg {
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer13 .footer_content.mb .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer13 .footer_content.mb .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer13 .footer_content.mb .copyright a {
  color: #fff;
}
@media (max-width: 400px) {
  .footer13 .footer_content.mb .copyright br {
    display: none;
  }
}
.footer13 .footer_content.mb .quick_link {
  position: fixed;
  bottom: 0;
  background: #000000;
  z-index: 10;
  width: 100%;
  left: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer13 .footer_content.mb .quick_link li {
  margin: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer13 .footer_content.mb .quick_link li:last-child {
  border-right: 0;
}
.footer13 .footer_content.mb .quick_link a {
  color: #fff;
  transition: all 0.1s;
}
.footer13 .footer_content.mb .quick_link a:hover {
  color: #7a7a7a;
}
.footer13.in .footer_content.pc .left .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer13.in .footer_content.pc .left .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.footer13.in .footer_content.pc .right .btn .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.footer13.in .footer_content.pc .right .btn .contact_btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer13.in .footer_content.pc .right .copyright {
  opacity: 0.5;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.footer13.in .footer_content.mb .contact_btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer13.in .footer_content.mb .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.footer13.in .footer_content.mb .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.footer13.in .footer_content.mb .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer13.in .footer_content.mb .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.footer14 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 0;
  background: #000000;
}
.footer14 .footer_top {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .footer14 .footer_top {
    order: 2;
    padding: 0 0 30px;
    border-bottom: 0;
  }
}
.footer14 .footer_top .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1200px) {
  .footer14 .footer_top .site_map {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer14 .footer_top .site_map > li {
  padding: 0 1.9791666667vw;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .footer14 .footer_top .site_map > li {
    padding: 0 1.3888888889vw;
  }
}
@media (max-width: 1200px) {
  .footer14 .footer_top .site_map > li {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.footer14 .footer_top .site_map > li > a {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .footer14 .footer_top .site_map > li > a {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .footer14 .footer_top .site_map > li > a {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .footer14 .footer_top .site_map > li > a:hover {
    color: #7a7a7a;
  }
}
.footer14 .footer_top .site_map > li ul {
  column-count: 3;
  column-gap: 20px;
}
@media (max-width: 1200px) {
  .footer14 .footer_top .site_map > li ul {
    display: none;
  }
}
.footer14 .footer_top .site_map > li ul li {
  break-inside: avoid-column;
  page-break-inside: avoid;
}
.footer14 .footer_top .site_map > li ul li a {
  display: table;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer14 .footer_top .site_map > li ul li a:hover {
    color: #7a7a7a;
  }
}
.footer14 .footer_bottom {
  padding: 40px 0 30px;
}
@media (max-width: 1200px) {
  .footer14 .footer_bottom {
    order: 1;
    padding: 0 0 30px;
  }
}
.footer14 .footer_bottom .info {
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .footer14 .footer_bottom .info {
    align-items: center;
    flex-direction: column;
  }
}
.footer14 .footer_bottom .info a {
  color: #fff;
  font-size: 14px;
  padding: 0 1.5625vw;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .footer14 .footer_bottom .info a {
    padding: 0;
    text-align: center;
  }
  .footer14 .footer_bottom .info a:not(:last-child) {
    margin-bottom: 9px;
  }
}
.footer14 .footer_bottom .info a span {
  padding-right: 10px;
}
@media (min-width: 1025px) {
  .footer14 .footer_bottom .info a:hover {
    color: #7a7a7a;
  }
}
.footer14 .footer_bottom .social_media {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.footer14 .footer_bottom .social_media a svg {
  display: block;
  width: auto;
  height: 23px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer14 .footer_bottom .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
@media (max-width: 1200px) {
  .footer14 .copyright {
    order: 3;
  }
}
.footer14 .copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.footer14 .copyright p a {
  color: #fff;
}
.footer14 .copyright p br {
  display: none;
}
@media (min-width: 401px) and (max-width: 480px) {
  .footer14 .copyright p br {
    display: block;
  }
}
.footer14.in .footer_top .site_map > li {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .footer14.in .footer_top .site_map > li {
    transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.footer14.in .footer_bottom .info {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 1200px) {
  .footer14.in .footer_bottom .info {
    transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
  }
}
.footer14.in .footer_bottom .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 1200px) {
  .footer14.in .footer_bottom .social_media {
    transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
  }
}
.footer14.in .copyright p {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.footer15 {
  position: relative;
  padding: 60px 0 0;
  background: #000000;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer15 {
    padding: 40px 0 0;
  }
}
.footer15 .footer_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer15 .footer_content .left {
  display: flex;
  width: calc(100% - 335px);
}
@media (max-width: 1024px) {
  .footer15 .footer_content .left {
    flex-wrap: wrap;
    width: 100%;
  }
}
.footer15 .footer_content .left .logo {
  display: block;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer15 .footer_content .left .logo {
    width: 100%;
  }
  .footer15 .footer_content .left .logo img {
    margin: 0 auto;
  }
}
.footer15 .footer_content .left .info {
  padding: 0 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer15 .footer_content .left .info {
    padding: 0 30px 30px;
    margin: 30px auto 0;
    border-bottom: 1px solid #656565;
  }
}
.footer15 .footer_content .left .info a {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer15 .footer_content .left .info a {
    justify-content: center;
    text-align: center;
  }
}
.footer15 .footer_content .left .info a:not(:last-child) {
  margin-bottom: 10px;
}
.footer15 .footer_content .left .info a span {
  flex-shrink: 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .footer15 .footer_content .left .info a span {
    display: none;
  }
}
.footer15 .footer_content .left .info a i {
  padding-top: 3px;
  padding-right: 7px;
}
@media (min-width: 1025px) {
  .footer15 .footer_content .left .info a i {
    display: none;
  }
}
@media (min-width: 1025px) {
  .footer15 .footer_content .left .info a:hover {
    color: #7a7a7a;
  }
}
.footer15 .footer_content .right {
  width: 335px;
}
@media (max-width: 1024px) {
  .footer15 .footer_content .right {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.footer15 .footer_content .right .certified_slick {
  padding: 0 38px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer15 .footer_content .right .certified_slick {
    width: 430px;
    max-width: 100%;
    margin: 30px auto 0 !important;
  }
}
.footer15 .footer_content .right .certified_slick .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .footer15 .footer_content .right .certified_slick .slick-slide {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .footer15 .footer_content .right .certified_slick .slick-slide {
    padding: 0 35px;
  }
}
@media (max-width: 440px) {
  .footer15 .footer_content .right .certified_slick .slick-slide {
    padding: 0 30px;
  }
}
@media (max-width: 400px) {
  .footer15 .footer_content .right .certified_slick .slick-slide {
    padding: 0 15px;
  }
}
.footer15 .footer_content .right .certified_slick .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.footer15 .footer_content .right .certified_slick .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer15 .footer_content .right .certified_slick .slick-slide p img {
    filter: brightness(1) invert(0);
  }
}
@media (min-width: 1025px) {
  .footer15 .footer_content .right .certified_slick .slick-slide p:hover img {
    filter: brightness(1) invert(0);
  }
}
.footer15 .footer_content .right .certified_slick .slick-slide.slick-current {
  background-image: linear-gradient(to bottom, #656565 0%, #656565 100%);
  background-size: 1px 80%;
  background-position: right center;
  background-repeat: no-repeat;
}
.footer15 .footer_content .right .certified_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 1200px) {
  .footer15 .footer_content .right .certified_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .footer15 .footer_content .right .certified_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.footer15 .footer_content .right .certified_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .footer15 .footer_content .right .certified_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .footer15 .footer_content .right .certified_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .footer15 .footer_content .right .certified_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .footer15 .footer_content .right .certified_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.footer15 .footer_content .right .certified_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .footer15 .footer_content .right .certified_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .footer15 .footer_content .right .certified_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .footer15 .footer_content .right .certified_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .footer15 .footer_content .right .certified_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.footer15 .footer_content .right .certified_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.footer15 .footer_content .right .certified_slick .slick-arrow:hover svg {
  fill: #000000;
}
.footer15 .footer_content .right .certified_slick .slick-arrow.white svg {
  fill: #fff;
}
.footer15 .footer_content .right .certified_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.footer15 .footer_content .right .social_media {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer15 .footer_content .right .social_media {
    justify-content: center;
  }
}
.footer15 .footer_content .right .social_media a svg {
  display: block;
  width: auto;
  height: 23px;
  fill: #fff;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer15 .footer_content .right .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer15 .footer_content .copyright {
  width: 100%;
  padding: 20px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer15 .footer_content .copyright {
    padding: 30px 0;
  }
}
.footer15 .footer_content .copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
.footer15 .footer_content .copyright p a {
  color: #fff;
}
.footer15 .footer_content .copyright p br {
  display: none;
}
@media (min-width: 401px) and (max-width: 480px) {
  .footer15 .footer_content .copyright p br {
    display: block;
  }
}
.footer15.in .footer_content .left .logo {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.footer15.in .footer_content .left .info {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer15.in .footer_content .right .certified_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 1024px) {
  .footer15.in .footer_content .right .certified_slick {
    transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}
.footer15.in .footer_content .right .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
@media (max-width: 1024px) {
  .footer15.in .footer_content .right .social_media {
    transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.footer15.in .footer_content .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.footer16 {
  position: relative;
  background: #000000;
  overflow-x: clip;
}
.footer16 .footer_LED p {
  width: max-content;
  min-width: 100%;
  color: transparent;
  font-size: calc(3.75rem + 12.5vw);
  font-weight: 700;
  font-family: sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0px;
  -webkit-text-stroke: 3px #000000;
}
.footer16 .footer_content {
  display: flex;
  padding: 13.0208333333vw 0 60px;
}
@media (max-width: 1024px) {
  .footer16 .footer_content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer16 .footer_content .left {
  display: flex;
  width: 50%;
}
@media (max-width: 1024px) {
  .footer16 .footer_content .left {
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer16 .footer_content .left > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .footer16 .footer_content .left > div:nth-child(1) {
    width: 16.1458333333vw;
    padding-right: 3.125vw;
  }
}
@media (max-width: 1024px) {
  .footer16 .footer_content .left > div:nth-child(1) {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .footer16 .footer_content .left > div:nth-child(2) {
    width: calc(100% - 16.1458333333vw);
  }
}
.footer16 .footer_content .left > div .logo {
  display: block;
  width: fit-content;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer16 .footer_content .left > div .info {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer16 .footer_content .left > div .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 20px;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .footer16 .footer_content .left > div .info a {
    margin: 0 auto;
  }
}
.footer16 .footer_content .left > div .info a + a {
  margin-top: 3px;
}
.footer16 .footer_content .left > div .info a i {
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 1025px) {
  .footer16 .footer_content .left > div .info a:hover {
    color: #7a7a7a;
  }
}
.footer16 .footer_content .left > div .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 0 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer16 .footer_content .left > div .social_media {
    justify-content: center;
  }
}
.footer16 .footer_content .left > div .social_media a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer16 .footer_content .left > div .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer16 .footer_content .middle {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: calc(4.375rem + 3.6458333333vw);
}
@media (max-width: 1024px) {
  .footer16 .footer_content .middle {
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.footer16 .footer_content .middle .footer16_contact_btn {
  display: block;
  left: 0;
  height: calc(4.375rem + 3.6458333333vw);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .footer16 .footer_content .middle .footer16_contact_btn {
    position: absolute;
    bottom: calc(100% + 10px);
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .footer16 .footer_content .middle .footer16_contact_btn {
    position: relative;
    bottom: unset;
    width: calc(4.375rem + 3.6458333333vw);
    margin-bottom: 20px;
  }
}
.footer16 .footer_content .middle .footer16_contact_btn div {
  position: relative;
}
.footer16 .footer_content .middle .footer16_contact_btn div img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite reverse;
}
.footer16 .footer_content .middle .gotop {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .footer16 .footer_content .middle .gotop {
    position: relative;
    top: 20px;
  }
}
.footer16 .footer_content .middle .gotop div {
  position: relative;
  width: 1px;
  height: 65px;
  background: #787878;
  overflow: hidden;
}
.footer16 .footer_content .middle .gotop div::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 1px;
  height: 15px;
  background: #000000;
  animation: footer16_gotop 2s linear infinite;
}
@keyframes footer16_gotop {
  0% {
    top: 100%;
  }
  100% {
    top: -15px;
  }
}
.footer16 .footer_content .middle .gotop p {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  text-indent: 1px;
  margin: 10px 0;
}
.footer16 .footer_content .right {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 1024px) {
  .footer16 .footer_content .right {
    width: 100%;
  }
}
.footer16 .footer_content .right .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 35px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer16 .footer_content .right .site_map {
    display: none;
    justify-content: center;
  }
}
.footer16 .footer_content .right .site_map > li > a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer16 .footer_content .right .site_map > li > a:hover {
    color: #7a7a7a;
    border-bottom: 1px solid #7a7a7a;
  }
}
.footer16 .footer_content .right .copyright {
  color: #fff;
  font-size: 13px;
  text-align: right;
  margin-top: auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer16 .footer_content .right .copyright {
    text-align: center;
  }
}
.footer16 .footer_content .right .copyright a {
  color: #fff;
}
.footer16 .footer_content .right .copyright br {
  display: none;
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .footer16 .footer_content .right .copyright br {
    display: block;
  }
}
@media (max-width: 640px) {
  .footer16 .footer_content .right .copyright br {
    display: block;
  }
}
.footer16.in .footer_content .left > div .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer16.in .footer_content .left > div .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer16.in .footer_content .left > div .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.footer16.in .footer_content .middle .footer16_contact_btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.footer16.in .footer_content .middle .gotop {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
}
.footer16.in .footer_content .right .site_map {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 2.1s, transform 1s ease-out 2.1s;
}
.footer16.in .footer_content .right .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
}

.footer17 {
  position: relative;
  padding: 60px 0;
  background: #000000;
}
.footer17 .left {
  display: flex;
  gap: 25px 5.2083333333vw;
  width: 68.75%;
}
@media (min-width: 721px) {
  .footer17 .left {
    padding-right: 5.2083333333vw;
  }
}
@media (max-width: 960px) {
  .footer17 .left {
    width: 53%;
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .footer17 .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
.footer17 .left > div {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer17 .left > div .logo {
  display: block;
  width: fit-content;
}
.footer17 .left > div .logo img {
  filter: brightness(0) invert(1);
}
.footer17 .left > div .social_media {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.footer17 .left > div .social_media a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer17 .left > div .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer17 .left > div .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 20px;
  transition: all 0.1s;
}
.footer17 .left > div .info a + a {
  margin-top: 3px;
}
.footer17 .left > div .info a i {
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 1025px) {
  .footer17 .left > div .info a:hover {
    color: #7a7a7a;
  }
}
@media (max-width: 960px) {
  .footer17 .left > div:nth-child(1) .copyright {
    display: none;
  }
}
@media (min-width: 961px) {
  .footer17 .left > div:nth-child(2) .copyright {
    display: none;
  }
}
@media (max-width: 720px) {
  .footer17 .left > div:nth-child(2) .copyright {
    display: none;
  }
}
.footer17 .right {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  width: 31.25%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .footer17 .right {
    width: 47%;
  }
}
@media (max-width: 720px) {
  .footer17 .right {
    width: 100%;
  }
}
.footer17 .right .site_map {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}
@media (max-width: 720px) {
  .footer17 .right .site_map {
    display: none;
  }
}
.footer17 .right .site_map > li > a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer17 .right .site_map > li > a:hover {
    color: #7a7a7a;
    border-bottom: 1px solid #7a7a7a;
  }
}
.footer17 .right .contact {
  margin-top: auto;
}
.footer17 .right .contact p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer17 .right .contact a {
  display: flex;
  align-items: center;
  gap: 0 15px;
  position: relative;
  padding-left: 25px;
  border: 1px solid #fff;
  border-radius: 10px;
  isolation: isolate;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .footer17 .right .contact a {
    padding-left: 15px;
  }
}
.footer17 .right .contact a span {
  width: 100%;
  color: #fff;
}
.footer17 .right .contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 8px;
  border-right: 2px solid #7a7a7a;
  border-bottom: 2px solid #7a7a7a;
  transform: translate(50%, -50%) skew(45deg);
  transition: all 0.3s;
}
.footer17 .right .contact a::after {
  content: "";
  flex-shrink: 0;
  width: 60px;
  height: 58px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  transition: all 0.3s;
}
.footer17 .right .contact a:hover {
  background: #7a7a7a;
  border: 1px solid #7a7a7a;
}
@media (min-width: 1025px) {
  .footer17 .right .contact a:hover::before {
    right: 50px;
  }
  .footer17 .right .contact a:hover::after {
    width: 100px;
  }
}
@media (min-width: 721px) {
  .footer17 .right .copyright {
    display: none;
  }
}
.footer17 .copyright {
  color: #fff;
  font-size: 13px;
}
.footer17 .copyright a {
  color: #fff;
}
@media (max-width: 720px) {
  .footer17 .copyright br {
    display: none;
  }
}
.footer17.in .left > div {
  opacity: 1;
  transform: translateY(0);
}
.footer17.in .left > div:nth-child(1) {
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer17.in .left > div:nth-child(2) {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer17.in .right {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.footer18 {
  position: relative;
  padding: 0 0 60px;
  margin-top: 44px;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .footer18 {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .footer18 {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .footer18 {
    padding: 40px 0;
  }
}
.footer18 .oval {
  display: block;
  position: absolute;
  top: -44px;
  left: 50%;
  fill: #000000;
  transform: translateX(-50%);
}
.footer18 .logo_map {
  display: flex;
  align-items: flex-end;
  gap: 0 4.53125vw;
  padding-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .footer18 .logo_map {
    display: none;
  }
}
.footer18 .logo_map .left,
.footer18 .logo_map .right {
  width: 50%;
}
.footer18 .logo_map .left .site_map,
.footer18 .logo_map .right .site_map {
  display: flex;
  margin-bottom: 15px;
}
.footer18 .logo_map .left .site_map {
  justify-content: flex-end;
}
.footer18 .logo_map .right .site_map {
  justify-content: flex-start;
}
.footer18 .logo_map .logo {
  flex-shrink: 0;
  display: block;
  margin: unset;
}
.footer18 .logo {
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .footer18 .logo {
    display: none;
  }
}
.footer18 .social_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 720px) {
  .footer18 .social_media {
    margin-bottom: 33px;
  }
}
.footer18 .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.footer18 .social_media a svg {
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer18 .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer18 .info {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer18 .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 20px;
  margin: 0 auto;
  transition: all 0.1s;
}
.footer18 .info a + a {
  margin-top: 3px;
}
.footer18 .info a i {
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 1025px) {
  .footer18 .info a:hover {
    color: #7a7a7a;
  }
}
.footer18 .site_map {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px 40px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .footer18 .site_map {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer18 .site_map {
    gap: 5px 30px;
  }
}
@media (max-width: 840px) {
  .footer18 .site_map {
    gap: 5px 20px;
  }
}
@media (max-width: 720px) {
  .footer18 .site_map {
    margin-bottom: 25px;
  }
}
.footer18 .site_map li a {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 2px;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer18 .site_map li a:hover {
    color: #7a7a7a;
  }
}
.footer18 .copyright {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer18 .copyright p {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
}
.footer18 .copyright p a {
  color: #fff;
}
@media (min-width: 721px) {
  .footer18 .copyright p br {
    display: none;
  }
}
.footer18.in .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer18.in .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.footer18.in .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.footer18.in .site_map {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer18.in .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.footer19 {
  position: relative;
  background: #000000;
}
.footer19 .wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 1201px) {
  .footer19 .wrap .top {
    padding: 0 2.6041666667vw;
  }
}
.footer19 .wrap .top .logo {
  display: block;
  width: fit-content;
  margin-bottom: 30px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .footer19 .wrap .top .logo {
    transform: translate(0, 40px);
  }
}
.footer19 .wrap .top .subscribe_social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 960px) {
  .footer19 .wrap .top .subscribe_social {
    align-items: flex-start;
    flex-direction: column;
  }
}
.footer19 .wrap .top .subscribe_social form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .footer19 .wrap .top .subscribe_social form {
    transform: translate(0, 40px);
  }
}
.footer19 .wrap .top .subscribe_social form label {
  flex-shrink: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.footer19 .wrap .top .subscribe_social form div {
  position: relative;
}
.footer19 .wrap .top .subscribe_social form div input {
  width: 210px;
  font-size: 15px;
  padding: 8px 50px 9px 15px;
  border-radius: 50px;
  transition: width 0.3s;
}
@media (min-width: 1201px) {
  .footer19 .wrap .top .subscribe_social form div input:focus {
    width: 350px;
  }
}
.footer19 .wrap .top .subscribe_social form div input:-webkit-autofill, .footer19 .wrap .top .subscribe_social form div input:-webkit-autofill:hover, .footer19 .wrap .top .subscribe_social form div input:-webkit-autofill:focus, .footer19 .wrap .top .subscribe_social form div input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
}
@media (min-width: 1201px) {
  .footer19 .wrap .top .subscribe_social form div:hover input {
    width: 350px;
  }
}
.footer19 .wrap .top .subscribe_social form div .arrowtype {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}
.footer19 .wrap .top .subscribe_social .info {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .footer19 .wrap .top .subscribe_social .info {
    transform: translate(0, 40px);
  }
}
.footer19 .wrap .top .subscribe_social .info a {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  color: #fff;
  line-height: 1.8;
  transition: all 0.1s;
}
@media (min-width: 961px) {
  .footer19 .wrap .top .subscribe_social .info a {
    font-size: 16px;
  }
}
.footer19 .wrap .top .subscribe_social .info a + a {
  margin-top: 3px;
}
.footer19 .wrap .top .subscribe_social .info a span {
  color: #fff;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .footer19 .wrap .top .subscribe_social .info a:hover {
    color: #7a7a7a;
  }
}
.footer19 .wrap .top .subscribe_social .social_media {
  display: flex;
  gap: 0 20px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .footer19 .wrap .top .subscribe_social .social_media {
    transform: translate(0, 40px);
  }
}
.footer19 .wrap .top .subscribe_social .social_media a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer19 .wrap .top .subscribe_social .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer19 .wrap .bottom {
  padding: 0 2.6041666667vw;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #cecece;
}
@media (max-width: 1200px) {
  .footer19 .wrap .bottom {
    display: none;
  }
}
.footer19 .wrap .bottom .site_map {
  display: flex;
  justify-content: space-between;
  gap: 20px calc(0.9375rem + 1.0416666667vw);
  margin: 0 0 0 auto;
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer19 .wrap .bottom .site_map > li > a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.1s;
}
.footer19 .wrap .bottom .site_map > li > a:hover {
  color: #7a7a7a;
}
.footer19 .wrap .bottom .site_map > li ul {
  margin-top: 10px;
}
.footer19 .wrap .bottom .site_map > li ul li {
  padding: 3px 0;
}
.footer19 .wrap .bottom .site_map > li ul li a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  transition: all 0.1s;
}
.footer19 .wrap .bottom .site_map > li ul li a:hover {
  color: #7a7a7a;
}
.footer19 .final {
  padding: 25px 0;
  background: #3e3e3e;
  overflow: hidden;
}
.footer19 .final .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 30px;
}
@media (min-width: 1201px) {
  .footer19 .final .content {
    padding: 0 2.6041666667vw;
  }
}
@media (max-width: 960px) {
  .footer19 .final .content {
    align-items: flex-start;
    flex-direction: column;
  }
}
.footer19 .final .content .tool_link {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(1rem + 0.7291666667vw);
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .footer19 .final .content .tool_link {
    transform: translate(0, 40px);
  }
}
.footer19 .final .content .tool_link > li > a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}
.footer19 .final .content .copyright {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  text-align: right;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .footer19 .final .content .copyright {
    text-align: left;
    transform: translate(0, 40px);
  }
}
.footer19 .final .content .copyright a {
  color: #fff;
}
.footer19 .final .content .copyright br {
  display: none;
}
.footer19.in .wrap .top .logo {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer19.in .wrap .top .subscribe_social form,
.footer19.in .wrap .top .subscribe_social .info {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer19.in .wrap .top .subscribe_social .social_media {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer19.in .wrap .bottom .site_map {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.footer19.in .final .content .tool_link {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
@media (max-width: 1200px) {
  .footer19.in .final .content .tool_link {
    transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}
.footer19.in .final .content .copyright {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
}
@media (max-width: 1200px) {
  .footer19.in .final .content .copyright {
    transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
  }
}

.footer20 {
  position: relative;
  padding: 60px 0;
  background: #000000;
}
.footer20 .footer_up {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.footer20 .footer_up .left {
  width: calc(100% - 440px);
}
@media (max-width: 1024px) {
  .footer20 .footer_up .left {
    width: calc(100% - 400px);
  }
}
@media (max-width: 840px) {
  .footer20 .footer_up .left {
    order: 2;
    width: 100%;
  }
}
.footer20 .footer_up .left .logo {
  display: block;
  width: fit-content;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer20 .footer_up .left .logo img {
  filter: brightness(0) invert(1);
}
.footer20 .footer_up .left .info {
  margin-top: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer20 .footer_up .left .info {
    margin-top: 20px;
  }
}
.footer20 .footer_up .left .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 25px;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .footer20 .footer_up .left .info a {
    font-size: 15px;
  }
}
.footer20 .footer_up .left .info a + a {
  margin-top: 3px;
}
.footer20 .footer_up .left .info a i {
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 1025px) {
  .footer20 .footer_up .left .info a:hover {
    color: #7a7a7a;
  }
}
.footer20 .footer_up .right {
  flex-shrink: 0;
  width: 400px;
}
@media (max-width: 1024px) {
  .footer20 .footer_up .right {
    width: 360px;
  }
}
@media (max-width: 840px) {
  .footer20 .footer_up .right {
    order: 1;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.footer20 .footer_up .right .site_map {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer20 .footer_up .right .site_map > li {
  width: calc(50% - 10px);
}
.footer20 .footer_up .right .site_map > li > a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.1s;
}
@media (max-width: 1500px) {
  .footer20 .footer_up .right .site_map > li > a {
    font-size: 15px;
  }
}
.footer20 .footer_up .right .site_map > li > a span {
  display: block;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 1500px) {
  .footer20 .footer_up .right .site_map > li > a span {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .footer20 .footer_up .right .site_map > li > a span {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .footer20 .footer_up .right .site_map > li > a span {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .footer20 .footer_up .right .site_map > li > a:hover {
    color: #7a7a7a;
  }
}
.footer20 .footer_down {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 40px;
}
.footer20 .footer_down .left {
  width: calc(100% - 440px);
}
@media (max-width: 1024px) {
  .footer20 .footer_down .left {
    width: calc(100% - 400px);
  }
}
@media (max-width: 840px) {
  .footer20 .footer_down .left {
    order: 2;
    width: 100%;
  }
}
.footer20 .footer_down .left .copyright {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer20 .footer_down .left .copyright a {
  color: #fff;
}
@media (min-width: 541px) and (max-width: 840px) {
  .footer20 .footer_down .left .copyright br {
    display: none;
  }
}
@media (min-width: 1201px) {
  .footer20 .footer_down .left .copyright br {
    display: none;
  }
}
.footer20 .footer_down .right {
  flex-shrink: 0;
  width: 400px;
}
@media (max-width: 1024px) {
  .footer20 .footer_down .right {
    width: 360px;
  }
}
@media (max-width: 840px) {
  .footer20 .footer_down .right {
    order: 1;
    width: 100%;
  }
}
.footer20 .footer_down .right .social_media {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer20 .footer_down .right .social_media a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer20 .footer_down .right .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer20.in .footer_up .left .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.footer20.in .footer_up .left .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.footer20.in .footer_up .right .site_map {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer20.in .footer_down .left .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.footer20.in .footer_down .right .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.footer21 {
  position: relative;
  overflow: hidden;
}
.footer21 .footer_content {
  background: #292c2e;
}
@media (min-width: 1201px) {
  .footer21 .footer_content {
    background-image: linear-gradient(to left, #3b4044 0%, #3b4044 100%);
    background-size: 50% 100%;
    background-position: right top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1200px) {
  .footer21 .footer_content {
    padding: 40px 0;
  }
}
@media (min-width: 1201px) {
  .footer21 .footer_content .left,
  .footer21 .footer_content .right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer21 .footer_content .left {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
}
@media (min-width: 1201px) {
  .footer21 .footer_content .left {
    background: #292c2e;
  }
}
@media (max-width: 1200px) {
  .footer21 .footer_content .left {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 1200px) {
  .footer21 .footer_content .left {
    align-items: center;
  }
}
.footer21 .footer_content .left .logo {
  display: block;
  width: fit-content;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer21 .footer_content .left .info {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 481px) and (max-width: 1200px) {
  .footer21 .footer_content .left .info {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.footer21 .footer_content .left .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 20px;
  transition: all 0.1s;
}
.footer21 .footer_content .left .info a + a {
  margin-top: 3px;
}
.footer21 .footer_content .left .info a i {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer21 .footer_content .left .info a:hover {
  color: #7a7a7a;
}
.footer21 .footer_content .left .subscribe {
  margin-top: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer21 .footer_content .left .subscribe form label {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 13px;
}
@media (min-width: 481px) and (max-width: 1200px) {
  .footer21 .footer_content .left .subscribe form label {
    text-align: center;
  }
}
.footer21 .footer_content .left .subscribe form div {
  display: flex;
  gap: 0 10px;
}
.footer21 .footer_content .left .subscribe form div input {
  width: calc(100% - 10px);
  max-width: 260px;
  font-size: 14px;
  font-weight: 500;
}
.footer21 .footer_content .left .subscribe form div input:-webkit-autofill, .footer21 .footer_content .left .subscribe form div input:-webkit-autofill:hover, .footer21 .footer_content .left .subscribe form div input:-webkit-autofill:focus, .footer21 .footer_content .left .subscribe form div input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
}
.footer21 .footer_content .left .subscribe form div [class^=button] {
  flex-shrink: 0;
  width: 93px;
}
.footer21 .footer_content .right {
  width: 66.6666666667%;
}
@media (min-width: 1201px) {
  .footer21 .footer_content .right {
    background: #3b4044;
  }
}
@media (max-width: 1200px) {
  .footer21 .footer_content .right {
    width: 100%;
    margin-top: 40px;
  }
}
.footer21 .footer_content .right .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 25px 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .footer21 .footer_content .right .site_map {
    gap: 20px 35px;
  }
}
@media (max-width: 1200px) {
  .footer21 .footer_content .right .site_map {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .footer21 .footer_content .right .site_map {
    justify-content: flex-start;
  }
}
.footer21 .footer_content .right .site_map > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  transition: all 0.1s;
}
.footer21 .footer_content .right .site_map > li > a:hover {
  color: #7a7a7a;
}
.footer21 .footer_content .right .site_map > li ul {
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .footer21 .footer_content .right .site_map > li ul {
    display: none;
  }
}
.footer21 .footer_content .right .site_map > li ul li {
  padding: 3px 0;
}
.footer21 .footer_content .right .site_map > li ul li a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  transition: all 0.1s;
}
.footer21 .footer_content .right .site_map > li ul li a:hover {
  color: #7a7a7a;
}
.footer21 .copyright {
  padding: 15px 0;
  background: #1a1a1a;
}
@media (max-width: 1200px) {
  .footer21 .copyright {
    padding: 40px 0;
  }
}
.footer21 .copyright .row {
  justify-content: space-between;
}
@media (min-width: 481px) and (max-width: 1200px) {
  .footer21 .copyright .row {
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .footer21 .copyright .row {
    flex-direction: column-reverse;
  }
}
.footer21 .copyright .left p {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 481px) and (max-width: 1200px) {
  .footer21 .copyright .left p {
    text-align: center;
  }
}
.footer21 .copyright .left p a {
  color: #fff;
}
@media (min-width: 641px) {
  .footer21 .copyright .left p br {
    display: none;
  }
}
@media (max-width: 400px) {
  .footer21 .copyright .left p br {
    display: none;
  }
}
.footer21 .copyright .right {
  display: flex;
  gap: 20px 30px;
}
@media (min-width: 481px) and (max-width: 1200px) {
  .footer21 .copyright .right {
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .footer21 .copyright .right {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.footer21 .copyright .right .tool_link {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer21 .copyright .right .tool_link > li > a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 15px;
  transition: all 0.1s;
}
.footer21 .copyright .right .tool_link > li > a:hover {
  color: #7a7a7a;
}
.footer21 .copyright .right .social_media {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer21 .copyright .right .social_media a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer21 .copyright .right .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer21.in .footer_content .left .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer21.in .footer_content .left .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.footer21.in .footer_content .left .subscribe {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.footer21.in .footer_content .right .site_map {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer21.in .copyright .left p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
.footer21.in .copyright .right .tool_link {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.footer21.in .copyright .right .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.footer22 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.footer22 .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  width: 26.274303731%;
  padding: 3.125vw;
}
@media (max-width: 960px) {
  .footer22 .left {
    width: 100%;
    padding: 40px 6.25vw;
  }
}
.footer22 .left .logo {
  display: block;
  width: fit-content;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer22 .left .info {
  margin-top: auto;
  padding-top: 10px;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 36px 1px;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer22 .left .info a {
  display: block;
  width: fit-content;
  color: #4e4e4e;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  transition: all 0.1s;
}
.footer22 .left .info a + a {
  margin-top: 3px;
}
@media (min-width: 1025px) {
  .footer22 .left .info a:hover {
    color: #7a7a7a;
  }
}
.footer22 .left .social_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer22 .left .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: all 0.2s;
}
.footer22 .left .social_media a svg {
  width: auto;
  height: 23px;
  fill: #4e4e4e;
  transition: all 0.2s;
}
@media (min-width: 1025px) {
  .footer22 .left .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer22 .right {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  width: 73.725696269%;
  padding: 3.125vw 3.125vw 0;
  background: #000000;
}
@media (max-width: 960px) {
  .footer22 .right {
    width: 100%;
    padding: 40px 6.25vw 0;
  }
}
@media (max-width: 480px) {
  .footer22 .right {
    padding: 40px 25px;
  }
}
.footer22 .right .maps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  width: 55%;
}
@media (max-width: 480px) {
  .footer22 .right .maps {
    width: 100%;
  }
}
.footer22 .right .maps > div {
  width: 50%;
  padding-right: 3.125vw;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .footer22 .right .maps > div {
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .footer22 .right .maps > div {
    width: 100%;
    padding-right: 0;
  }
}
.footer22 .right .maps > div > p {
  color: #fff;
  font-size: 20px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  background-image: linear-gradient(to right, #fff, #fff);
  background-size: 36px 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .footer22 .right .maps > div > p {
    text-align: center;
    background-position: center bottom;
  }
}
.footer22 .right .maps > div ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 480px) {
  .footer22 .right .maps > div ul {
    align-items: center;
  }
}
.footer22 .right .maps > div ul li a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer22 .right .maps > div ul li a:hover {
    color: #7a7a7a;
  }
}
.footer22 .right .pushy {
  width: 45%;
  padding-left: 3.125vw;
  border-left: 1px solid #fff;
}
@media (max-width: 960px) {
  .footer22 .right .pushy {
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .footer22 .right .pushy {
    width: 100%;
    padding-top: 30px;
    padding-left: unset;
    border-top: 1px solid #fff;
    border-left: unset;
  }
}
.footer22 .right .pushy > div {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer22 .right .pushy > div .pushy_title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .footer22 .right .pushy > div .pushy_title {
    text-align: center;
  }
}
.footer22 .right .pushy > div .module_desc {
  font-size: 12px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .footer22 .right .pushy > div .module_desc {
    text-align-last: center;
  }
}
.footer22 .right .pushy > div a {
  display: flex;
  align-items: center;
  gap: 0 15px;
  width: fit-content;
}
@media (max-width: 480px) {
  .footer22 .right .pushy > div a {
    margin: 0 auto;
  }
}
.footer22 .right .pushy > div a span {
  color: #fff;
  font-size: 12px;
  transition: all 0.1s;
}
.footer22 .right .pushy > div a div {
  position: relative;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: all 0.1s;
}
.footer22 .right .pushy > div a div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 10px;
  background: #fff;
  transform-origin: right bottom;
  transform: rotate(-45deg);
  transition: all 0.1s;
}
.footer22 .right .pushy > div a div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 10px;
  background: #fff;
  transform-origin: right top;
  transform: rotate(45deg);
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer22 .right .pushy > div a:hover span {
    color: #7a7a7a;
  }
  .footer22 .right .pushy > div a:hover div {
    background: #7a7a7a;
  }
  .footer22 .right .pushy > div a:hover div::before, .footer22 .right .pushy > div a:hover div::after {
    background: #7a7a7a;
  }
}
.footer22 .right .copyright {
  width: 100%;
  padding: 25px 0;
  border-top: 1px solid #fff;
}
@media (max-width: 480px) {
  .footer22 .right .copyright {
    padding: unset;
    border-top: unset;
  }
}
.footer22 .right .copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer22 .right .copyright p a {
  color: #fff;
}
@media (min-width: 641px) {
  .footer22 .right .copyright p br {
    display: none;
  }
}
.footer22.in .left .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer22.in .left .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.footer22.in .left .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer22.in .right .maps > div {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.footer22.in .right .pushy > div {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.footer22.in .right .copyright p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.footer_business {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #000000;
}
.footer_business .footer_top {
  padding: 125px 0 75px;
  border-bottom: 1px solid #fff;
}
.footer_business .footer_top .wider_container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 840px) {
  .footer_business .footer_top .wider_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer_business .footer_top .wider_container > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1200px) {
  .footer_business .footer_top {
    order: 2;
    padding: 0 0 30px;
    border-bottom: 0;
  }
}
@media (max-width: 840px) {
  .footer_business .footer_top .logo {
    margin: 35px auto;
    display: block;
  }
}
.footer_business .footer_top .site_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .footer_business .footer_top .site_map {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 840px) {
  .footer_business .footer_top .site_map {
    gap: 10px 0;
  }
}
.footer_business .footer_top .site_map > li {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .footer_business .footer_top .site_map > li {
    padding: 0 1.3888888889vw;
  }
}
@media (max-width: 1200px) {
  .footer_business .footer_top .site_map > li {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 840px) {
  .footer_business .footer_top .site_map > li {
    width: 33.3333333333%;
    text-align: center;
    padding: 0;
  }
}
.footer_business .footer_top .site_map > li > a {
  display: table;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .footer_business .footer_top .site_map > li > a {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .footer_business .footer_top .site_map > li > a {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0;
  }
}
@media (max-width: 840px) {
  .footer_business .footer_top .site_map > li > a {
    display: block;
  }
}
@media (min-width: 1025px) {
  .footer_business .footer_top .site_map > li > a:hover {
    color: #7a7a7a;
  }
}
.footer_business .footer_top .site_map > li ul {
  column-count: 3;
  column-gap: 20px;
}
@media (max-width: 1200px) {
  .footer_business .footer_top .site_map > li ul {
    display: none;
  }
}
.footer_business .footer_top .site_map > li ul li {
  break-inside: avoid-column;
  page-break-inside: avoid;
}
.footer_business .footer_top .site_map > li ul li a {
  display: table;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer_business .footer_top .site_map > li ul li a:hover {
    color: #7a7a7a;
  }
}
.footer_business .footer_top .info {
  display: flex;
  justify-content: end;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .footer_business .footer_top .info {
    align-items: center;
    flex-direction: column;
  }
}
.footer_business .footer_top .info a {
  color: #fff;
  font-size: 14px;
  padding: 0 0 0 15px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .footer_business .footer_top .info a {
    padding: 0;
    text-align: center;
  }
  .footer_business .footer_top .info a:not(:last-child) {
    margin-bottom: 9px;
  }
}
.footer_business .footer_top .info a span {
  padding-right: 10px;
}
@media (min-width: 1025px) {
  .footer_business .footer_top .info a:hover {
    color: #7a7a7a;
  }
}
.footer_business .copyright {
  padding: 35px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .footer_business .copyright {
    order: 3;
  }
}
@media (max-width: 840px) {
  .footer_business .copyright {
    padding: 0 0 35px;
  }
}
.footer_business .copyright .wider_container {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 840px) {
  .footer_business .copyright .wider_container > div {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 840px) {
  .footer_business .copyright .wider_container {
    flex-direction: column;
    justify-content: center;
  }
}
.footer_business .copyright .wider_container a {
  color: #fff;
}
@media (max-width: 840px) {
  .footer_business .copyright .wider_container a {
    text-align: center;
  }
}
.footer_business .copyright .wider_container br {
  display: none;
}
@media (min-width: 401px) and (max-width: 480px) {
  .footer_business .copyright .wider_container br {
    display: block;
  }
}
.footer_business.in .footer_top .site_map > li {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .footer_business.in .footer_top .site_map > li {
    transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.footer_business.in .footer_top .info {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 1200px) {
  .footer_business.in .footer_top .info {
    transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
  }
}
.footer_business.in .copyright {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.quick_link01 {
  display: flex;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #535353;
  z-index: 90;
}
@media (min-width: 1025px) {
  .quick_link01 {
    display: none;
  }
}
.quick_link01 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 0 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 400px) {
  .quick_link01 a {
    font-size: 13px;
    flex-direction: column;
  }
}
@media (max-width: 370px) {
  .quick_link01 a i {
    display: none;
  }
}
.quick_link01 a svg {
  width: auto;
  height: 14px;
  fill: #fff;
}
@media (max-width: 370px) {
  .quick_link01 a svg {
    display: none;
  }
}
.quick_link01 a + a {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-size: 1px 15px;
  background-position: left center;
  background-repeat: no-repeat;
}

.map_business {
  position: relative;
  overflow: hidden;
  height: 830px;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .map_business {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .map_business {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .map_business {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.map_business .map_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map_business .map_top {
  position: relative;
}
@media (max-width: 720px) {
  .map_business .map_top {
    margin-bottom: 60px;
  }
}
.map_business .map_top .map_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .map_business .map_top .map_nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .map_business .map_top .map_nav {
    margin-bottom: 40px;
  }
}
.map_business .map_top .map_nav .left {
  width: 50%;
  padding-right: 3.125vw;
}
@media (max-width: 960px) {
  .map_business .map_top .map_nav .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.map_business .map_top .map_nav .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.map_business .map_top .map_nav .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.map_business .map_top .map_nav .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.map_business .map_top .map_nav .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.map_business .map_top .map_nav .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.map_business .map_top .map_nav .left .module_title.white p:nth-child(2) {
  color: #fff;
}
.map_business .map_top .map_nav .left .module_title img {
  width: auto;
  height: 30px;
  object-fit: contain;
}
.map_business .map_top .map_nav .left .module_title .chi {
  margin-top: 15px;
}
@media (max-width: 960px) {
  .map_business .map_top .map_nav .left .module_title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.map_business .map_top .map_nav .left .module_desc {
  margin-top: 45px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.map_business .map_top .map_nav .left .module_desc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}
.map_business .map_top .map_nav .left .module_desc ul li {
  width: 100%;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.125px;
}
@media (max-width: 840px) {
  .map_business .map_top .map_nav .left .module_desc ul li {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
}
.map_business .map_top .map_nav .left .module_desc ul li:before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #00a746;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .map_business .map_top .map_nav .left .module_desc {
    text-align-last: center;
  }
}
.map_business .map_top .button_set {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .map_business .map_top .button_set {
    justify-content: center;
  }
}
.map_business.in .map_top .map_nav .left .module_title {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.map_business.in .map_top .map_nav .left .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.map_business.in .map_top .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.map_business.in .map_bottom > div p:nth-child(1) {
  opacity: 1;
}
.map_business.in .map_bottom > div:nth-child(1) p:nth-child(1) {
  transition: opacity 0.7s 0.6s;
}
.map_business.in .map_bottom > div:nth-child(1) p:nth-child(3) {
  height: 12.7604166667vw;
  transition: height 0.7s 0.2s;
}
@media (max-width: 768px) {
  .map_business.in .map_bottom > div:nth-child(1) p:nth-child(3) {
    height: 17.578125vw;
  }
}
@media (max-width: 640px) {
  .map_business.in .map_bottom > div:nth-child(1) p:nth-child(3) {
    height: 25vw;
  }
}
@media (max-width: 480px) {
  .map_business.in .map_bottom > div:nth-child(1) p:nth-child(3) {
    height: 22.9166666667vw;
  }
}
.map_business.in .map_bottom > div:nth-child(2) p:nth-child(1) {
  transition: opacity 0.7s 1.2s;
}
.map_business.in .map_bottom > div:nth-child(2) p:nth-child(3) {
  height: 11.4583333333vw;
  transition: height 0.7s 0.8s;
}
@media (max-width: 768px) {
  .map_business.in .map_bottom > div:nth-child(2) p:nth-child(3) {
    height: 15.625vw;
  }
}
@media (max-width: 640px) {
  .map_business.in .map_bottom > div:nth-child(2) p:nth-child(3) {
    height: 15.625vw;
  }
}
@media (max-width: 480px) {
  .map_business.in .map_bottom > div:nth-child(2) p:nth-child(3) {
    height: 20.8333333333vw;
  }
}
.map_business.in .map_bottom > div:nth-child(3) p:nth-child(1) {
  transition: opacity 0.7s 0.9s;
}
.map_business.in .map_bottom > div:nth-child(3) p:nth-child(3) {
  height: 8.59375vw;
  transition: height 0.7s 0.5s;
}
@media (max-width: 768px) {
  .map_business.in .map_bottom > div:nth-child(3) p:nth-child(3) {
    height: 11.71875vw;
  }
}
@media (max-width: 640px) {
  .map_business.in .map_bottom > div:nth-child(3) p:nth-child(3) {
    height: 20.3125vw;
  }
}
@media (max-width: 480px) {
  .map_business.in .map_bottom > div:nth-child(3) p:nth-child(3) {
    height: 25vw;
  }
}
.map_business.in .map_bottom > div:nth-child(4) p:nth-child(1) {
  transition: opacity 0.7s 1.8s;
}
.map_business.in .map_bottom > div:nth-child(4) p:nth-child(3) {
  height: 6.5104166667vw;
  transition: height 0.7s 1.4s;
}
@media (max-width: 768px) {
  .map_business.in .map_bottom > div:nth-child(4) p:nth-child(3) {
    height: 9.1145833333vw;
  }
}
@media (max-width: 640px) {
  .map_business.in .map_bottom > div:nth-child(4) p:nth-child(3) {
    height: 18.75vw;
  }
}
@media (max-width: 480px) {
  .map_business.in .map_bottom > div:nth-child(4) p:nth-child(3) {
    height: 22.9166666667vw;
  }
}
.map_business.in .map_bottom > div:nth-child(5) p:nth-child(1) {
  transition: opacity 0.7s 1.5s;
}
.map_business.in .map_bottom > div:nth-child(5) p:nth-child(3) {
  height: 10.4166666667vw;
  transition: height 0.7s 1.1s;
}
@media (max-width: 768px) {
  .map_business.in .map_bottom > div:nth-child(5) p:nth-child(3) {
    height: 14.3229166667vw;
  }
}

.about01 {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1201px) {
  .about01 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .about01 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1201px) and (max-width: 960px) {
  .about01 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1201px) and (max-width: 480px) {
  .about01 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.about01 .about_bg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 37.1875vw;
  z-index: -1;
  opacity: 0;
  transform: translate(40px, -50%);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .about01 .about_bg {
    width: 45vw;
  }
}
@media (max-width: 768px) {
  .about01 .about_bg {
    display: none;
  }
}
.about01 .about_content {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .about01 .about_content {
    flex-direction: column-reverse;
  }
}
.about01 .about_content .left {
  width: 35.3125%;
  margin-right: 7.5520833333vw;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .about01 .about_content .left {
    width: 45%;
    margin-right: 40px;
  }
}
@media (max-width: 960px) {
  .about01 .about_content .left {
    width: calc(50% - 40px);
  }
}
@media (max-width: 768px) {
  .about01 .about_content .left {
    width: 100%;
    margin-right: 0;
  }
}
.about01 .about_content .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about01 .about_content .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about01 .about_content .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about01 .about_content .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about01 .about_content .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.about01 .about_content .left .module_title.white p:nth-child(2) {
  color: #fff;
}
.about01 .about_content .left .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about01 .about_content .left [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about01 .about_content .left [class^=button] {
    margin-top: 35px !important;
  }
}
.about01 .about_content .right {
  width: 43.75%;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .about01 .about_content .right {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .about01 .about_content .right {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about01 .about_content .right p {
  position: relative;
  height: 0;
  padding-bottom: 61.4285714286%;
  overflow: hidden;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 768px) {
  .about01 .about_content .right p {
    transform: translate(0, 40px);
  }
}
.about01 .about_content .right p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about01.in .about_bg {
  opacity: 1;
  transform: translate(0, -50%);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about01.in .about_content .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about01.in .about_content .left .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about01.in .about_content .left [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.about01.in .about_content .right p {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 768px) {
  .about01.in .about_content .right p {
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
}

.about02 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about02 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about02 .about_content {
  display: flex;
  margin: 0 -30px;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .about02 .about_content {
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .about02 .about_content {
    margin: 0 -20px;
  }
}
.about02 .about_content .left {
  width: 50%;
  padding: 0 30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .about02 .about_content .left {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  .about02 .about_content .left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.about02 .about_content .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about02 .about_content .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about02 .about_content .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about02 .about_content .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about02 .about_content .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.about02 .about_content .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 900px) {
  .about02 .about_content .left .module_title {
    order: 1;
    transform: translateY(40px);
  }
}
.about02 .about_content .left .module_title p:nth-child(1) {
  font-size: calc(1.5625rem + 1.0416666667vw);
  display: flex;
  font-style: italic;
  color: #0054a7;
  justify-content: center;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 900;
}
.about02 .about_content .left .module_title p:nth-child(1) span {
  color: #e84309;
}
.about02 .about_content .left .module_title p:nth-child(1).text-left {
  justify-content: start;
}
.about02 .about_content .left .module_title p:nth-child(2) {
  font-size: calc(1.671875rem + 0.2734375vw);
  font-weight: 700;
  color: #000;
  letter-spacing: 4px;
}
.about02 .about_content .left .module_desc {
  font-size: 16px;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  line-height: 2;
}
@media (max-width: 1024px) {
  .about02 .about_content .left .module_desc {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .about02 .about_content .left .module_desc {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .about02 .about_content .left .module_desc {
    order: 2;
    transform: translateY(40px);
  }
}
.about02 .about_content .left .button_set {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about02 .about_content .left .button_set {
    margin-top: 35px !important;
  }
}
@media (max-width: 900px) {
  .about02 .about_content .left .button_set {
    justify-content: center;
    order: 4;
  }
}
.about02 .about_content .left .about_timeline {
  margin-top: 70px;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .about02 .about_content .left .about_timeline {
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  .about02 .about_content .left .about_timeline {
    order: 3;
  }
}
.about02 .about_content .left .about_timeline .about_slick_3 {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 901px) {
  .about02 .about_content .left .about_timeline .about_slick_3 {
    display: none;
  }
}
.about02 .about_content .left .about_timeline .about_slick_3 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 65.4761904762%;
  overflow: hidden;
}
.about02 .about_content .left .about_timeline .about_slick_3 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about02 .about_content .left .about_timeline .year_slick {
  padding: 0 6.5104166667vw 0 50px;
  margin-bottom: 27px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1400px) {
  .about02 .about_content .left .about_timeline .year_slick {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 900px) {
  .about02 .about_content .left .about_timeline .year_slick {
    padding: 0 55px;
    margin-bottom: 40px;
  }
}
.about02 .about_content .left .about_timeline .year_slick::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: calc(180% + 60px);
  height: 1px;
  background: #e8e8e8;
}
@media (max-width: 1400px) {
  .about02 .about_content .left .about_timeline .year_slick::before {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .about02 .about_content .left .about_timeline .year_slick::before {
    left: 55px;
    width: calc(100% - 110px);
  }
}
.about02 .about_content .left .about_timeline .year_slick .slick-slide p {
  color: #9d9d9d;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .about02 .about_content .left .about_timeline .year_slick .slick-slide p {
    font-size: 17px;
  }
}
.about02 .about_content .left .about_timeline .year_slick .slick-slide::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 7px auto 0;
  background: #fff;
  border: 2px solid #cbcbcb;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .about02 .about_content .left .about_timeline .year_slick .slick-slide::after {
    margin: 2px auto 0;
  }
}
.about02 .about_content .left .about_timeline .year_slick .slick-slide.slick-current p {
  color: #000000;
  font-weight: 900;
  transform: scale(1.7);
}
@media (max-width: 480px) {
  .about02 .about_content .left .about_timeline .year_slick .slick-slide.slick-current p {
    transform: scale(1.4);
  }
}
.about02 .about_content .left .about_timeline .year_slick .slick-slide.slick-current::after {
  background: #4e4e4e;
}
.about02 .about_content .left .about_timeline .year_slick .slick-arrow {
  top: 88%;
}
@media (min-width: 901px) {
  .about02 .about_content .left .about_timeline .year_slick .slick-arrow.slick-next {
    display: none !important;
  }
}
.about02 .about_content .left .about_timeline .history_slick {
  padding-left: 65px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .about02 .about_content .left .about_timeline .history_slick {
    padding-left: 0;
  }
}
.about02 .about_content .left .about_timeline .history_slick .slick-slide {
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .about02 .about_content .left .about_timeline .history_slick .slick-slide {
    padding-left: 0;
  }
}
.about02 .about_content .left .about_timeline .history_slick .slick-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #4e4e4e;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .about02 .about_content .left .about_timeline .history_slick .slick-slide::before {
    display: none;
  }
}
.about02 .about_content .right {
  position: relative;
  width: 50%;
  padding: 0 30px;
  transition: all 0.3s;
  height: max-content;
}
@media (max-width: 1200px) {
  .about02 .about_content .right {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  .about02 .about_content .right {
    display: none;
    width: 100%;
  }
}
.about02 .about_content .right .pictures {
  position: relative;
  width: 89%;
  padding-bottom: 20.39%;
}
@media (max-width: 1500px) {
  .about02 .about_content .right .pictures {
    width: 100%;
  }
}
.about02 .about_content .right .pictures .big {
  position: relative;
  width: 75%;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about02 .about_content .right .pictures .big .about_slick_1 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 96.5656565657%;
  overflow: hidden;
}
.about02 .about_content .right .pictures .big .about_slick_1 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about02 .about_content .right .pictures .small {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about02 .about_content .right .pictures .small .about_slick_2 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 75.0724637681%;
  overflow: hidden;
}
.about02 .about_content .right .pictures .small .about_slick_2 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about02 .about_content .right .deco-area {
  position: absolute;
  right: 3.5vw;
  bottom: 0.5vw;
  opacity: 0;
  transition: all 0.3s;
}
.about02 .about_content .right .deco-area .round {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about02 .about_content .right .deco-area .round img {
  animation: spin 24s linear infinite;
  max-width: max-content;
}
.about02.in .about_content .left .module_title {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 900px) {
  .about02.in .about_content .left .module_title {
    transform: translateY(0);
  }
}
.about02.in .about_content .left .module_desc {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 900px) {
  .about02.in .about_content .left .module_desc {
    transform: translateY(0);
  }
}
.about02.in .about_content .left .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 900px) {
  .about02.in .about_content .left .button_set {
    transition: all 0.3s, opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
  }
}
.about02.in .about_content .left .about_timeline .about_slick_3 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about02.in .about_content .left .about_timeline .year_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.about02.in .about_content .left .about_timeline .history_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.about02.in .about_content .right .pictures .big {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about02.in .about_content .right .pictures .small {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.about02.in .about_content .right .deco-area {
  opacity: 1;
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
}

html[lang=en-US] .about02 .about_content .left .module_desc {
  text-align: left;
}

.about03 {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .about03 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about03 .about_content {
  display: flex;
  margin: 0 -30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .about03 .about_content {
    margin: 0 -20px;
  }
}
@media (max-width: 900px) {
  .about03 .about_content {
    flex-direction: column-reverse;
  }
}
.about03 .left {
  width: 50%;
  padding: 0 30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .about03 .left {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  .about03 .left {
    width: 100%;
  }
}
.about03 .left .about_slick_1 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .about03 .left .about_slick_1 {
    padding-bottom: 37px;
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #e8e8e8 100%);
    background-size: 1px 20px;
    background-position: right 34px bottom;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1024px) {
  .about03 .left .about_slick_1 {
    padding-bottom: 30px;
  }
}
.about03 .left .about_slick_1 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 52.6657997399%;
  overflow: hidden;
}
.about03 .left .about_slick_1 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about03 .left .about_slick_1 .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: unset;
  bottom: 0;
  width: 20px !important;
  height: 20px !important;
  transform: unset;
}
@media (max-width: 1200px) {
  .about03 .left .about_slick_1 .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .about03 .left .about_slick_1 .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.about03 .left .about_slick_1 .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .about03 .left .about_slick_1 .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .about03 .left .about_slick_1 .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .about03 .left .about_slick_1 .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .about03 .left .about_slick_1 .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.about03 .left .about_slick_1 .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .about03 .left .about_slick_1 .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .about03 .left .about_slick_1 .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .about03 .left .about_slick_1 .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .about03 .left .about_slick_1 .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.about03 .left .about_slick_1 .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.about03 .left .about_slick_1 .slick-arrow:hover svg {
  fill: #000000;
}
.about03 .left .about_slick_1 .slick-arrow.white svg {
  fill: #fff;
}
.about03 .left .about_slick_1 .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .about03 .left .about_slick_1 .slick-arrow {
    display: none !important;
  }
}
.about03 .left .about_slick_1 .slick-arrow.slick-prev:not(.keep_default) {
  left: unset;
  right: 50px;
}
.about03 .left .about_slick_1 .slick-arrow.slick-next:not(.keep_default) {
  right: 0px;
}
.about03 .left .advantage {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about03 .left .advantage > p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width: 1024px) {
  .about03 .left .advantage > p {
    display: none;
  }
}
.about03 .left .advantage ul:not(.slick-slider) {
  display: flex;
  margin: 0 -15px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .about03 .left .advantage ul:not(.slick-slider) {
    margin: 0 -10px;
  }
}
@media (max-width: 900px) {
  .about03 .left .advantage ul:not(.slick-slider) {
    margin: 0 -15px;
  }
}
@media (max-width: 576px) {
  .about03 .left .advantage ul:not(.slick-slider) {
    margin: 0 -10px;
  }
}
@media (max-width: 400px) {
  .about03 .left .advantage ul:not(.slick-slider) {
    flex-wrap: wrap;
  }
}
.about03 .left .advantage ul:not(.slick-slider) li {
  padding: 0 15px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .about03 .left .advantage ul:not(.slick-slider) li {
    padding: 0 10px;
  }
}
@media (max-width: 900px) {
  .about03 .left .advantage ul:not(.slick-slider) li {
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .about03 .left .advantage ul:not(.slick-slider) li {
    padding: 0 10px;
  }
}
@media (max-width: 400px) {
  .about03 .left .advantage ul:not(.slick-slider) li {
    width: 50%;
  }
  .about03 .left .advantage ul:not(.slick-slider) li:nth-child(1), .about03 .left .advantage ul:not(.slick-slider) li:nth-child(2) {
    margin-bottom: 30px;
  }
}
.about03 .left .advantage ul:not(.slick-slider) li img {
  margin: 0 auto;
  border-radius: 50%;
}
.about03 .left .advantage ul:not(.slick-slider) li p {
  color: #4e4e4e;
  font-weight: 700;
  text-align: center;
  margin: 15px 0 0;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .about03 .left .advantage ul:not(.slick-slider) li p {
    margin: 10px 0 0;
  }
}
.about03 .left .advantage ul.slick-slider {
  padding: 0 20px;
}
.about03 .left .advantage ul.slick-slider .slick-slide {
  padding: 0 15px;
}
@media (max-width: 480px) {
  .about03 .left .advantage ul.slick-slider .slick-slide {
    padding: 0 10px;
  }
}
.about03 .left .advantage ul.slick-slider .slick-slide img {
  margin: 0 auto;
  border-radius: 50%;
}
.about03 .left .advantage ul.slick-slider .slick-slide p {
  color: #4e4e4e;
  font-weight: 700;
  text-align: center;
  margin: 15px 0 0;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .about03 .left .advantage ul.slick-slider .slick-slide p {
    margin: 10px 0 0;
  }
}
.about03 .left .advantage ul.slick-slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 1200px) {
  .about03 .left .advantage ul.slick-slider .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .about03 .left .advantage ul.slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.about03 .left .advantage ul.slick-slider .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .about03 .left .advantage ul.slick-slider .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .about03 .left .advantage ul.slick-slider .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .about03 .left .advantage ul.slick-slider .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .about03 .left .advantage ul.slick-slider .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.about03 .left .advantage ul.slick-slider .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .about03 .left .advantage ul.slick-slider .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .about03 .left .advantage ul.slick-slider .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .about03 .left .advantage ul.slick-slider .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .about03 .left .advantage ul.slick-slider .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.about03 .left .advantage ul.slick-slider .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.about03 .left .advantage ul.slick-slider .slick-arrow:hover svg {
  fill: #000000;
}
.about03 .left .advantage ul.slick-slider .slick-arrow.white svg {
  fill: #fff;
}
.about03 .left .advantage ul.slick-slider .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.about03 .right {
  width: 50%;
  padding: 0 30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .about03 .right {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  .about03 .right {
    width: 100%;
    margin-bottom: 40px;
  }
}
.about03 .right .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about03 .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about03 .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about03 .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about03 .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.about03 .right .module_title.white p:nth-child(2) {
  color: #fff;
}
.about03 .right .module_desc {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about03 .right [class^=button] {
  margin-top: 30px;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about03 .right .pictures {
  position: relative;
  margin-top: 40px;
  padding-bottom: 8.5%;
}
@media (max-width: 1024px) {
  .about03 .right .pictures {
    display: none;
  }
}
.about03 .right .pictures .big {
  position: relative;
  width: 60%;
  margin: 0 0 0 auto;
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about03 .right .pictures .big .about_slick_2 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 69.696969697%;
  overflow: hidden;
}
.about03 .right .pictures .big .about_slick_2 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about03 .right .pictures .small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  z-index: 1;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about03 .right .pictures .small .about_slick_3 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.about03 .right .pictures .small .about_slick_3 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about03.in .left .about_slick_1 {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about03.in .left .advantage {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about03.in .right .module_title {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about03.in .right .module_desc {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about03.in .right [class^=button] {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about03.in .right .pictures .big {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.about03.in .right .pictures .small {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.about04 {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about04 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about04 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .about04 {
    background: #f6f6f6;
  }
}
.about04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 68.5416666667vw;
  height: 82%;
  background: #f6f6f6;
  z-index: -1;
}
@media (max-width: 1200px) {
  .about04::before {
    display: none;
  }
}
.about04 .about_content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.about04 .about_content::before {
  content: "CHUSHIN";
  position: absolute;
  bottom: 10%;
  right: 56.25%;
  color: #fff;
  font-size: 8.17708vw;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  z-index: -1;
  opacity: 0;
  transform: scale(-1, -1) translateX(-80px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1366px) {
  .about04 .about_content::before {
    display: none;
  }
}
.about04 .about_content .left {
  width: 43.75%;
  padding-right: 6.6145833333vw;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .about04 .about_content .left {
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .about04 .about_content .left {
    width: 100%;
    padding-right: 0;
  }
}
.about04 .about_content .left .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about04 .about_content .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about04 .about_content .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about04 .about_content .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about04 .about_content .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.about04 .about_content .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .about04 .about_content .left .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about04 .about_content .left .module_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .about04 .about_content .left .module_title {
    text-align: center;
  }
}
.about04 .about_content .left .pic_mb {
  max-width: 600px;
  margin: 0 auto 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .about04 .about_content .left .pic_mb {
    display: none;
  }
}
.about04 .about_content .left .pic_mb div {
  position: relative;
  height: 0;
  padding-bottom: 84%;
  overflow: hidden;
}
.about04 .about_content .left .pic_mb div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about04 .about_content .left .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about04 .about_content .left .about_icon {
  margin-top: 50px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .about04 .about_content .left .about_icon {
    margin-top: 30px;
  }
}
.about04 .about_content .left .about_icon > p {
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .about04 .about_content .left .about_icon > p {
    text-align: center;
    margin-bottom: 20px;
  }
}
.about04 .about_content .left .about_icon .advantage {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .about04 .about_content .left .about_icon .advantage {
    max-width: 675px;
    margin: 0 auto;
  }
}
.about04 .about_content .left .about_icon .advantage li {
  width: 25%;
  padding: 0 5px;
}
@media (max-width: 480px) {
  .about04 .about_content .left .about_icon .advantage li {
    width: 50%;
  }
  .about04 .about_content .left .about_icon .advantage li:nth-child(1), .about04 .about_content .left .about_icon .advantage li:nth-child(2) {
    margin-bottom: 30px;
  }
}
.about04 .about_content .left .about_icon .advantage li img {
  width: 55%;
  max-width: 73px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .about04 .about_content .left .about_icon .advantage li img {
    max-width: 52px;
  }
}
.about04 .about_content .left .about_icon .advantage li p {
  color: #7f7f7f;
  text-align: center;
  margin-top: 13px;
}
.about04 .about_content .left > [class^=button] {
  margin-top: 50px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1500px) {
  .about04 .about_content .left > [class^=button] {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .about04 .about_content .left > [class^=button] {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .about04 .about_content .left > [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 1200px) {
  .about04 .about_content .left > [class^=button] {
    margin: 0 auto;
  }
}
.about04 .about_content .right {
  width: 56.25%;
}
@media (max-width: 1200px) {
  .about04 .about_content .right {
    display: none;
  }
}
.about04 .about_content .right .pic_pc {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about04 .about_content .right .pic_pc img {
  width: 100%;
}
.about04.in .about_content::before {
  opacity: 1;
  transform: scale(-1, -1) translateX(0);
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.about04.in .about_content .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about04.in .about_content .left .pic_mb {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about04.in .about_content .left .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 1200px) {
  .about04.in .about_content .left .module_desc {
    transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.about04.in .about_content .left .about_icon {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 1200px) {
  .about04.in .about_content .left .about_icon {
    transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}
.about04.in .about_content .left > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
@media (max-width: 1200px) {
  .about04.in .about_content .left > [class^=button] {
    transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
  }
}
.about04.in .about_content .right .pic_pc {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}

.about05 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about05 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about05 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about05 .about_content {
  max-width: 1024px;
  margin: 0 auto;
}
.about05 .module_title {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about05 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about05 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about05 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about05 .module_title.white p:nth-child(1) {
  color: #fff;
}
.about05 .module_title.white p:nth-child(2) {
  color: #fff;
}
.about05 .module_desc {
  max-width: 890px;
  text-align-last: center;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about05 .about_slick_pc,
.about05 .about_slick_mb {
  margin: 40px -20px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about05 .about_slick_pc,
  .about05 .about_slick_mb {
    margin: 40px -10px 0;
  }
}
.about05 .about_slick_pc:not(.slick-slider),
.about05 .about_slick_mb:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.about05 .about_slick_pc:not(.slick-slider) li,
.about05 .about_slick_mb:not(.slick-slider) li {
  width: 25%;
}
@media (max-width: 640px) {
  .about05 .about_slick_pc:not(.slick-slider) li,
  .about05 .about_slick_mb:not(.slick-slider) li {
    width: 50%;
  }
}
.about05 .about_slick_pc li,
.about05 .about_slick_mb li {
  padding: 15px 20px;
}
@media (max-width: 1200px) {
  .about05 .about_slick_pc li,
  .about05 .about_slick_mb li {
    padding: 15px 10px;
  }
}
.about05 .about_slick_pc li .item,
.about05 .about_slick_mb li .item {
  margin: 0 auto;
}
.about05 .about_slick_pc li .item > div,
.about05 .about_slick_mb li .item > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .about05 .about_slick_pc li .item > div,
  .about05 .about_slick_mb li .item > div {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }
}
.about05 .about_slick_pc li .item > div > div,
.about05 .about_slick_mb li .item > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.about05 .about_slick_pc li .item > div > div img,
.about05 .about_slick_mb li .item > div > div img {
  filter: brightness(1) invert(0);
  transition: all 0.3s;
}
.about05 .about_slick_pc li .item > div:hover,
.about05 .about_slick_mb li .item > div:hover {
  background: #000000;
}
.about05 .about_slick_pc li .item > div:hover > div img,
.about05 .about_slick_mb li .item > div:hover > div img {
  filter: brightness(0) invert(1);
}
.about05 .about_slick_pc .slick-arrow,
.about05 .about_slick_mb .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .about05 .about_slick_pc .slick-arrow,
  .about05 .about_slick_mb .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .about05 .about_slick_pc .slick-arrow,
  .about05 .about_slick_mb .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.about05 .about_slick_pc .slick-arrow.slick-prev:not(.keep_default),
.about05 .about_slick_mb .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .about05 .about_slick_pc .slick-arrow.slick-prev:not(.keep_default),
  .about05 .about_slick_mb .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .about05 .about_slick_pc .slick-arrow.slick-prev:not(.keep_default),
  .about05 .about_slick_mb .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .about05 .about_slick_pc .slick-arrow.slick-prev:not(.keep_default),
  .about05 .about_slick_mb .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .about05 .about_slick_pc .slick-arrow.slick-prev:not(.keep_default),
  .about05 .about_slick_mb .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.about05 .about_slick_pc .slick-arrow.slick-next:not(.keep_default),
.about05 .about_slick_mb .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .about05 .about_slick_pc .slick-arrow.slick-next:not(.keep_default),
  .about05 .about_slick_mb .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .about05 .about_slick_pc .slick-arrow.slick-next:not(.keep_default),
  .about05 .about_slick_mb .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .about05 .about_slick_pc .slick-arrow.slick-next:not(.keep_default),
  .about05 .about_slick_mb .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .about05 .about_slick_pc .slick-arrow.slick-next:not(.keep_default),
  .about05 .about_slick_mb .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.about05 .about_slick_pc .slick-arrow svg,
.about05 .about_slick_mb .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.about05 .about_slick_pc .slick-arrow:hover svg,
.about05 .about_slick_mb .slick-arrow:hover svg {
  fill: #000000;
}
.about05 .about_slick_pc .slick-arrow.white svg,
.about05 .about_slick_mb .slick-arrow.white svg {
  fill: #fff;
}
.about05 .about_slick_pc .slick-arrow.white:hover svg,
.about05 .about_slick_mb .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.about05 .about_slick_pc li .item {
  max-width: 210px;
}
@media (max-width: 768px) {
  .about05 .about_slick_pc li .item {
    max-width: 180px;
  }
}
.about05 .about_slick_pc li .item > div > div img {
  max-width: 41.6666666667%;
  margin-bottom: 10px;
}
@media (max-width: 840px) {
  .about05 .about_slick_pc li .item > div > div img {
    margin-bottom: 5px;
  }
}
.about05 .about_slick_pc li .item > div > div p {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .about05 .about_slick_pc li .item > div > div p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about05 .about_slick_pc li .item > div > div p {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .about05 .about_slick_pc li .item > div > div p {
    font-size: 14px;
  }
}
.about05 .about_slick_pc li .item > div:hover > div p {
  color: #fff;
}
.about05 .about_slick_mb li .item {
  max-width: 180px;
}
@media (max-width: 768px) {
  .about05 .about_slick_mb li .item {
    max-width: 150px;
  }
}
.about05 .about_slick_mb li .item > div {
  margin-bottom: 15px;
}
.about05 .about_slick_mb li .item > div > div img {
  max-width: 50%;
}
.about05 .about_slick_mb li .item > p {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .about05 .about_slick_mb li .item > p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .about05 .about_slick_mb li .item > p {
    font-size: 15px;
  }
}
.about05 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about05.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about05.in .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about05.in .about_slick_pc,
.about05.in .about_slick_mb {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about05.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.about06 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about06 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about06 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about06 .module_title {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about06 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about06 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about06 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about06 .module_title.white p:nth-child(1) {
  color: #fff;
}
.about06 .module_title.white p:nth-child(2) {
  color: #fff;
}
.about06 .slick_top {
  padding: 0 45px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about06 .slick_top {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .about06 .slick_top {
    padding: 0 15px;
  }
}
.about06 .slick_top .slick-list {
  background-image: linear-gradient(to right, #d1d1d1 0%, #d1d1d1 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.about06 .slick_top .slick-slide {
  padding: 0 1.8229166667vw;
}
.about06 .slick_top .slick-slide .frame_frame {
  max-width: 92px;
  margin: 0 auto;
}
.about06 .slick_top .slick-slide .frame {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  cursor: pointer;
  overflow: hidden;
}
.about06 .slick_top .slick-slide .frame::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: linear-gradient(to right, #000000 0%, #393993 100%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.about06 .slick_top .slick-slide .frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54.347826087%;
  height: 54.347826087%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
}
.about06 .slick_top .slick-slide .frame::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.about06 .slick_top .slick-slide p {
  color: #4e4e4e;
  font-weight: 500;
  text-align: center;
  text-indent: 1px;
  margin-top: 10px;
  transition: all 0.1s;
}
.about06 .slick_top .slick-slide:hover .frame::before, .about06 .slick_top .slick-slide.slick-current .frame::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.about06 .slick_top .slick-slide:hover .frame img, .about06 .slick_top .slick-slide.slick-current .frame img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.about06 .slick_top .slick-slide:hover .frame::after, .about06 .slick_top .slick-slide.slick-current .frame::after {
  width: 85.597826087%;
  height: 85.597826087%;
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 0 #fff;
}
.about06 .slick_top .slick-slide:hover p, .about06 .slick_top .slick-slide.slick-current p {
  color: #000000;
}
.about06 .slick_top .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .about06 .slick_top .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .about06 .slick_top .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.about06 .slick_top .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .about06 .slick_top .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .about06 .slick_top .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .about06 .slick_top .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .about06 .slick_top .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.about06 .slick_top .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .about06 .slick_top .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .about06 .slick_top .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .about06 .slick_top .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .about06 .slick_top .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.about06 .slick_top .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.about06 .slick_top .slick-arrow:hover svg {
  fill: #000000;
}
.about06 .slick_top .slick-arrow.white svg {
  fill: #fff;
}
.about06 .slick_top .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 480px) {
  .about06 .slick_top .slick-arrow.slick-prev {
    left: -25px;
  }
}
@media (max-width: 480px) {
  .about06 .slick_top .slick-arrow.slick-next {
    right: -25px;
  }
}
.about06 .slick_bottom {
  margin-top: 50px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about06 .slick_bottom .slick-slide {
  display: flex;
  flex-wrap: wrap;
}
.about06 .slick_bottom .slick-slide > div {
  width: 50%;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
@media (max-width: 840px) {
  .about06 .slick_bottom .slick-slide > div {
    width: 100%;
  }
}
.about06 .slick_bottom .slick-slide > div:nth-child(1) {
  transform: translate(-40px, 0);
}
@media (max-width: 840px) {
  .about06 .slick_bottom .slick-slide > div:nth-child(1) {
    transform: translate(0, 40px);
  }
}
.about06 .slick_bottom .slick-slide > div:nth-child(1) p {
  position: relative;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
}
.about06 .slick_bottom .slick-slide > div:nth-child(1) p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about06 .slick_bottom .slick-slide > div:nth-child(2) {
  display: flex;
  align-items: center;
  padding: 0 5.9895833333vw;
  transform: translate(40px, 0);
}
@media (max-width: 1200px) {
  .about06 .slick_bottom .slick-slide > div:nth-child(2) {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 840px) {
  .about06 .slick_bottom .slick-slide > div:nth-child(2) {
    padding: 20px 0 0;
    transform: translate(0, 40px);
  }
}
@media (max-width: 840px) {
  .about06 .slick_bottom .slick-slide > div:nth-child(2) > div {
    width: 100%;
  }
}
.about06 .slick_bottom .slick-slide > div:nth-child(2) .slick_title {
  color: #000000;
  font-size: calc(1rem + 1.04167vw);
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 840px) {
  .about06 .slick_bottom .slick-slide > div:nth-child(2) .slick_title {
    margin-bottom: 10px;
  }
}
.about06 .slick_bottom .slick-slide > div:nth-child(2) [class^=button] {
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .about06 .slick_bottom .slick-slide > div:nth-child(2) [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 840px) {
  .about06 .slick_bottom .slick-slide > div:nth-child(2) [class^=button] {
    margin: 0 auto;
  }
}
.about06 .slick_bottom .slick-slide.slick-current > div {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}
.about06.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about06.in .slick_top {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about06.in .slick_bottom {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.about07 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about07 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about07 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about07 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about07 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about07 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about07 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about07 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about07 .module_title.white p:nth-child(1) {
  color: #fff;
}
.about07 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .about07 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about07 .module_title {
    margin-bottom: 30px;
  }
}
.about07 .module_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about07 .module_slick {
    margin: 0 -10px;
  }
}
@media (min-width: 1025px) {
  .about07 .module_slick .slick-track {
    display: flex;
  }
}
.about07 .module_slick .slick-slide {
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .about07 .module_slick .slick-slide {
    flex: 1;
    width: auto !important;
    transition: flex 0.5s;
  }
}
@media (max-width: 1200px) {
  .about07 .module_slick .slick-slide {
    padding: 0 10px;
  }
}
.about07 .module_slick .slick-slide > div:nth-child(1) {
  position: relative;
  height: 0;
  padding-bottom: 650px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .about07 .module_slick .slick-slide > div:nth-child(1) {
    padding-bottom: 550px;
  }
}
@media (max-width: 1200px) {
  .about07 .module_slick .slick-slide > div:nth-child(1) {
    padding-bottom: 450px;
  }
}
@media (max-width: 1024px) {
  .about07 .module_slick .slick-slide > div:nth-child(1) {
    padding-bottom: 108.3333333333%;
  }
}
.about07 .module_slick .slick-slide > div:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 2;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .about07 .module_slick .slick-slide > div:nth-child(1)::before {
    display: none;
  }
}
.about07 .module_slick .slick-slide > div:nth-child(1) > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.about07 .module_slick .slick-slide > div:nth-child(1) .cover_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 380px;
  padding: 0 15px;
  z-index: 3;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .about07 .module_slick .slick-slide > div:nth-child(1) .cover_txt {
    display: none;
  }
}
.about07 .module_slick .slick-slide > div:nth-child(1) .cover_txt .cover_title {
  color: #fff;
  font-size: calc(0.75rem + 1.041667vw);
  font-weight: 700;
  text-align: center;
}
.about07 .module_slick .slick-slide > div:nth-child(1) .cover_txt .module_desc {
  color: #fff;
  margin-top: 20px;
  opacity: 0;
  transition: all 0.5s;
}
.about07 .module_slick .slick-slide > div:nth-child(2) {
  margin-top: 15px;
}
@media (min-width: 1025px) {
  .about07 .module_slick .slick-slide > div:nth-child(2) {
    display: none;
  }
}
.about07 .module_slick .slick-slide > div:nth-child(2) .cover_title {
  font-size: calc(0.75rem + 1.041667vw);
  font-weight: 700;
}
.about07 .module_slick .slick-slide > div:nth-child(2) .module_desc {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .about07 .module_slick .slick-slide:hover {
    flex: 1.3;
  }
}
.about07 .module_slick .slick-slide:hover > div:nth-child(1)::before {
  opacity: 1;
}
.about07 .module_slick .slick-slide:hover > div:nth-child(1) .cover_txt {
  transform: translate(-50%, -50%);
}
.about07 .module_slick .slick-slide:hover > div:nth-child(1) .cover_txt .module_desc {
  opacity: 1;
}
.about07 .module_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .about07 .module_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .about07 .module_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.about07 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .about07 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .about07 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .about07 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .about07 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.about07 .module_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .about07 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .about07 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .about07 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .about07 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.about07 .module_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.about07 .module_slick .slick-arrow:hover svg {
  fill: #000000;
}
.about07 .module_slick .slick-arrow.white svg {
  fill: #fff;
}
.about07 .module_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.about07.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about07.in .module_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.about08 {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
@media (min-width: 481px) {
  .about08 {
    min-height: 480px;
  }
}
@media (min-width: 1200px) {
  .about08 {
    min-height: 630px;
  }
}
@media (max-width: 480px) {
  .about08 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media (max-width: 480px) and (max-width: 1440px) {
  .about08 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) and (max-width: 960px) {
  .about08 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .about08 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .about08 {
    display: flex;
    align-items: center;
  }
}
.about08::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.about08 .about_bg {
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
}
.about08 .about_bg img {
  width: 100%;
}
@media (max-width: 1440px) {
  .about08 .about_bg {
    height: 125%;
  }
  .about08 .about_bg img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 840px) {
  .about08 .about_bg img {
    object-position: right;
  }
}
.about08 .about_box {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .about08 .about_box {
    max-width: 710px;
  }
}
@media (min-width: 768px) {
  .about08 .about_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translateY(-50%);
  }
}
.about08 .about_box .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  padding-top: 5px;
}
.about08 .about_box .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about08 .about_box .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about08 .about_box .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about08 .about_box .module_title.white p:nth-child(1) {
  color: #fff;
}
.about08 .about_box .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 768px) {
  .about08 .about_box .module_title {
    text-align: center;
  }
}
.about08 .about_box .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 840x) {
  .about08 .about_box .module_desc {
    color: #000;
  }
}
@media (max-width: 480px) {
  .about08 .about_box .module_desc {
    text-align-last: center;
    margin: 0 auto;
  }
}
.about08 .about_box [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about08 .about_box [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 768px) {
  .about08 .about_box [class^=button] {
    margin: 0 auto;
  }
}
.about08.in .about_box .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about08.in .about_box .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about08.in .about_box [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.about09 {
  position: relative;
  background-image: url("../img/about/about22.jpg") !important;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .about09 {
    min-height: 600px;
  }
}
@media (max-width: 960px) {
  .about09 {
    min-height: 790px;
    background-position: -150px center;
  }
}
@media (max-width: 768px) {
  .about09 {
    background-position: -335px center;
  }
}
@media (max-width: 600px) {
  .about09 {
    background-position: -505px center;
  }
}
.about09 .about_bg {
  opacity: 0;
}
@media (max-width: 1440px) {
  .about09 .about_bg {
    display: none;
  }
}
.about09 .about_box {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .about09 .about_box {
    top: 10%;
  }
}
.about09 .about_box .about_content {
  display: flex;
}
@media (max-width: 960px) {
  .about09 .about_box .about_content {
    align-items: center;
    flex-direction: column;
  }
}
.about09 .about_box .about_content .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about09 .about_box .about_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about09 .about_box .about_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about09 .about_box .about_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about09 .about_box .about_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.about09 .about_box .about_content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .about09 .about_box .about_content .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about09 .about_box .about_content .module_title {
    margin-bottom: 30px;
  }
}
@media (min-width: 961px) {
  .about09 .about_box .about_content .module_title {
    margin-right: 5.20833vw;
  }
}
@media (max-width: 960px) {
  .about09 .about_box .about_content .module_title {
    text-align: center;
    margin-right: 0;
    transform: translate(0, 40px);
  }
}
.about09 .about_box .about_content .about_intro {
  max-width: 580px;
}
.about09 .about_box .about_content .about_intro .module_desc {
  color: #fff;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about09 .about_box .about_content .about_intro .module_desc {
    text-align: center;
    transform: translate(0, 40px);
  }
}
.about09 .about_box .about_content .about_intro [class^=button] {
  margin-top: 15px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about09 .about_box .about_content .about_intro [class^=button] {
    margin-top: 55px !important;
    margin: 0 auto;
    transform: translate(0, 40px);
  }
}
@media (max-width: 960px) and (max-width: 1200px) {
  .about09 .about_box .about_content .about_intro [class^=button] {
    margin-top: 35px !important;
  }
}
.about09 [class^=circle] {
  position: absolute;
  opacity: 0;
  transition: all 0.3s, bottom 1s ease-out, opacity 1s ease-out;
}
.about09 [class^=circle] > div {
  position: relative;
}
.about09 [class^=circle] > div::before {
  content: "";
  display: block;
  width: 1px;
  transition: all 0.3s;
}
.about09 [class^=circle] > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: calc(100% - 20px);
  left: 50%;
  width: 7.8125vw;
  height: 7.8125vw;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
@media (max-width: 1680px) {
  .about09 [class^=circle] > div > a {
    bottom: calc(100% - 10px);
  }
}
@media (max-width: 1536px) {
  .about09 [class^=circle] > div > a {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .about09 [class^=circle] > div > a {
    background: #fff;
  }
}
@media (max-width: 540px) {
  .about09 [class^=circle] > div > a {
    width: 100px;
    height: 100px;
  }
}
.about09 [class^=circle] > div > a::before, .about09 [class^=circle] > div > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.about09 [class^=circle] > div > a::before {
  animation: about09_circle 2.5s linear infinite;
}
@media (max-width: 1024px) {
  .about09 [class^=circle] > div > a::before {
    animation: about09_circle_1024 2.5s linear infinite;
  }
}
@media (max-width: 480px) {
  .about09 [class^=circle] > div > a::before {
    animation: about09_circle_480 2.5s linear infinite;
  }
}
.about09 [class^=circle] > div > a::after {
  animation: about09_circle 2.5s linear 1.25s infinite;
}
@media (max-width: 1024px) {
  .about09 [class^=circle] > div > a::after {
    animation: about09_circle_1024 2.5s linear 1.25s infinite;
  }
}
@media (max-width: 480px) {
  .about09 [class^=circle] > div > a::after {
    animation: about09_circle_480 2.5s linear 1.25s infinite;
  }
}
@keyframes about09_circle {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    width: calc(100% + 3.64583vw);
    height: calc(100% + 3.64583vw);
    opacity: 0;
  }
}
@keyframes about09_circle_1024 {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    opacity: 0;
  }
}
@keyframes about09_circle_480 {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    width: calc(100% + 46px);
    height: calc(100% + 46px);
    opacity: 0;
  }
}
.about09 [class^=circle] > div > a img {
  height: 62px;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .about09 [class^=circle] > div > a img {
    height: 58px;
  }
}
@media (max-width: 540px) {
  .about09 [class^=circle] > div > a img {
    height: 44px;
  }
}
.about09 [class^=circle] > div > a p {
  color: #eed7a8;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  transition: all 0.3s;
}
@media (max-width: 1680px) {
  .about09 [class^=circle] > div > a p {
    margin-top: 5px;
  }
}
@media (max-width: 1500px) {
  .about09 [class^=circle] > div > a p {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .about09 [class^=circle] > div > a p {
    font-size: 12px;
  }
}
.about09 [class^=circle] > div > a:hover {
  background: #fff;
}
.about09 .circle_1 {
  bottom: calc(0% - 11.14583vw - 130px);
  left: 16.6667%;
}
@media (max-width: 1440px) {
  .about09 .circle_1 {
    bottom: -270px;
    left: 240px;
  }
}
@media (max-width: 960px) {
  .about09 .circle_1 {
    left: 20%;
  }
}
@media (max-width: 540px) {
  .about09 .circle_1 {
    bottom: -220px;
  }
}
.about09 .circle_1 > div::before {
  height: 11.14583vw;
  background: url("../img/about/about23_line.svg") no-repeat;
}
@media (max-width: 1440px) {
  .about09 .circle_1 > div::before {
    height: 160px;
  }
}
@media (max-width: 540px) {
  .about09 .circle_1 > div::before {
    height: 130px;
  }
}
.about09 .circle_2 {
  bottom: calc(0% - 15.9375vw - 130px);
  left: 31.77083%;
}
@media (max-width: 1440px) {
  .about09 .circle_2 {
    bottom: -340px;
    left: 457px;
  }
}
@media (max-width: 960px) {
  .about09 .circle_2 {
    left: 50%;
  }
}
@media (max-width: 540px) {
  .about09 .circle_2 {
    bottom: -300px;
  }
}
.about09 .circle_2 > div::before {
  height: 15.9375vw;
  background: url("../img/about/about24_line.svg") no-repeat;
}
@media (max-width: 1440px) {
  .about09 .circle_2 > div::before {
    height: 230px;
  }
}
@media (max-width: 540px) {
  .about09 .circle_2 > div::before {
    height: 210px;
  }
}
.about09 .circle_3 {
  bottom: calc(0% - 8.69792vw - 130px);
  left: 46.875%;
}
@media (max-width: 1440px) {
  .about09 .circle_3 {
    bottom: -235px;
    left: 675px;
  }
}
@media (max-width: 960px) {
  .about09 .circle_3 {
    left: 80%;
  }
}
@media (max-width: 540px) {
  .about09 .circle_3 {
    bottom: -230px;
  }
}
.about09 .circle_3 > div::before {
  height: 8.69792vw;
  background: url("../img/about/about25_line.svg") no-repeat;
}
@media (max-width: 1440px) {
  .about09 .circle_3 > div::before {
    height: 125px;
  }
}
@media (max-width: 540px) {
  .about09 .circle_3 > div::before {
    height: 140px;
  }
}
.about09 canvas {
  width: 100%;
  height: 100%;
}
.about09.in .about_box .about_content .module_title {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about09.in .about_box .about_content .about_intro .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about09.in .about_box .about_content .about_intro [class^=button] {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about09.in [class^=circle] {
  bottom: 0;
  opacity: 1;
}
.about09.in .circle_1 {
  transition: all 0.3s, bottom 2s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s, opacity 1s ease-out 1.2s;
}
.about09.in .circle_2 {
  transition: all 0.3s, bottom 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, opacity 1s ease-out 0.9s;
}
.about09.in .circle_3 {
  transition: all 0.3s, bottom 2s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s, opacity 1s ease-out 1.5s;
}

.about10 {
  position: relative;
  min-height: calc(28.375rem + 15.7291666667vw);
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .about10 {
    min-height: unset;
  }
}
.about10::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
@media (max-width: 640px) {
  .about10::before {
    background: rgba(0, 0, 0, 0.65);
  }
}
.about10 .about_bg {
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.about10 .about_bg img {
  width: 100%;
}
@media (max-width: 1440px) {
  .about10 .about_bg {
    height: 125%;
  }
  .about10 .about_bg img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 640px) {
  .about10 .about_bg img {
    object-position: 70% center;
  }
}
.about10 .about_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media (max-width: 960px) {
  .about10 .about_box {
    position: relative;
  }
}
.about10 .about_box .left > .module_title,
.about10 .about_box .right > .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about10 .about_box .left > .module_title .eng,
.about10 .about_box .right > .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about10 .about_box .left > .module_title .chi,
.about10 .about_box .right > .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about10 .about_box .left > .module_title img,
.about10 .about_box .right > .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about10 .about_box .left > .module_title.white p:nth-child(1),
.about10 .about_box .right > .module_title.white p:nth-child(1) {
  color: #fff;
}
.about10 .about_box .left > .module_title.white p:nth-child(2),
.about10 .about_box .right > .module_title.white p:nth-child(2) {
  color: #fff;
}
.about10 .about_box .left > .module_desc,
.about10 .about_box .right > .module_desc {
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about10 .about_box .left > [class^=button],
.about10 .about_box .right > [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about10 .about_box .left > [class^=button],
  .about10 .about_box .right > [class^=button] {
    margin-top: 35px !important;
  }
}
.about10 .about_box .left {
  width: 39.625%;
  padding: 5.9895833333vw 2.6041666667vw;
  background: linear-gradient(to bottom, #3b4044 70%, transparent 100%);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .about10 .about_box .left {
    width: 45%;
  }
}
@media (max-width: 1366px) {
  .about10 .about_box .left {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .about10 .about_box .left {
    width: 55%;
  }
}
@media (max-width: 960px) {
  .about10 .about_box .left {
    width: 60%;
    padding: 5.9895833333vw 25px;
  }
}
@media (max-width: 840px) {
  .about10 .about_box .left {
    width: 70%;
  }
}
@media (max-width: 720px) {
  .about10 .about_box .left {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .about10 .about_box .left {
    width: 100%;
    padding: 40px 0;
    background: unset;
  }
}
@media (min-width: 961px) {
  .about10 .about_box .left > .module_title,
  .about10 .about_box .left > .module_desc,
  .about10 .about_box .left > [class^=button] {
    display: none;
  }
}
.about10 .about_box .right {
  width: 60.375%;
  padding: 5.9895833333vw 0 5.9895833333vw 8.3333333333vw;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .about10 .about_box .right {
    width: 55%;
    padding: 5.9895833333vw 0 5.9895833333vw 5.5555555556vw;
  }
}
@media (max-width: 1366px) {
  .about10 .about_box .right {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .about10 .about_box .right {
    width: 45%;
  }
}
@media (max-width: 960px) {
  .about10 .about_box .right {
    display: none;
  }
}
@media (max-width: 960px) {
  .about10 .about_box .about_content {
    margin-top: 40px;
  }
}
.about10 .about_box .about_content .icon_txt {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #636669;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about10 .about_box .about_content .icon_txt {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
.about10 .about_box .about_content .icon_txt > div {
  position: relative;
  width: calc(50% - 10px);
  padding: 15px 10px 15px 15px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .about10 .about_box .about_content .icon_txt > div {
    padding: 10px;
  }
}
@media (max-width: 440px) {
  .about10 .about_box .about_content .icon_txt > div {
    width: 100%;
  }
}
.about10 .about_box .about_content .icon_txt > div::before, .about10 .about_box .about_content .icon_txt > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-style: solid;
  border-color: #000000;
  transform: scale(0);
  transition: all 0.5s;
}
.about10 .about_box .about_content .icon_txt > div::before {
  left: 0;
  border-width: 1px 0 0 1px;
  transform-origin: left top;
}
.about10 .about_box .about_content .icon_txt > div::after {
  right: 0;
  border-width: 1px 1px 0 0;
  transform-origin: right top;
}
.about10 .about_box .about_content .icon_txt > div > div {
  display: flex;
}
.about10 .about_box .about_content .icon_txt > div > div::before, .about10 .about_box .about_content .icon_txt > div > div::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-style: solid;
  border-color: #000000;
  transform: scale(0);
  transition: all 0.5s;
}
.about10 .about_box .about_content .icon_txt > div > div::before {
  left: 0;
  border-width: 0 0 1px 1px;
  transform-origin: left bottom;
}
.about10 .about_box .about_content .icon_txt > div > div::after {
  right: 0;
  border-width: 0 1px 1px 0;
  transform-origin: right bottom;
}
.about10 .about_box .about_content .icon_txt > div > div .icon {
  width: 50px;
}
.about10 .about_box .about_content .icon_txt > div > div .icon img {
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.about10 .about_box .about_content .icon_txt > div > div .txt {
  width: calc(100% - 50px);
  padding-left: 15px;
}
.about10 .about_box .about_content .icon_txt > div > div .txt p {
  color: #fff;
  transition: all 0.3s;
}
.about10 .about_box .about_content .icon_txt > div > div .txt p:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .about10 .about_box .about_content .icon_txt > div > div .txt p:nth-child(1) {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .about10 .about_box .about_content .icon_txt > div > div .txt p:nth-child(1) {
    font-size: 16px;
  }
}
.about10 .about_box .about_content .icon_txt > div > div .txt p:nth-child(2) {
  font-size: 14px;
  margin-top: 3px;
}
.about10 .about_box .about_content .icon_txt > div:hover::before, .about10 .about_box .about_content .icon_txt > div:hover::after, .about10 .about_box .about_content .icon_txt > div.active::before, .about10 .about_box .about_content .icon_txt > div.active::after {
  transform: scale(1);
}
.about10 .about_box .about_content .icon_txt > div:hover > div::before, .about10 .about_box .about_content .icon_txt > div:hover > div::after, .about10 .about_box .about_content .icon_txt > div.active > div::before, .about10 .about_box .about_content .icon_txt > div.active > div::after {
  transform: scale(1);
}
.about10 .about_box .about_content .icon_txt > div:hover > div .icon img, .about10 .about_box .about_content .icon_txt > div.active > div .icon img {
  filter: brightness(1) invert(0);
}
.about10 .about_box .about_content .icon_txt > div:hover > div .txt p, .about10 .about_box .about_content .icon_txt > div.active > div .txt p {
  color: #000000;
}
.about10 .about_box .about_content .about_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about10 .about_box .about_content .about_desc > div + div {
  display: none;
}
.about10 .about_box .about_content .about_desc > div div {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .about10 .about_box .about_content .about_desc > div div {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .about10 .about_box .about_content .about_desc > div div {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .about10 .about_box .about_content .about_desc > div div {
    font-size: 18px;
  }
}
.about10 .about_box .about_content .about_desc > div .module_desc {
  color: #fff;
}
.about10.in .about_box .left > .module_title,
.about10.in .about_box .right > .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about10.in .about_box .left > .module_desc,
.about10.in .about_box .right > .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about10.in .about_box .left > [class^=button],
.about10.in .about_box .right > [class^=button] {
  opacity: 1;
  transform: translateY(0);
}
.about10.in .about_box .left > [class^=button] {
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.about10.in .about_box .right > [class^=button] {
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about10.in .about_box .about_content .icon_txt {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about10.in .about_box .about_content .about_desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.about11 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about11 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about11 .about_content {
  display: flex;
}
.about11 .about_content .left {
  width: 50%;
  padding-right: 4.1666666667vw;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .about11 .about_content .left {
    padding-right: 2.7777777778vw;
  }
}
@media (max-width: 960px) {
  .about11 .about_content .left {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 0;
  }
}
.about11 .about_content .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about11 .about_content .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about11 .about_content .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about11 .about_content .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about11 .about_content .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.about11 .about_content .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .about11 .about_content .left .module_title {
    text-align: center;
    transform: translate(0, 40px);
  }
}
.about11 .about_content .left .about_slick_1 {
  padding-bottom: 40px;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .about11 .about_content .left .about_slick_1 {
    display: none;
  }
}
@media (max-width: 768px) {
  .about11 .about_content .left .about_slick_1 {
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}
.about11 .about_content .left .about_slick_1 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 60.6060606061%;
  overflow: hidden;
}
.about11 .about_content .left .about_slick_1 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about11 .about_content .left .module_desc {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about11 .about_content .left .module_desc {
    transform: translate(0, 40px);
  }
}
.about11 .about_content .left .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about11 .about_content .left .button_set {
    justify-content: center;
  }
}
.about11 .about_content .right {
  width: 50%;
  padding-left: 4.1666666667vw;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .about11 .about_content .right {
    padding-left: 2.7777777778vw;
  }
}
@media (max-width: 960px) {
  .about11 .about_content .right {
    display: none;
    width: 100%;
  }
}
.about11 .about_content .right .pictures {
  position: relative;
  padding-right: 2.6041666667vw;
  padding-bottom: 10.15625vw;
}
.about11 .about_content .right .pictures .big {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about11 .about_content .right .pictures .big .about_slick_1 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 60.6060606061%;
  overflow: hidden;
}
.about11 .about_content .right .pictures .big .about_slick_1 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about11 .about_content .right .pictures .big .tool_btn {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  margin-top: 15px;
  background-image: linear-gradient(to bottom, #e6e6e7 0%, #e6e6e7 100%);
  background-size: 1px 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.about11 .about_content .right .pictures .big .tool_btn .arrowtype {
  width: 20px;
  height: 20px;
}
.about11 .about_content .right .pictures .big .tool_btn .arrowtype svg {
  height: 20px;
}
.about11 .about_content .right .pictures .small {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43.6111111111%;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about11 .about_content .right .pictures .small .about_slick_2 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 98.7261146497%;
  overflow: hidden;
}
.about11 .about_content .right .pictures .small .about_slick_2 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about11.in .about_content .left .module_title {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about11.in .about_content .left .about_slick_1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about11.in .about_content .left .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 960px) {
  .about11.in .about_content .left .module_desc {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.about11.in .about_content .left .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 960px) {
  .about11.in .about_content .left .button_set {
    transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}
.about11.in .about_content .right .pictures .big {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.15s, transform 1s ease-out 0.15s;
}
.about11.in .about_content .right .pictures .small {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.45s, transform 1s ease-out 0.45s;
}

.about12 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about12 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about12 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about12 .about_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about12 .about_content .about_left {
  width: 55.625%;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .about12 .about_content .about_left {
    width: 100%;
    margin-bottom: 30px;
    transform: translate(0, 40px);
  }
}
@media (min-width: 841px) {
  .about12 .about_content .about_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about12 .about_content .about_right {
  width: 44.375%;
  max-width: 670px;
  padding-left: 5.10417vw;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .about12 .about_content .about_right {
    width: 100%;
    padding-left: 0;
    transform: translate(0, 40px);
  }
}
.about12 .about_content .about_right .module_title {
  margin-bottom: 20px;
  margin-bottom: 35px;
}
.about12 .about_content .about_right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about12 .about_content .about_right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about12 .about_content .about_right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about12 .about_content .about_right .module_title.white p:nth-child(1) {
  color: #fff;
}
.about12 .about_content .about_right .module_title.white p:nth-child(2) {
  color: #fff;
}
.about12 .about_content .about_right .module_title p:nth-child(2) {
  margin-top: 0;
  font-weight: 500;
}
@media (max-width: 840px) {
  .about12 .about_content .about_right .module_title {
    text-align: center;
  }
}
@media (max-width: 840px) {
  .about12 .about_content .about_right .module_desc {
    text-align: center;
  }
  .about12 .about_content .about_right .module_desc + .button06 {
    margin: auto;
  }
}
.about12 .about_content .about_right [class^=button] {
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .about12 .about_content .about_right [class^=button] {
    margin-top: 35px !important;
  }
}
.about12.in .about_content .about_left {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about12.in .about_content .about_right {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.about13 {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about13 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about13 .about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about13 .about_top {
  position: relative;
}
@media (max-width: 720px) {
  .about13 .about_top {
    margin-bottom: 60px;
  }
}
.about13 .about_top .about_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .about13 .about_top .about_nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .about13 .about_top .about_nav {
    margin-bottom: 40px;
  }
}
.about13 .about_top .about_nav .left {
  width: 50%;
  padding-right: 3.125vw;
}
@media (max-width: 960px) {
  .about13 .about_top .about_nav .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.about13 .about_top .about_nav .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about13 .about_top .about_nav .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about13 .about_top .about_nav .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about13 .about_top .about_nav .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about13 .about_top .about_nav .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.about13 .about_top .about_nav .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .about13 .about_top .about_nav .left .module_title {
    text-align: center;
  }
}
.about13 .about_top .about_nav .left .module_desc {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about13 .about_top .about_nav .left .module_desc {
    text-align-last: center;
  }
}
.about13 .about_top .about_nav .counter {
  display: flex;
  justify-content: center;
  gap: 35px 6.5104166667vw;
  width: 50%;
  padding-left: 3.125vw;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about13 .about_top .about_nav .counter {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .about13 .about_top .about_nav .counter {
    align-items: center;
    flex-direction: column;
  }
}
.about13 .about_top .about_nav .counter div {
  flex-shrink: 0;
  text-align: center;
}
.about13 .about_top .about_nav .counter div p:nth-child(1) {
  color: #000;
  font-size: calc(1rem + 2.6041666667vw);
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
}
@media (max-width: 480px) {
  .about13 .about_top .about_nav .counter div p:nth-child(1) {
    font-size: 10.4166666667vw;
  }
}
.about13 .about_top .about_nav .counter div p:nth-child(1) .countup {
  display: inline-block;
}
.about13 .about_top .about_nav .counter div p:nth-child(1) .plus {
  color: #000000;
}
.about13 .about_top .about_nav .counter div p:nth-child(2) {
  color: #000;
  font-size: 15px;
}
@media (max-width: 480px) {
  .about13 .about_top .about_nav .counter div p:nth-child(2) {
    text-align: center;
  }
}
.about13 .about_top .about_nav .counter div:nth-child(1) p:nth-child(1) .countup {
  width: calc(2.5rem + 5.9895833333vw);
}
@media (max-width: 480px) {
  .about13 .about_top .about_nav .counter div:nth-child(1) p:nth-child(1) .countup {
    width: 24.5833333333vw;
  }
}
.about13 .about_top .about_nav .counter div:nth-child(2) p:nth-child(1) .countup {
  width: calc(1.5rem + 3.4375vw);
}
@media (max-width: 480px) {
  .about13 .about_top .about_nav .counter div:nth-child(2) p:nth-child(1) .countup {
    width: 14.375vw;
  }
}
.about13 .about_top .about_nav .counter div:nth-child(3) p:nth-child(1) .countup {
  width: calc(2.25rem + 4.9479166667vw);
}
@media (max-width: 480px) {
  .about13 .about_top .about_nav .counter div:nth-child(3) p:nth-child(1) .countup {
    width: 20.8333333333vw;
  }
}
.about13 .about_top .button_set {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about13 .about_top .button_set {
    justify-content: center;
  }
}
.about13 .about_bottom {
  position: relative;
  height: calc(14.6875rem + 12.2395833333vw);
  overflow: hidden;
}
.about13 .about_bottom > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: max-content;
  transform: translateX(-50%);
}
.about13 .about_bottom > div p:nth-child(1) {
  color: #000;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 5px white;
  margin-bottom: 15px;
  opacity: 0;
  transition: opacity 0.7s;
}
.about13 .about_bottom > div p:nth-child(2) {
  position: relative;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
}
.about13 .about_bottom > div p:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@keyframes about13_dots {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.5);
  }
}
.about13 .about_bottom > div p:nth-child(3) {
  width: 1px;
  height: 0;
  background: #000000;
  transition: height 0.7s;
}
.about13 .about_bottom > div:nth-child(1) {
  bottom: 26%;
  left: 20.5%;
}
@media (max-width: 960px) {
  .about13 .about_bottom > div:nth-child(1) {
    left: 16.6666666667%;
  }
}
@media (max-width: 640px) {
  .about13 .about_bottom > div:nth-child(1) {
    left: 14%;
  }
}
@media (max-width: 480px) {
  .about13 .about_bottom > div:nth-child(1) {
    bottom: 35%;
  }
}
.about13 .about_bottom > div:nth-child(1) p:nth-child(2)::before {
  animation: about13_dots 1s ease-out 0.2s infinite;
}
.about13 .about_bottom > div:nth-child(2) {
  bottom: 23.5%;
  left: 35%;
}
@media (max-width: 960px) {
  .about13 .about_bottom > div:nth-child(2) {
    left: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .about13 .about_bottom > div:nth-child(2) {
    left: 37%;
  }
}
.about13 .about_bottom > div:nth-child(2) p:nth-child(2)::before {
  animation: about13_dots 1s ease-out 0.7s infinite;
}
.about13 .about_bottom > div:nth-child(3) {
  bottom: 42.5%;
  left: 49.5%;
}
@media (max-width: 960px) {
  .about13 .about_bottom > div:nth-child(3) {
    left: 50%;
  }
}
@media (max-width: 640px) {
  .about13 .about_bottom > div:nth-child(3) {
    left: 62%;
  }
}
.about13 .about_bottom > div:nth-child(3) p:nth-child(2)::before {
  animation: about13_dots 1s ease-out 0.4s infinite;
}
.about13 .about_bottom > div:nth-child(4) {
  bottom: 42.5%;
  left: 64.3%;
}
@media (max-width: 960px) {
  .about13 .about_bottom > div:nth-child(4) {
    bottom: 27.5%;
    left: 66.6666666667%;
  }
}
@media (max-width: 640px) {
  .about13 .about_bottom > div:nth-child(4) {
    left: 86%;
  }
}
.about13 .about_bottom > div:nth-child(4) p:nth-child(2)::before {
  animation: about13_dots 1s ease-out 0.9s infinite;
}
.about13 .about_bottom > div:nth-child(5) {
  bottom: 35.5%;
  left: 78.5%;
}
@media (max-width: 960px) {
  .about13 .about_bottom > div:nth-child(5) {
    left: 83.3333333333%;
  }
}
@media (max-width: 640px) {
  .about13 .about_bottom > div:nth-child(5) {
    display: none;
  }
}
.about13 .about_bottom > div:nth-child(5) p:nth-child(2)::before {
  animation: about13_dots 1s ease-out 1.3s infinite;
}
.about13.in .about_top .about_nav .left .module_title {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about13.in .about_top .about_nav .left .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about13.in .about_top .about_nav .counter {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.45s, transform 1s ease-out 0.45s;
}
.about13.in .about_top .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about13.in .about_bottom > div p:nth-child(1) {
  opacity: 1;
}
.about13.in .about_bottom > div:nth-child(1) p:nth-child(1) {
  transition: opacity 0.7s 0.6s;
}
.about13.in .about_bottom > div:nth-child(1) p:nth-child(3) {
  height: 12.7604166667vw;
  transition: height 0.7s 0.2s;
}
@media (max-width: 768px) {
  .about13.in .about_bottom > div:nth-child(1) p:nth-child(3) {
    height: 17.578125vw;
  }
}
@media (max-width: 640px) {
  .about13.in .about_bottom > div:nth-child(1) p:nth-child(3) {
    height: 25vw;
  }
}
@media (max-width: 480px) {
  .about13.in .about_bottom > div:nth-child(1) p:nth-child(3) {
    height: 22.9166666667vw;
  }
}
.about13.in .about_bottom > div:nth-child(2) p:nth-child(1) {
  transition: opacity 0.7s 1.2s;
}
.about13.in .about_bottom > div:nth-child(2) p:nth-child(3) {
  height: 11.4583333333vw;
  transition: height 0.7s 0.8s;
}
@media (max-width: 768px) {
  .about13.in .about_bottom > div:nth-child(2) p:nth-child(3) {
    height: 15.625vw;
  }
}
@media (max-width: 640px) {
  .about13.in .about_bottom > div:nth-child(2) p:nth-child(3) {
    height: 15.625vw;
  }
}
@media (max-width: 480px) {
  .about13.in .about_bottom > div:nth-child(2) p:nth-child(3) {
    height: 20.8333333333vw;
  }
}
.about13.in .about_bottom > div:nth-child(3) p:nth-child(1) {
  transition: opacity 0.7s 0.9s;
}
.about13.in .about_bottom > div:nth-child(3) p:nth-child(3) {
  height: 8.59375vw;
  transition: height 0.7s 0.5s;
}
@media (max-width: 768px) {
  .about13.in .about_bottom > div:nth-child(3) p:nth-child(3) {
    height: 11.71875vw;
  }
}
@media (max-width: 640px) {
  .about13.in .about_bottom > div:nth-child(3) p:nth-child(3) {
    height: 20.3125vw;
  }
}
@media (max-width: 480px) {
  .about13.in .about_bottom > div:nth-child(3) p:nth-child(3) {
    height: 25vw;
  }
}
.about13.in .about_bottom > div:nth-child(4) p:nth-child(1) {
  transition: opacity 0.7s 1.8s;
}
.about13.in .about_bottom > div:nth-child(4) p:nth-child(3) {
  height: 6.5104166667vw;
  transition: height 0.7s 1.4s;
}
@media (max-width: 768px) {
  .about13.in .about_bottom > div:nth-child(4) p:nth-child(3) {
    height: 9.1145833333vw;
  }
}
@media (max-width: 640px) {
  .about13.in .about_bottom > div:nth-child(4) p:nth-child(3) {
    height: 18.75vw;
  }
}
@media (max-width: 480px) {
  .about13.in .about_bottom > div:nth-child(4) p:nth-child(3) {
    height: 22.9166666667vw;
  }
}
.about13.in .about_bottom > div:nth-child(5) p:nth-child(1) {
  transition: opacity 0.7s 1.5s;
}
.about13.in .about_bottom > div:nth-child(5) p:nth-child(3) {
  height: 10.4166666667vw;
  transition: height 0.7s 1.1s;
}
@media (max-width: 768px) {
  .about13.in .about_bottom > div:nth-child(5) p:nth-child(3) {
    height: 14.3229166667vw;
  }
}

.about14:not(.mb) {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about14:not(.mb) {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about14:not(.mb) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about14:not(.mb) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .about14:not(.mb) {
    display: none;
  }
}
.about14:not(.mb) .about_content {
  position: relative;
  width: 50.25%;
  padding: 30px 60px;
  margin-top: 45px;
  background: #f9f9f9;
  border: 1px solid #000000;
  border-radius: 0 0 0 70px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .about14:not(.mb) .about_content {
    width: 53%;
    padding: 30px 50px;
    margin-top: 25px;
  }
}
@media (max-width: 1366px) {
  .about14:not(.mb) .about_content {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .about14:not(.mb) .about_content {
    padding: 30px 40px;
  }
}
.about14:not(.mb) .about_content .two_logo {
  display: flex;
  padding-left: 45px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .about14:not(.mb) .about_content .two_logo {
    padding-left: 25px;
  }
}
@media (max-width: 1366px) {
  .about14:not(.mb) .about_content .two_logo {
    padding-left: 0;
  }
}
.about14:not(.mb) .about_content .two_logo > div:not(:last-child) {
  margin-right: 38px;
}
@media (max-width: 1250px) {
  .about14:not(.mb) .about_content .two_logo > div:not(:last-child) {
    margin-right: 20px;
  }
}
.about14:not(.mb) .about_content .two_logo > div.logo_one {
  padding-bottom: 72px;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1250px) {
  .about14:not(.mb) .about_content .two_logo > div.logo_one {
    padding-bottom: 45px;
  }
}
.about14:not(.mb) .about_content .two_logo > div.logo_two {
  padding-top: 72px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1250px) {
  .about14:not(.mb) .about_content .two_logo > div.logo_two {
    padding-top: 45px;
  }
}
.about14:not(.mb) .about_content .two_logo > div a {
  display: block;
  position: relative;
  padding: 8px;
  width: 143px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .about14:not(.mb) .about_content .two_logo > div a {
    width: 115px;
  }
}
.about14:not(.mb) .about_content .two_logo > div a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/about/about42.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
.about14:not(.mb) .about_content .two_logo > div a div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
}
.about14:not(.mb) .about_content .two_logo > div a div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about14:not(.mb) .about_content .two_logo > div a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.about14:not(.mb) .about_content .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about14:not(.mb) .about_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about14:not(.mb) .about_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about14:not(.mb) .about_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about14:not(.mb) .about_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.about14:not(.mb) .about_content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .about14:not(.mb) .about_content .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about14:not(.mb) .about_content .module_title {
    margin-bottom: 30px;
  }
}
.about14:not(.mb) .about_content .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about14:not(.mb) .about_content [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about14:not(.mb) .about_content [class^=button] {
    margin-top: 35px !important;
  }
}
.about14:not(.mb) .about_content .fixed_slicks {
  position: absolute;
  top: -45px;
  left: 67.5%;
  width: 118.65%;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .about14:not(.mb) .about_content .fixed_slicks {
    top: -25px;
  }
}
@media (max-width: 1366px) {
  .about14:not(.mb) .about_content .fixed_slicks {
    top: 25px;
  }
}
.about14:not(.mb) .about_content .fixed_slicks [class^=slick] .slick-slide {
  padding: 0 26px 26px 0;
  overflow: hidden;
}
.about14:not(.mb) .about_content .fixed_slicks [class^=slick] .slick-slide img {
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.15);
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one {
  width: 73%;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-slide img {
  border-radius: 0 0 0 60px;
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: unset;
  bottom: -6px;
  width: 20px !important;
  height: 20px !important;
  transform: unset;
}
@media (max-width: 1200px) {
  .about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow:hover svg {
  fill: #000000;
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.white svg {
  fill: #fff;
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-prev:not(.keep_default) {
  left: unset;
  right: 21.5%;
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-prev:not(.keep_default)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -11px;
  width: 1px;
  height: 100%;
  background: #dededf;
}
.about14:not(.mb) .about_content .fixed_slicks .slick_one .slick-arrow.slick-next:not(.keep_default) {
  right: calc(21.5% - 42px);
}
.about14:not(.mb) .about_content .fixed_slicks .slick_two {
  width: 36.4%;
  margin: -11% 0 0 auto;
  opacity: 0;
  transform: translateX(-15px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about14:not(.mb) .about_content .fixed_slicks .slick_two .slick-slide img {
  border-radius: 0 0 40px 0;
}
.about14:not(.mb) .about_content .fixed_slicks .slick_three {
  position: absolute;
  bottom: -15%;
  left: 50%;
  width: 26.8%;
  opacity: 0;
  transform: translateX(calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about14:not(.mb) .about_content .fixed_slicks .slick_three .slick-slide img {
  border-radius: 0 0 30px 0;
}
.about14:not(.mb).in .about_content .two_logo .logo_one {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.about14:not(.mb).in .about_content .two_logo .logo_two {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about14:not(.mb).in .about_content .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.about14:not(.mb).in .about_content .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about14:not(.mb).in .about_content [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.about14:not(.mb).in .about_content .fixed_slicks .slick_one {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about14:not(.mb).in .about_content .fixed_slicks .slick_two {
  opacity: 1;
  transform: translateX(25px);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.about14:not(.mb).in .about_content .fixed_slicks .slick_three {
  opacity: 1;
  transform: translateX(-50%);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.about14.mb {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about14.mb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about14.mb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about14.mb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .about14.mb {
    display: none;
  }
}
.about14.mb .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about14.mb .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about14.mb .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about14.mb .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about14.mb .module_title.white p:nth-child(1) {
  color: #fff;
}
.about14.mb .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .about14.mb .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about14.mb .module_title {
    margin-bottom: 30px;
  }
}
.about14.mb .slick_mb {
  width: 100%;
  max-width: 530px;
  margin: 0 auto 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 590px) {
  .about14.mb .slick_mb {
    max-width: unset;
    margin: 0 auto 20px;
  }
}
@media (max-width: 540px) {
  .about14.mb .slick_mb {
    margin: 0 auto 10px;
  }
  .about14.mb .slick_mb .slick-list {
    margin: 0 -15px;
  }
}
.about14.mb .slick_mb .slick-slide {
  padding: 0 15px 30px;
  overflow: hidden;
}
.about14.mb .slick_mb .slick-slide img {
  width: 100%;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0 60px;
}
.about14.mb .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about14.mb .two_logo {
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about14.mb .two_logo > div {
  transition: all 0.3s;
}
.about14.mb .two_logo > div:not(:last-child) {
  margin-right: 38px;
}
@media (max-width: 400px) {
  .about14.mb .two_logo > div:not(:last-child) {
    margin-right: 20px;
  }
}
.about14.mb .two_logo > div a {
  display: block;
  position: relative;
  padding: 8px;
  width: 143px;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .about14.mb .two_logo > div a {
    width: 125px;
  }
}
.about14.mb .two_logo > div a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/about/about42.png") no-repeat;
  background-size: 100% 100%;
}
.about14.mb .two_logo > div a div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
}
.about14.mb .two_logo > div a div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about14.mb [class^=button] {
  margin-top: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about14.mb.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about14.mb.in .slick_mb {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about14.mb.in .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about14.mb.in .two_logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.about14.mb.in [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.about15 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about15 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about15 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about15 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about15 .about_content {
  display: flex;
  align-items: center;
}
.about15 .about_content .left {
  position: relative;
  width: 56.5%;
  padding: 0 11.6667vw 75px 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .about15 .about_content .left {
    padding: 0 11.6667vw 60px 0;
  }
}
@media (max-width: 1024px) {
  .about15 .about_content .left {
    display: none;
  }
}
.about15 .about_content .left .slick_one {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about15 .about_content .left .slick_one .slick-slide div {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.about15 .about_content .left .slick_one .slick-slide div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about15 .about_content .left .slick_two {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28.762%;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about15 .about_content .left .slick_two .slick-slide div {
  position: relative;
  height: 0;
  padding-bottom: 126.9230769231%;
  overflow: hidden;
}
.about15 .about_content .left .slick_two .slick-slide div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about15 .about_content .left .tool_btn {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about15 .about_content .left .tool_btn .tool_page {
  display: flex;
  align-items: center;
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  margin-right: 30px;
}
.about15 .about_content .left .tool_btn .tool_page > span:nth-child(2) {
  display: block;
  position: relative;
  width: 300px;
  height: 2px;
  margin: 0 10px;
  background: #000;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .about15 .about_content .left .tool_btn .tool_page > span:nth-child(2) {
    width: 240px;
  }
}
@media (max-width: 1366px) {
  .about15 .about_content .left .tool_btn .tool_page > span:nth-child(2) {
    width: 160px;
  }
}
.about15 .about_content .left .tool_btn .tool_page > span:nth-child(2) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #000000;
  transition: all 1s;
}
.about15 .about_content .left .tool_btn .prev {
  margin: 0 15px 0 0;
}
.about15 .about_content .right {
  width: 43.5%;
  padding: 0 3.64583vw 0 3.90625vw;
}
@media (max-width: 1366px) {
  .about15 .about_content .right {
    padding: 0 0 0 3.90625vw;
  }
}
@media (max-width: 1024px) {
  .about15 .about_content .right {
    width: 100%;
    padding: 0;
  }
}
.about15 .about_content .right .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about15 .about_content .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about15 .about_content .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about15 .about_content .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about15 .about_content .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.about15 .about_content .right .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1024px) {
  .about15 .about_content .right .module_title {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 1024px) and (max-width: 1200px) {
  .about15 .about_content .right .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .about15 .about_content .right .module_title {
    margin-bottom: 30px;
  }
}
.about15 .about_content .right .slick_three {
  width: 100%;
  max-width: 680px;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .about15 .about_content .right .slick_three {
    display: none;
  }
}
@media (max-width: 768px) {
  .about15 .about_content .right .slick_three {
    padding-bottom: 25px;
  }
}
.about15 .about_content .right .slick_three .slick-slide div {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.about15 .about_content .right .slick_three .slick-slide div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about15 .about_content .right .module_desc {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about15 .about_content .right .about_icon {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.about15 .about_content .right .about_icon > div {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about15 .about_content .right .about_icon > div img {
  height: 60px;
  margin: 0 0 10px;
}
@media (max-width: 1024px) {
  .about15 .about_content .right .about_icon > div img {
    margin: 0 auto 10px;
  }
}
.about15 .about_content .right .about_icon > div p {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .about15 .about_content .right .about_icon > div p {
    text-align: center;
  }
}
.about15 .about_content .right [class^=button] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .about15 .about_content .right [class^=button] {
    margin: 0 auto;
  }
}
.about15.in .about_content .left .slick_one {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about15.in .about_content .left .slick_two {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.about15.in .about_content .left .tool_btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.about15.in .about_content .right .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about15.in .about_content .right .slick_three {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.about15.in .about_content .right .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
@media (max-width: 1024px) {
  .about15.in .about_content .right .module_desc {
    transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
  }
}
.about15.in .about_content .right .about_icon > div {
  opacity: 1;
  transform: translateY(0);
}
.about15.in .about_content .right .about_icon > div:nth-child(1) {
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
@media (max-width: 1024px) {
  .about15.in .about_content .right .about_icon > div:nth-child(1) {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.about15.in .about_content .right .about_icon > div:nth-child(2) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 1024px) {
  .about15.in .about_content .right .about_icon > div:nth-child(2) {
    transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
  }
}
.about15.in .about_content .right .about_icon > div:nth-child(3) {
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
@media (max-width: 1024px) {
  .about15.in .about_content .right .about_icon > div:nth-child(3) {
    transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
  }
}
.about15.in .about_content .right .about_icon > div:nth-child(4) {
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
@media (max-width: 1024px) {
  .about15.in .about_content .right .about_icon > div:nth-child(4) {
    transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
  }
}
.about15.in .about_content .right [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
@media (max-width: 1024px) {
  .about15.in .about_content .right [class^=button] {
    transition: all 0.3s, opacity 1s ease-out 1.4s, transform 1s ease-out 1.4s;
  }
}

.about16 {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about16 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about16 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about16 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .about16 {
    background: url("../img/about/about52.png") no-repeat;
    background-size: cover;
  }
}
@media (min-width: 961px) {
  .about16 .left {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
}
@media (min-width: 961px) {
  .about16 .left .about_content {
    width: 44.7%;
  }
}
.about16 .left .about_content .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about16 .left .about_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about16 .left .about_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about16 .left .about_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about16 .left .about_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.about16 .left .about_content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .about16 .left .about_content .module_title {
    text-align: center;
  }
}
.about16 .left .about_content .slogan {
  color: #393993;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about16 .left .about_content .slogan {
    font-size: 17px;
    text-align: center;
  }
}
.about16 .left .about_content .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about16 .left .about_content .module_desc {
    text-align-last: center;
  }
}
@media (max-width: 1024px) {
  .about16 .left .about_content .module_desc br {
    display: none;
  }
}
.about16 .left .about_content img {
  margin: 40px 0 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about16 .left .about_content img {
    margin: 40px auto 0;
  }
}
@media (min-width: 961px) {
  .about16 .left .about_content .right_mb {
    display: none;
  }
}
.about16 .left .about_content .right_mb img {
  margin-bottom: 35px;
}
.about16 .left .about_content .right_mb [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about16 .left .about_content .right_mb [class^=button] {
    margin-top: 35px !important;
  }
}
.about16 .right {
  width: 59.68%;
  padding: 80px 0 6.25vw 4.6vw;
  margin: 0 0 0 auto;
  background: url("../img/about/about52.png") no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
@media (max-width: 1280px) {
  .about16 .right {
    padding: 80px 0 80px 4.6vw;
  }
}
@media (max-width: 1024px) {
  .about16 .right {
    padding: 60px 0 60px 4.6vw;
  }
}
@media (max-width: 960px) {
  .about16 .right {
    padding: 50px 0 50px 4.6vw;
  }
}
@media (max-width: 960px) {
  .about16 .right {
    display: none;
  }
}
.about16 .right > div {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 1280px) {
  .about16 .right > div {
    max-width: 350px;
  }
}
@media (max-width: 1024px) {
  .about16 .right > div {
    max-width: 325px;
  }
}
.about16 .right > div img:nth-child(1) {
  margin-bottom: 45px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about16 .right > div img:nth-child(2) {
  margin-bottom: 35px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about16 .right > div .slogan {
  color: #393993;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about16 .right > div .module_desc {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about16 .right > div .module_desc {
    text-align-last: center;
  }
}
.about16 .right > div [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about16 .right > div [class^=button] {
    margin-top: 35px !important;
  }
}
.about16.in .left .about_content .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about16.in .left .about_content .slogan {
  opacity: 1;
  transform: translateY(0);
}
.about16.in .left .about_content > .slogan {
  transition: all 0.3s, opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.about16.in .left .about_content .module_desc {
  opacity: 1;
  transform: translateY(0);
}
.about16.in .left .about_content > .module_desc {
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.about16.in .left .about_content img {
  opacity: 1;
  transform: translateY(0);
}
.about16.in .left .about_content > img {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about16.in .left .about_content .right_mb > .slogan {
  transition: all 0.3s, opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
.about16.in .left .about_content .right_mb > .module_desc {
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.about16.in .left .about_content .right_mb > img {
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.about16.in .left .about_content .right_mb [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 1.4s, transform 1s ease-out 1.4s;
}
.about16.in .right > div img:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about16.in .right > div img:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.about16.in .right > div .slogan {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.about16.in .right > div .module_desc {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about16.in .right > div [class^=button] {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.about17 {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  background: url("../img/about/about53.jpg") no-repeat center center/cover;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .about17 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about17 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about17 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .about17 {
    padding-bottom: 0;
    background: url("../img/about/about54.jpg") no-repeat center center/cover;
  }
}
.about17 .about_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 721px) {
  .about17 .about_content {
    min-height: 430px;
  }
}
@media (max-width: 720px) {
  .about17 .about_content {
    align-items: center;
    text-align: center;
  }
}
.about17 .about_content .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about17 .about_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about17 .about_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about17 .about_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about17 .about_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.about17 .about_content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 720px) {
  .about17 .about_content .module_title {
    transform: translate(0, 40px);
  }
}
.about17 .about_content .module_desc {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 720px) {
  .about17 .about_content .module_desc {
    text-align-last: center;
    transform: translate(0, 40px);
  }
}
@media (max-width: 720px) {
  .about17 .about_content .module_desc br {
    display: none;
  }
}
.about17 .about_content [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about17 .about_content [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 720px) {
  .about17 .about_content [class^=button] {
    transform: translate(0, 40px);
  }
}
.about17 img {
  position: absolute;
  bottom: 0;
  right: 13.3333333333vw;
  z-index: 1;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .about17 img {
    right: 7vw;
  }
}
@media (max-width: 1200px) {
  .about17 img {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .about17 img {
    right: -10vw;
  }
}
@media (max-width: 960px) {
  .about17 img {
    right: -15vw;
  }
}
@media (max-width: 840px) {
  .about17 img {
    right: -20vw;
  }
}
@media (max-width: 720px) {
  .about17 img {
    position: unset;
    bottom: unset;
    right: unset;
    width: 100%;
    margin-top: 40px;
    transform: translate(0, 40px);
  }
}
.about17.in .about_content .module_title {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about17.in .about_content .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about17.in .about_content [class^=button] {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about17.in img {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.about18 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .about18 .about_bg_slick.pc {
    display: none;
  }
}
@media (min-width: 481px) {
  .about18 .about_bg_slick.mb {
    display: none;
  }
}
.about18 .about_bg_slick .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 42.1875%;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1900px) {
  .about18 .about_bg_slick .slick-slide p {
    padding-bottom: 800px;
  }
}
@media (max-width: 1440px) {
  .about18 .about_bg_slick .slick-slide p {
    padding-bottom: 710px;
  }
}
@media (max-width: 1200px) {
  .about18 .about_bg_slick .slick-slide p {
    padding-bottom: 610px;
  }
}
@media (max-width: 960px) {
  .about18 .about_bg_slick .slick-slide p {
    padding-bottom: 510px;
  }
}
@media (max-width: 640px) {
  .about18 .about_bg_slick .slick-slide p {
    padding-bottom: 470px;
  }
}
@media (max-width: 480px) {
  .about18 .about_bg_slick .slick-slide p {
    padding-bottom: 800px;
  }
}
.about18 .about_bg_slick .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about18 .about_bg_slick .slick-slide p::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46.875%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.73) 38%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 480px) {
  .about18 .about_bg_slick .slick-slide p::after {
    display: block;
  }
}
.about18 .about_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about18 .about_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about18 .about_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about18 .about_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about18 .about_wrap .wider_container {
  height: 100%;
}
.about18 .about_wrap .about_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .about18 .about_wrap .about_inner {
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 10px;
  }
}
.about18 .about_wrap .about_inner .module_title {
  margin-left: calc(5.9895833333vw + 50px);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about18 .about_wrap .about_inner .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about18 .about_wrap .about_inner .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about18 .about_wrap .about_inner .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about18 .about_wrap .about_inner .module_title.white p:nth-child(1) {
  color: #fff;
}
.about18 .about_wrap .about_inner .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (min-width: 481px) {
  .about18 .about_wrap .about_inner .module_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1335px) {
  .about18 .about_wrap .about_inner .module_title {
    margin-left: 130px;
  }
}
@media (max-width: 640px) {
  .about18 .about_wrap .about_inner .module_title {
    margin-left: 85px;
  }
}
@media (max-width: 480px) {
  .about18 .about_wrap .about_inner .module_title {
    margin-left: 0;
  }
}
.about18 .about_wrap .about_inner .about_slick {
  width: 100%;
  padding: 0 5.9895833333vw;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1335px) {
  .about18 .about_wrap .about_inner .about_slick {
    padding: 0 80px;
  }
}
@media (max-width: 640px) {
  .about18 .about_wrap .about_inner .about_slick {
    padding: 0 45px;
  }
}
@media (max-width: 400px) {
  .about18 .about_wrap .about_inner .about_slick {
    padding: 0 20px;
  }
}
.about18 .about_wrap .about_inner .about_slick .slick-slide {
  display: flex;
  align-items: center;
  padding: 1px 0;
}
@media (max-width: 480px) {
  .about18 .about_wrap .about_inner .about_slick .slick-slide {
    position: relative;
    flex-direction: column;
    padding: 0;
  }
  .about18 .about_wrap .about_inner .about_slick .slick-slide::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    margin: 6px 0 4px;
    background: #fff;
  }
}
.about18 .about_wrap .about_inner .about_slick .slick-slide p {
  color: #fff;
  font-size: 18px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .about18 .about_wrap .about_inner .about_slick .slick-slide p {
    font-size: 17px;
  }
}
@media (max-width: 840px) {
  .about18 .about_wrap .about_inner .about_slick .slick-slide p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .about18 .about_wrap .about_inner .about_slick .slick-slide p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .about18 .about_wrap .about_inner .about_slick .slick-slide p {
    font-size: 18px;
  }
}
.about18 .about_wrap .about_inner .about_slick .slick-slide p:nth-child(1) {
  width: 27px;
  font-family: "Gloock", serif;
  margin-right: 23px;
}
@media (max-width: 640px) {
  .about18 .about_wrap .about_inner .about_slick .slick-slide p:nth-child(1) {
    margin-right: 13px;
  }
}
@media (max-width: 480px) {
  .about18 .about_wrap .about_inner .about_slick .slick-slide p:nth-child(1) {
    font-size: 14px;
    margin-right: 0;
  }
}
.about18 .about_wrap .about_inner .about_slick .slick-slide p:nth-child(2) {
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  padding: 8px 0 13px;
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to left, #fff, #fff);
  background-position: left bottom, right bottom;
  background-size: 0% 1px, 100% 1px;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .about18 .about_wrap .about_inner .about_slick .slick-slide p:nth-child(2) {
    padding: 3px 0 8px;
  }
}
@media (max-width: 480px) {
  .about18 .about_wrap .about_inner .about_slick .slick-slide p:nth-child(2) {
    padding: 3px 0;
    background-image: unset;
  }
}
.about18 .about_wrap .about_inner .about_slick .slick-slide p:hover:nth-child(2) {
  background-size: 100% 1px, 0% 1px;
}
.about18 .about_wrap .about_inner .about_slick .slick-slide.slick-current p {
  color: #000000;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.about18 .about_wrap .about_inner .about_slick .slick-slide.slick-current p:nth-child(2) {
  background-size: 100% 1px, 0% 1px;
}
@media (max-width: 480px) {
  .about18 .about_wrap .about_inner .about_slick .slick-slide.slick-current p {
    color: #fff;
  }
}
.about18 .about_wrap .about_inner .about_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -50px;
}
@media (max-width: 1200px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -48px;
  }
}
@media (max-width: 840px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -45px;
  }
}
@media (max-width: 768px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -30px;
  }
}
@media (max-width: 480px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -28px;
  }
}
.about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -50px;
}
@media (max-width: 1200px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -48px;
  }
}
@media (max-width: 840px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -45px;
  }
}
@media (max-width: 768px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -30px;
  }
}
@media (max-width: 480px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -28px;
  }
}
.about18 .about_wrap .about_inner .about_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.about18 .about_wrap .about_inner .about_slick .slick-arrow:hover svg {
  fill: #000000;
}
.about18 .about_wrap .about_inner .about_slick .slick-arrow.white svg {
  fill: #fff;
}
.about18 .about_wrap .about_inner .about_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 480px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow {
    top: 80%;
  }
}
@media (max-width: 400px) {
  .about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-prev {
    left: -10px;
  }
  .about18 .about_wrap .about_inner .about_slick .slick-arrow.slick-next {
    right: -10px;
  }
}
.about18 .about_wrap .about_inner [class^=button] {
  margin-top: 60px !important;
  margin-left: calc(5.9895833333vw + 50px);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1700px) {
  .about18 .about_wrap .about_inner [class^=button] {
    margin-top: 55px !important;
  }
}
@media (max-width: 1600px) {
  .about18 .about_wrap .about_inner [class^=button] {
    margin-top: 50px !important;
  }
}
@media (max-width: 1500px) {
  .about18 .about_wrap .about_inner [class^=button] {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .about18 .about_wrap .about_inner [class^=button] {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .about18 .about_wrap .about_inner [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 1335px) {
  .about18 .about_wrap .about_inner [class^=button] {
    margin-left: 130px;
  }
}
@media (max-width: 640px) {
  .about18 .about_wrap .about_inner [class^=button] {
    margin-left: 85px;
  }
}
@media (max-width: 480px) {
  .about18 .about_wrap .about_inner [class^=button] {
    margin-left: 0;
  }
}
.about18.in .about_wrap .about_inner .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about18.in .about_wrap .about_inner .about_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.about18.in .about_wrap .about_inner [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}

.about19 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: url("../img/about/about60.jpg") no-repeat center bottom/cover;
}
@media (max-width: 1440px) {
  .about19 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about19 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about19 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .about19 {
    background: url("../img/about/about60_mb.jpg") no-repeat right bottom/cover;
  }
}
.about19 .container {
  max-width: 1460px;
}
.about19 .container > [class^=button] {
  margin-top: 50px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1500px) {
  .about19 .container > [class^=button] {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .about19 .container > [class^=button] {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .about19 .container > [class^=button] {
    margin-top: 35px !important;
  }
}
@media (min-width: 961px) {
  .about19 .container > [class^=button] {
    display: none;
  }
}
.about19 .about_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about19 .about_content .left {
  position: relative;
  width: 39.552238806%;
  margin: 50px 0;
  transition: all 0.3s;
}
@media (min-width: 961px) and (max-width: 1200px) {
  .about19 .about_content .left {
    margin: 40px 0;
  }
}
@media (max-width: 960px) {
  .about19 .about_content .left {
    order: 2;
    width: 100%;
    margin: 0;
  }
}
.about19 .about_content .left .circle_frame {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about19 .about_content .left .circle_frame {
    max-width: 530px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 720px) {
  .about19 .about_content .left .circle_frame {
    max-width: 360px;
  }
}
.about19 .about_content .left .about_circle {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: url("../img/about/about66.svg") no-repeat center center/cover;
}
.about19 .about_content .left .about_circle::before {
  content: "";
  position: absolute;
  top: 6.2264150943%;
  left: 6.2264150943%;
  width: 87.5471698113%;
  height: 87.5471698113%;
  background: url("../img/about/about67.svg") no-repeat center center/cover;
  animation: about19_rotate 20s linear infinite;
}
@keyframes about19_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about19 .about_content .left .about_circle .about_slick {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 71.6981132075%;
  height: 71.6981132075%;
  background: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.about19 .about_content .left .about_circle .about_slick .slick-slide div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
}
.about19 .about_content .left .about_circle .about_slick .slick-slide div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about19 .about_content .left .about_item {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .about19 .about_content .left .about_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 960px) {
  .about19 .about_content .left .about_item {
    display: flex;
    flex-wrap: wrap;
    transform: translateY(40px);
  }
}
@media (max-width: 720px) {
  .about19 .about_content .left .about_item {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (min-width: 961px) {
  .about19 .about_content .left .about_item .item_box {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 0;
    height: 50%;
    transform-origin: left bottom;
  }
}
@media (max-width: 960px) {
  .about19 .about_content .left .about_item .item_box {
    width: 25%;
    padding: 15px 10px;
  }
}
@media (max-width: 720px) {
  .about19 .about_content .left .about_item .item_box {
    width: 50%;
  }
}
.about19 .about_content .left .about_item .item_box > div {
  display: flex;
  align-items: center;
}
@media (min-width: 961px) {
  .about19 .about_content .left .about_item .item_box > div {
    position: absolute;
    top: -50px;
    left: calc(100% - 50px);
    width: 270px;
    cursor: pointer;
    transform-origin: 50px 50px;
    transition: all 0.3s;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .about19 .about_content .left .about_item .item_box > div {
    top: -40px;
    left: calc(100% - 40px);
    transform-origin: 40px 40px;
  }
}
@media (max-width: 960px) {
  .about19 .about_content .left .about_item .item_box > div {
    flex-direction: column;
  }
}
.about19 .about_content .left .about_item .item_box > div .item_icon {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (min-width: 961px) and (max-width: 1200px) {
  .about19 .about_content .left .about_item .item_box > div .item_icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 960px) {
  .about19 .about_content .left .about_item .item_box > div .item_icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 720px) {
  .about19 .about_content .left .about_item .item_box > div .item_icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .about19 .about_content .left .about_item .item_box > div .item_icon {
    width: 70px;
    height: 70px;
  }
}
.about19 .about_content .left .about_item .item_box > div .item_icon img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media (min-width: 961px) {
  .about19 .about_content .left .about_item .item_box > div .item_txt {
    width: calc(100% - 100px);
    padding-left: 17px;
  }
}
@media (max-width: 960px) {
  .about19 .about_content .left .about_item .item_box > div .item_txt {
    text-align: center;
  }
}
.about19 .about_content .left .about_item .item_box > div:hover .item_icon, .about19 .about_content .left .about_item .item_box > div.active .item_icon {
  background: #000000;
}
.about19 .about_content .left .about_item .item_box > div:hover .item_icon img, .about19 .about_content .left .about_item .item_box > div.active .item_icon img {
  filter: brightness(0) invert(1);
}
@media (min-width: 961px) {
  .about19 .about_content .left .about_item .item_box:nth-child(2) {
    transform: rotate(55deg);
  }
  .about19 .about_content .left .about_item .item_box:nth-child(2) > div {
    transform: rotate(-55deg);
  }
  .about19 .about_content .left .about_item .item_box:nth-child(3) {
    transform: rotate(125deg);
  }
  .about19 .about_content .left .about_item .item_box:nth-child(3) > div {
    transform: rotate(-125deg);
  }
  .about19 .about_content .left .about_item .item_box:nth-child(4) {
    transform: rotate(180deg);
  }
  .about19 .about_content .left .about_item .item_box:nth-child(4) > div {
    transform: rotate(-180deg);
  }
}
.about19 .about_content .right {
  width: 60.447761194%;
  padding-left: 15.625vw;
  transition: all 0.3s;
}
@media (min-width: 961px) and (max-width: 1200px) {
  .about19 .about_content .right {
    padding-left: 20.8333333333vw;
  }
}
@media (max-width: 960px) {
  .about19 .about_content .right {
    order: 1;
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.about19 .about_content .right .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about19 .about_content .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about19 .about_content .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about19 .about_content .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about19 .about_content .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.about19 .about_content .right .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .about19 .about_content .right .module_title {
    text-align: center;
  }
}
.about19 .about_content .right .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about19 .about_content .right [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about19 .about_content .right [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 960px) {
  .about19 .about_content .right [class^=button] {
    display: none;
  }
}
.about19.in .container > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.about19.in .about_content .left .circle_frame {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 960px) {
  .about19.in .about_content .left .circle_frame {
    transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.about19.in .about_content .left .about_item {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 960px) {
  .about19.in .about_content .left .about_item {
    transform: translateY(0);
    transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}
.about19.in .about_content .right .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.about19.in .about_content .right .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about19.in .about_content .right [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.about20 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about20 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about20 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about20 .left {
  width: 50%;
}
@media (max-width: 960px) {
  .about20 .left {
    width: 100%;
  }
}
.about20 .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about20 .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about20 .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about20 .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about20 .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.about20 .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .about20 .left .module_title {
    text-align: center;
  }
}
.about20 .left .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about20 .left .module_desc {
    text-align-last: center;
  }
}
.about20 .right {
  width: 50%;
}
@media (max-width: 960px) {
  .about20 .right {
    width: 100%;
    margin-top: 40px;
  }
}
.about20 .right .counter {
  display: flex;
  justify-content: center;
  gap: 0 4.1666666667vw;
}
@media (max-width: 960px) {
  .about20 .right .counter {
    gap: 0 8.3333333333vw;
  }
}
@media (max-width: 400px) {
  .about20 .right .counter {
    gap: 0 6.25vw;
  }
}
.about20 .right .counter li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 400px) {
  .about20 .right .counter li img {
    width: 60px;
  }
}
.about20 .right .counter li .count {
  color: #000000;
  font-size: calc(1.625rem + 1.25vw);
  font-weight: 900;
  text-align: center;
}
.about20 .right .counter li .count .countup {
  color: #4e4e4e;
}
.about20 .right .counter li p:not(.count) {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1200px) {
  .about20 .right .counter li p:not(.count) {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .about20 .right .counter li p:not(.count) {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .about20 .right .counter li p:not(.count) {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .about20 .right .counter li p:not(.count) {
    font-size: 13px;
  }
}
.about20.in .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about20.in .left .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about20.in .right .counter li {
  opacity: 1;
  transform: translateY(0);
}
.about20.in .right .counter li:nth-child(1) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about20.in .right .counter li:nth-child(2) {
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.about20.in .right .counter li:nth-child(3) {
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.about21 {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about21 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about21 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about21 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about21 .about_content {
  display: flex;
  flex-wrap: wrap;
}
.about21 .about_content .left {
  width: 35%;
}
@media (max-width: 960px) {
  .about21 .about_content .left {
    width: 100%;
  }
}
.about21 .about_content .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about21 .about_content .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about21 .about_content .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about21 .about_content .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about21 .about_content .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.about21 .about_content .left .module_title.white p:nth-child(2) {
  color: #fff;
}
.about21 .about_content .right {
  width: 65%;
  padding-left: 12.5vw;
}
@media (max-width: 960px) {
  .about21 .about_content .right {
    width: 100%;
    padding-left: 0;
  }
}
.about21 .about_content .right .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about21 .about_content .right [class^=button] {
  margin-top: 55px !important;
  margin: 0 0 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about21 .about_content .right [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 960px) {
  .about21 .about_content .right [class^=button] {
    margin: 0 auto;
  }
}
.about21.in .about_content .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about21.in .about_content .right .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about21.in .about_content .right [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.about22 {
  position: relative;
  padding-top: 58.9583333333vw;
  background-color: #232323;
  background-image: url("../img/about/about90.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .about22 {
    padding-top: 530px;
  }
}
@media (max-width: 640px) {
  .about22 {
    background-size: auto 426px;
  }
}
.about22 .moving_object {
  position: absolute;
  top: 63.5vw;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .about22 .moving_object {
    top: 520px;
  }
}
@media (max-width: 960px) {
  .about22 .moving_object img {
    min-height: 768px;
    object-fit: cover;
  }
}
.about22 .about_top {
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .about22 .about_top {
    margin-bottom: 9.375vw;
  }
}
.about22 .about_top .wider_container {
  max-width: 1380px;
}
.about22 .about_top .about_slick .slick-slide {
  padding: 0 30px;
}
.about22 .about_top .about_slick .slick-slide img {
  margin: 0 auto 5px;
}
.about22 .about_top .about_slick .slick-slide > p {
  color: #000000;
  font-size: calc(1rem + 0.3645833333vw);
  text-align: center;
  margin-bottom: 8px;
}
.about22 .about_top .about_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .about22 .about_top .about_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .about22 .about_top .about_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.about22 .about_top .about_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .about22 .about_top .about_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .about22 .about_top .about_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .about22 .about_top .about_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .about22 .about_top .about_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.about22 .about_top .about_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .about22 .about_top .about_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .about22 .about_top .about_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .about22 .about_top .about_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .about22 .about_top .about_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.about22 .about_top .about_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.about22 .about_top .about_slick .slick-arrow:hover svg {
  fill: #000000;
}
.about22 .about_top .about_slick .slick-arrow.white svg {
  fill: #fff;
}
.about22 .about_top .about_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.about22 .about_title_mb {
  padding: 5.2083333333vw 0;
  overflow: hidden;
}
@media (min-width: 961px) {
  .about22 .about_title_mb {
    display: none;
  }
}
@media (max-width: 768px) {
  .about22 .about_title_mb {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .about22 .about_title_mb {
    padding: 30px 0;
  }
}
.about22 .about_title_mb .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about22 .about_title_mb .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about22 .about_title_mb .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about22 .about_title_mb .module_title.white p:nth-child(1) {
  color: #fff;
}
.about22 .about_title_mb .module_title.white p:nth-child(2) {
  color: #fff;
}
.about22 .about_bottom {
  position: relative;
  height: 100vh;
  background-image: linear-gradient(to top, #000000, #000000);
  background-size: 100% 50%;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 960px) {
  .about22 .about_bottom {
    height: calc(15rem + 37.5vw);
  }
}
.about22 .about_bottom .scale_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.about22 .about_bottom .scale_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 960px) {
  .about22 .about_bottom .scale_img img {
    object-position: 17% bottom;
  }
}
.about22 .about_bottom .about_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4.1666666667vw 4.6875vw;
}
@media (max-width: 960px) {
  .about22 .about_bottom .about_content {
    padding: 5.2083333333vw 0;
  }
}
.about22 .about_bottom .about_content .module_title {
  margin-bottom: 40px;
}
.about22 .about_bottom .about_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about22 .about_bottom .about_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about22 .about_bottom .about_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about22 .about_bottom .about_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.about22 .about_bottom .about_content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .about22 .about_bottom .about_content .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about22 .about_bottom .about_content .module_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .about22 .about_bottom .about_content .module_title {
    display: none;
  }
}
@media (max-width: 960px) {
  .about22 .about_bottom .about_content .button_set {
    display: none;
  }
}
.about22 .about_btn_mb {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #000000;
}
@media (max-width: 1440px) {
  .about22 .about_btn_mb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about22 .about_btn_mb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about22 .about_btn_mb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 961px) {
  .about22 .about_btn_mb {
    display: none;
  }
}

.about23 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #d7d7d7;
}
@media (max-width: 1440px) {
  .about23 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about23 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about23 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about23 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about23 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about23 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about23 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about23 .module_title.white p:nth-child(1) {
  color: #fff;
}
.about23 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .about23 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about23 .module_title {
    margin-bottom: 30px;
  }
}
.about23 .module_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .about23 .module_tabs {
    display: none;
  }
}
.about23 .module_selector {
  position: relative;
}
@media (min-width: 1025px) {
  .about23 .module_selector {
    display: none;
  }
}
.about23 .module_selector .module_select_list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translateX(-50%);
}
.about23 .module_select {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .about23 .module_select {
    display: none;
  }
}
.about23 .module_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.about23 .module_select_list {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .about23 .module_select_list {
    display: none !important;
  }
}
.about23 .module_select_list li {
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.about23 .module_select_list li + li {
  border-top: 1px solid #ededed;
}
.about23.in .module_tabs,
.about23.in .module_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.about23 .module_content {
  position: relative;
  margin-top: 60px;
  padding: 40px;
  background: #fff;
  border-radius: 25px;
  isolation: isolate;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about23 .module_content {
    margin-top: 50px;
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .about23 .module_content {
    margin-top: 40px;
    padding: 20px;
  }
}
.about23 .module_content > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 30px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s;
}
.about23 .module_content > div:not(:first-child) {
  position: absolute;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
}
@media (max-width: 1200px) {
  .about23 .module_content > div:not(:first-child) {
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
}
.about23 .module_content > div.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.3s 0.5s;
}
.about23 .module_content > div > div {
  width: calc(50% - 15px);
}
@media (max-width: 960px) {
  .about23 .module_content > div > div {
    width: 100%;
  }
}
.about23 .module_content > div > div .module_content_title {
  color: #000000;
  font-size: calc(1.0625rem + 0.6770833333vw);
  font-weight: 700;
}
.about23 .module_content > div > div:nth-child(1) .module_content_title {
  margin-bottom: 15px;
}
@media (min-width: 961px) {
  .about23 .module_content > div > div:nth-child(1) .module_content_title {
    display: none;
  }
}
.about23 .module_content > div > div:nth-child(1) p:nth-child(2) {
  position: relative;
  height: 0;
  padding-bottom: 56.5891472868%;
  overflow: hidden;
}
.about23 .module_content > div > div:nth-child(1) p:nth-child(2) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about23 .module_content > div > div:nth-child(2) .module_content_title {
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  .about23 .module_content > div > div:nth-child(2) .module_content_title {
    display: none;
  }
}
.about23.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about23.in .module_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}

.about24 {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  background: url("../img/about/about95.jpg") no-repeat center top/cover;
}
@media (max-width: 1440px) {
  .about24 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about24 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about24 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .about24 {
    padding-bottom: calc(4.6875rem + 9.765625vw);
    background: url("../img/about/about95.jpg") no-repeat left 35% top/cover;
  }
}
@media (max-width: 480px) {
  .about24 {
    background: url("../img/about/about95_mb.jpg") no-repeat center top/cover;
  }
}
.about24 .about_content {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .about24 .about_content {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.about24 .about_content .left {
  width: 28.125%;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .about24 .about_content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.about24 .about_content .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about24 .about_content .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about24 .about_content .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about24 .about_content .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about24 .about_content .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.about24 .about_content .left .module_title.white p:nth-child(2) {
  color: #fff;
}
.about24 .about_content .left .module_desc {
  text-shadow: 0 0 10px #e5dbcf;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about24 .about_content .left [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about24 .about_content .left [class^=button] {
    margin-top: 35px !important;
  }
}
.about24 .about_content .right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 71.875%;
}
@media (max-width: 1200px) {
  .about24 .about_content .right {
    width: 100%;
    justify-content: flex-start;
  }
}
.about24 .about_content .right .top {
  width: 100%;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 481px) and (max-width: 1200px) {
  .about24 .about_content .right .top {
    display: none;
  }
}
.about24 .about_content .right .top p {
  position: relative;
  height: 0;
  padding-bottom: 405px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
@media (max-width: 480px) {
  .about24 .about_content .right .top p {
    padding-bottom: 68.75vw;
  }
}
.about24 .about_content .right .top p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about24 .about_content .right .bottom {
  width: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about24 .about_content .right .bottom .lv_1 {
  display: flex;
  gap: 0 5.2083333333vw;
  width: 74%;
}
@media (max-width: 768px) {
  .about24 .about_content .right .bottom .lv_1 {
    width: 100%;
  }
}
.about24 .about_content .right .bottom .lv_1 + .lv_1 {
  margin-top: 40px;
  margin-left: auto;
}
.about24 .about_content .right .bottom .lv_1 .lv_2 {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 10px;
}
@media (max-width: 768px) {
  .about24 .about_content .right .bottom .lv_1 .lv_2 {
    flex-direction: column;
  }
}
.about24 .about_content .right .bottom .lv_1 .lv_2 .circle {
  flex-shrink: 0;
  position: relative;
  width: 85px;
  height: 85px;
  background: #000000;
  border-radius: 50%;
}
.about24 .about_content .right .bottom .lv_1 .lv_2 .circle img {
  border-radius: 50%;
}
.about24 .about_content .right .bottom .lv_1 .lv_2 .circle img:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 0;
  width: 158.8235294118%;
  height: 158.8235294118%;
  max-width: unset;
  transform-origin: right center;
  transform: translate(0, -50%) scale(0);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .about24 .about_content .right .bottom .lv_1 .lv_2 .circle img:nth-child(2) {
    width: 135.2941176471%;
    height: 135.2941176471%;
  }
}
@media (max-width: 768px) {
  .about24 .about_content .right .bottom .lv_1 .lv_2 .circle img:nth-child(2) {
    right: 50%;
    width: 105.8823529412%;
    height: 105.8823529412%;
    transform: translate(50%, -50%) scale(0);
    transform-origin: center center;
  }
}
.about24 .about_content .right .bottom .lv_1 .lv_2 .circle_content {
  width: 100%;
}
.about24 .about_content .right .bottom .lv_1 .lv_2 .circle_content .circle_title {
  font-size: 20px;
}
@media (max-width: 960px) {
  .about24 .about_content .right .bottom .lv_1 .lv_2 .circle_content .circle_title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about24 .about_content .right .bottom .lv_1 .lv_2 .circle_content .circle_title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .about24 .about_content .right .bottom .lv_1 .lv_2 .circle_content .circle_title {
    font-size: 17px;
  }
}
.about24 .about_content .right .bottom .lv_1 .lv_2 .circle_content .module_desc {
  font-size: 14px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .about24 .about_content .right .bottom .lv_1 .lv_2 .circle_content .module_desc {
    text-align-last: center;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  .about24 .about_content .right .bottom .lv_1 .lv_2 .circle_content .module_desc br {
    display: none;
  }
}
@media (max-width: 480px) {
  .about24 .about_content .right .bottom .lv_1 .lv_2 .circle_content .module_desc br {
    display: none;
  }
}
.about24 .about_content .right .bottom .lv_1 .lv_2:hover .circle img:nth-child(2) {
  transform: translate(0, -50%) scale(1);
}
@media (max-width: 768px) {
  .about24 .about_content .right .bottom .lv_1 .lv_2:hover .circle img:nth-child(2) {
    transform: translate(50%, -50%) scale(1);
  }
}
.about24 .open_food {
  position: absolute;
  bottom: -3.75vw;
  left: 3%;
  width: calc(7.625rem + 12.65625vw);
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1024px) {
  .about24 .open_food {
    left: 1.5%;
  }
}
@media (max-width: 840px) {
  .about24 .open_food {
    left: 0.5%;
  }
}
@media (max-width: 768px) {
  .about24 .open_food {
    left: 50%;
    transform: translateX(-50%);
  }
}
.about24 .open_food img:nth-child(1) {
  visibility: hidden;
}
.about24 .open_food img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0%;
  height: 100%;
}
.about24 .open_food img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0%;
  height: 100%;
}
.about24.in .about_content .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about24.in .about_content .left .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about24.in .about_content .left [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.about24.in .about_content .right .top {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.about24.in .about_content .right .bottom {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.about25 {
  position: relative;
  padding: calc(14.375rem + 11.9791666667vw) 0 11.9791666667vw;
  background: #ededed;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .about25 {
    padding: 95px 0 0;
  }
}
.about25 .about_content {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .about25 .about_content {
    flex-wrap: wrap;
  }
}
.about25 .about_content .left {
  width: 26.0416666667vw;
}
@media (max-width: 1200px) {
  .about25 .about_content .left {
    width: 100%;
  }
}
.about25 .about_content .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about25 .about_content .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about25 .about_content .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about25 .about_content .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about25 .about_content .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.about25 .about_content .left .module_title.white p:nth-child(2) {
  color: #fff;
}
.about25 .about_content .left .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .about25 .about_content .left .module_desc {
    font-size: 16px;
  }
}
@media (min-width: 1367px) {
  .about25 .about_content .left .module_desc {
    font-size: 17px;
  }
}
@media (min-width: 1441px) {
  .about25 .about_content .left .module_desc {
    font-size: 18px;
  }
}
.about25 .about_content .left .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about25 .about_content .left .button_set {
    display: none;
  }
}
.about25 .about_content .left .marks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 60px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1700px) {
  .about25 .about_content .left .marks {
    margin-top: 55px !important;
  }
}
@media (max-width: 1600px) {
  .about25 .about_content .left .marks {
    margin-top: 50px !important;
  }
}
@media (max-width: 1500px) {
  .about25 .about_content .left .marks {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .about25 .about_content .left .marks {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .about25 .about_content .left .marks {
    margin-top: 35px !important;
  }
}
@media (max-width: 480px) {
  .about25 .about_content .left .marks > div {
    width: calc(50% - 12px);
  }
}
.about25 .about_content .left .marks > div img {
  margin: 0 auto;
}
.about25 .about_content .right {
  width: 19.2708333333vw;
}
@media (max-width: 1200px) {
  .about25 .about_content .right {
    width: 100%;
    margin-top: 60px !important;
  }
}
@media (max-width: 1200px) and (max-width: 1700px) {
  .about25 .about_content .right {
    margin-top: 55px !important;
  }
}
@media (max-width: 1200px) and (max-width: 1600px) {
  .about25 .about_content .right {
    margin-top: 50px !important;
  }
}
@media (max-width: 1200px) and (max-width: 1500px) {
  .about25 .about_content .right {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .about25 .about_content .right {
    margin-top: 40px !important;
  }
}
@media (max-width: 1200px) and (max-width: 840px) {
  .about25 .about_content .right {
    margin-top: 35px !important;
  }
}
.about25 .about_content .right .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about25 .about_content .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about25 .about_content .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about25 .about_content .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about25 .about_content .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.about25 .about_content .right .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (min-width: 1201px) {
  .about25 .about_content .right .module_title {
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .about25 .about_content .right .module_title {
    display: none;
  }
}
.about25 .about_content .right .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .about25 .about_content .right .module_desc {
    font-size: 16px;
  }
}
@media (min-width: 1367px) {
  .about25 .about_content .right .module_desc {
    font-size: 17px;
  }
}
@media (min-width: 1441px) {
  .about25 .about_content .right .module_desc {
    font-size: 18px;
  }
}
.about25 .about_content .right .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .about25 .about_content .right .button_set {
    display: none;
  }
}
@media (max-width: 1200px) {
  .about25 .parallax {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: -150px;
    margin-top: 55px !important;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .about25 .parallax {
    margin-top: 35px !important;
  }
}
@media (max-width: 864px) {
  .about25 .parallax {
    margin-bottom: -17.3611111111vw;
  }
}
.about25 .parallax .pot {
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .about25 .parallax .pot {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
  }
}
@media (max-width: 1200px) {
  .about25 .parallax .pot {
    transform: translate(0, 40px);
  }
}
@media (max-width: 480px) {
  .about25 .parallax .pot .layer {
    transform: unset !important;
  }
}
.about25 .parallax .pot img {
  margin: 0 auto;
}
.about25 .parallax .food {
  opacity: 0;
  transform: translate(-50%, -100%);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .about25 .parallax .food {
    position: absolute;
    top: 250px;
    left: 49.5%;
    z-index: 1;
  }
}
@media (max-width: 1200px) {
  .about25 .parallax .food {
    margin-bottom: -285px;
    transform: translate(0, -40px);
  }
}
@media (max-width: 912px) {
  .about25 .parallax .food {
    margin-bottom: -31.25vw;
  }
}
@media (max-width: 480px) {
  .about25 .parallax .food.pc {
    display: none;
  }
}
@media (min-width: 481px) {
  .about25 .parallax .food.mb {
    display: none;
  }
}
.about25 .parallax .food img {
  margin: 0 auto;
}
.about25 .parallax .big_txt {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about25 .parallax .big_txt {
    top: 100px;
  }
}
@media (max-width: 912px) {
  .about25 .parallax .big_txt {
    top: 10.9649122807vw;
  }
}
@media (max-width: 480px) {
  .about25 .parallax .big_txt {
    top: 6.25vw;
  }
}
.about25 .parallax .big_txt p {
  color: #fff;
  font-size: calc(3.9375rem + 9.84375vw);
  font-family: "Alex Brush", cursive;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .about25 .parallax .big_txt p {
    font-size: 13.3333333333vw;
  }
}
@media (max-width: 840px) {
  .about25 .parallax .big_txt p {
    font-size: 13.3333333333vw;
  }
}
@media (max-width: 400px) {
  .about25 .parallax .big_txt p {
    font-size: 13.125vw;
  }
}
.about25.in .about_content .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about25.in .about_content .left .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about25.in .about_content .left .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about25.in .about_content .left .marks {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
@media (max-width: 1200px) {
  .about25.in .about_content .left .marks {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.about25.in .about_content .right .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about25.in .about_content .right .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 1200px) {
  .about25.in .about_content .right .module_desc {
    transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}
.about25.in .about_content .right .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 1200px) {
  .about25.in .about_content .right .button_set {
    transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
  }
}
.about25.in .parallax .pot {
  opacity: 1;
  transform: translate(-50%, 25%);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
@media (max-width: 1200px) {
  .about25.in .parallax .pot {
    transform: translate(0, 0);
    transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
  }
}
.about25.in .parallax .food {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
@media (max-width: 1200px) {
  .about25.in .parallax .food {
    transform: translate(0, 0);
    transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
  }
}
.about25.in .parallax .big_txt {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
@media (max-width: 1200px) {
  .about25.in .parallax .big_txt {
    transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
  }
}

.about26 {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  padding-bottom: 95px !important;
}
@media (max-width: 1440px) {
  .about26 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about26 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about26 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about26::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 40px);
  height: 50%;
  background: #e0e0e0;
  z-index: -1;
}
@media (min-width: 1601px) {
  .about26::before {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
}
@media (max-width: 1600px) {
  .about26::before {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .about26::before {
    height: 80%;
  }
}
@media (max-width: 1600px) {
  .about26 .wider_container {
    padding: 0;
  }
}
.about26 .about_content {
  position: relative;
  max-width: 1500px;
}
@media (max-width: 1600px) {
  .about26 .about_content {
    max-width: calc(100% - 10.4166666667vw);
  }
}
@media (max-width: 1200px) {
  .about26 .about_content {
    max-width: calc(100% - 4.6875vw);
  }
}
@media (max-width: 960px) {
  .about26 .about_content {
    max-width: unset;
  }
}
.about26 .about_content .left {
  width: 75.6%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1600px) {
  .about26 .about_content .left {
    width: 67.5%;
  }
}
@media (max-width: 720px) {
  .about26 .about_content .left {
    width: 100%;
  }
}
.about26 .about_content .left .about_slick_1 .slick-slide {
  transition: opacity 0s 1s !important;
}
.about26 .about_content .left .about_slick_1 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 63.139329806%;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1300px) {
  .about26 .about_content .left .about_slick_1 .slick-slide p {
    padding-bottom: 75%;
  }
}
@media (max-width: 720px) {
  .about26 .about_content .left .about_slick_1 .slick-slide p {
    padding-bottom: 63.139329806%;
  }
}
.about26 .about_content .left .about_slick_1 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.about26 .about_content .left .about_slick_1 .slick-slide p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: linear-gradient(114deg, transparent, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.8) 80%, black 100%);
  opacity: 0.85;
  z-index: 2;
  transform: translateX(0);
}
.about26 .about_content .left .about_slick_1 .slick-slide p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #fff;
  z-index: 2;
  transform: translateX(0);
}
.about26 .about_content .left .about_slick_1 .slick-slide:not(.slick-current) p::before {
  animation: about26_bef_out 1s;
}
@keyframes about26_bef_out {
  0% {
    width: 0;
    transform: translateX(0);
  }
  40% {
    transform: translateX(0);
  }
  100% {
    width: 100%;
    transform: translateX(100%);
  }
}
.about26 .about_content .left .about_slick_1 .slick-slide:not(.slick-current) p::after {
  animation: about26_aft_out 1s;
}
@keyframes about26_aft_out {
  0%, 40% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
.about26 .about_content .left .about_slick_1 .slick-slide.slick-current p::before {
  width: 100%;
  transform: translateX(100%);
  transition: width 0.7s 1s, transform 0.7s 1.4s;
}
.about26 .about_content .left .about_slick_1 .slick-slide.slick-current p::after {
  right: 0;
  transform: translateX(100%);
  transition: transform 0.7s 1s;
}
.about26 .about_content .right {
  position: absolute;
  bottom: -23px;
  right: 0;
  width: 38%;
  background: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1600px) {
  .about26 .about_content .right {
    width: 40.7142857143%;
  }
}
@media (max-width: 720px) {
  .about26 .about_content .right {
    position: relative;
    bottom: unset;
    width: calc(100% - 30px);
    margin-top: -40px;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .about26 .about_content .right {
    width: calc(100% - 25px);
  }
}
.about26 .about_content .right .about_slick_2 .slick-slide {
  padding: 3.6458333333vw 4.4270833333vw;
}
@media (max-width: 960px) {
  .about26 .about_content .right .about_slick_2 .slick-slide {
    padding: 60px 40px 40px;
  }
}
@media (max-width: 720px) {
  .about26 .about_content .right .about_slick_2 .slick-slide {
    padding: 60px 40px 70px;
  }
}
.about26 .about_content .right .about_slick_2 .slick-slide > * {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.05s, transform 0s 0.1s;
}
.about26 .about_content .right .about_slick_2 .slick-slide .number {
  display: flex;
  align-items: center;
  gap: 0 20px;
  color: #000000;
  font-weight: 500;
}
.about26 .about_content .right .about_slick_2 .slick-slide .number::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #000000;
}
.about26 .about_content .right .about_slick_2 .slick-slide .module_title {
  margin-bottom: 20px;
}
.about26 .about_content .right .about_slick_2 .slick-slide .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about26 .about_content .right .about_slick_2 .slick-slide .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about26 .about_content .right .about_slick_2 .slick-slide .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about26 .about_content .right .about_slick_2 .slick-slide .module_title.white p:nth-child(1) {
  color: #fff;
}
.about26 .about_content .right .about_slick_2 .slick-slide .module_title.white p:nth-child(2) {
  color: #fff;
}
.about26 .about_content .right .about_slick_2 .slick-slide .module_desc {
  display: -webkit-box;
  max-height: 162px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 960px) {
  .about26 .about_content .right .about_slick_2 .slick-slide .module_desc {
    display: -webkit-box;
    max-height: 108px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 840px) {
  .about26 .about_content .right .about_slick_2 .slick-slide .module_desc {
    display: -webkit-box;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 720px) {
  .about26 .about_content .right .about_slick_2 .slick-slide .module_desc {
    display: -webkit-box;
    max-height: 162px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .about26 .about_content .right .about_slick_2 .slick-slide .module_desc {
    display: -webkit-box;
    max-height: 151.2px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.about26 .about_content .right .about_slick_2 .slick-slide.slick-current > * {
  opacity: 1;
  transform: translateX(0);
}
.about26 .about_content .right .about_slick_2 .slick-slide.slick-current .number {
  transition: opacity 0.8s 0.4s, transform 0.8s 0.4s;
}
.about26 .about_content .right .about_slick_2 .slick-slide.slick-current .module_title {
  transition: opacity 0.8s 0.6s, transform 0.8s 0.6s;
}
.about26 .about_content .right .about_slick_2 .slick-slide.slick-current .module_desc {
  transition: opacity 0.8s 0.8s, transform 0.8s 0.8s;
}
.about26 .about_content .right .about_slick_2 .slick-slide.slick-current .button_set {
  transition: opacity 0.8s 1s, transform 0.8s 1s;
}
.about26 .about_content .right .tool_btn {
  position: absolute;
  top: 10px;
  right: 25px;
}
@media (min-width: 961px) {
  .about26 .about_content .right .tool_btn {
    display: none;
  }
}
.about26 .about_content .right .tool_btn .button_set {
  margin-top: 0 !important;
  background-image: linear-gradient(to bottom, #e8e8e8, #e8e8e8);
  background-size: 1px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.about26 .about_content .right .fixed {
  position: absolute;
  top: calc(100% - 23px);
  right: 100%;
  margin-top: 0 !important;
}
@media (max-width: 720px) {
  .about26 .about_content .right .fixed {
    top: calc(100% - 20px);
    left: 0;
    right: unset;
  }
}
.about26 .about_content .cornor {
  position: absolute;
  top: 0;
  right: 0;
  width: 24.4%;
  padding: 0 0 0 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1600px) {
  .about26 .about_content .cornor {
    width: 32.5%;
  }
}
@media (max-width: 960px) {
  .about26 .about_content .cornor {
    display: none;
  }
}
.about26 .about_content .cornor .cornor_dots {
  width: fit-content;
  margin-left: auto;
}
.about26 .about_content .cornor .cornor_dots li {
  position: relative;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .about26 .about_content .cornor .cornor_dots li {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .about26 .about_content .cornor .cornor_dots li {
    font-size: 16px;
  }
}
.about26 .about_content .cornor .cornor_dots li + li {
  margin-top: 5px;
}
.about26 .about_content .cornor .cornor_dots li::before, .about26 .about_content .cornor .cornor_dots li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}
.about26 .about_content .cornor .cornor_dots li::before {
  background: #b8b8b8;
}
.about26 .about_content .cornor .cornor_dots li::after {
  background: #000000;
  transform-origin: left top;
  transform: scale(1, 0);
}
.about26 .about_content .cornor .cornor_dots li span {
  padding: 0 15px;
}
.about26 .about_content .cornor .cornor_dots li:hover, .about26 .about_content .cornor .cornor_dots li.active {
  color: #000000;
}
.about26 .about_content .cornor .cornor_dots li.active::after {
  transform: scale(1, 1);
  transition: transform 5s linear;
}
@media (min-width: 1601px) {
  .about26.in::before {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}
.about26.in .about_content .left {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about26.in .about_content .right {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about26.in .about_content .cornor {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.about27 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #eee;
}
@media (max-width: 1440px) {
  .about27 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about27 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about27 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about27 .about_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 841px) {
  .about27 .about_content {
    position: relative;
    padding: 0 3.90625vw 4.9479166667vw;
  }
  .about27 .about_content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 4.9479166667vw);
    background: #fff;
    border-radius: 50px;
  }
}
@media (max-width: 1366px) {
  .about27 .about_content {
    align-items: center;
  }
}
.about27 .about_content .about_left {
  position: relative;
  width: 45.8620689655%;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .about27 .about_content .about_left {
    width: 100%;
    margin-bottom: 30px;
    transform: translate(0, 40px);
  }
}
@media (max-width: 400px) {
  .about27 .about_content .about_left {
    margin-bottom: 25vw;
  }
}
.about27 .about_content .about_left img:nth-child(1) {
  margin: 0 auto;
  border: 10px solid #fff;
  border-radius: 50px;
}
@media (min-width: 841px) {
  .about27 .about_content .about_left img:nth-child(1) {
    width: 100%;
  }
}
.about27 .about_content .about_left img:nth-child(2) {
  position: absolute;
  bottom: -15.1041666667vw;
  left: -9.1145833333vw;
  width: 26.7708333333vw;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .about27 .about_content .about_left img:nth-child(2) {
    bottom: -22.619047619vw;
    left: -20px;
    width: 47.619047619vw;
  }
}
.about27 .about_content .about_right {
  width: 54.1379310345%;
  padding-left: 5.7291666667vw;
}
@media (min-width: 1367px) {
  .about27 .about_content .about_right {
    padding-top: 1.3020833333vw;
  }
}
@media (max-width: 840px) {
  .about27 .about_content .about_right {
    width: 100%;
    padding-left: 0;
  }
}
.about27 .about_content .about_right .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about27 .about_content .about_right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about27 .about_content .about_right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about27 .about_content .about_right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about27 .about_content .about_right .module_title.white p:nth-child(1) {
  color: #fff;
}
.about27 .about_content .about_right .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (min-width: 401px) and (max-width: 840px) {
  .about27 .about_content .about_right .module_title {
    writing-mode: vertical-rl;
    margin-left: auto;
  }
}
@media (max-width: 840px) {
  .about27 .about_content .about_right .module_title {
    transform: translate(0, 40px);
  }
}
.about27 .about_content .about_right .module_desc {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .about27 .about_content .about_right .module_desc {
    transform: translate(0, 40px);
  }
}
.about27 .about_content .about_right .button_set {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .about27 .about_content .about_right .button_set {
    justify-content: center;
    transform: translate(0, 40px);
  }
}
.about27.in .about_content .about_left {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about27.in .about_content .about_left img:nth-child(2) {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about27.in .about_content .about_right .module_title {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about27.in .about_content .about_right .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about27.in .about_content .about_right .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.about28 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about28 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about28 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about28 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about28 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about28 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about28 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about28 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about28 .module_title.white p:nth-child(1) {
  color: #fff;
}
.about28 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .about28 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about28 .module_title {
    margin-bottom: 30px;
  }
}
.about28 .module_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .about28 .module_tabs {
    display: none;
  }
}
.about28 .module_selector {
  position: relative;
}
@media (min-width: 1025px) {
  .about28 .module_selector {
    display: none;
  }
}
.about28 .module_selector .module_select_list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translateX(-50%);
}
.about28 .module_select {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .about28 .module_select {
    display: none;
  }
}
.about28 .module_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.about28 .module_select_list {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .about28 .module_select_list {
    display: none !important;
  }
}
.about28 .module_select_list li {
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.about28 .module_select_list li + li {
  border-top: 1px solid #ededed;
}
.about28.in .module_tabs,
.about28.in .module_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.about28 .module_content {
  position: relative;
  margin-top: 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about28 .module_content {
    margin-top: 50px;
  }
}
@media (max-width: 720px) {
  .about28 .module_content {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .about28 .module_content {
    margin-top: 30px;
  }
}
.about28 .module_content .about_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s 0.3s;
}
.about28 .module_content .about_content:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.about28 .module_content .about_content .left {
  width: 50%;
  padding-right: 5.2083333333vw;
}
@media (max-width: 1200px) {
  .about28 .module_content .about_content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.about28 .module_content .about_content .left .about_title {
  font-size: calc(1.3125rem + 0.78125vw);
  margin-bottom: 6px;
  opacity: 0;
  transform: translate(20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 1200px) {
  .about28 .module_content .about_content .left .about_title {
    transform: translate(0, 20px);
  }
}
@media (max-width: 480px) {
  .about28 .module_content .about_content .left .about_title {
    margin-bottom: 0;
  }
}
.about28 .module_content .about_content .left .about_subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 28px;
  opacity: 0;
  transform: translate(20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 1200px) {
  .about28 .module_content .about_content .left .about_subtitle {
    transform: translate(0, 20px);
  }
}
@media (max-width: 480px) {
  .about28 .module_content .about_content .left .about_subtitle {
    margin-bottom: 15px;
  }
}
.about28 .module_content .about_content .left .module_desc {
  opacity: 0;
  transform: translate(20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 1200px) {
  .about28 .module_content .about_content .left .module_desc {
    transform: translate(0, 20px);
  }
}
.about28 .module_content .about_content .left .top_five {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 4.1666666667vw;
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 1600px) {
  .about28 .module_content .about_content .left .top_five {
    margin-top: 3.75vw;
  }
}
@media (max-width: 1200px) {
  .about28 .module_content .about_content .left .top_five {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .about28 .module_content .about_content .left .top_five {
    margin-top: 30px;
  }
}
.about28 .module_content .about_content .left .top_five li {
  width: 80px;
}
.about28 .module_content .about_content .left .top_five li p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.about28 .module_content .about_content .left .top_five li p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about28 .module_content .about_content .left .good_three {
  display: flex;
  gap: 0 60px;
  margin-top: 4.1666666667vw;
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 1600px) {
  .about28 .module_content .about_content .left .good_three {
    margin-top: 3.75vw;
  }
}
@media (max-width: 1200px) {
  .about28 .module_content .about_content .left .good_three {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .about28 .module_content .about_content .left .good_three {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .about28 .module_content .about_content .left .good_three {
    gap: 0 30px;
  }
}
.about28 .module_content .about_content .left .good_three li {
  text-align: center;
}
.about28 .module_content .about_content .left .good_three li p.count {
  font-size: calc(1.96875rem + 0.9635416667vw);
  color: #000000;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.about28 .module_content .about_content .left .good_three li p.count sup {
  position: relative;
  top: 0.9895833333vw;
  font-size: 25px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1201px) {
  .about28 .module_content .about_content .left .good_three li p:nth-child(2) {
    font-size: 16px;
  }
}
.about28 .module_content .about_content .right {
  width: 50%;
  opacity: 0;
  transform: translate(-20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 1200px) {
  .about28 .module_content .about_content .right {
    width: 100%;
    max-width: 800px;
    transform: translate(0, 20px);
  }
}
.about28 .module_content .about_content .right div {
  position: relative;
  height: 0;
  padding-bottom: 71.25%;
  overflow: hidden;
}
.about28 .module_content .about_content .right div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about28 .module_content .about_content.active {
  opacity: 1;
  pointer-events: auto;
}
.about28 .module_content .about_content.active .left .about_title,
.about28 .module_content .about_content.active .left .about_subtitle {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
.about28 .module_content .about_content.active .left .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}
.about28 .module_content .about_content.active .left .top_five {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
}
.about28 .module_content .about_content.active .left .good_three {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
}
.about28 .module_content .about_content.active .right {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 1200px) {
  .about28 .module_content .about_content.active .right {
    transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
  }
}
.about28 .sp_txt {
  margin-top: -35px;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about28 .sp_txt {
    display: none;
  }
}
.about28 .sp_txt p {
  color: transparent;
  font-size: 5.2083333333vw;
  font-weight: 900;
  font-family: sans-serif;
  line-height: 1;
  letter-spacing: -4px;
  text-align: right;
  text-transform: uppercase;
}
.about28 .sp_txt p:nth-child(1) {
  -webkit-text-stroke: 1px #48a3b7;
}
.about28 .sp_txt p:nth-child(2) {
  -webkit-text-stroke: 1px #70ba65;
}
.about28.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about28.in .module_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.about28.in .sp_txt {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.about29 {
  position: relative;
  overflow: hidden;
}
.about29 .about_bg_slick .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 40.3125%;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .about29 .about_bg_slick .slick-slide p {
    padding-bottom: 600px;
  }
}
.about29 .about_bg_slick .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about29 .about_bg_slick .slick-slide p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
}
.about29 .about_bg_slick .slick-dots {
  bottom: 10%;
}
@media (max-width: 768px) {
  .about29 .about_bg_slick .slick-dots {
    bottom: 7%;
  }
}
.about29 .about_bg_slick .slick-dots li {
  width: 80px;
  height: 4px;
}
@media (max-width: 768px) {
  .about29 .about_bg_slick .slick-dots li {
    width: 50px;
    height: 2px;
  }
}
.about29 .about_bg_slick .slick-dots li button {
  width: 60px;
  height: 4px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .about29 .about_bg_slick .slick-dots li button {
    width: 40px;
    height: 2px;
  }
}
.about29 .about_content {
  padding-top: 95px;
  padding-bottom: 95px;
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .about29 .about_content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about29 .about_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about29 .about_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about29 .about_content .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about29 .about_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about29 .about_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about29 .about_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about29 .about_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.about29 .about_content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .about29 .about_content .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about29 .about_content .module_title {
    margin-bottom: 30px;
  }
}
.about29 .about_content .about_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about29 .about_content .about_slick .slick-slide p {
  max-width: calc(31.25rem + 10.4166666667vw);
  color: #fff;
  padding: 0 25px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
@media (max-width: 400px) {
  .about29 .about_content .about_slick .slick-slide p {
    padding: 0 20px;
  }
}
.about29 .about_content .about_slick .slick-slide p:nth-child(1) {
  font-size: calc(1.59375rem + 0.546875vw);
  font-weight: 700;
  text-align: center;
  transform: translate(0, -20px);
}
.about29 .about_content .about_slick .slick-slide p:nth-child(3) {
  font-size: 22px;
  text-align-last: center;
  transform: translate(0, 20px);
}
@media (max-width: 1500px) {
  .about29 .about_content .about_slick .slick-slide p:nth-child(3) {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .about29 .about_content .about_slick .slick-slide p:nth-child(3) {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .about29 .about_content .about_slick .slick-slide p:nth-child(3) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .about29 .about_content .about_slick .slick-slide p:nth-child(3) {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about29 .about_content .about_slick .slick-slide p:nth-child(3) br {
    display: none;
  }
}
.about29 .about_content .about_slick .slick-slide hr {
  max-width: calc(31.25rem + 10.4166666667vw);
  margin: 20px auto;
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity 0.5s;
}
.about29 .about_content .about_slick .slick-slide .button_set {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.5s, transform 0.5s;
}
.about29 .about_content .about_slick .slick-slide.slick-current p {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
}
.about29 .about_content .about_slick .slick-slide.slick-current hr {
  opacity: 1;
  transition: opacity 0.5s 0.7s;
}
.about29 .about_content .about_slick .slick-slide.slick-current .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s 1s, transform 0.5s 1s;
}
.about29.in .about_content .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about29.in .about_content .about_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.about30 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about30 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about30 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about30 .wrap {
  position: relative;
}
.about30 .wrap .sticky {
  display: flex;
  gap: 40px;
  position: sticky;
  top: 110px;
}
@media (max-width: 1200px) {
  .about30 .wrap .sticky {
    position: unset;
  }
}
@media (max-width: 960px) {
  .about30 .wrap .sticky {
    flex-wrap: wrap;
  }
}
.about30 .wrap .sticky .about_slick_1 {
  flex-shrink: 0;
  width: 380px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1280px) {
  .about30 .wrap .sticky .about_slick_1 {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .about30 .wrap .sticky .about_slick_1 {
    width: 100%;
  }
}
@media (min-width: 961px) {
  .about30 .wrap .sticky .about_slick_1 .slick-slide {
    padding-bottom: 40px;
  }
}
@media (min-width: 961px) {
  .about30 .wrap .sticky .about_slick_1 .slick-slide > div {
    opacity: 0;
    transform: translate(0, 40px);
    transition: opacity 0.15s, transform 0s 0.3s;
  }
}
.about30 .wrap .sticky .about_slick_1 .slick-slide > div .module_title {
  margin-bottom: 20px;
}
.about30 .wrap .sticky .about_slick_1 .slick-slide > div .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about30 .wrap .sticky .about_slick_1 .slick-slide > div .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about30 .wrap .sticky .about_slick_1 .slick-slide > div .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about30 .wrap .sticky .about_slick_1 .slick-slide > div .module_title.white p:nth-child(1) {
  color: #fff;
}
.about30 .wrap .sticky .about_slick_1 .slick-slide > div .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .about30 .wrap .sticky .about_slick_1 .slick-slide > div .button_set {
    display: none;
  }
}
@media (min-width: 961px) {
  .about30 .wrap .sticky .about_slick_1 .slick-slide.slick-current > div {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  }
}
.about30 .wrap .sticky .jenga {
  position: relative;
  width: calc(100% - 486px);
  max-width: 865px;
  padding: 60px 0;
}
@media (max-width: 1280px) {
  .about30 .wrap .sticky .jenga {
    width: calc(100% - 406px);
    padding: 40px 0;
  }
}
@media (max-width: 960px) {
  .about30 .wrap .sticky .jenga {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
}
.about30 .wrap .sticky .jenga .jenga_slick {
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about30 .wrap .sticky .jenga .jenga_slick {
    max-width: 600px;
    margin: 0 auto;
  }
}
.about30 .wrap .sticky .jenga .jenga_slick li img {
  width: 100%;
}
.about30 .wrap .sticky .jenga .jenga_slick:not(.slick-slider) li:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about30 .wrap .sticky .jenga .jenga_slick:not(.slick-slider) li:nth-child(n+2) img {
  pointer-events: none;
  opacity: 0;
  filter: blur(15px);
  transform: scale(1.6) translate(-40%, 0);
  transition: all 0.2s linear;
}
.about30 .wrap .sticky .jenga .jenga_slick:not(.slick-slider) li:nth-child(n+2).active img {
  pointer-events: auto;
  opacity: 1;
  filter: blur(0);
  transform: scale(1) translate(0, 0);
}
.about30 .wrap .sticky .jenga .about_slick_2 {
  position: absolute;
  top: calc(100% - 60px);
  left: 100%;
  width: 355px;
  opacity: 0;
  transform: translateY(40px);
  transition: left 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1700px) {
  .about30 .wrap .sticky .jenga .about_slick_2 {
    left: 75%;
  }
}
@media (max-width: 1500px) {
  .about30 .wrap .sticky .jenga .about_slick_2 {
    left: 0%;
  }
}
@media (max-width: 1100px) {
  .about30 .wrap .sticky .jenga .about_slick_2 {
    left: -40px;
  }
}
@media (max-width: 960px) {
  .about30 .wrap .sticky .jenga .about_slick_2 {
    display: none;
  }
}
@media (min-width: 1501px) {
  .about30 .wrap .sticky .jenga .about_slick_2 .slick-slide {
    padding-right: 40px;
  }
}
@media (max-width: 1500px) {
  .about30 .wrap .sticky .jenga .about_slick_2 .slick-slide {
    padding-left: 40px;
  }
}
.about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.15s, transform 0s 0.3s;
}
@media (max-width: 1500px) {
  .about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div {
    transform: translateX(-40px);
  }
}
.about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div p:nth-child(1) {
  position: relative;
  color: #838383;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 2px solid #ccc;
}
@media (min-width: 1501px) {
  .about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div p:nth-child(1) {
    text-align: right;
    margin-left: 40px;
  }
}
@media (max-width: 1500px) {
  .about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div p:nth-child(1) {
    margin-right: 40px;
  }
}
@media (max-width: 1200px) {
  .about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div p:nth-child(1) {
    font-size: 17px;
    font-weight: 500;
  }
}
.about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div p:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 40px;
  height: 2px;
  background: #ccc;
}
@media (min-width: 1501px) {
  .about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div p:nth-child(1)::before {
    right: 100%;
    transform-origin: right bottom;
    transform: rotate(40deg);
  }
}
@media (max-width: 1500px) {
  .about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div p:nth-child(1)::before {
    left: 100%;
    transform-origin: left bottom;
    transform: rotate(-40deg);
  }
}
.about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div p:nth-child(2) {
  color: #838383;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1501px) {
  .about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div p:nth-child(2) {
    margin-left: 30px;
  }
}
@media (max-width: 1500px) {
  .about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div p:nth-child(2) {
    margin-right: 30px;
  }
}
.about30 .wrap .sticky .jenga .about_slick_2 .slick-slide > div p:nth-child(n+3) {
  display: none;
}
.about30 .wrap .sticky .jenga .about_slick_2 .slick-slide.slick-current > div {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.about30 .wrap .sticky .cus_dots {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 26px;
  margin-left: auto;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .about30 .wrap .sticky .cus_dots {
    width: 100%;
    transform: translate(0, 40px);
  }
}
.about30 .wrap .sticky .cus_dots div {
  display: flex;
  gap: 12px;
}
@media (min-width: 961px) {
  .about30 .wrap .sticky .cus_dots div {
    flex-direction: column;
    background-image: linear-gradient(to bottom, #000, #000);
    background-size: 2px 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) {
  .about30 .wrap .sticky .cus_dots div {
    margin: 0 auto;
    background-image: linear-gradient(to right, #000, #000);
    background-size: 100% 2px;
    background-position: left center;
    background-repeat: no-repeat;
  }
}
.about30 .wrap .sticky .cus_dots div span {
  width: 26px;
  height: 26px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 540px) {
  .about30 .wrap .sticky .cus_dots div span {
    width: 18px;
    height: 18px;
    border: 2px solid #000;
  }
}
.about30 .wrap .sticky .cus_dots div span.active {
  background: #000000;
  border: 3px solid #000000;
}
@media (max-width: 540px) {
  .about30 .wrap .sticky .cus_dots div span.active {
    border: 2px solid #000000;
  }
}
.about30 .wrap .sticky > .button_set {
  width: 100%;
  margin-top: 0 !important;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .about30 .wrap .sticky > .button_set {
    display: none;
  }
}
.about30.in .wrap .sticky .about_slick_1 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about30.in .wrap .sticky .jenga .jenga_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about30.in .wrap .sticky .jenga .about_slick_2 {
  opacity: 1;
  transform: translateY(0);
  transition: left 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about30.in .wrap .sticky .cus_dots {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
@media (max-width: 960px) {
  .about30.in .wrap .sticky .cus_dots {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.about30.in .wrap .sticky > .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.about31 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .about31 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about31 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about31 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about31 .about_content {
  display: flex;
  flex-wrap: wrap;
}
.about31 .about_content .left {
  position: relative;
  width: 60.746190226%;
}
@media (max-width: 1200px) {
  .about31 .about_content .left {
    width: 100%;
  }
}
.about31 .about_content .left .about_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 60.0346020761%;
  overflow: hidden;
}
.about31 .about_content .left .about_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about31 .about_content .left .about_slick .slick-slide a p {
  position: absolute;
  bottom: 6.5104166667vw;
  left: 5.9895833333vw;
  right: calc(5.9895833333vw + 55px);
  color: #fff;
  font-size: calc(1rem + 0.8333333333vw);
  font-weight: 700;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.3s, transform 0s 0.5s;
}
@media (max-width: 1366px) {
  .about31 .about_content .left .about_slick .slick-slide a p {
    left: 2.9947916667vw;
    right: calc(2.9947916667vw + 55px);
  }
}
@media (max-width: 1200px) {
  .about31 .about_content .left .about_slick .slick-slide a p {
    bottom: 70px;
    left: 5vw;
    right: calc(5vw + 55px);
    font-size: calc(1rem + 1.3333333333vw);
  }
}
@media (max-width: 480px) {
  .about31 .about_content .left .about_slick .slick-slide a p {
    bottom: 60px;
    left: 25px;
    right: 70px;
  }
}
@media (max-width: 400px) {
  .about31 .about_content .left .about_slick .slick-slide a p {
    bottom: 20px;
    right: 25px;
  }
}
.about31 .about_content .left .about_slick .slick-slide.slick-current a p {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s 0.5s, transform 0.3s 0.5s;
}
.about31 .about_content .left .tool_page {
  display: flex;
  align-items: center;
  gap: 0 5px;
  position: absolute;
  bottom: 2.7083333333vw;
  left: 5.9895833333vw;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1366px) {
  .about31 .about_content .left .tool_page {
    left: 2.9947916667vw;
  }
}
@media (max-width: 1200px) {
  .about31 .about_content .left .tool_page {
    bottom: 30px;
    left: 5vw;
  }
}
@media (max-width: 600px) {
  .about31 .about_content .left .tool_page {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .about31 .about_content .left .tool_page {
    bottom: 25px;
    left: 25px;
  }
}
@media (max-width: 400px) {
  .about31 .about_content .left .tool_page {
    display: none;
  }
}
.about31 .about_content .left .tool_page > span:nth-child(3) {
  display: block;
  position: relative;
  width: 143px;
  height: 1px;
  background: #fff;
  margin-top: 15px;
  margin-left: 10px;
}
@media (max-width: 600px) {
  .about31 .about_content .left .tool_page > span:nth-child(3) {
    width: 100px;
  }
}
.about31 .about_content .left .tool_page > span:nth-child(3) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #000000;
  transition: all 0.6s;
}
.about31 .about_content .left .tool_btn {
  position: absolute;
  bottom: 2.7083333333vw;
  right: 2.34375vw;
}
@media (max-width: 1200px) {
  .about31 .about_content .left .tool_btn {
    bottom: 30px;
    right: 5vw;
  }
}
@media (max-width: 480px) {
  .about31 .about_content .left .tool_btn {
    bottom: 25px;
    right: 25px;
  }
}
@media (max-width: 400px) {
  .about31 .about_content .left .tool_btn {
    display: none;
  }
}
.about31 .about_content .left .tool_btn .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: rotate(90deg);
}
@media (max-width: 1200px) {
  .about31 .about_content .left .tool_btn .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .about31 .about_content .left .tool_btn .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.about31 .about_content .left .tool_btn .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .about31 .about_content .left .tool_btn .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .about31 .about_content .left .tool_btn .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .about31 .about_content .left .tool_btn .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .about31 .about_content .left .tool_btn .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.about31 .about_content .left .tool_btn .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .about31 .about_content .left .tool_btn .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .about31 .about_content .left .tool_btn .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .about31 .about_content .left .tool_btn .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .about31 .about_content .left .tool_btn .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.about31 .about_content .left .tool_btn .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.about31 .about_content .left .tool_btn .slick-arrow:hover svg {
  fill: #000000;
}
.about31 .about_content .left .tool_btn .slick-arrow.white svg {
  fill: #fff;
}
.about31 .about_content .left .tool_btn .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.about31 .about_content .left .tool_btn .slick-arrow.slick-prev {
  margin-bottom: 23px;
}
.about31 .about_content .right {
  width: 39.253809774%;
}
@media (max-width: 1200px) {
  .about31 .about_content .right {
    width: 100%;
  }
}
.about31 .about_content .right > div {
  height: 100%;
}
@media (max-width: 1200px) {
  .about31 .about_content .right > div {
    height: unset;
  }
}
.about31 .about_content .right > div .top {
  display: flex;
  flex-wrap: wrap;
  height: 50%;
  border-top: 2px solid #dbdbdb;
}
@media (max-width: 1200px) {
  .about31 .about_content .right > div .top {
    height: unset;
    border-top: 0;
  }
}
.about31 .about_content .right > div .top .box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 50%;
  height: 50%;
  padding: 10px;
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to right, #dbdbdb, #dbdbdb);
  background-size: 0 2px, 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}
@media (max-width: 1200px) {
  .about31 .about_content .right > div .top .box {
    height: 150px;
  }
}
.about31 .about_content .right > div .top .box:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #dbdbdb;
}
.about31 .about_content .right > div .top .box p:nth-child(1) {
  color: #000000;
  font-size: calc(0.5rem + 1.5104166667vw);
  font-weight: 700;
  text-align: center;
  margin-bottom: 2px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about31 .about_content .right > div .top .box p:nth-child(1) {
    font-size: calc(1.3125rem + 1.3333333333vw);
  }
}
.about31 .about_content .right > div .top .box p:nth-child(2) {
  color: #4e4e4e;
  font-size: calc(0.5rem + 0.625vw);
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about31 .about_content .right > div .top .box p:nth-child(2) {
    font-size: calc(0.9375rem + 0.4166666667vw);
  }
}
.about31 .about_content .right > div .top .box p:last-child {
  position: absolute;
  bottom: 2px;
  right: 17px;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-20px, 0);
  transition: opacity 0.5s, transform 0.5s;
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .about31 .about_content .right > div .top .box p:last-child {
    font-size: 12px;
    right: 7px;
  }
}
@media (max-width: 480px) {
  .about31 .about_content .right > div .top .box p:last-child {
    bottom: 4px;
    right: 0;
    width: 100%;
    text-align: center;
    transform: translate(0, 5px);
  }
}
.about31 .about_content .right > div .top .box:hover {
  background-size: 100% 2px, 100% 2px;
}
.about31 .about_content .right > div .top .box:hover p:last-child {
  opacity: 1;
  transform: translate(0, 0);
}
.about31 .about_content .right > div .bottom {
  height: 50%;
  padding: 2.6041666667vw 2.6041666667vw 0;
}
@media (max-width: 1366px) {
  .about31 .about_content .right > div .bottom {
    padding: 15px 2.6041666667vw 0;
  }
}
@media (max-width: 1200px) {
  .about31 .about_content .right > div .bottom {
    height: unset;
    padding: 0;
  }
}
.about31 .about_content .right > div .bottom > div {
  position: relative;
  padding: 0 0 35px;
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to right, #dbdbdb, #dbdbdb);
  background-size: 0 2px, 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-size 0.5s;
}
@media (min-width: 1201px) {
  .about31 .about_content .right > div .bottom > div {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .about31 .about_content .right > div .bottom > div {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .about31 .about_content .right > div .bottom > div {
    padding: 30px 30px 40px;
  }
}
@media (max-width: 480px) {
  .about31 .about_content .right > div .bottom > div {
    padding: 25px 25px 40px;
  }
}
.about31 .about_content .right > div .bottom > div .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about31 .about_content .right > div .bottom > div .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about31 .about_content .right > div .bottom > div .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about31 .about_content .right > div .bottom > div .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about31 .about_content .right > div .bottom > div .module_title.white p:nth-child(1) {
  color: #fff;
}
.about31 .about_content .right > div .bottom > div .module_title.white p:nth-child(2) {
  color: #fff;
}
.about31 .about_content .right > div .bottom > div .about_desc {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .about31 .about_content .right > div .bottom > div .about_desc {
    position: relative;
    height: 100%;
  }
  .about31 .about_content .right > div .bottom > div .about_desc .module_desc {
    padding-right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 1201px) and (min-width: 1025px) {
  .about31 .about_content .right > div .bottom > div .about_desc .module_desc::-webkit-scrollbar {
    width: 2px;
  }
  .about31 .about_content .right > div .bottom > div .about_desc .module_desc::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .about31 .about_content .right > div .bottom > div .about_desc .module_desc::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .about31 .about_content .right > div .bottom > div .about_desc .module_desc::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
.about31 .about_content .right > div .bottom > div > a {
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-20px, 0);
  transition: opacity 0.5s, transform 0.5s;
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .about31 .about_content .right > div .bottom > div > a {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .about31 .about_content .right > div .bottom > div > a {
    right: 17px;
  }
}
@media (max-width: 480px) {
  .about31 .about_content .right > div .bottom > div > a {
    bottom: 6px;
    right: 0;
    width: 100%;
    text-align: center;
    transform: translate(0, 5px);
  }
}
.about31 .about_content .right > div .bottom > div:hover {
  background-size: 100% 2px, 100% 2px;
}
.about31 .about_content .right > div .bottom > div:hover > a {
  opacity: 1;
  transform: translate(0, 0);
}
.about31.in .about_content .right > div .top .box p:nth-child(1),
.about31.in .about_content .right > div .top .box p:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}
.about31.in .about_content .right > div .top .box:nth-child(1) p:nth-child(1),
.about31.in .about_content .right > div .top .box:nth-child(1) p:nth-child(2) {
  transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.about31.in .about_content .right > div .top .box:nth-child(2) p:nth-child(1),
.about31.in .about_content .right > div .top .box:nth-child(2) p:nth-child(2) {
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.about31.in .about_content .right > div .top .box:nth-child(3) p:nth-child(1),
.about31.in .about_content .right > div .top .box:nth-child(3) p:nth-child(2) {
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.about31.in .about_content .right > div .top .box:nth-child(4) p:nth-child(1),
.about31.in .about_content .right > div .top .box:nth-child(4) p:nth-child(2) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.about31.in .about_content .right > div .bottom > div .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.about31.in .about_content .right > div .bottom > div .about_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
}

.about32 {
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 2.6041666667vw;
}
@media (max-width: 1440px) {
  .about32 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .about32 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about32 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about32 .left {
  position: relative;
  width: 480px;
}
@media (max-width: 1440px) {
  .about32 .left {
    width: 430px;
  }
}
@media (max-width: 1366px) {
  .about32 .left {
    width: 380px;
  }
}
@media (max-width: 960px) {
  .about32 .left {
    order: 2;
    width: 100%;
    max-width: 480px;
    margin-left: 60px;
  }
}
@media (max-width: 768px) {
  .about32 .left {
    margin-left: 30px;
  }
}
@media (max-width: 580px) {
  .about32 .left {
    max-width: 580px;
    margin-left: 0;
  }
}
.about32 .left picture img {
  width: 100%;
}
.about32 .left::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 60px;
  height: 60px;
  background: radial-gradient(ellipse at center, #000 0%, #000 5px, transparent 5px);
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  transform: translateX(50%);
}
@media (max-width: 1366px) {
  .about32 .left::before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 580px) {
  .about32 .left::before {
    display: none;
  }
}
.about32 .left .circle {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 155px;
  height: 155px;
  transform: translate(50%, 50%);
}
@media (max-width: 1366px) {
  .about32 .left .circle {
    bottom: 35px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 580px) {
  .about32 .left .circle {
    display: none;
  }
}
.about32 .left .circle img {
  width: 100%;
  height: 100%;
  animation: about32_rotate 20s linear infinite reverse;
}
@keyframes about32_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about32 .right {
  width: calc(100% - 480px - 2.6041666667vw);
}
@media (max-width: 1440px) {
  .about32 .right {
    width: calc(100% - 430px - 2.6041666667vw);
  }
}
@media (max-width: 1366px) {
  .about32 .right {
    width: calc(100% - 380px - 2.6041666667vw);
  }
}
@media (max-width: 960px) {
  .about32 .right {
    order: 1;
    width: 100%;
  }
}
.about32 .right .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about32 .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about32 .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about32 .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about32 .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.about32 .right .module_title.white p:nth-child(2) {
  color: #fff;
}
.about32 .right .about_content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.90625vw;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about32 .right .about_content .module_desc:nth-child(1) {
  width: calc(49.0822027135% - 3.90625vw);
}
@media (max-width: 1440px) {
  .about32 .right .about_content .module_desc:nth-child(1) {
    width: calc(57.4620909816% - 3.90625vw);
  }
}
@media (max-width: 640px) {
  .about32 .right .about_content .module_desc:nth-child(1) {
    width: 100%;
  }
}
.about32 .right .about_content .module_desc:nth-child(2) {
  width: 50.9177972865%;
}
@media (max-width: 1440px) {
  .about32 .right .about_content .module_desc:nth-child(2) {
    width: 42.5379090184%;
  }
}
@media (max-width: 640px) {
  .about32 .right .about_content .module_desc:nth-child(2) {
    width: 100%;
  }
}
.about32 .right .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about32.in .right .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about32.in .right .about_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about32.in .right .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.about_business {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
@media (min-width: 481px) {
  .about_business {
    min-height: 480px;
  }
}
@media (min-width: 1200px) {
  .about_business {
    min-height: 100vh;
  }
}
@media (max-width: 480px) {
  .about_business {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media (max-width: 480px) and (max-width: 1440px) {
  .about_business {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) and (max-width: 960px) {
  .about_business {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .about_business {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .about_business {
    display: flex;
    align-items: center;
  }
}
.about_business::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.about_business .about_bg {
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
}
.about_business .about_bg img {
  width: 100%;
}
@media (max-width: 1440px) {
  .about_business .about_bg {
    height: 125%;
  }
  .about_business .about_bg img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 840px) {
  .about_business .about_bg img {
    object-position: right;
  }
}
.about_business .about_box {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .about_business .about_box {
    max-width: 710px;
  }
}
@media (min-width: 768px) {
  .about_business .about_box {
    position: absolute;
    top: 50%;
    right: 200px;
    width: 50%;
    transform: translateY(-50%);
  }
}
.about_business .about_box .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  padding-top: 5px;
}
.about_business .about_box .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about_business .about_box .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.about_business .about_box .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.about_business .about_box .module_title.white p:nth-child(1) {
  color: #fff;
}
.about_business .about_box .module_title.white p:nth-child(2) {
  color: #fff;
}
.about_business .about_box .module_title .eng {
  color: #fff;
}
@media (max-width: 768px) {
  .about_business .about_box .module_title {
    text-align: center;
  }
}
.about_business .about_box .module_desc {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1.125px;
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .about_business .about_box .module_desc {
    text-align-last: center;
    margin: 0 auto;
  }
}
.about_business .about_box [class^=button] {
  width: 190px;
  height: 45px;
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .about_business .about_box [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 768px) {
  .about_business .about_box [class^=button] {
    margin: 0 auto;
  }
}
.about_business.in .about_box .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about_business.in .about_box .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.about_business.in .about_box [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news01 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .news01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news01 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news01 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news01 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news01 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news01 .module_title.white p:nth-child(1) {
  color: #fff;
}
.news01 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .news01 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .news01 .module_title {
    margin-bottom: 30px;
  }
}
.news01 .module_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .news01 .module_tabs {
    display: none;
  }
}
.news01 .module_selector {
  position: relative;
}
@media (min-width: 1025px) {
  .news01 .module_selector {
    display: none;
  }
}
.news01 .module_selector .module_select_list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translateX(-50%);
}
.news01 .module_select {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .news01 .module_select {
    display: none;
  }
}
.news01 .module_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.news01 .module_select_list {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .news01 .module_select_list {
    display: none !important;
  }
}
.news01 .module_select_list li {
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.news01 .module_select_list li + li {
  border-top: 1px solid #ededed;
}
.news01.in .module_tabs,
.news01.in .module_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.news01 .module_content {
  position: relative;
  margin-top: 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news01 .module_content {
    margin-top: 50px;
  }
}
.news01 .module_content .news_slick {
  margin: 0 -20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news01 .module_content .news_slick {
    margin: 0 -10px;
  }
}
.news01 .module_content .news_slick:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news01 .module_content .news_slick.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.3s 0.5s;
}
.news01 .module_content .news_slick .slick-slide {
  padding: 0 20px;
  transition: padding 0.3s;
}
@media (max-width: 1200px) {
  .news01 .module_content .news_slick .slick-slide {
    padding: 0 10px;
  }
}
.news01 .module_content .news_slick .slick-slide a {
  display: block;
  position: relative;
  background: #fff;
}
.news01 .module_content .news_slick .slick-slide a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
}
.news01 .module_content .news_slick .slick-slide a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.news01 .module_content .news_slick .slick-slide a .news_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.news01 .module_content .news_slick .slick-slide a .news_img::after {
  content: "VIEW MORE";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  color: #fff;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.3s;
}
.news01 .module_content .news_slick .slick-slide a .news_content {
  position: relative;
  padding: 30px 18px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .news01 .module_content .news_slick .slick-slide a .news_content {
    padding: 20px 18px;
  }
}
.news01 .module_content .news_slick .slick-slide a .news_content .news_date {
  color: #4e4e4e;
  font-size: 12px;
}
.news01 .module_content .news_slick .slick-slide a .news_content .news_subject {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news01 .module_content .news_slick .slick-slide a .news_content .news_subject {
    font-size: 17px;
    display: -webkit-box;
    height: 51px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .news01 .module_content .news_slick .slick-slide a .news_content .news_subject {
    font-size: 16px;
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news01 .module_content .news_slick .slick-slide a .news_content .news_line {
  width: 40px;
  height: 1px;
  margin: 12px 0;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .news01 .module_content .news_slick .slick-slide a .news_content .news_line {
    margin: 10px 0;
  }
}
.news01 .module_content .news_slick .slick-slide a .news_content .module_desc {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
}
@media (max-width: 480px) {
  .news01 .module_content .news_slick .slick-slide a .news_content .module_desc {
    display: -webkit-box;
    height: 50.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news01 .module_content .news_slick .slick-slide a:hover .news_img::before {
  opacity: 1;
}
.news01 .module_content .news_slick .slick-slide a:hover .news_img::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.9999);
  transition: all 0.6s;
}
.news01 .module_content .news_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .news01 .module_content .news_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .news01 .module_content .news_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.news01 .module_content .news_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .news01 .module_content .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .news01 .module_content .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .news01 .module_content .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .news01 .module_content .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.news01 .module_content .news_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .news01 .module_content .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .news01 .module_content .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .news01 .module_content .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .news01 .module_content .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.news01 .module_content .news_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.news01 .module_content .news_slick .slick-arrow:hover svg {
  fill: #000000;
}
.news01 .module_content .news_slick .slick-arrow.white svg {
  fill: #fff;
}
.news01 .module_content .news_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.news01 .module_content > [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news01 .module_content > [class^=button] {
    margin-top: 35px !important;
  }
}
.news01.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news01.in .module_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.news01.in .module_content > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news02 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .news02 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news02 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news02 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news02 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news02 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news02 .module_title.white p:nth-child(1) {
  color: #fff;
}
.news02 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .news02 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .news02 .module_title {
    margin-bottom: 30px;
  }
}
.news02 .news_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news02 .news_slick {
    margin: 0 -10px;
  }
}
.news02 .news_slick .slick-slide {
  padding: 0 20px;
  transition: padding 0.3s;
}
@media (max-width: 1200px) {
  .news02 .news_slick .slick-slide {
    padding: 0 10px;
  }
}
.news02 .news_slick .slick-slide a {
  display: block;
  position: relative;
  background: #fff;
}
.news02 .news_slick .slick-slide a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
}
.news02 .news_slick .slick-slide a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.news02 .news_slick .slick-slide a .news_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.news02 .news_slick .slick-slide a .news_img::after {
  content: "";
  background-image: url("/template/img/logo/logo-hover.svg");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.8s;
}
.news02 .news_slick .slick-slide a .news_content {
  position: relative;
  padding: 30px 18px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .news02 .news_slick .slick-slide a .news_content {
    padding: 20px 18px;
  }
}
.news02 .news_slick .slick-slide a .news_content .news_date {
  color: #4e4e4e;
  font-size: 12px;
}
.news02 .news_slick .slick-slide a .news_content .news_subject {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news02 .news_slick .slick-slide a .news_content .news_subject {
    font-size: 17px;
    display: -webkit-box;
    height: 51px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .news02 .news_slick .slick-slide a .news_content .news_subject {
    font-size: 16px;
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news02 .news_slick .slick-slide a .news_content .news_line {
  width: 20px;
  height: 1px;
  margin: 20px 0;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .news02 .news_slick .slick-slide a .news_content .news_line {
    margin: 10px 0;
  }
}
.news02 .news_slick .slick-slide a .news_content .module_desc {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #8b8b8b;
  font-size: 12px;
}
@media (max-width: 480px) {
  .news02 .news_slick .slick-slide a .news_content .module_desc {
    display: -webkit-box;
    height: 50.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news02 .news_slick .slick-slide a.openPopup_text:hover .news_img::before {
  opacity: 1;
}
.news02 .news_slick .slick-slide a.openPopup_text:hover .news_img::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.9999);
  transition: all 0.6s;
}
.news02 .news_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .news02 .news_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .news02 .news_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.news02 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .news02 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .news02 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .news02 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .news02 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.news02 .news_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .news02 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .news02 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .news02 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .news02 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.news02 .news_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.news02 .news_slick .slick-arrow:hover svg {
  fill: #000000;
}
.news02 .news_slick .slick-arrow.white svg {
  fill: #fff;
}
.news02 .news_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.news02 [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news02 [class^=button] {
    margin-top: 35px !important;
  }
}
.news02.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news02.in .news_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news02.in [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news03 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .news03 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news03 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news03 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news03 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news03 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news03 .module_title.white p:nth-child(1) {
  color: #fff;
}
.news03 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .news03 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .news03 .module_title {
    margin-bottom: 30px;
  }
}
.news03 .module_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .news03 .module_tabs {
    display: none;
  }
}
.news03 .module_selector {
  position: relative;
}
@media (min-width: 1025px) {
  .news03 .module_selector {
    display: none;
  }
}
.news03 .module_selector .module_select_list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translateX(-50%);
}
.news03 .module_select {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .news03 .module_select {
    display: none;
  }
}
.news03 .module_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.news03 .module_select_list {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .news03 .module_select_list {
    display: none !important;
  }
}
.news03 .module_select_list li {
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.news03 .module_select_list li + li {
  border-top: 1px solid #ededed;
}
.news03.in .module_tabs,
.news03.in .module_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.news03 .module_content {
  position: relative;
  margin-top: 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news03 .module_content {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .news03 .module_content {
    margin-top: 40px;
  }
}
.news03 .module_content .news_slick {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s;
}
.news03 .module_content .news_slick:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news03 .module_content .news_slick.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.3s 0.5s;
}
.news03 .module_content .news_slick .slick-slide {
  padding: 15px 6.875vw;
  border: 1px solid transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news03 .module_content .news_slick .slick-slide {
    padding: 15px 5vw;
  }
}
@media (max-width: 768px) {
  .news03 .module_content .news_slick .slick-slide {
    padding: 15px 25px;
  }
}
@media (max-width: 480px) {
  .news03 .module_content .news_slick .slick-slide {
    padding: 15px 0;
  }
}
@media (min-width: 1025px) {
  .news03 .module_content .news_slick .slick-slide.slick-active + .slick-active + .slick-active + .slick-active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1024px) {
  .news03 .module_content .news_slick .slick-slide.slick-active + .slick-active + .slick-active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 640px) {
  .news03 .module_content .news_slick .slick-slide.slick-active + .slick-active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.news03 .module_content .news_slick .slick-slide .news_item a {
  display: flex;
  align-items: center;
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_date {
  width: 142px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_date {
    width: 132px;
  }
}
@media (max-width: 768px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_date {
    width: 127px;
  }
}
@media (max-width: 480px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_date {
    width: 107px;
  }
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_date > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 102px;
  height: 102px;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_date > div {
    border: 1px solid #000000;
  }
}
@media (max-width: 480px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_date > div {
    width: 82px;
    height: 82px;
  }
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_date > div p {
  color: #4e4e4e;
  font-weight: 700;
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_date > div p:nth-child(1) {
  font-size: 14px;
}
@media (max-width: 640px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_date > div p:nth-child(1) {
    font-size: 13px;
  }
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_date > div p:nth-child(2) {
  font-size: 24px;
}
@media (max-width: 640px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_date > div p:nth-child(2) {
    font-size: 18px;
  }
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_date > div p:nth-child(3) {
  font-size: 14px;
}
@media (max-width: 640px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_date > div p:nth-child(3) {
    font-size: 13px;
  }
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_info {
  display: flex;
  align-items: center;
  width: calc(100% - 142px);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info {
    width: calc(100% - 132px);
  }
}
@media (max-width: 768px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info {
    width: calc(100% - 127px);
  }
}
@media (max-width: 640px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info {
    border-left: 0;
  }
}
@media (max-width: 480px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info {
    width: calc(100% - 107px);
  }
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) {
  width: calc(100% - 45px);
  padding: 0 2.6041666667vw;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) {
    width: calc(100% - 40px);
  }
}
@media (max-width: 960px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) {
    width: 100%;
    padding: 0 0 0 30px;
  }
}
@media (max-width: 768px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 640px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) {
    padding: 0;
  }
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) .news_cate {
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 3px;
  text-indent: 3px;
  padding: 3px 11px 5px;
  margin-bottom: 10px;
  background: #000000;
  border: 1px solid #000000;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) .news_cate {
    color: #fff;
  }
}
@media (max-width: 640px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) .news_cate {
    font-size: 13px;
  }
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) .news_subject {
  display: -webkit-box;
  height: 27px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  width: fit-content;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) .news_subject {
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) .news_subject {
    display: -webkit-box;
    height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
  }
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) .module_desc {
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  margin-top: 7px;
}
@media (max-width: 640px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(1) .module_desc {
    display: none;
  }
}
.news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(2) {
  width: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(2) {
    width: 40px;
  }
}
@media (max-width: 960px) {
  .news03 .module_content .news_slick .slick-slide .news_item a .news_info > div:nth-child(2) {
    display: none;
  }
}
.news03 .module_content .news_slick .slick-slide:hover {
  background: #f4f4f4;
}
.news03 .module_content .news_slick .slick-slide:hover .news_item a .news_date > div {
  border: 1px solid #000000;
}
.news03 .module_content .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.news03.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news03.in .module_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.news03.in .module_content .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news04 {
  padding: 40px 0;
}
.news04 .news_bar {
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news04 .news_bar .left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news04 .news_bar .left {
    width: 80px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .news04 .news_bar .left {
    width: 70px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .news04 .news_bar .left {
    width: 60px;
    font-size: 13px;
  }
}
.news04 .news_bar .right {
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
  padding: 0 30px 0 20px;
  background: #f1f1f1;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news04 .news_bar .right {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .news04 .news_bar .right {
    width: calc(100% - 80px);
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .news04 .news_bar .right {
    width: calc(100% - 70px);
    padding: 0 10px;
  }
}
@media (max-width: 400px) {
  .news04 .news_bar .right {
    width: calc(100% - 60px);
  }
}
.news04 .news_bar .right .news_marquee {
  width: 100%;
}
.news04 .news_bar .right .news_marquee .slick-slide a {
  display: flex;
  align-items: center;
}
.news04 .news_bar .right .news_marquee .slick-slide a p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  order: 1;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .news04 .news_bar .right .news_marquee .slick-slide a p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .news04 .news_bar .right .news_marquee .slick-slide a p {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .news04 .news_bar .right .news_marquee .slick-slide a p {
    font-size: 14px;
  }
}
.news04 .news_bar .right .news_marquee .slick-slide a::before {
  content: "";
  order: 2;
  flex-shrink: 0;
  width: 1px;
  height: 50px;
  background: #d3d3d3;
  margin: 0 35px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news04 .news_bar .right .news_marquee .slick-slide a::before {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .news04 .news_bar .right .news_marquee .slick-slide a::before {
    height: 40px;
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  .news04 .news_bar .right .news_marquee .slick-slide a::before {
    display: none;
  }
}
.news04 .news_bar .right .news_marquee .slick-slide a::after {
  content: "";
  order: 3;
  flex-shrink: 0;
  width: 30px;
  height: 7px;
  margin-right: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(45deg);
  transform-origin: center bottom;
}
@media (max-width: 768px) {
  .news04 .news_bar .right .news_marquee .slick-slide a::after {
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .news04 .news_bar .right .news_marquee .slick-slide a::after {
    display: none;
  }
}
@media (min-width: 1025px) {
  .news04 .news_bar .right .news_marquee .slick-slide a:hover::after {
    animation: news04_arrow 1s ease-in-out infinite;
  }
}
@keyframes news04_arrow {
  0%, 100% {
    transform: translateX(0) skewX(45deg);
  }
  50% {
    transform: translateX(6px) skewX(45deg);
  }
}
.news04.in .news_bar {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.news05 {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
}
@media (max-width: 1440px) {
  .news05 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news05 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1366px) {
  .news05 {
    background: url("../img/about/about79_mb.jpg") no-repeat 35% top/cover;
  }
}
.news05 > [class^=bg] {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1366px) {
  .news05 > [class^=bg] {
    display: none;
  }
}
.news05 > [class^=bg] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.news05 .bg1 {
  left: 0;
}
.news05 .bg2 {
  right: 0;
}
.news05 .left {
  width: 68.2142857143%;
}
@media (max-width: 1366px) {
  .news05 .left {
    order: 2;
    width: 100%;
    max-width: 955px;
    margin: 0 auto;
  }
}
.news05 .left .news_slick {
  margin: 0 -10px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 841px) {
  .news05 .left .news_slick .slick-list {
    padding-bottom: 50px;
  }
}
.news05 .left .news_slick .slick-slide {
  position: relative;
  top: 0;
  padding: 0 10px;
  transition: all 0.3s;
}
.news05 .left .news_slick .slick-slide > div {
  padding: 35px 20px 30px;
  background: #fff;
}
@media (max-width: 840px) {
  .news05 .left .news_slick .slick-slide > div {
    padding: 25px 20px 30px;
  }
}
.news05 .left .news_slick .slick-slide > div .news_date {
  position: relative;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  padding-right: 18px;
  margin-bottom: 30px;
}
@media (max-width: 840px) {
  .news05 .left .news_slick .slick-slide > div .news_date {
    margin-bottom: 20px;
  }
}
.news05 .left .news_slick .slick-slide > div .news_date::after {
  content: attr(data-year);
  display: block;
  position: absolute;
  top: 8px;
  right: -12px;
  color: #bbb;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  transform: rotate(90deg);
}
.news05 .left .news_slick .slick-slide > div .news_title {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news05 .left .news_slick .slick-slide > div .line {
  height: 1px;
  margin: 20px 0;
  background: #dcdcdc;
}
.news05 .left .news_slick .slick-slide > div .module_desc {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  display: -webkit-box;
  height: 93.6px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news05 .left .news_slick .slick-slide > div [class^=button] {
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .news05 .left .news_slick .slick-slide > div [class^=button] {
    margin-top: 35px !important;
  }
}
@media (min-width: 841px) {
  .news05 .left .news_slick .slick-slide.slick-current + .slick-active {
    top: 50px;
  }
}
.news05 .left .tool_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-right: -15px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1366px) {
  .news05 .left .tool_btn {
    transform: translateY(40px);
  }
}
@media (max-width: 1366px) {
  .news05 .left .tool_btn {
    justify-content: center;
    margin-right: unset;
    margin-top: 55px !important;
  }
}
@media (max-width: 1366px) and (max-width: 1200px) {
  .news05 .left .tool_btn {
    margin-top: 35px !important;
  }
}
.news05 .left .tool_btn .arrowtype {
  width: 35px;
  height: 35px;
}
.news05 .left .tool_btn .arrowtype svg {
  height: 20px;
}
.news05 .left .tool_btn .tool_page {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.news05 .left .tool_btn .tool_dots {
  display: flex;
  gap: 4px;
}
.news05 .left .tool_btn .tool_dots p {
  position: relative;
  width: 25px;
  height: 35px;
  cursor: pointer;
}
.news05 .left .tool_btn .tool_dots p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
.news05 .left .tool_btn .tool_dots p.active::before {
  background: #000000;
}
.news05 .left > [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news05 .left > [class^=button] {
    margin-top: 35px !important;
  }
}
@media (min-width: 1367px) {
  .news05 .left > [class^=button] {
    display: none;
  }
}
.news05 .right {
  width: 31.7857142857%;
  padding-left: 40px;
}
@media (max-width: 1366px) {
  .news05 .right {
    order: 1;
    width: 100%;
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .news05 .right {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .news05 .right {
    margin-bottom: 40px;
  }
}
.news05 .right .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news05 .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news05 .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news05 .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news05 .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.news05 .right .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1366px) {
  .news05 .right .module_title {
    text-align: center;
    transform: translateY(40px);
  }
}
.news05 .right .module_desc {
  color: #fff;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1366px) {
  .news05 .right .module_desc {
    text-align-last: center;
    transform: translateY(40px);
  }
}
.news05 .right > [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news05 .right > [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 1366px) {
  .news05 .right > [class^=button] {
    display: none;
  }
}
.news05.in .left .news_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1366px) {
  .news05.in .left .news_slick {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.news05.in .left .tool_btn {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 1366px) {
  .news05.in .left .tool_btn {
    transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}
.news05.in .left > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.news05.in .right .module_title {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news05.in .right .module_desc {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news05.in .right > [class^=button] {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news06 {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .news06 {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .news06 {
    background: #f1f1f1;
  }
}
.news06 .news_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.news06 .news_wrap > div {
  padding: 30px 60px;
  background: #f1f1f1;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news06 .news_wrap > div {
    padding: 30px 40px;
  }
}
@media (max-width: 640px) {
  .news06 .news_wrap > div {
    padding: 20px;
  }
}
@media (max-width: 580px) {
  .news06 .news_wrap > div {
    padding: 15px 20px;
  }
}
@media (max-width: 480px) {
  .news06 .news_wrap > div {
    padding: 0;
    background: unset;
  }
}
.news06 .news_wrap > div .news_slick {
  padding: 0 85px;
}
@media (max-width: 1200px) {
  .news06 .news_wrap > div .news_slick {
    padding: 0 60px;
  }
}
@media (max-width: 640px) {
  .news06 .news_wrap > div .news_slick {
    padding: 0 45px;
  }
}
@media (max-width: 580px) {
  .news06 .news_wrap > div .news_slick {
    padding: 0 0 30px;
  }
}
.news06 .news_wrap > div .news_slick .slick-slide a {
  display: flex;
  align-items: center;
}
.news06 .news_wrap > div .news_slick .slick-slide a .date {
  width: 115px;
}
@media (max-width: 1200px) {
  .news06 .news_wrap > div .news_slick .slick-slide a .date {
    width: 100px;
  }
}
@media (max-width: 960px) {
  .news06 .news_wrap > div .news_slick .slick-slide a .date {
    display: none;
  }
}
.news06 .news_wrap > div .news_slick .slick-slide a .date p {
  color: #000;
}
.news06 .news_wrap > div .news_slick .slick-slide a .date p:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
}
.news06 .news_wrap > div .news_slick .slick-slide a .date p:nth-child(2) {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}
.news06 .news_wrap > div .news_slick .slick-slide a .centent {
  width: calc(100% - 115px);
  padding-left: 30px;
  border-left: 1px solid #4c4c4c;
}
@media (max-width: 1200px) {
  .news06 .news_wrap > div .news_slick .slick-slide a .centent {
    width: calc(100% - 100px);
  }
}
@media (max-width: 960px) {
  .news06 .news_wrap > div .news_slick .slick-slide a .centent {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
}
.news06 .news_wrap > div .news_slick .slick-slide a .centent .date_mb {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 961px) {
  .news06 .news_wrap > div .news_slick .slick-slide a .centent .date_mb {
    display: none;
  }
}
.news06 .news_wrap > div .news_slick .slick-slide a .centent p:nth-child(2) {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .news06 .news_wrap > div .news_slick .slick-slide a .centent p:nth-child(2) {
    color: #000000;
  }
}
.news06 .news_wrap > div .news_slick .slick-slide a .centent p:nth-child(3) {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  margin-top: 6px;
}
@media (min-width: 961px) {
  .news06 .news_wrap > div .news_slick .slick-slide a .centent p:nth-child(3) {
    display: -webkit-box;
    height: 22.5px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 960px) {
  .news06 .news_wrap > div .news_slick .slick-slide a .centent p:nth-child(3) {
    display: -webkit-box;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news06 .news_wrap > div .news_slick .slick-slide a:hover .centent p:nth-child(2) {
  color: #000000;
}
.news06 .news_wrap > div .news_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 1200px) {
  .news06 .news_wrap > div .news_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .news06 .news_wrap > div .news_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.news06 .news_wrap > div .news_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .news06 .news_wrap > div .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .news06 .news_wrap > div .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .news06 .news_wrap > div .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .news06 .news_wrap > div .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.news06 .news_wrap > div .news_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .news06 .news_wrap > div .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .news06 .news_wrap > div .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .news06 .news_wrap > div .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .news06 .news_wrap > div .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.news06 .news_wrap > div .news_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.news06 .news_wrap > div .news_slick .slick-arrow:hover svg {
  fill: #000000;
}
.news06 .news_wrap > div .news_slick .slick-arrow.white svg {
  fill: #fff;
}
.news06 .news_wrap > div .news_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 580px) {
  .news06 .news_wrap > div .news_slick .slick-arrow {
    display: none !important;
  }
}
.news06.in .news_wrap > div {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}

.news07 {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .news07 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news07 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news07 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news07 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news07 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news07 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news07 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news07 .module_title.white p:nth-child(1) {
  color: #fff;
}
.news07 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .news07 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .news07 .module_title {
    margin-bottom: 30px;
  }
}
.news07 .news_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 720px) {
  .news07 .news_slick {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .news07 .news_slick {
    padding: 0 10px;
  }
}
.news07 .news_slick .slick-slide {
  padding: 15px;
}
.news07 .news_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  isolation: isolate;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 640px) {
  .news07 .news_slick .slick-slide a {
    border-radius: 10px;
  }
}
.news07 .news_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .news07 .news_slick .slick-slide a img {
    transform: scale(1.001);
  }
}
.news07 .news_slick .slick-slide a .cover {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.8;
  padding: 8px 20px;
  background: #fff;
  transform: translateY(100%);
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .news07 .news_slick .slick-slide a .cover {
    padding: 6px 15px;
  }
}
.news07 .news_slick .slick-slide a .cover .cate {
  flex-shrink: 0;
  color: #fff;
  font-weight: 500;
  padding: 0 5px;
  background: #000000;
}
.news07 .news_slick .slick-slide a .cover .subject {
  color: #4e4e4e;
  font-weight: 500;
  padding-left: 13px;
  display: -webkit-box;
  max-height: 27px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news07 .news_slick .slick-slide.slick-current a img {
  opacity: 1;
}
.news07 .news_slick .slick-slide.slick-current a .cover {
  transform: translateY(0);
  transition: all 0.4s 0.6s;
}
@media (min-width: 1025px) {
  .news07 .news_slick .slick-slide.slick-current a:hover img {
    transform: scale(1.1);
  }
}
.news07 .news_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .news07 .news_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .news07 .news_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.news07 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .news07 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .news07 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .news07 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .news07 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.news07 .news_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .news07 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .news07 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .news07 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .news07 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.news07 .news_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.news07 .news_slick .slick-arrow:hover svg {
  fill: #000000;
}
.news07 .news_slick .slick-arrow.white svg {
  fill: #fff;
}
.news07 .news_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.news07 .news_slick .slick-arrow.slick-prev {
  left: 24.05vw;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .news07 .news_slick .slick-arrow.slick-prev {
    left: 18vw;
  }
}
@media (max-width: 960px) {
  .news07 .news_slick .slick-arrow.slick-prev {
    left: 12vw;
  }
}
.news07 .news_slick .slick-arrow.slick-next {
  right: 24.05vw;
  transform: translate(50%, -50%);
}
@media (max-width: 1200px) {
  .news07 .news_slick .slick-arrow.slick-next {
    right: 18vw;
  }
}
@media (max-width: 960px) {
  .news07 .news_slick .slick-arrow.slick-next {
    right: 12vw;
  }
}
.news07 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 721px) {
  .news07 .button_set .arrowtype {
    display: none;
  }
}
.news07.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news07.in .news_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news07.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news08 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .news08 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news08 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news08 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news08 .content {
  display: flex;
  flex-wrap: wrap;
}
.news08 .content .left {
  flex-shrink: 0;
  width: 270px;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .news08 .content .left {
    width: 100%;
    padding-right: 0;
  }
}
.news08 .content .left .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news08 .content .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news08 .content .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news08 .content .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news08 .content .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.news08 .content .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .news08 .content .left .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .news08 .content .left .module_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .news08 .content .left .module_title {
    text-align: center;
    transform: translate(0, 40px);
  }
}
.news08 .content .left .append_dot {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news08 .content .left .append_dot {
    display: none;
  }
}
.news08 .content .left .append_dot .slick-dots {
  position: unset;
  transform: unset;
}
.news08 .content .left .button_set {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news08 .content .left .button_set {
    display: none;
  }
}
.news08 .content .right {
  position: relative;
  width: calc(100% - 270px);
}
@media (max-width: 1200px) {
  .news08 .content .right {
    width: 100%;
  }
}
.news08 .content .right .news_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news08 .content .right .news_slick {
    margin: 0 -10px;
  }
}
.news08 .content .right .news_slick .slick-slide {
  padding: 0 20px;
  transition: padding 0.3s;
}
@media (max-width: 1200px) {
  .news08 .content .right .news_slick .slick-slide {
    padding: 0 10px;
  }
}
.news08 .content .right .news_slick .slick-slide a {
  display: block;
  position: relative;
  background: #fff;
}
.news08 .content .right .news_slick .slick-slide a .news_img {
  position: relative;
  margin-bottom: 22px;
}
.news08 .content .right .news_slick .slick-slide a .news_img p {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  border-radius: 20px;
  overflow: hidden;
}
.news08 .content .right .news_slick .slick-slide a .news_img p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.001);
  transition: all 0.3s linear;
}
.news08 .content .right .news_slick .slick-slide a .news_img p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.news08 .content .right .news_slick .slick-slide a .news_img p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/favicon.svg") no-repeat center center/27.8301886792% auto;
  z-index: 2;
  opacity: 0;
  transition: all 0.7s;
}
.news08 .content .right .news_slick .slick-slide a .news_img .news_cate {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-indent: 1px;
  padding: 2px 18px 3px;
  background: #000000;
  border-radius: 25px;
  z-index: 3;
  transform: translateY(50%);
}
.news08 .content .right .news_slick .slick-slide a .news_content .news_subject {
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news08 .content .right .news_slick .slick-slide a .news_content .news_subject {
    font-size: 17px;
    display: -webkit-box;
    max-height: 51px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .news08 .content .right .news_slick .slick-slide a .news_content .news_subject {
    font-size: 16px;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news08 .content .right .news_slick .slick-slide a .news_content .module_desc {
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  margin-top: 8px;
}
@media (max-width: 480px) {
  .news08 .content .right .news_slick .slick-slide a .news_content .module_desc {
    display: -webkit-box;
    max-height: 50.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .news08 .content .right .news_slick .slick-slide a:hover .news_img p img {
    transform: scale(1.05);
  }
  .news08 .content .right .news_slick .slick-slide a:hover .news_img p::before, .news08 .content .right .news_slick .slick-slide a:hover .news_img p::after {
    opacity: 1;
  }
}
.news08 .content .right .append_arrow {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  bottom: 100px;
  left: calc(100% + 10px);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news08 .content .right .append_arrow {
    display: none;
    left: calc(100% + 13px);
  }
}
.news08 .content .right .append_arrow .slick-arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .news08 .content .right .append_arrow .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .news08 .content .right .append_arrow .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.news08 .content .right .append_arrow .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .news08 .content .right .append_arrow .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .news08 .content .right .append_arrow .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .news08 .content .right .append_arrow .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .news08 .content .right .append_arrow .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.news08 .content .right .append_arrow .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .news08 .content .right .append_arrow .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .news08 .content .right .append_arrow .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .news08 .content .right .append_arrow .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .news08 .content .right .append_arrow .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.news08 .content .right .append_arrow .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.news08 .content .right .append_arrow .slick-arrow:hover svg {
  fill: #000000;
}
.news08 .content .right .append_arrow .slick-arrow.white svg {
  fill: #fff;
}
.news08 .content .right .append_arrow .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.news08 .content .right .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .news08 .content .right .button_set {
    display: none;
  }
}
.news08.in .content .left .module_title {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news08.in .content .left .append_dot {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news08.in .content .left .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.news08.in .content .right .news_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news08.in .content .right .append_arrow,
.news08.in .content .right .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news09 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .news09 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news09 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news09 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news09 .module_title {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.news09 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news09 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news09 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news09 .module_title.white p:nth-child(1) {
  color: #fff;
}
.news09 .module_title.white p:nth-child(2) {
  color: #fff;
}
.news09 .news_slick {
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .news09 .news_slick {
    margin: 0 -10px;
  }
}
.news09 .news_slick .slick-slide > div li {
  padding: 20px;
}
@media (max-width: 1200px) {
  .news09 .news_slick .slick-slide > div li {
    padding: 10px;
  }
}
.news09 .news_slick .slick-slide > div li a {
  display: block;
  background: #fff;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.news09 .news_slick .slick-slide > div li a > div:nth-child(1) {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
}
.news09 .news_slick .slick-slide > div li a > div:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.5s;
}
.news09 .news_slick .slick-slide > div li a > div:nth-child(2) {
  padding: 20px;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .news09 .news_slick .slick-slide > div li a > div:nth-child(2) {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .news09 .news_slick .slick-slide > div li a > div:nth-child(2) {
    padding: 10px;
  }
}
.news09 .news_slick .slick-slide > div li a > div:nth-child(2) .cate {
  width: fit-content;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 16px;
  margin-bottom: 10px;
  background: #000000;
  border: 1px solid #000000;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .news09 .news_slick .slick-slide > div li a > div:nth-child(2) .cate {
    display: none;
  }
}
.news09 .news_slick .slick-slide > div li a > div:nth-child(2) .subject {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .news09 .news_slick .slick-slide > div li a > div:nth-child(2) .subject {
    font-size: 16px;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .news09 .news_slick .slick-slide > div li a > div:nth-child(2) .subject {
    color: #000000;
  }
}
@media (max-width: 480px) {
  .news09 .news_slick .slick-slide > div li a > div:nth-child(2) .subject {
    font-size: 15px;
    display: -webkit-box;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news09 .news_slick .slick-slide > div li a > div:nth-child(2) .module_desc {
  line-height: 1.5;
  margin-top: 5px;
  display: -webkit-box;
  max-height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .news09 .news_slick .slick-slide > div li a > div:nth-child(2) .module_desc {
    display: -webkit-box;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .news09 .news_slick .slick-slide > div li a:hover > div:nth-child(1) img {
    transform: scale(1.03);
  }
  .news09 .news_slick .slick-slide > div li a:hover > div:nth-child(2) .cate {
    color: #000000;
    background: #fff;
  }
  .news09 .news_slick .slick-slide > div li a:hover > div:nth-child(2) .subject {
    color: #000000;
  }
}
.news09 .news_slick .slick-slide.slick-current > div {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news09 .news_slick.sp .slick-slide > div li a {
  position: relative;
  box-shadow: unset;
  overflow: hidden;
}
.news09 .news_slick.sp .slick-slide > div li a > div:nth-child(1) {
  background: #000;
}
.news09 .news_slick.sp .slick-slide > div li a > div:nth-child(1) img {
  z-index: 1;
}
@media (max-width: 1024px) {
  .news09 .news_slick.sp .slick-slide > div li a > div:nth-child(1) img {
    opacity: 0.8;
  }
}
.news09 .news_slick.sp .slick-slide > div li a > div:nth-child(1)::before, .news09 .news_slick.sp .slick-slide > div li a > div:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .news09 .news_slick.sp .slick-slide > div li a > div:nth-child(1)::before, .news09 .news_slick.sp .slick-slide > div li a > div:nth-child(1)::after {
    opacity: 1;
  }
}
.news09 .news_slick.sp .slick-slide > div li a > div:nth-child(1)::before {
  border: 3px solid #000000;
}
@media (max-width: 1024px) {
  .news09 .news_slick.sp .slick-slide > div li a > div:nth-child(1)::before {
    display: none;
  }
}
.news09 .news_slick.sp .slick-slide > div li a > div:nth-child(1)::after {
  border: 1px solid #000000;
}
.news09 .news_slick.sp .slick-slide > div li a > div:nth-child(2) {
  position: absolute;
  bottom: 3.125vw;
  left: calc(0.9375rem + 0.78125vw);
  width: calc(100% - (0.9375rem + 0.78125vw) * 2);
  padding: 0;
  z-index: 3;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s, opacity 0.5s, transform 0.5s;
}
@media (max-width: 1024px) {
  .news09 .news_slick.sp .slick-slide > div li a > div:nth-child(2) {
    bottom: 12px;
    left: 15px;
    width: calc(100% - 30px);
    opacity: 1;
    transform: translateY(0);
  }
}
.news09 .news_slick.sp .slick-slide > div li a > div:nth-child(2) .cate {
  color: #fff;
  font-size: unset;
  padding: unset;
  margin-bottom: 3px;
  background: unset;
  border: unset;
}
@media (max-width: 640px) {
  .news09 .news_slick.sp .slick-slide > div li a > div:nth-child(2) .cate {
    display: none;
  }
}
.news09 .news_slick.sp .slick-slide > div li a > div:nth-child(2) .subject {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  max-height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .news09 .news_slick.sp .slick-slide > div li a > div:nth-child(2) .subject {
    font-size: 18px;
    display: -webkit-box;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .news09 .news_slick.sp .slick-slide > div li a > div:nth-child(2) .subject {
    font-size: 16px;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .news09 .news_slick.sp .slick-slide > div li a > div:nth-child(2) .subject {
    font-size: 15px;
    display: -webkit-box;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news09 .news_slick.sp .slick-slide > div li a > div:nth-child(2) .module_desc {
  display: none;
}
@media (min-width: 1025px) {
  .news09 .news_slick.sp .slick-slide > div li a:hover > div:nth-child(1) img {
    opacity: 0.5;
  }
  .news09 .news_slick.sp .slick-slide > div li a:hover > div:nth-child(1)::before, .news09 .news_slick.sp .slick-slide > div li a:hover > div:nth-child(1)::after {
    opacity: 1;
  }
  .news09 .news_slick.sp .slick-slide > div li a:hover > div:nth-child(1)::after {
    transform: scale(0.94, 0.92);
  }
  .news09 .news_slick.sp .slick-slide > div li a:hover > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
  }
}
.news09 .news_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .news09 .news_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .news09 .news_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.news09 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .news09 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .news09 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .news09 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .news09 .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.news09 .news_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .news09 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .news09 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .news09 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .news09 .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.news09 .news_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.news09 .news_slick .slick-arrow:hover svg {
  fill: #000000;
}
.news09 .news_slick .slick-arrow.white svg {
  fill: #fff;
}
.news09 .news_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .news09 .news_slick .slick-arrow {
    display: none !important;
  }
}
.news09 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .news09 .button_set .arrowtype {
    visibility: hidden;
  }
}
.news09.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news09.in .news_slick .slick-slide.slick-current > div {
  opacity: 1;
  transform: translateY(0);
}
.news09.in .news_slick .slick-slide.slick-current > div:nth-child(1) {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news09.in .news_slick .slick-slide.slick-current > div:nth-child(2) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.news09.in .news_slick .slick-slide.slick-current > div:nth-child(3) {
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.news09.in .news_slick .slick-slide.slick-current > div:nth-child(4) {
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.news09.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news10 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: url("../img/news/news15.jpg") no-repeat center top/cover;
}
@media (max-width: 1440px) {
  .news10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news10 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.news10 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news10 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news10 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news10 .module_title.white p:nth-child(1) {
  color: #fff;
}
.news10 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .news10 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .news10 .module_title {
    margin-bottom: 30px;
  }
}
.news10 .news_box {
  max-width: 1480px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .news10 .news_box {
    max-width: 1430px;
  }
}
@media (max-width: 1549px) {
  .news10 .news_box {
    max-width: unset;
    margin: 0 -15px;
  }
}
.news10 .news_box .news_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1549px) {
  .news10 .news_box .news_slick {
    display: none;
  }
}
.news10 .news_box .news_slick .slick-slide {
  display: flex;
}
@media (min-width: 1601px) {
  .news10 .news_box .news_slick .slick-slide {
    background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
    background-size: 1px 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.news10 .news_box .news_slick .slick-slide .left_box {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 1600px) {
  .news10 .news_box .news_slick .slick-slide .left_box {
    padding: 0 15px;
  }
}
.news10 .news_box .news_slick .slick-slide .left_box a {
  display: block;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 52.5037936267%;
  overflow: hidden;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.3s ease-out;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_img::after {
  content: "hot news";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 5px 15px;
  background: #000000;
  z-index: 1;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_info {
  display: flex;
  padding: 13.5px 15px;
  background: #fff;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_info .news_date {
  width: 65px;
  text-align: center;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_info .news_date p:nth-child(1) {
  color: #000000;
  font-size: 50px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_info .news_date p:nth-child(2) {
  color: #898989;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_info .news_content {
  width: calc(100% - 65px);
  padding-left: 30px;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_info .news_content .news_subject {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_info .news_content .module_desc {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .news10 .news_box .news_slick .slick-slide .left_box a .news_info .news_content .module_desc {
    display: -webkit-box;
    height: 50.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_info .news_content .more {
  color: #4e4e4e;
  font-size: 13px;
  margin-top: 8px;
}
.news10 .news_box .news_slick .slick-slide .left_box a .news_info .news_content .more::after {
  content: ">";
  padding-left: 17px;
}
.news10 .news_box .news_slick .slick-slide .left_box a:hover .news_img img {
  transform: scale(1.1);
}
.news10 .news_box .news_slick .slick-slide .left_box a:hover .news_img::before {
  opacity: 1;
}
.news10 .news_box .news_slick .slick-slide .left_box a:hover .news_info .news_content .news_subject {
  color: #000000;
}
.news10 .news_box .news_slick .slick-slide .right_box {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 1600px) {
  .news10 .news_box .news_slick .slick-slide .right_box {
    padding: 0 15px;
  }
}
.news10 .news_box .news_slick .slick-slide .right_box a {
  display: flex;
  width: 100%;
}
.news10 .news_box .news_slick .slick-slide .right_box a:nth-child(1) {
  padding-bottom: 25px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.news10 .news_box .news_slick .slick-slide .right_box a:nth-child(2) {
  flex-direction: row-reverse;
}
.news10 .news_box .news_slick .slick-slide .right_box a .news_img {
  width: 46.8181818182%;
}
.news10 .news_box .news_slick .slick-slide .right_box a .news_img p {
  position: relative;
  height: 0;
  padding-bottom: 70.5501618123%;
  overflow: hidden;
}
.news10 .news_box .news_slick .slick-slide .right_box a .news_img p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.3s ease-out;
}
.news10 .news_box .news_slick .slick-slide .right_box a .news_img p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.news10 .news_box .news_slick .slick-slide .right_box a .news_info {
  width: 53.1818181818%;
  padding: 20px 18px;
  background: #fff;
}
.news10 .news_box .news_slick .slick-slide .right_box a .news_info .news_date {
  display: flex;
  align-items: center;
  color: #4e4e4e;
  font-family: "Roboto", sans-serif;
  margin-bottom: 16px;
}
.news10 .news_box .news_slick .slick-slide .right_box a .news_info .news_date::before {
  content: "hot news";
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 5px 15px;
  margin-right: 20px;
  border: 1px solid #4e4e4e;
}
.news10 .news_box .news_slick .slick-slide .right_box a .news_info .news_subject {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.news10 .news_box .news_slick .slick-slide .right_box a .news_info .module_desc {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .news10 .news_box .news_slick .slick-slide .right_box a .news_info .module_desc {
    display: -webkit-box;
    height: 50.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news10 .news_box .news_slick .slick-slide .right_box a .news_info .more {
  color: #4e4e4e;
  font-size: 13px;
  margin-top: 8px;
}
.news10 .news_box .news_slick .slick-slide .right_box a .news_info .more::after {
  content: ">";
  padding-left: 17px;
}
.news10 .news_box .news_slick .slick-slide .right_box a:hover .news_img p img {
  transform: scale(1.1);
}
.news10 .news_box .news_slick .slick-slide .right_box a:hover .news_img p::before {
  opacity: 1;
}
.news10 .news_box .news_slick .slick-slide .right_box a:hover .news_info .news_subject {
  color: #000000;
}
.news10 .news_box .news_slick_mb {
  max-width: 690px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1550px) {
  .news10 .news_box .news_slick_mb {
    display: none;
  }
}
.news10 .news_box .news_slick_mb .slick-slide {
  padding: 0 15px;
}
.news10 .news_box .news_slick_mb .slick-slide a {
  display: block;
}
.news10 .news_box .news_slick_mb .slick-slide a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 52.5037936267%;
  overflow: hidden;
}
.news10 .news_box .news_slick_mb .slick-slide a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.3s ease-out;
}
.news10 .news_box .news_slick_mb .slick-slide a .news_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.news10 .news_box .news_slick_mb .slick-slide a .news_img::after {
  content: "hot news";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 5px 15px;
  background: #000000;
  z-index: 1;
}
@media (max-width: 540px) {
  .news10 .news_box .news_slick_mb .slick-slide a .news_img::after {
    font-size: 13px;
    padding: 3px 8px;
  }
}
.news10 .news_box .news_slick_mb .slick-slide a .news_info {
  display: flex;
  flex-wrap: wrap;
  padding: 13.5px 15px;
  background: #fff;
}
.news10 .news_box .news_slick_mb .slick-slide a .news_info .news_date {
  width: 65px;
  text-align: center;
}
@media (max-width: 540px) {
  .news10 .news_box .news_slick_mb .slick-slide a .news_info .news_date {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
.news10 .news_box .news_slick_mb .slick-slide a .news_info .news_date p:nth-child(1) {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.news10 .news_box .news_slick_mb .slick-slide a .news_info .news_date p:nth-child(2) {
  color: #898989;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.news10 .news_box .news_slick_mb .slick-slide a .news_info .news_content {
  width: calc(100% - 65px);
  padding-left: 30px;
}
@media (max-width: 540px) {
  .news10 .news_box .news_slick_mb .slick-slide a .news_info .news_content {
    width: 100%;
    padding-left: 0;
  }
}
.news10 .news_box .news_slick_mb .slick-slide a .news_info .news_content .news_subject {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .news10 .news_box .news_slick_mb .slick-slide a .news_info .news_content .news_subject {
    color: #000000;
  }
}
.news10 .news_box .news_slick_mb .slick-slide a .news_info .news_content .module_desc {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .news10 .news_box .news_slick_mb .slick-slide a .news_info .news_content .module_desc {
    display: -webkit-box;
    height: 50.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news10 .news_box .news_slick_mb .slick-slide a .news_info .news_content .more {
  color: #4e4e4e;
  font-size: 13px;
  margin-top: 8px;
}
.news10 .news_box .news_slick_mb .slick-slide a .news_info .news_content .more::after {
  content: ">";
  padding-left: 17px;
}
@media (min-width: 1025px) {
  .news10 .news_box .news_slick_mb .slick-slide a:hover .news_img img {
    transform: scale(1.1);
  }
  .news10 .news_box .news_slick_mb .slick-slide a:hover .news_img::before {
    opacity: 1;
  }
  .news10 .news_box .news_slick_mb .slick-slide a:hover .news_info .news_content .news_subject {
    color: #000000;
  }
}
.news10 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.news10.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.news10.in .news_box .news_slick,
.news10.in .news_box .news_slick_mb {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news10.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news11 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .news11 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news11 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.news11 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news11 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news11 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news11 .module_title.white p:nth-child(1) {
  color: #fff;
}
.news11 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .news11 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .news11 .module_title {
    margin-bottom: 30px;
  }
}
.news11 .content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news11 .content {
    margin: 0 -20px;
  }
}
.news11 .content > div {
  width: 50%;
  padding: 0 30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news11 .content > div {
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .news11 .content > div {
    width: 100%;
  }
}
.news11 .content .left .news_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1100px) {
  .news11 .content .left .news_slick {
    max-width: 600px;
    padding-bottom: 40px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .news11 .content .left .news_slick {
    padding-bottom: 32px;
  }
}
.news11 .content .left .news_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 62.987012987%;
  overflow: hidden;
}
.news11 .content .left .news_slick .slick-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.news11 .content .left .news_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.news11 .content .left .news_slick .slick-slide a .date {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 3;
}
@media (max-width: 480px) {
  .news11 .content .left .news_slick .slick-slide a .date {
    display: none;
  }
}
.news11 .content .left .news_slick .slick-slide a .date p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  transition: all 0.3s;
}
.news11 .content .left .news_slick .slick-slide a .date p:nth-child(1) {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .news11 .content .left .news_slick .slick-slide a .date p:nth-child(1) {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .news11 .content .left .news_slick .slick-slide a .date p:nth-child(1) {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .news11 .content .left .news_slick .slick-slide a .date p:nth-child(2) {
    font-size: 14px;
  }
}
.news11 .content .left .news_slick .slick-slide a .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 35px;
  z-index: 3;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news11 .content .left .news_slick .slick-slide a .info {
    padding: 0 20px 15px;
  }
}
@media (max-width: 400px) {
  .news11 .content .left .news_slick .slick-slide a .info {
    padding: 0 10px 7px;
  }
}
.news11 .content .left .news_slick .slick-slide a .info .subject {
  display: -webkit-box;
  max-height: 56px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news11 .content .left .news_slick .slick-slide a .info .subject {
    display: -webkit-box;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .news11 .content .left .news_slick .slick-slide a .info .subject {
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }
}
.news11 .content .left .news_slick .slick-slide a .info .module_desc {
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news11 .content .left .news_slick .slick-slide a .info .module_desc {
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .news11 .content .left .news_slick .slick-slide a .info .module_desc {
    display: none;
  }
}
.news11 .content .left .tool_btn {
  display: flex;
  align-items: center;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1100px) {
  .news11 .content .left .tool_btn {
    display: none;
  }
}
.news11 .content .left .tool_btn .tool_page {
  display: flex;
  align-items: center;
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 90px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .news11 .content .left .tool_btn .tool_page {
    margin-right: 75px;
  }
}
@media (max-width: 1366px) {
  .news11 .content .left .tool_btn .tool_page {
    margin-right: 60px;
  }
}
.news11 .content .left .tool_btn .tool_page > span:nth-child(2) {
  display: block;
  position: relative;
  width: 300px;
  height: 2px;
  margin: 0 10px;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .news11 .content .left .tool_btn .tool_page > span:nth-child(2) {
    width: 240px;
  }
}
@media (max-width: 1366px) {
  .news11 .content .left .tool_btn .tool_page > span:nth-child(2) {
    width: 160px;
  }
}
.news11 .content .left .tool_btn .tool_page > span:nth-child(2) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #393993;
  transition: all 0.75s;
}
.news11 .content .left .tool_btn .prev {
  margin: 0 15px 0 0;
}
.news11 .content .right .news_item {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #a7a7a7;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1101px) {
  .news11 .content .right .news_item:first-child {
    padding: 0 0 15px;
  }
}
.news11 .content .right .news_item .date {
  color: #4e4e4e;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .news11 .content .right .news_item .date {
    font-size: 13px;
    margin-bottom: 7px;
  }
}
.news11 .content .right .news_item .subject {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news11 .content .right .news_item .subject {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .news11 .content .right .news_item .subject {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.news11 .content .right .news_item .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  line-height: 1.5;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news11 .content .right .news_item .module_desc {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .news11 .content .right .news_item .module_desc {
    font-size: 14px;
  }
}
.news11 .content .right .news_item:hover .subject {
  color: #000000;
}
.news11 .content .right > [class^=button] {
  margin-top: 55px !important;
  margin: 0 0 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news11 .content .right > [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 1100px) {
  .news11 .content .right > [class^=button] {
    margin: 0 auto;
  }
}
.news11.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.news11.in .content .left .news_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news11.in .content .left .tool_btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.news11.in .content .right .news_item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.news11.in .content .right > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.news12 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .news12 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news12 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news12 .module_title {
  width: 50%;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news12 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news12 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news12 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news12 .module_title.white p:nth-child(1) {
  color: #fff;
}
.news12 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 640px) {
  .news12 .module_title {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    transform: translate(0, 40px);
  }
}
@media (max-width: 640px) and (max-width: 1200px) {
  .news12 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .news12 .module_title {
    margin-bottom: 30px;
  }
}
.news12 .button_set.pc {
  justify-content: flex-end;
  width: 50%;
  margin-top: 0 !important;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 640px) {
  .news12 .button_set.pc {
    display: none;
  }
}
.news12 .button_set.mb {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 641px) {
  .news12 .button_set.mb {
    display: none;
  }
}
.news12 .news_slick {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 641px) {
  .news12 .news_slick {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .news12 .news_slick {
    margin-top: 20px;
  }
}
.news12 .news_slick .slick-slide {
  padding: 55px 20px 20px;
}
@media (max-width: 1024px) {
  .news12 .news_slick .slick-slide {
    padding: 0 20px;
  }
}
.news12 .news_slick .slick-slide > div {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #989898;
  border-radius: 40px;
  transition: all 0.5s;
}
@media (max-width: 640px) {
  .news12 .news_slick .slick-slide > div {
    padding: 20px;
  }
}
.news12 .news_slick .slick-slide > div .news_img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  margin-bottom: 10px;
  border-radius: 20px;
  isolation: isolate;
  overflow: hidden;
}
.news12 .news_slick .slick-slide > div .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news12 .news_slick .slick-slide > div .news_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  margin-bottom: 15px;
}
.news12 .news_slick .slick-slide > div .news_nav > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.news12 .news_slick .slick-slide > div .news_nav > div .news_date p:nth-child(1) {
  color: #000;
  font-size: 23px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .news12 .news_slick .slick-slide > div .news_nav > div .news_date p:nth-child(1) {
    font-size: 20px;
  }
}
.news12 .news_slick .slick-slide > div .news_nav > div .news_date p:nth-child(2) {
  color: #000;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .news12 .news_slick .slick-slide > div .news_nav > div .news_date p:nth-child(2) {
    font-size: 15px;
  }
}
.news12 .news_slick .slick-slide > div .news_nav > div .news_cate {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.news12 .news_slick .slick-slide > div .news_nav > div .news_cate img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}
.news12 .news_slick .slick-slide > div .news_nav .arrowtype {
  display: none;
  transform: rotate(-45deg);
}
.news12 .news_slick .slick-slide > div .news_info a {
  color: #000;
  font-size: 22px;
  line-height: 1.5;
  transition: all 0.5s;
  display: -webkit-box;
  height: 66px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .news12 .news_slick .slick-slide > div .news_info a {
    font-size: 20px;
    display: -webkit-box;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .news12 .news_slick .slick-slide > div .news_info a {
    font-size: 18px;
    display: -webkit-box;
    height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 540px) {
  .news12 .news_slick .slick-slide > div .news_info a {
    font-size: 17px;
    display: -webkit-box;
    height: 51px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news12 .news_slick .slick-slide > div .news_info p {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .news12 .news_slick .slick-slide > div .news_info p {
    display: -webkit-box;
    height: 50.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .news12 .news_slick .slick-slide:hover > div {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    transform: translateY(-35px);
  }
  .news12 .news_slick .slick-slide:hover > div .news_img img {
    transform: scale(1.1);
  }
  .news12 .news_slick .slick-slide:hover > div .news_info a {
    color: #000000;
  }
}
.news12.in .module_title {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news12.in .button_set.pc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news12.in .button_set.mb {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.news12.in .news_slick {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.news13 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #eee;
}
@media (max-width: 1440px) {
  .news13 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news13 .module_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .news13 .module_tabs {
    display: none;
  }
}
.news13 .module_selector {
  position: relative;
}
@media (min-width: 1025px) {
  .news13 .module_selector {
    display: none;
  }
}
.news13 .module_selector .module_select_list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translateX(-50%);
}
.news13 .module_select {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .news13 .module_select {
    display: none;
  }
}
.news13 .module_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.news13 .module_select_list {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .news13 .module_select_list {
    display: none !important;
  }
}
.news13 .module_select_list li {
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.news13 .module_select_list li + li {
  border-top: 1px solid #ededed;
}
.news13.in .module_tabs,
.news13.in .module_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.news13 .floor_1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  width: 50%;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .news13 .floor_1 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .news13 .floor_1 {
    align-items: center;
    flex-direction: column;
  }
}
.news13 .floor_1 .module_title {
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news13 .floor_1 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news13 .floor_1 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news13 .floor_1 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news13 .floor_1 .module_title.white p:nth-child(1) {
  color: #fff;
}
.news13 .floor_1 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1024px) {
  .news13 .floor_1 .module_title {
    text-align: center;
  }
}
.news13 .floor_1 .module_cate {
  width: 100%;
}
.news13 .floor_1 .module_cate .module_tabs {
  justify-content: flex-end;
}
.news13 .floor_1 .module_cate .module_tabs .category {
  color: #4e4e4e;
  padding: 3px 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.news13 .floor_1 .module_cate .module_tabs .category:hover, .news13 .floor_1 .module_cate .module_tabs .category.active {
  border: 1px solid #000000;
}
.news13 .floor_2 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news13 .floor_2 .module_content {
  position: relative;
}
.news13 .floor_2 .module_content > div {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.news13 .floor_2 .module_content > div:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news13 .floor_2 .module_content > div.active {
  opacity: 1;
  pointer-events: auto;
}
.news13 .floor_2 .module_content > div .news_slick .slick-slide > div {
  display: flex;
  gap: 20px 4.4270833333vw;
}
@media (max-width: 960px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-slide > div {
    flex-wrap: wrap;
  }
}
.news13 .floor_2 .module_content > div .news_slick .slick-slide > div .left {
  flex-shrink: 0;
  width: 50%;
}
@media (max-width: 960px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-slide > div .left {
    width: 100%;
  }
}
.news13 .floor_2 .module_content > div .news_slick .slick-slide > div .left a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
}
.news13 .floor_2 .module_content > div .news_slick .slick-slide > div .left a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 960px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right {
    width: 100%;
  }
}
.news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right .cate_date {
  color: #4e4e4e;
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right .cate_date {
    margin-bottom: 10px;
  }
}
.news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right .item_title {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 20px;
  display: -webkit-box;
  max-height: 80.6px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right .item_title {
    font-size: 24px;
    display: -webkit-box;
    max-height: 74.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right .item_title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    max-height: 66px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right .item_title {
    font-size: 20px;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right .module_desc {
  margin-bottom: 0;
  display: -webkit-box;
  max-height: 108px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right .module_desc {
    display: -webkit-box;
    max-height: 100.8px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right [class^=button] {
  margin-top: auto;
}
@media (max-width: 960px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right [class^=button] {
    margin-top: 55px !important;
  }
}
@media (max-width: 960px) and (max-width: 1200px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-slide > div .right [class^=button] {
    margin-top: 35px !important;
  }
}
.news13 .floor_2 .module_content > div .news_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.news13 .floor_2 .module_content > div .news_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.news13 .floor_2 .module_content > div .news_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .news13 .floor_2 .module_content > div .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.news13 .floor_2 .module_content > div .news_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.news13 .floor_2 .module_content > div .news_slick .slick-arrow:hover svg {
  fill: #000000;
}
.news13 .floor_2 .module_content > div .news_slick .slick-arrow.white svg {
  fill: #fff;
}
.news13 .floor_2 .module_content > div .news_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.news13 .floor_3 {
  margin-top: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news13 .floor_3 .module_content {
  position: relative;
}
.news13 .floor_3 .module_content > div {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.news13 .floor_3 .module_content > div:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news13 .floor_3 .module_content > div.active {
  opacity: 1;
  pointer-events: auto;
}
.news13 .floor_3 .module_content > div .more_slick .slick-slide a {
  display: block;
  position: relative;
  padding-top: 60px;
}
.news13 .floor_3 .module_content > div .more_slick .slick-slide a::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  z-index: 1;
}
.news13 .floor_3 .module_content > div .more_slick .slick-slide a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 25px);
  background: linear-gradient(to bottom, #fff calc(100% - 5px), #000000 calc(100% - 4px));
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s, height 0.5s;
}
.news13 .floor_3 .module_content > div .more_slick .slick-slide a > div {
  position: relative;
  padding: 0 1.8229166667vw 1.8229166667vw;
  z-index: 2;
  transition: transform 0.5s;
}
@media (max-width: 960px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-slide a > div {
    padding: 0 2.6041666667vw 2.6041666667vw;
  }
}
.news13 .floor_3 .module_content > div .more_slick .slick-slide a > div .cate_date {
  color: #4e4e4e;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-slide a > div .cate_date {
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-slide a > div .cate_date {
    margin-bottom: 10px;
  }
}
.news13 .floor_3 .module_content > div .more_slick .slick-slide a > div .item_title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 20px;
  display: -webkit-box;
  height: 62px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-slide a > div .item_title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-slide a > div .item_title {
    font-size: 17px;
    margin-bottom: 10px;
    display: -webkit-box;
    height: 51px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-slide a > div .item_title {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news13 .floor_3 .module_content > div .more_slick .slick-slide a > div .module_desc {
  margin-bottom: 0;
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-slide a > div .module_desc {
    display: -webkit-box;
    max-height: 50.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news13 .floor_3 .module_content > div .more_slick .slick-slide a:hover::after {
  height: 100%;
  opacity: 1;
}
.news13 .floor_3 .module_content > div .more_slick .slick-slide a:hover > div {
  transform: translateY(-20px);
}
.news13 .floor_3 .module_content > div .more_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.news13 .floor_3 .module_content > div .more_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.news13 .floor_3 .module_content > div .more_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .news13 .floor_3 .module_content > div .more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.news13 .floor_3 .module_content > div .more_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.news13 .floor_3 .module_content > div .more_slick .slick-arrow:hover svg {
  fill: #000000;
}
.news13 .floor_3 .module_content > div .more_slick .slick-arrow.white svg {
  fill: #fff;
}
.news13 .floor_3 .module_content > div .more_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.news13.in .floor_1 .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news13.in .floor_1 .module_cate .module_tabs,
.news13.in .floor_1 .module_cate .module_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news13.in .floor_2 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news13.in .floor_3 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news14 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .news14 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news14 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news14 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news14 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news14 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news14 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news14 .module_title.white p:nth-child(1) {
  color: #fff;
}
.news14 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .news14 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .news14 .module_title {
    margin-bottom: 30px;
  }
}
.news14 .news_table {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news14 .news_table .thead {
  display: flex;
  gap: 20px 3.6458333333vw;
  padding: 0 3.6458333333vw;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 960px) {
  .news14 .news_table .thead {
    gap: 20px 3.125vw;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .news14 .news_table .thead {
    padding: 0;
  }
}
.news14 .news_table .thead div {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 14px;
}
@media (max-width: 480px) {
  .news14 .news_table .thead div {
    display: none;
  }
}
.news14 .news_table .thead div:nth-child(1) {
  width: 11.4583333333vw;
}
@media (max-width: 960px) {
  .news14 .news_table .thead div:nth-child(1) {
    width: 110px;
  }
}
@media (max-width: 640px) {
  .news14 .news_table .thead div:nth-child(1) {
    width: 90px;
  }
}
.news14 .news_table .thead div:nth-child(2) {
  width: calc(100% - 11.4583333333vw - 3.6458333333vw);
}
@media (max-width: 960px) {
  .news14 .news_table .thead div:nth-child(2) {
    width: calc(100% - 110px - 3.125vw);
  }
}
@media (max-width: 640px) {
  .news14 .news_table .thead div:nth-child(2) {
    width: calc(100% - 90px - 3.125vw);
  }
}
.news14 .news_table .tbody a {
  display: flex;
  align-items: center;
  gap: 18px 3.6458333333vw;
  height: 125px;
  padding: 0 3.6458333333vw;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1440px) {
  .news14 .news_table .tbody a {
    height: 110px;
  }
}
@media (max-width: 960px) {
  .news14 .news_table .tbody a {
    gap: 18px 3.125vw;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .news14 .news_table .tbody a {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .news14 .news_table .tbody a {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 140px;
  }
}
.news14 .news_table .tbody a div:nth-child(1) {
  width: 11.4583333333vw;
  color: #4e4e4e;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .news14 .news_table .tbody a div:nth-child(1) {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .news14 .news_table .tbody a div:nth-child(1) {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .news14 .news_table .tbody a div:nth-child(1) {
    width: 110px;
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .news14 .news_table .tbody a div:nth-child(1) {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .news14 .news_table .tbody a div:nth-child(1) {
    font-size: 14px;
  }
}
.news14 .news_table .tbody a div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 0 25px;
  width: calc(100% - 11.4583333333vw - 3.6458333333vw);
}
@media (max-width: 960px) {
  .news14 .news_table .tbody a div:nth-child(2) {
    width: calc(100% - 110px - 3.125vw);
  }
}
@media (max-width: 640px) {
  .news14 .news_table .tbody a div:nth-child(2) {
    gap: 0 20px;
    width: calc(100% - 90px - 3.125vw);
  }
}
@media (max-width: 480px) {
  .news14 .news_table .tbody a div:nth-child(2) {
    width: 100%;
  }
}
.news14 .news_table .tbody a div:nth-child(2) p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #717171;
  font-size: 18px;
  transition: color 0.2s;
}
@media (max-width: 1440px) {
  .news14 .news_table .tbody a div:nth-child(2) p {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .news14 .news_table .tbody a div:nth-child(2) p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .news14 .news_table .tbody a div:nth-child(2) p {
    font-size: 15px;
  }
}
.news14 .news_table .tbody a div:nth-child(2) svg {
  flex-shrink: 0;
  width: auto;
  height: 20px;
  fill: #4e4e4e;
  transition: transform 0.2s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 1025px) {
  .news14 .news_table .tbody a:hover div:nth-child(2) p {
    color: #4e4e4e;
  }
  .news14 .news_table .tbody a:hover div:nth-child(2) svg {
    transform: translateX(10px);
  }
}
.news14 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .news14 .button_set {
    justify-content: flex-end !important;
  }
}
.news14.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news14.in .news_table {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news14.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news_business {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .news_business {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news_business {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news_business {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news_business .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.news_business .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.news_business .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.news_business .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.news_business .module_title.white p:nth-child(1) {
  color: #fff;
}
.news_business .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .news_business .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .news_business .module_title {
    margin-bottom: 30px;
  }
}
.news_business .content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_business .content {
    margin: 0 -20px;
  }
}
.news_business .content > div {
  width: 50%;
  padding: 0 30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_business .content > div {
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .news_business .content > div {
    width: 100%;
  }
}
.news_business .content .left .news_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1100px) {
  .news_business .content .left .news_slick {
    max-width: 600px;
    padding-bottom: 40px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .news_business .content .left .news_slick {
    padding-bottom: 32px;
  }
}
.news_business .content .left .news_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 62.987012987%;
  overflow: hidden;
}
.news_business .content .left .news_slick .slick-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.news_business .content .left .news_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.news_business .content .left .news_slick .slick-slide a .date {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 3;
}
@media (max-width: 480px) {
  .news_business .content .left .news_slick .slick-slide a .date {
    display: none;
  }
}
.news_business .content .left .news_slick .slick-slide a .date p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  transition: all 0.3s;
}
.news_business .content .left .news_slick .slick-slide a .date p:nth-child(1) {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .news_business .content .left .news_slick .slick-slide a .date p:nth-child(1) {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .news_business .content .left .news_slick .slick-slide a .date p:nth-child(1) {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .news_business .content .left .news_slick .slick-slide a .date p:nth-child(2) {
    font-size: 14px;
  }
}
.news_business .content .left .news_slick .slick-slide a .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 35px;
  z-index: 3;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_business .content .left .news_slick .slick-slide a .info {
    padding: 0 20px 15px;
  }
}
@media (max-width: 400px) {
  .news_business .content .left .news_slick .slick-slide a .info {
    padding: 0 10px 7px;
  }
}
.news_business .content .left .news_slick .slick-slide a .info .subject {
  display: -webkit-box;
  max-height: 56px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_business .content .left .news_slick .slick-slide a .info .subject {
    display: -webkit-box;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .news_business .content .left .news_slick .slick-slide a .info .subject {
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }
}
.news_business .content .left .news_slick .slick-slide a .info .module_desc {
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.85px;
  margin-top: 10px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_business .content .left .news_slick .slick-slide a .info .module_desc {
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .news_business .content .left .news_slick .slick-slide a .info .module_desc {
    display: none;
  }
}
.news_business .content .left .tool_btn {
  display: flex;
  align-items: center;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1100px) {
  .news_business .content .left .tool_btn {
    display: none;
  }
}
.news_business .content .left .tool_btn .tool_page {
  display: flex;
  align-items: center;
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 90px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .news_business .content .left .tool_btn .tool_page {
    margin-right: 75px;
  }
}
@media (max-width: 1366px) {
  .news_business .content .left .tool_btn .tool_page {
    margin-right: 60px;
  }
}
.news_business .content .left .tool_btn .tool_page > span:nth-child(2) {
  display: block;
  position: relative;
  width: 300px;
  height: 2px;
  margin: 0 10px;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .news_business .content .left .tool_btn .tool_page > span:nth-child(2) {
    width: 240px;
  }
}
@media (max-width: 1366px) {
  .news_business .content .left .tool_btn .tool_page > span:nth-child(2) {
    width: 160px;
  }
}
.news_business .content .left .tool_btn .tool_page > span:nth-child(2) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #393993;
  transition: all 0.75s;
}
.news_business .content .left .tool_btn .prev {
  margin: 0 15px 0 0;
}
.news_business .content .right .news_item {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #a7a7a7;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1101px) {
  .news_business .content .right .news_item:first-child {
    padding: 0 0 15px;
  }
}
.news_business .content .right .news_item .date {
  color: #4e4e4e;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 10px;
  transition: all 0.3s;
  font-size: 15px;
  letter-spacing: 0.9px;
}
@media (max-width: 400px) {
  .news_business .content .right .news_item .date {
    font-size: 13px;
    margin-bottom: 7px;
  }
}
.news_business .content .right .news_item .subject {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.05px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_business .content .right .news_item .subject {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .news_business .content .right .news_item .subject {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.news_business .content .right .news_item .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #393993;
  letter-spacing: 0.85px;
  font-size: 18px;
  line-height: 1.7;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_business .content .right .news_item .module_desc {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .news_business .content .right .news_item .module_desc {
    font-size: 14px;
  }
}
.news_business .content .right .news_item:hover .subject {
  color: #000000;
}
.news_business .content .right > [class^=button] {
  margin-top: 55px !important;
  margin: 0 0 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news_business .content .right > [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 1100px) {
  .news_business .content .right > [class^=button] {
    margin: 0 auto;
  }
}
.news_business.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.news_business.in .content .left .news_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news_business.in .content .left .tool_btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.news_business.in .content .right .news_item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.news_business.in .content .right > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.product01 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product01 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product01 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product01 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product01 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product01 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product01 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product01 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product01 .module_title {
    margin-bottom: 30px;
  }
}
.product01 .module_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .product01 .module_tabs {
    display: none;
  }
}
.product01 .module_selector {
  position: relative;
}
@media (min-width: 1025px) {
  .product01 .module_selector {
    display: none;
  }
}
.product01 .module_selector .module_select_list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translateX(-50%);
}
.product01 .module_select {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .product01 .module_select {
    display: none;
  }
}
.product01 .module_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.product01 .module_select_list {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .product01 .module_select_list {
    display: none !important;
  }
}
.product01 .module_select_list li {
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.product01 .module_select_list li + li {
  border-top: 1px solid #ededed;
}
.product01.in .module_tabs,
.product01.in .module_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.product01 .module_content {
  position: relative;
  margin-top: 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .product01 .module_content {
    margin-top: 50px;
  }
}
.product01 .module_content .pro_slick {
  margin: 0 -20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product01 .module_content .pro_slick {
    margin: 0 -10px;
  }
}
.product01 .module_content .pro_slick:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product01 .module_content .pro_slick.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.3s 0.5s;
}
.product01 .module_content .pro_slick .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .product01 .module_content .pro_slick .slick-slide {
    padding: 0 10px;
  }
}
.product01 .module_content .pro_slick .slick-slide .pro_item {
  position: relative;
  margin-bottom: 15px;
}
.product01 .module_content .pro_slick .slick-slide .pro_item a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.product01 .module_content .pro_slick .slick-slide .pro_item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product01 .module_content .pro_slick .slick-slide .pro_item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s;
}
.product01 .module_content .pro_slick .slick-slide .pro_item a:hover::after {
  opacity: 1;
}
.product01 .module_content .pro_slick .slick-slide p {
  display: -webkit-box;
  max-height: 46.8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .product01 .module_content .pro_slick .slick-slide p {
    font-size: 17px;
    display: -webkit-box;
    max-height: 44.2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product01 .module_content .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product01 .module_content .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product01 .module_content .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product01 .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product01 .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product01 .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product01 .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product01 .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product01 .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product01 .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product01 .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product01 .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product01 .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product01 .module_content .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product01 .module_content .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product01 .module_content .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product01 .module_content .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.product01 .module_content > [class^=button] {
  margin-top: 50px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1500px) {
  .product01 .module_content > [class^=button] {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .product01 .module_content > [class^=button] {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .product01 .module_content > [class^=button] {
    margin-top: 35px !important;
  }
}
.product01.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product01.in .module_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.product01.in .module_content > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product02 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product02 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product02 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product02 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product02 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product02 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product02 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product02 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product02 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product02 .module_title {
    margin-bottom: 30px;
  }
}
.product02 .module_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .product02 .module_tabs {
    display: none;
  }
}
.product02 .module_selector {
  position: relative;
}
@media (min-width: 1025px) {
  .product02 .module_selector {
    display: none;
  }
}
.product02 .module_selector .module_select_list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translateX(-50%);
}
.product02 .module_select {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .product02 .module_select {
    display: none;
  }
}
.product02 .module_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.product02 .module_select_list {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .product02 .module_select_list {
    display: none !important;
  }
}
.product02 .module_select_list li {
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.product02 .module_select_list li + li {
  border-top: 1px solid #ededed;
}
.product02.in .module_tabs,
.product02.in .module_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.product02 .module_content {
  position: relative;
  margin-top: 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .product02 .module_content {
    margin-top: 50px;
  }
}
.product02 .module_content .pro_slick {
  margin: 0 -20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product02 .module_content .pro_slick {
    margin: 0 -10px;
  }
}
.product02 .module_content .pro_slick:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product02 .module_content .pro_slick.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.3s 0.5s;
}
.product02 .module_content .pro_slick .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .product02 .module_content .pro_slick .slick-slide {
    padding: 0 10px;
  }
}
.product02 .module_content .pro_slick .slick-slide .pro_item {
  position: relative;
  margin-bottom: 15px;
}
.product02 .module_content .pro_slick .slick-slide .pro_item a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.product02 .module_content .pro_slick .slick-slide .pro_item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.product02 .module_content .pro_slick .slick-slide .pro_item a img:nth-child(2) {
  opacity: 0;
}
.product02 .module_content .pro_slick .slick-slide .pro_item a::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s;
}
.product02 .module_content .pro_slick .slick-slide .pro_item a:hover img:nth-child(1) {
  opacity: 0;
}
.product02 .module_content .pro_slick .slick-slide .pro_item a:hover img:nth-child(2) {
  opacity: 1;
}
.product02 .module_content .pro_slick .slick-slide .pro_item a:hover::after {
  opacity: 1;
}
.product02 .module_content .pro_slick .slick-slide .pro_item.soldout::after {
  content: "Sold out";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 640px) {
  .product02 .module_content .pro_slick .slick-slide .pro_item.soldout::after {
    font-size: 18px;
  }
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(1) .pro_title {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(1) .pro_title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(1) .pro_title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(1) .pro_title {
    font-size: 14px;
  }
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(1) .pro_title:hover {
  color: #000000;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(1) .pro_state {
  display: flex;
  flex-shrink: 0;
  gap: 5px;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(1) .pro_state span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-indent: 1px;
  background: #000000;
}
@media (max-width: 1024px) {
  .product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(1) .pro_state span {
    width: 40px;
    font-size: 12px;
    line-height: 18px;
  }
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(2) {
  margin-top: 10px;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(2) .pro_size {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(2) .pro_size a {
  color: #4e4e4e;
  font-size: 13px;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(2) .pro_size a.soldout {
  color: #b2b2b2;
  pointer-events: none;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_price {
  color: #4e4e4e;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_price {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_price {
    font-size: 12px;
  }
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_price.on_sale {
  color: #e64d4d;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_price.on_sale span {
  color: #939598;
  text-decoration: line-through;
  margin-left: 20px;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_action {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_action a {
  display: block;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_action a i {
  display: block;
  color: #4e4e4e;
  font-size: 21px;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_action a i {
    font-size: 18px;
  }
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_action a svg {
  display: block;
  width: auto;
  height: 21px;
  fill: #4e4e4e;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_action a svg {
    height: 18px;
  }
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_action a:hover i {
  color: #000000;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_action a:hover svg {
  fill: #000000;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_action .add_favorite:not(.active) {
  display: none;
}
.product02 .module_content .pro_slick .slick-slide .pro_info > div:nth-child(3) .pro_action .add_favorite:nth-child(2) i {
  color: #000000;
}
.product02 .module_content .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product02 .module_content .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product02 .module_content .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product02 .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product02 .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product02 .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product02 .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product02 .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product02 .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product02 .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product02 .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product02 .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product02 .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product02 .module_content .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product02 .module_content .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product02 .module_content .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product02 .module_content .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.product02 .module_content > [class^=button] {
  margin-top: 50px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1500px) {
  .product02 .module_content > [class^=button] {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .product02 .module_content > [class^=button] {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .product02 .module_content > [class^=button] {
    margin-top: 35px !important;
  }
}
.product02.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product02.in .module_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.product02.in .module_content > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product03 {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product03 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product03 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product03 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product03 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product03 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product03 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product03 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product03 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product03 .module_title {
    margin-bottom: 30px;
  }
}
.product03 .pro_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .product03 .pro_slick {
    margin: 0 -10px;
  }
}
@media (max-width: 720px) {
  .product03 .pro_slick {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .product03 .pro_slick {
    padding: 0 10px;
  }
}
.product03 .pro_slick .slick-slide {
  padding: 15px 20px;
}
@media (max-width: 1200px) {
  .product03 .pro_slick .slick-slide {
    padding: 15px 10px;
  }
}
@media (max-width: 720px) {
  .product03 .pro_slick .slick-slide {
    padding: 15px 5px;
  }
}
@media (max-width: 480px) {
  .product03 .pro_slick .slick-slide {
    padding: 15px;
  }
}
.product03 .pro_slick .slick-slide a {
  display: block;
  padding: 30px;
  background-color: #fff;
  background-image: linear-gradient(to right, #000000 0%, #000000 100%);
  background-size: 0% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: all 1s;
}
.product03 .pro_slick .slick-slide a:hover {
  background-size: 100% 2px;
}
@media (max-width: 1440px) {
  .product03 .pro_slick .slick-slide a {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .product03 .pro_slick .slick-slide a {
    padding: 10px 10px 15px;
  }
}
.product03 .pro_slick .slick-slide a .pro_tag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}
.product03 .pro_slick .slick-slide a .pro_tag div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product03 .pro_slick .slick-slide a .pro_tag div {
    width: 45px;
    height: 45px;
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .product03 .pro_slick .slick-slide a .pro_tag div {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  .product03 .pro_slick .slick-slide a .pro_tag div {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.product03 .pro_slick .slick-slide a .pro_tag div.green {
  background: green;
}
.product03 .pro_slick .slick-slide a .pro_tag div.red {
  background: red;
}
.product03 .pro_slick .slick-slide a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.product03 .pro_slick .slick-slide a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product03 .pro_slick .slick-slide a .pro_info {
  margin-top: 30px;
}
.product03 .pro_slick .slick-slide a .pro_info p {
  transition: all 0.3s;
}
.product03 .pro_slick .slick-slide a .pro_info p:nth-child(1) {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .product03 .pro_slick .slick-slide a .pro_info p:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 720px) {
  .product03 .pro_slick .slick-slide a .pro_info p:nth-child(1) {
    font-size: 16px;
  }
}
.product03 .pro_slick .slick-slide a .pro_info p:nth-child(2) {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  max-height: 36px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product03 .pro_slick .slick-slide a .pro_info p:nth-child(2) {
    font-size: 22px;
  }
}
@media (max-width: 720px) {
  .product03 .pro_slick .slick-slide a .pro_info p:nth-child(2) {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .product03 .pro_slick .slick-slide a .pro_info p:nth-child(2) {
    font-size: 19px;
  }
}
@media (max-width: 400px) {
  .product03 .pro_slick .slick-slide a .pro_info p:nth-child(2) {
    font-size: 18px;
  }
}
.product03 .pro_slick .slick-slide a .pro_info p:nth-child(3) {
  color: #4e4e4e;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  max-height: 22.5px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product03 .pro_slick .slick-slide a .pro_info p:nth-child(3) {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .product03 .pro_slick .slick-slide a .pro_info p:nth-child(3) {
    display: -webkit-box;
    max-height: 21px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product03 .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product03 .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product03 .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product03 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product03 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product03 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product03 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product03 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product03 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product03 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product03 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product03 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product03 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product03 .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product03 .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product03 .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product03 .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1200px) {
  .product03 .pro_slick .slick-arrow {
    display: none !important;
  }
}
.product03 .pro_slick .slick-arrow.slick-prev.keep_default {
  left: 20.2vw;
  transform: translate(-50%, -50%);
}
.product03 .pro_slick .slick-arrow.slick-next.keep_default {
  right: 20.2vw;
  transform: translate(50%, -50%);
}
.product03 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .product03 .button_set .arrowtype {
    display: none;
  }
}
.product03.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product03.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product03.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product04 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: url("../img/product/product24.png") no-repeat center center/cover;
}
@media (max-width: 1440px) {
  .product04 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product04 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product04 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product04 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product04 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product04 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product04 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product04 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product04 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product04 .module_title {
    margin-bottom: 30px;
  }
}
.product04 .pro_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .product04 .pro_slick {
    margin: 0 -10px;
  }
}
.product04 .pro_slick .slick-slide {
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  .product04 .pro_slick .slick-slide {
    padding: 10px;
  }
}
.product04 .pro_slick .slick-slide a {
  display: block;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.product04 .pro_slick .slick-slide a .pro_content {
  padding: 25px;
}
@media (max-width: 1366px) {
  .product04 .pro_slick .slick-slide a .pro_content {
    padding: 20px 15px;
  }
}
.product04 .pro_slick .slick-slide a .pro_content p {
  color: #4e4e4e;
  transition: color 0.3s;
}
.product04 .pro_slick .slick-slide a .pro_content p:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  max-height: 27px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .product04 .pro_slick .slick-slide a .pro_content p:nth-child(1) {
    font-size: 17px;
    display: -webkit-box;
    max-height: 25.5px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .product04 .pro_slick .slick-slide a .pro_content p:nth-child(1) {
    font-size: 16px;
    display: -webkit-box;
    max-height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product04 .pro_slick .slick-slide a .pro_content p:nth-child(2) {
  line-height: 1.5;
  margin-top: 15px;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .product04 .pro_slick .slick-slide a .pro_content p:nth-child(2) {
    margin-top: 7px;
  }
}
@media (max-width: 480px) {
  .product04 .pro_slick .slick-slide a .pro_content p:nth-child(2) {
    display: -webkit-box;
    height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product04 .pro_slick .slick-slide a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 117.2413793103%;
  overflow: hidden;
}
.product04 .pro_slick .slick-slide a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.6s;
}
@media (min-width: 1025px) {
  .product04 .pro_slick .slick-slide a:hover .pro_content p:nth-child(1) {
    color: #000000;
  }
  .product04 .pro_slick .slick-slide a:hover .pro_img img {
    transform: scale(1.1);
  }
}
.product04 .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product04 .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product04 .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product04 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product04 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product04 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product04 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product04 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product04 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product04 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product04 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product04 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product04 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product04 .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product04 .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product04 .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product04 .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .product04 .pro_slick .slick-arrow {
    display: none !important;
  }
}
.product04 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .product04 .button_set .arrowtype {
    display: none;
  }
}
.product04.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product04.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product04.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product05 {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product05 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product05 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product05 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product05 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product05 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product05 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product05 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product05 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product05 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product05 .module_title {
    margin-bottom: 30px;
  }
}
.product05 .pro_content {
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product05 .pro_content .pro_name {
  width: 36.3%;
  margin-left: -15px;
}
@media (max-width: 1024px) {
  .product05 .pro_content .pro_name {
    display: none;
  }
}
.product05 .pro_content .pro_name .slick-slide a {
  display: flex;
  align-items: center;
  padding: 20px 3.125vw 20px 0;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product05 .pro_content .pro_name .slick-slide a {
    padding: 10px 3.125vw 10px 0;
  }
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_name .slick-slide a {
    padding: 10px 30px 10px 0;
  }
}
@media (max-width: 1200px) {
  .product05 .pro_content .pro_name .slick-slide a {
    padding: 5px 30px 5px 0;
  }
}
.product05 .pro_content .pro_name .slick-slide a > div:nth-child(1) {
  position: relative;
  width: 110px;
  height: 110px;
  min-width: 110px;
  margin-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(1) {
    width: 95px;
    height: 95px;
    min-width: 95px;
    margin-right: 15px;
  }
}
.product05 .pro_content .pro_name .slick-slide a > div:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 147, 0.75);
  border-radius: 50%;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s 0.15s;
}
.product05 .pro_content .pro_name .slick-slide a > div:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s;
}
.product05 .pro_content .pro_name .slick-slide a > div:nth-child(1) i {
  position: absolute;
  top: 50%;
  right: 0;
  color: #000;
  font-size: 50px;
  z-index: 3;
  transform: translate(0, -50%);
  transition: font-size 0.3s, right 0.3s 0.45s, transform 0.3s 0.45s;
}
@media (max-width: 1680px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(1) i {
    font-size: 45px;
  }
}
@media (max-width: 1440px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(1) i {
    font-size: 40px;
  }
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(1) i {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(1) i {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(1) i {
    font-size: 29px;
  }
}
@media (max-width: 960px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(1) i {
    font-size: 26px;
  }
}
.product05 .pro_content .pro_name .slick-slide a > div:nth-child(1) img {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  filter: brightness(1);
  transform: translate(0, -50%) scale(1);
  transition: right 0.3s 0.45s, transform 0.3s 0.45s;
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(1) img {
    transform: translate(0, -50%) scale(0.7);
  }
}
.product05 .pro_content .pro_name .slick-slide a > div:nth-child(2) {
  width: calc(100% - 140px);
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(2) {
    width: calc(100% - 110px);
  }
}
.product05 .pro_content .pro_name .slick-slide a > div:nth-child(2) p:nth-child(1) {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(2) p:nth-child(1) {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(2) p:nth-child(1) {
    font-size: 20px;
  }
}
.product05 .pro_content .pro_name .slick-slide a > div:nth-child(2) p:nth-child(2) {
  display: -webkit-box;
  max-height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_name .slick-slide a > div:nth-child(2) p:nth-child(2) {
    margin-top: 8px;
  }
}
.product05 .pro_content .pro_name .slick-slide.slick-current a > div:nth-child(1)::before {
  transform: scale(1);
  transition: all 0.3s 0.3s;
}
.product05 .pro_content .pro_name .slick-slide.slick-current a > div:nth-child(1)::after {
  transform: scale(1);
  transition: all 0.3s 0.45s;
}
.product05 .pro_content .pro_name .slick-slide.slick-current a > div:nth-child(1) i {
  right: 50%;
  transform: translate(50%, -50%);
  transition: all 0.3s;
}
.product05 .pro_content .pro_name .slick-slide.slick-current a > div:nth-child(1) img {
  right: 50%;
  filter: brightness(0);
  transform: translate(50%, -50%) scale(0.67);
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_name .slick-slide.slick-current a > div:nth-child(1) img {
    transform: translate(50%, -50%) scale(0.5);
  }
}
.product05 .pro_content .pro_shelves {
  width: 60.44%;
  padding-right: 20px;
  transition: all 0.3s;
}
@media (max-width: 1680px) {
  .product05 .pro_content .pro_shelves {
    width: 59.44%;
  }
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_shelves {
    width: 62.44%;
  }
}
@media (max-width: 1024px) {
  .product05 .pro_content .pro_shelves {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .product05 .pro_content .pro_shelves {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .product05 .pro_content .pro_shelves .slick-slide {
    padding: 0 10px;
  }
}
.product05 .pro_content .pro_shelves .slick-slide > div {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 640px) {
  .product05 .pro_content .pro_shelves .slick-slide > div {
    align-items: center;
    flex-direction: column;
  }
}
.product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(1) {
  width: 49.37%;
}
@media (max-width: 640px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(1) {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(1) {
    width: 100%;
  }
}
.product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(1) div {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(1) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) {
  width: 44%;
  padding: 0 0 0 3.125vw;
  border: 1px solid transparent;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) {
    width: 47%;
    padding: 0 0 0 30px;
  }
}
@media (max-width: 640px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) {
    width: 70%;
    padding: 30px 0 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) {
    width: 100%;
  }
}
.product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) p:nth-child(1) {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) p:nth-child(1) {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) p:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) p:nth-child(1) {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) p:nth-child(1) {
    font-size: 20px;
  }
}
.product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) p:nth-child(2) {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.65;
  margin-top: 15px;
  transition: all 0.3s;
  display: -webkit-box;
  max-height: 161.7px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) p:nth-child(2) {
    margin-top: 8px;
    display: -webkit-box;
    max-height: 115.5px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) p:nth-child(2) {
    text-align: center;
    display: -webkit-box;
    max-height: 69.3px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) .button_set {
    justify-content: center;
  }
}
@media (min-width: 641px) {
  .product05 .pro_content .pro_shelves .slick-slide > div > div:nth-child(2) .button_set .arrowtype {
    display: none !important;
  }
}
.product05 .pro_content .pro_shelves .slick-dots {
  flex-direction: column;
  top: 50%;
  bottom: unset;
  left: unset;
  right: 0;
  transform: translate(0%, -50%);
}
.product05 .pro_content .pro_shelves .slick-dots li {
  width: 20px;
  height: 26px;
}
@media (max-width: 768px) {
  .product05 .pro_content .pro_shelves .slick-dots li {
    width: 16px;
    height: 22px;
  }
}
.product05.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product05.in .pro_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.product06 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: url("../images/service-bg.jpg") center center/cover no-repeat;
}
@media (max-width: 1440px) {
  .product06 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product06 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .product06 {
    padding-top: 7vw;
    padding-bottom: 8vw;
  }
}
.product06 .module_title {
  margin-bottom: 60px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product06 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product06 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product06 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product06 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product06 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .product06 .module_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product06 .module_title {
    margin-bottom: 40px;
  }
}
.product06 .module_title p:nth-child(1) {
  font-size: calc(1.5625rem + 1.0416666667vw);
  display: flex;
  font-style: italic;
  color: #0054a7;
  justify-content: center;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 900;
}
.product06 .module_title p:nth-child(1) span {
  color: #e84309;
}
.product06 .module_title p:nth-child(1).text-left {
  justify-content: start;
}
.product06 .module_title p:nth-child(2) {
  font-size: calc(1.671875rem + 0.2734375vw);
  font-weight: 700;
  color: #000;
  letter-spacing: 4px;
}
.product06 .pro_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1200px) {
  .product06 .pro_slick {
    margin-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .product06 .pro_slick {
    margin: 0 -10px;
  }
}
.product06 .pro_slick .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .product06 .pro_slick .slick-slide {
    padding: 0 10px;
  }
}
.product06 .pro_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
  cursor: url("../images/slider-cursor.svg") 0 0, auto;
}
.product06 .pro_slick .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(90, 90, 90, 0);
  z-index: 2;
  transition: all 0.3s;
}
.product06 .pro_slick .slick-slide a .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
}
.product06 .pro_slick .slick-slide a::after {
  content: "";
  background-image: url("/template/img/logo/logo-hover.svg");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.8s;
}
.product06 .pro_slick .slick-slide a.openPopup_text:hover::before {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}
.product06 .pro_slick .slick-slide a.openPopup_text:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.999);
}
.product06 .pro_slick .slick-slide a:hover .pic {
  filter: brightness(50%);
}
@media (max-width: 768px) {
  .product06 .pro_slick .slick-slide a:hover .pic {
    filter: none;
  }
}
.product06 .pro_slick .slick-slide a:hover .more {
  opacity: 1;
}
.product06 .pro_slick .slick-slide a .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .product06 .pro_slick .slick-slide a .more {
    display: none;
  }
}
.product06 .pro_slick .slick-slide p {
  color: #393939;
  font-size: 20px;
  text-align: center;
  margin-top: 25px;
  transition: all 0.3s;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .product06 .pro_slick .slick-slide p {
    font-size: 17px;
  }
}
@media (max-width: 840px) {
  .product06 .pro_slick .slick-slide p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .product06 .pro_slick .slick-slide p {
    font-size: 15px;
  }
}
.product06 .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product06 .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product06 .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product06 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product06 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product06 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product06 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product06 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product06 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product06 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product06 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product06 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product06 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product06 .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product06 .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product06 .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product06 .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 768px) {
  .product06 .pro_slick .slick-arrow {
    display: none !important;
  }
}
.product06 .pro_slick .slick-arrow svg {
  transition: all 0.3s;
}
.product06 .pro_slick .slick-arrow:hover svg {
  fill: #b1b1b1;
}
.product06 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 769px) {
  .product06 .button_set .arrowtype {
    display: none !important;
  }
}
.product06.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product06.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product06.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product07 {
  display: flex;
}
@media (max-width: 580px) {
  .product07 {
    flex-wrap: wrap;
  }
}
.product07 > div {
  position: relative;
  width: 50%;
  height: 40.8854166667vw;
  background-size: auto 102%;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 580px) {
  .product07 > div {
    width: 100%;
    height: 350px;
    background-size: cover;
  }
}
@media (max-width: 440px) {
  .product07 > div {
    height: 280px;
  }
}
.product07 > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
}
.product07 > div .box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product07 > div .box .module_title {
  margin-bottom: 40px;
  text-align: center;
}
.product07 > div .box .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product07 > div .box .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product07 > div .box .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product07 > div .box .module_title.white p:nth-child(1) {
  color: #fff;
}
.product07 > div .box .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product07 > div .box .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product07 > div .box .module_title {
    margin-bottom: 30px;
  }
}
.product07 > div:nth-child(1) {
  background-position: left center;
}
.product07 > div:nth-child(1)::before {
  background: linear-gradient(to right, #39badf 0%, #1f80ae 100%);
}
.product07 > div:nth-child(1) .box {
  transform: translate(-40px, -50%);
}
@media (max-width: 580px) {
  .product07 > div:nth-child(1) .box {
    transform: translate(0, calc(-50% + 40px));
  }
}
.product07 > div:nth-child(2) {
  background-position: right center;
}
.product07 > div:nth-child(2)::before {
  background: linear-gradient(to right, #4dd9cd 0%, #098c9d 100%);
}
.product07 > div:nth-child(2) .box {
  transform: translate(40px, -50%);
}
@media (max-width: 580px) {
  .product07 > div:nth-child(2) .box {
    transform: translate(0, calc(-50% + 40px));
  }
}
@media (min-width: 581px) {
  .product07 > div:hover {
    flex-shrink: 0;
    width: 63%;
  }
}
.product07 > div:hover::before {
  opacity: 0;
}
.product07.in > div .box {
  opacity: 1;
  transform: translate(0, -50%);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}

.product08 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product08 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product08 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product08 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product08 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product08 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product08 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product08 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product08 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product08 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product08 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product08 .module_title {
    margin-bottom: 30px;
  }
}
.product08 .module_slick {
  margin: -23px -20px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .product08 .module_slick {
    margin: -23px -10px 0;
  }
}
.product08 .module_slick .slick-slide {
  padding: 23px 23px 0;
  transition: transform 0.5s;
}
@media (max-width: 1200px) {
  .product08 .module_slick .slick-slide {
    padding: 23px 10px 0;
  }
}
@media (min-width: 1025px) {
  .product08 .module_slick .slick-slide:hover {
    transform: translateY(-7px);
  }
}
.product08 .module_slick .slick-slide a {
  display: block;
}
.product08 .module_slick .slick-slide a .icon_frame {
  max-width: 140px;
  margin: 0 auto;
}
.product08 .module_slick .slick-slide a .icon_frame .slick_icon {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  isolation: isolate;
  overflow: hidden;
}
.product08 .module_slick .slick-slide a .icon_frame .slick_icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #000000 0%, #393993 100%);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s;
}
.product08 .module_slick .slick-slide a .icon_frame .slick_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.5s;
}
.product08 .module_slick .slick-slide a .icon_frame .slick_icon img:nth-child(1) {
  max-width: 46.875%;
  max-height: 46.875%;
  filter: brightness(1) invert(0);
  transform: translate(-50%, -50%) scale(0.999);
}
.product08 .module_slick .slick-slide a .icon_frame .slick_icon img:nth-child(2) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.product08 .module_slick .slick-slide a .slick_txt {
  padding: 0 5px;
}
.product08 .module_slick .slick-slide a .slick_txt p {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1440px) {
  .product08 .module_slick .slick-slide a .slick_txt p {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 960px) {
  .product08 .module_slick .slick-slide a .slick_txt p {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .product08 .module_slick .slick-slide a .slick_txt p {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .product08 .module_slick .slick-slide a:hover .slick_icon::before {
    opacity: 1;
    transform: scale(1);
  }
  .product08 .module_slick .slick-slide a:hover .slick_icon img:nth-child(1) {
    filter: brightness(0) invert(1);
    transform: translate(-50%, -50%) scale(1.25);
  }
  .product08 .module_slick .slick-slide a:hover .slick_icon img:nth-child(2) {
    opacity: 1;
  }
}
.product08 .module_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product08 .module_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product08 .module_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product08 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product08 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product08 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product08 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product08 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product08 .module_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product08 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product08 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product08 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product08 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product08 .module_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product08 .module_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product08 .module_slick .slick-arrow.white svg {
  fill: #fff;
}
.product08 .module_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.product08.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product08.in .module_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

@media (max-width: 540px) {
  .product09 {
    background: #f1f1f1;
  }
}
.product09 .pro_slick .slick-track {
  display: flex;
}
@media (min-width: 1025px) {
  .product09 .pro_slick .slick-track:hover li.slick-active {
    flex: 0.8;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .product09 .pro_slick .slick-track li.slick-active {
    flex: 0.75;
  }
}
.product09 .pro_slick li {
  flex: 1;
  position: relative;
  transition: all 0.5s;
}
.product09 .pro_slick li a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: calc(19.9375rem + 16.6145833333vw);
  background: #000;
  overflow: hidden;
}
.product09 .pro_slick li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: all 0.5s;
}
.product09 .pro_slick li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(5px);
  opacity: 1;
  transition: all 0.5s;
}
.product09 .pro_slick li p {
  position: absolute;
  bottom: 2.0833333333vw;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0 1.8229166667vw;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product09 .pro_slick li p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .product09 .pro_slick li p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .product09 .pro_slick li p {
    font-size: 17px;
  }
}
@media (max-width: 540px) {
  .product09 .pro_slick li p {
    position: unset;
    color: #4e4e4e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-shadow: unset;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .product09 .pro_slick li p {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .product09 .pro_slick li p {
    font-size: 20px;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .product09 .pro_slick li.slick-current {
    flex: 1.5 !important;
  }
}
@media (max-width: 1024px) {
  .product09 .pro_slick li.slick-current a img {
    opacity: 1;
  }
  .product09 .pro_slick li.slick-current a::after {
    opacity: 0;
  }
}
@media (min-width: 1025px) {
  .product09 .pro_slick li:hover {
    flex: 1.6 !important;
  }
  .product09 .pro_slick li:hover a img {
    opacity: 1;
  }
  .product09 .pro_slick li:hover a::after {
    opacity: 0;
  }
}
.product09 .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product09 .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product09 .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product09 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product09 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product09 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product09 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product09 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product09 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product09 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product09 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product09 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product09 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product09 .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product09 .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product09 .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product09 .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}

.product10 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #f8f8f8;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product10 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product10 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product10 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product10 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product10 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product10 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product10 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product10 .module_title {
    margin-bottom: 30px;
  }
}
.product10 .pro_content {
  max-width: 91.2243825539%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product10 .pro_content {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .product10 .pro_content {
    padding: 0 25px;
  }
}
.product10 .pro_content .pro_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick {
    margin: 0 -10px;
  }
}
.product10 .pro_content .pro_slick .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick .slick-slide {
    padding: 0 10px;
  }
}
.product10 .pro_content .pro_slick .slick-slide a {
  display: block;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_info {
  margin-top: 15px;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_info p {
  transition: all 0.3s;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_info p:nth-child(1) {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  max-height: 27px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 960px) {
  .product10 .pro_content .pro_slick .slick-slide a .pro_info p:nth-child(1) {
    font-size: 17px;
    display: -webkit-box;
    max-height: 25.5px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .product10 .pro_content .pro_slick .slick-slide a .pro_info p:nth-child(1) {
    font-size: 16px;
    display: -webkit-box;
    max-height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product10 .pro_content .pro_slick .slick-slide a .pro_info p:nth-child(2) {
  color: #4e4e4e;
  line-height: 1.5;
  margin-top: 5px;
  display: -webkit-box;
  max-height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product10 .pro_content .pro_slick .slick-slide a .pro_info p:nth-child(2) {
    display: -webkit-box;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .product10 .pro_content .pro_slick .slick-slide a:hover .pro_img::before {
    opacity: 1;
  }
  .product10 .pro_content .pro_slick .slick-slide a:hover .pro_info p:nth-child(1) {
    color: #000000;
  }
}
.product10 .pro_content .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product10 .pro_content .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product10 .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product10 .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product10 .pro_content .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product10 .pro_content .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product10 .pro_content .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product10 .pro_content .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick .slick-arrow {
    display: none !important;
  }
}
.product10 .pro_content .pro_slick .slick-arrow.slick-prev.keep_default {
  left: 15.4vw;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-prev.keep_default {
    left: 18.7vw;
  }
}
.product10 .pro_content .pro_slick .slick-arrow.slick-next.keep_default {
  right: 15.4vw;
  transform: translate(50%, -50%);
}
@media (max-width: 1440px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-next.keep_default {
    right: 18.7vw;
  }
}
.product10 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .product10 .button_set .arrowtype {
    display: none;
  }
}
.product10.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product10.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product10.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product10_shop_mode {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #f8f8f8;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product10_shop_mode {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product10_shop_mode {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product10_shop_mode {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product10_shop_mode .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product10_shop_mode .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product10_shop_mode .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product10_shop_mode .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product10_shop_mode .module_title.white p:nth-child(1) {
  color: #fff;
}
.product10_shop_mode .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product10_shop_mode .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product10_shop_mode .module_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .product10_shop_mode .pro_content {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .product10_shop_mode .pro_content {
    padding: 0 25px;
  }
}
.product10_shop_mode .pro_content .pro_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick {
    margin: 0 -10px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide {
    padding: 0 10px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_img img:nth-child(2) {
  opacity: 0;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_img::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info {
    padding: 0 10px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > p {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s;
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 960px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > p {
    font-size: 17px;
    display: -webkit-box;
    max-height: 51px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > p {
    font-size: 16px;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div {
  display: flex;
  gap: 0 15px;
  margin-top: 10px;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div > p {
  width: 100%;
  color: #4e4e4e;
  line-height: 1.5;
  display: -webkit-box;
  max-height: 22.5px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div > p {
    display: -webkit-box;
    max-height: 21px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div > p.on_sale {
  color: #e64d4d;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div > p.on_sale span {
  color: #939598;
  text-decoration: line-through;
  margin-left: 20px;
}
@media (max-width: 1366px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div > p.on_sale span {
    margin-left: 15px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  width: max-content;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a i {
  display: block;
  color: #4e4e4e;
  font-size: 21px;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a i {
    font-size: 18px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a svg {
  display: block;
  width: auto;
  height: 21px;
  fill: #4e4e4e;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a svg {
    height: 18px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a:hover i {
  color: #000000;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a:hover svg {
  fill: #000000;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action .add_favorite:not(.active) {
  display: none;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action .add_favorite:nth-child(2) i {
  color: #000000;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item.soldout .pro_img::before {
  display: none;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item.soldout .pro_img::after {
  content: "Sold out";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 640px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item.soldout .pro_img::after {
    font-size: 18px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item:hover .pro_img img:nth-child(1) {
  opacity: 0;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item:hover .pro_img img:nth-child(2) {
  opacity: 1;
}
@media (min-width: 1025px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item:hover .pro_img::before {
    opacity: 1;
  }
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item:hover .pro_info > p {
    color: #000000;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (min-width: 1441px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow {
    display: none !important;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow svg {
  height: 50%;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow:hover {
  background: #000000;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow:hover svg {
  fill: #fff;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev.keep_default {
  left: 20.2vw;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev.keep_default {
    left: 20.5vw;
  }
}
@media (max-width: 1366px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev.keep_default {
    left: 25.7vw;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next.keep_default {
  right: 20.2vw;
  transform: translate(50%, -50%);
}
@media (max-width: 1440px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next.keep_default {
    right: 20.5vw;
  }
}
@media (max-width: 1366px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next.keep_default {
    right: 25.7vw;
  }
}
.product10_shop_mode .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .product10_shop_mode .button_set .arrowtype {
    display: none;
  }
}
.product10_shop_mode.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product10_shop_mode.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product10_shop_mode.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product11 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product11 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product11 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product11 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product11 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product11 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product11 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product11 .module_title {
    margin-bottom: 30px;
  }
}
.product11 .pro_double_slick {
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product11 .pro_double_slick .pro_slick_one {
  background: #000;
}
@media (max-width: 768px) {
  .product11 .pro_double_slick .pro_slick_one {
    background: unset;
  }
}
.product11 .pro_double_slick .pro_slick_one a {
  display: block;
}
.product11 .pro_double_slick .pro_slick_one a .pro_bg {
  position: relative;
  height: 0;
  padding-bottom: 39.0625%;
  overflow: hidden;
}
@media (max-width: 1041px) {
  .product11 .pro_double_slick .pro_slick_one a .pro_bg {
    padding-bottom: 400px;
  }
}
.product11 .pro_double_slick .pro_slick_one a .pro_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product11 .pro_double_slick .pro_slick_one a .pro_txt {
  display: none;
  text-align: center;
  padding: 15px 25px;
}
@media (max-width: 768px) {
  .product11 .pro_double_slick .pro_slick_one a .pro_txt {
    display: block;
  }
}
.product11 .pro_double_slick .pro_slick_one a .pro_txt p:nth-child(1) {
  color: #8c8c95;
  font-size: 15px;
  margin-bottom: 6px;
}
.product11 .pro_double_slick .pro_slick_one a .pro_txt p:nth-child(2) {
  color: #231f20;
  font-size: 20px;
}
.product11 .pro_double_slick .pro_slick_two_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .product11 .pro_double_slick .pro_slick_two_box {
    display: none;
  }
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide {
  cursor: pointer;
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide + .slick-slide {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a {
  display: block;
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window {
  position: relative;
  height: 0;
  padding-bottom: 195.621%;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1041px) {
  .product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window {
    padding-bottom: 400px;
  }
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt div {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt div p:nth-child(1) {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt div p:nth-child(1) {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1366px) {
  .product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt div p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt div p:nth-child(1) span {
  display: inline-block;
  width: 17px;
  height: 1px;
  background: #fff;
  margin-right: 6px;
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt div p:nth-child(2) {
  color: #fff;
  font-size: 21px;
  margin-bottom: 3px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt div p:nth-child(2) {
    font-size: 19px;
  }
}
@media (max-width: 1366px) {
  .product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt div p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt div p:nth-child(2) {
    font-size: 16px;
  }
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt::after {
  content: "";
  display: block;
  width: 1px;
  height: 82px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt::after {
    height: 70px;
  }
}
@media (max-width: 1366px) {
  .product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt::after {
    height: 55px;
  }
}
@media (max-width: 1200px) {
  .product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window .pro_txt::after {
    height: 40px;
  }
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide a .pro_window::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  transition: all 1s;
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide:hover a .pro_window::after, .product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide.slick-current a .pro_window::after {
  opacity: 1;
}
.product11 .pro_double_slick .pro_slick_two_box .pro_slick_two .slick-slide.slick-current a .pro_window .pro_txt::after {
  opacity: 1;
}
.product11 .pro_double_slick .pro_slick_btn {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product11 .pro_double_slick .pro_slick_btn {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .product11 .pro_double_slick .pro_slick_btn {
    top: 183px;
    transform: translateY(0%);
  }
}
.product11 .pro_double_slick .pro_slick_btn::before, .product11 .pro_double_slick .pro_slick_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product11 .pro_double_slick .pro_slick_btn::before, .product11 .pro_double_slick .pro_slick_btn::after {
    width: 12px;
  }
}
.product11 .pro_double_slick .pro_slick_btn.prev {
  left: 30px;
}
@media (max-width: 1200px) {
  .product11 .pro_double_slick .pro_slick_btn.prev {
    left: 25px;
  }
}
.product11 .pro_double_slick .pro_slick_btn.prev::before {
  bottom: 50%;
  left: 37%;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.product11 .pro_double_slick .pro_slick_btn.prev::after {
  top: 50%;
  left: 37%;
  transform: rotate(45deg);
  transform-origin: left top;
}
.product11 .pro_double_slick .pro_slick_btn.next {
  right: 30px;
}
@media (max-width: 1200px) {
  .product11 .pro_double_slick .pro_slick_btn.next {
    right: 25px;
  }
}
.product11 .pro_double_slick .pro_slick_btn.next::before {
  bottom: 50%;
  right: 37%;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.product11 .pro_double_slick .pro_slick_btn.next::after {
  top: 50%;
  right: 37%;
  transform: rotate(-45deg);
  transform-origin: right top;
}
@media (min-width: 769px) {
  .product11 .pro_double_slick .pro_slick_btn:hover {
    background: #fff;
  }
  .product11 .pro_double_slick .pro_slick_btn:hover::before, .product11 .pro_double_slick .pro_slick_btn:hover::after {
    background: #000;
  }
}
.product11.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product11.in .pro_double_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

@media (max-width: 960px) {
  .product12 {
    padding: 40px 0;
  }
}
.product12 .high_area {
  position: relative;
}
.product12 .high_area .pro_nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.3s;
}
@media (min-width: 961px) {
  .product12 .high_area .pro_nav {
    pointer-events: none;
  }
}
@media (max-width: 1200px) {
  .product12 .high_area .pro_nav {
    top: 160px;
  }
}
@media (max-width: 1024px) {
  .product12 .high_area .pro_nav {
    top: 150px;
  }
}
@media (max-width: 960px) {
  .product12 .high_area .pro_nav {
    align-items: center;
    flex-direction: column;
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 40px;
  }
}
.product12 .high_area .pro_nav .module_title {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product12 .high_area .pro_nav .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product12 .high_area .pro_nav .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product12 .high_area .pro_nav .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product12 .high_area .pro_nav .module_title.white p:nth-child(1) {
  color: #fff;
}
.product12 .high_area .pro_nav .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .product12 .high_area .pro_nav .module_title {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 960px) and (max-width: 1200px) {
  .product12 .high_area .pro_nav .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  .product12 .high_area .pro_nav .module_title {
    margin-bottom: 30px;
  }
}
.product12 .high_area .pro_nav .module_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .product12 .high_area .pro_nav .module_tabs {
    display: none;
  }
}
.product12 .high_area .pro_nav .module_selector {
  position: relative;
}
@media (min-width: 1025px) {
  .product12 .high_area .pro_nav .module_selector {
    display: none;
  }
}
.product12 .high_area .pro_nav .module_selector .module_select_list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translateX(-50%);
}
.product12 .high_area .pro_nav .module_select {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .product12 .high_area .pro_nav .module_select {
    display: none;
  }
}
.product12 .high_area .pro_nav .module_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.product12 .high_area .pro_nav .module_select_list {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .product12 .high_area .pro_nav .module_select_list {
    display: none !important;
  }
}
.product12 .high_area .pro_nav .module_select_list li {
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.product12 .high_area .pro_nav .module_select_list li + li {
  border-top: 1px solid #ededed;
}
.product12 .high_area .pro_nav.in .module_tabs,
.product12 .high_area .pro_nav.in .module_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.product12 .high_area .pro_nav .module_tabs {
  pointer-events: auto;
}
@media (max-width: 1500px) {
  .product12 .high_area .pro_nav .module_tabs .category {
    width: max-content;
  }
}
.product12 .high_area .pro_nav .module_selector {
  pointer-events: auto;
}
@media (max-width: 960px) {
  .product12 .high_area .pro_nav .module_selector {
    width: 100%;
  }
}
@media (min-width: 961px) {
  .product12 .high_area .pro_nav .module_selector .module_select {
    width: 230px;
  }
}
.product12 .high_area .module_content {
  position: relative;
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .product12 .high_area .module_content {
    padding-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .product12 .high_area .module_content {
    margin: 0 -10px;
  }
}
@media (max-width: 440px) {
  .product12 .high_area .module_content {
    margin: 0;
  }
}
.product12 .high_area .module_content .pro_slick {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.product12 .high_area .module_content .pro_slick.active {
  opacity: 1;
  pointer-events: auto;
}
.product12 .high_area .module_content .pro_slick:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product12 .high_area .module_content .pro_slick .slick-slide {
  padding: 0 20px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .product12 .high_area .module_content .pro_slick .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 440px) {
  .product12 .high_area .module_content .pro_slick .slick-slide {
    padding: 0;
  }
}
.product12 .high_area .module_content .pro_slick .slick-slide > div {
  display: flex;
  align-items: center;
  padding: 360px 0 300px;
  background: transparent;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div {
    padding: 340px 0 300px;
  }
}
@media (max-width: 1440px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div {
    padding: 320px 0 300px;
  }
}
@media (max-width: 1200px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div {
    padding: 300px 0;
  }
}
@media (max-width: 1024px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div {
    padding: 280px 0;
  }
}
@media (max-width: 960px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div {
    padding: 0;
  }
}
.product12 .high_area .module_content .pro_slick .slick-slide > div > a {
  display: block;
  width: 100%;
}
.product12 .high_area .module_content .pro_slick .slick-slide > div > a > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 35px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a > div {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a > div {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a > div {
    margin-bottom: 15px;
  }
}
.product12 .high_area .module_content .pro_slick .slick-slide > div > a > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product12 .high_area .module_content .pro_slick .slick-slide > div > a .t1 {
  color: #000;
  font-size: 15px;
  text-align: center;
  margin-bottom: 7px;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a .t1 {
    margin-bottom: 5px;
  }
}
@media (max-width: 1440px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a .t1 {
    margin-bottom: 2px;
  }
}
@media (max-width: 768px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a .t1 {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a .t1 {
    font-size: 12px;
  }
}
.product12 .high_area .module_content .pro_slick .slick-slide > div > a .t2 {
  color: #000;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a .t2 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a .t2 {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a .t2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a .t2 {
    font-size: 21px;
  }
}
@media (max-width: 960px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a .t2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a .t2 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div > a .t2 {
    font-size: 16px;
  }
}
.product12 .high_area .module_content .pro_slick .slick-slide > div:hover {
  background: #e5e5e5;
}
@media (max-width: 960px) {
  .product12 .high_area .module_content .pro_slick .slick-slide > div:hover {
    background: transparent;
  }
}
.product12 .high_area .module_content .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product12 .high_area .module_content .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product12 .high_area .module_content .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product12 .high_area .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product12 .high_area .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product12 .high_area .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product12 .high_area .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product12 .high_area .module_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product12 .high_area .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product12 .high_area .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product12 .high_area .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product12 .high_area .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product12 .high_area .module_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product12 .high_area .module_content .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product12 .high_area .module_content .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product12 .high_area .module_content .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product12 .high_area .module_content .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 768px) {
  .product12 .high_area .module_content .pro_slick .slick-arrow {
    display: none;
  }
}
.product12 .high_area .module_content .button_set {
  position: absolute;
  bottom: 210px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .product12 .high_area .module_content .button_set {
    bottom: 190px;
  }
}
@media (max-width: 960px) {
  .product12 .high_area .module_content .button_set {
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .product12 .high_area .module_content .button_set .arrowtype {
    display: none;
  }
}
.product12.in .high_area .pro_nav .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product12.in .high_area .pro_nav .module_tabs,
.product12.in .high_area .pro_nav .module_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product12.in .high_area .module_content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product13 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product13 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product13 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product13 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product13 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product13 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product13 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product13 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product13 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product13 .module_title {
    margin-bottom: 30px;
  }
}
.product13 .pro_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product13 .pro_slick .slick-track {
  padding: 45px 0;
}
@media (max-width: 1024px) {
  .product13 .pro_slick .slick-track {
    padding: 35px 0;
  }
}
@media (max-width: 440px) {
  .product13 .pro_slick .slick-track {
    padding: 40px 0;
  }
}
.product13 .pro_slick .slick-slide {
  padding: 0 2.4479166667vw;
  transform: scale(1.001);
  transition: transform 0.3s;
}
@media (max-width: 1200px) {
  .product13 .pro_slick .slick-slide {
    padding: 0;
  }
}
.product13 .pro_slick .slick-slide a {
  display: block;
}
.product13 .pro_slick .slick-slide a > div {
  position: relative;
  height: 0;
  padding-bottom: 80.2721088435%;
}
.product13 .pro_slick .slick-slide a > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 40.45%;
  height: 100%;
  background: rgba(195, 195, 195, 0.2);
  z-index: 1;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.product13 .pro_slick .slick-slide a > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}
.product13 .pro_slick .slick-slide a > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: calc(40.45% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #da7a7a;
  z-index: 2;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.product13 .pro_slick .slick-slide a::after {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 48px;
  margin: -21px auto 5px;
  background: #da7a7a;
  z-index: 1;
  transition: all 0.3s;
}
.product13 .pro_slick .slick-slide .pro_name {
  color: #000;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  padding: 0 30px;
  display: -webkit-box;
  max-height: 66px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .product13 .pro_slick .slick-slide .pro_name {
    font-size: 20px;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product13 .pro_slick .slick-slide .pro_desc {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 0 30px;
  margin-top: 5px;
  display: -webkit-box;
  max-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .product13 .pro_slick .slick-slide .pro_desc {
    font-size: 14px;
    display: -webkit-box;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product13 .pro_slick .slick-slide:hover {
  transform: scale(1.2);
}
.product13 .pro_slick .slick-slide:hover a > div::before {
  background: #000000;
}
.product13 .pro_slick .slick-slide:hover a > div::after {
  border: 1px solid #000;
}
.product13 .pro_slick .slick-slide:hover a::after {
  background: #000;
}
.product13 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product13.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product13.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product13.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product14 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #eee;
}
@media (max-width: 1440px) {
  .product14 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product14 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product14 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product14 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product14 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product14 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product14 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product14 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product14 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product14 .module_title {
    margin-bottom: 30px;
  }
}
.product14 .pro_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product14 .pro_slick .slick-track {
  padding-top: 22px;
}
.product14 .pro_slick .slick-slide {
  padding: 0 16px;
}
.product14 .pro_slick .slick-slide a {
  display: block;
  padding: 22px 0 0 15px;
  transform: scale(1.001);
  transform-origin: center bottom;
  transition: all 0.3s;
}
.product14 .pro_slick .slick-slide a .pro_content {
  position: relative;
}
.product14 .pro_slick .slick-slide a .pro_content .pro_img {
  position: absolute;
  top: -22px;
  left: -15px;
  width: calc(100% - 15px);
  height: calc(100% - 40px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product14 .pro_slick .slick-slide a .pro_content .pro_img {
    height: calc(100% - 23px);
  }
}
@media (max-width: 1024px) {
  .product14 .pro_slick .slick-slide a .pro_content .pro_img {
    width: 100%;
  }
}
.product14 .pro_slick .slick-slide a .pro_content .pro_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product14 .pro_slick .slick-slide a .pro_content .pro_name {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product14 .pro_slick .slick-slide a .pro_content .pro_name {
    height: 45px;
  }
}
.product14 .pro_slick .slick-slide a .pro_content .pro_name p {
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 0 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product14 .pro_slick .slick-slide a .pro_content .pro_name p {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .product14 .pro_slick .slick-slide a .pro_content .pro_name p {
    font-size: 14px;
  }
}
.product14 .pro_slick .slick-slide a:hover {
  transform: scale(1.06);
}
.product14 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product14.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product14.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product14.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product15 {
  position: relative;
}
@media (max-width: 840px) {
  .product15 {
    display: none;
  }
}
.product15 .pro_slick_bg .slick-slide img {
  min-height: 550px;
  object-fit: cover;
}
.product15 .pro_slick_cover {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product15 .pro_slick_cover .left {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .product15 .pro_slick_cover .left {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  .product15 .pro_slick_cover .left {
    width: 33.3333333333%;
  }
}
.product15 .pro_slick_cover .left .module_title {
  margin-bottom: 40px;
}
.product15 .pro_slick_cover .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product15 .pro_slick_cover .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product15 .pro_slick_cover .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product15 .pro_slick_cover .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.product15 .pro_slick_cover .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product15 .pro_slick_cover .left .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product15 .pro_slick_cover .left .module_title {
    margin-bottom: 30px;
  }
}
.product15 .pro_slick_cover .left .module_desc {
  color: #fff;
}
.product15 .pro_slick_cover .left .tool_btn {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.product15 .pro_slick_cover .left .tool_btn .tool_page {
  color: #fff;
  font-size: 15px;
  font-family: "AR RGothic1 Heavy";
}
.product15 .pro_slick_cover .left .tool_btn .prev {
  margin: 0 20px;
}
.product15 .pro_slick_cover .right {
  width: 80%;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .product15 .pro_slick_cover .right {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .product15 .pro_slick_cover .right {
    width: 66.6666666667%;
  }
}
.product15 .pro_slick_cover .right .pro_slick_item {
  height: 100%;
}
.product15 .pro_slick_cover .right .pro_slick_item .slick-list {
  height: 100%;
}
.product15 .pro_slick_cover .right .pro_slick_item .slick-list .slick-track {
  height: 100%;
}
.product15 .pro_slick_cover .right .pro_slick_item .slick-slide {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 3.125vw;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1700px) {
  .product15 .pro_slick_cover .right .pro_slick_item .slick-slide {
    padding: 30px;
  }
}
.product15 .pro_slick_cover .right .pro_slick_item .slick-slide .item_num {
  color: #fff;
  font-size: 50px;
  font-family: "AR RGothic1 Heavy";
  line-height: 1;
  margin-bottom: 23px;
  transform: scale(1);
  transform-origin: left bottom;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .product15 .pro_slick_cover .right .pro_slick_item .slick-slide .item_num {
    font-size: 40px;
  }
}
.product15 .pro_slick_cover .right .pro_slick_item .slick-slide .item_title {
  color: #fff;
  transition: all 0.3s;
}
.product15 .pro_slick_cover .right .pro_slick_item .slick-slide .item_title.tw {
  font-size: 22px;
}
@media (max-width: 1500px) {
  .product15 .pro_slick_cover .right .pro_slick_item .slick-slide .item_title.tw {
    font-size: 20px;
  }
}
.product15 .pro_slick_cover .right .pro_slick_item .slick-slide .item_title.en {
  font-size: 18px;
  letter-spacing: 1px;
}
@media (max-width: 1500px) {
  .product15 .pro_slick_cover .right .pro_slick_item .slick-slide .item_title.en {
    font-size: 16px;
  }
}
.product15 .pro_slick_cover .right .pro_slick_item .slick-slide .item_desc {
  color: #fff;
  font-size: 15px;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.product15 .pro_slick_cover .right .pro_slick_item .slick-slide.slick-current {
  background: rgba(0, 0, 0, 0.5);
}
.product15 .pro_slick_cover .right .pro_slick_item .slick-slide.slick-current .item_num {
  transform: scale(1.6);
}
@media (max-width: 1200px) {
  .product15 .pro_slick_cover .right .pro_slick_item .slick-slide.slick-current .item_num {
    transform: scale(1.3);
  }
}
.product15 .pro_slick_cover .right .pro_slick_item .slick-slide.slick-current .item_desc {
  opacity: 1;
}

.product15_mb {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product15_mb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product15_mb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product15_mb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 841px) {
  .product15_mb {
    display: none;
  }
}
.product15_mb .module_title {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product15_mb .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product15_mb .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product15_mb .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product15_mb .module_title.white p:nth-child(1) {
  color: #fff;
}
.product15_mb .module_title.white p:nth-child(2) {
  color: #fff;
}
.product15_mb .module_desc {
  text-align: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .product15_mb .module_desc {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .product15_mb .module_desc {
    margin-bottom: 40px;
  }
}
@media (max-width: 440px) {
  .product15_mb .module_desc {
    text-align: justify;
  }
}
.product15_mb .pro_slick_mb {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product15_mb .pro_slick_mb .slick-slide img {
  height: 400px;
  object-fit: cover;
}
.product15_mb .pro_slick_mb .slick-slide div {
  padding: 30px 25px 0;
}
.product15_mb .pro_slick_mb .slick-slide div .item_title {
  color: #6d6e71;
  text-align: center;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.product15_mb .pro_slick_mb .slick-slide div .item_title.tw {
  font-size: 22px;
}
.product15_mb .pro_slick_mb .slick-slide div .item_title.en {
  font-size: 14px;
  letter-spacing: 1px;
}
.product15_mb .pro_slick_mb .slick-slide div .item_desc {
  color: #6d6e71;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.product15_mb .pro_slick_mb .slick-arrow {
  top: 200px;
}
.product15_mb .pro_slick_mb .slick-arrow.slick-prev {
  left: 25px;
}
.product15_mb .pro_slick_mb .slick-arrow.slick-next {
  right: 25px;
}
.product15_mb.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product15_mb.in .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product15_mb.in .pro_slick_mb {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

@media (min-width: 841px) {
  .product16 {
    display: flex;
  }
}
.product16 .left {
  position: relative;
  width: 61.111%;
}
@media (max-width: 840px) {
  .product16 .left {
    width: 100%;
  }
}
.product16 .left .pro_slick_img {
  height: 100%;
  background: #000000;
}
.product16 .left .pro_slick_img .slick-list,
.product16 .left .pro_slick_img .slick-track {
  height: 100%;
}
.product16 .left .pro_slick_img .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product16 .left .pro_slick_img .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product16 .left .pro_slick_img .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product16 .left .pro_slick_img .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product16 .left .pro_slick_img .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product16 .left .pro_slick_img .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product16 .left .pro_slick_img .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product16 .left .pro_slick_img .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product16 .left .pro_slick_img .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product16 .left .pro_slick_img .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product16 .left .pro_slick_img .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product16 .left .pro_slick_img .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product16 .left .pro_slick_img .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product16 .left .pro_slick_img .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product16 .left .pro_slick_img .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product16 .left .pro_slick_img .slick-arrow:hover svg {
  fill: #000000;
}
.product16 .left .pro_slick_img .slick-arrow.white svg {
  fill: #fff;
}
.product16 .left .pro_slick_img .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (min-width: 841px) {
  .product16 .left .pro_slick_img .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .product16 .left .pro_slick_img .slick-arrow {
    display: none !important;
  }
}
.product16 .left .pro_slick_img .slick-dots {
  bottom: 15px;
}
.product16 .left .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 7.8125vw 3.125vw 5.2083333333vw;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product16 .left .cover {
    padding: 0 40px 40px;
  }
}
@media (max-width: 840px) {
  .product16 .left .cover {
    position: unset;
    padding: 40px;
    background: #000000 url("../img/product/product46.png") no-repeat right bottom/cover;
  }
}
@media (max-width: 768px) {
  .product16 .left .cover {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .product16 .left .cover {
    padding: 40px 25px;
  }
}
.product16 .left .cover .module_title {
  margin-bottom: 20px;
}
.product16 .left .cover .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product16 .left .cover .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product16 .left .cover .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product16 .left .cover .module_title.white p:nth-child(1) {
  color: #fff;
}
.product16 .left .cover .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (min-width: 841px) {
  .product16 .left .cover .module_title {
    display: none;
  }
}
@media (max-width: 840px) {
  .product16 .left .cover .module_title {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
}
.product16 .left .cover .pro_slick_txt {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product16 .left .cover .pro_slick_txt .slick-slide {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .product16 .left .cover .pro_slick_txt .slick-slide {
    flex-wrap: wrap;
  }
}
@media (min-width: 841px) {
  .product16 .left .cover .pro_slick_txt .slick-slide div:nth-child(1) {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.3s, transform 0.3s;
  }
}
@media (min-width: 1025px) {
  .product16 .left .cover .pro_slick_txt .slick-slide div:nth-child(1) {
    margin-right: 5vw;
  }
}
.product16 .left .cover .pro_slick_txt .slick-slide div:nth-child(1) .pro_subject {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.product16 .left .cover .pro_slick_txt .slick-slide div:nth-child(2) {
  flex-shrink: 0;
}
@media (min-width: 841px) {
  .product16 .left .cover .pro_slick_txt .slick-slide div:nth-child(2) {
    padding: 1px;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.3s, transform 0.3s;
  }
}
@media (max-width: 1024px) {
  .product16 .left .cover .pro_slick_txt .slick-slide div:nth-child(2) {
    margin-top: 55px !important;
  }
}
@media (max-width: 1024px) and (max-width: 1200px) {
  .product16 .left .cover .pro_slick_txt .slick-slide div:nth-child(2) {
    margin-top: 35px !important;
  }
}
@media (min-width: 841px) {
  .product16 .left .cover .pro_slick_txt .slick-slide.slick-current div:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  }
}
@media (min-width: 841px) {
  .product16 .left .cover .pro_slick_txt .slick-slide.slick-current div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  }
}
.product16 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 38.889%;
  padding: 4.1666666667vw 5vw 2.5vw 4.5833333333vw;
  background: #000000 url("../img/product/product46.png") no-repeat right bottom/cover;
}
@media (max-width: 840px) {
  .product16 .right {
    display: none;
  }
}
.product16 .right .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product16 .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product16 .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product16 .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product16 .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.product16 .right .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product16 .right .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product16 .right .module_title {
    margin-bottom: 30px;
  }
}
.product16 .right .pro_slick_cate {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product16 .right .pro_slick_cate .slick-slide p {
  color: #fff;
  font-weight: 500;
  padding: 5px 0;
  cursor: pointer;
  transition: all 0.3s;
}
.product16 .right .pro_slick_cate .slick-slide p:hover {
  color: #393993;
}
@media (max-width: 1440px) {
  .product16 .right .pro_slick_cate .slick-slide p {
    padding: 3px 0;
  }
}
.product16 .right .pro_slick_cate .slick-slide.slick-current p {
  color: #393993;
}
.product16 .right .tool_btn {
  display: flex;
  align-items: center;
  margin-top: 24px;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .product16 .right .tool_btn {
    margin-top: 15px;
  }
}
.product16 .right .tool_btn .tool_page {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  margin-right: 30px;
}
.product16 .right .tool_btn .tool_page > span:nth-child(1) {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  margin: 0 15px 0 0;
  background: rgba(255, 255, 255, 0.2);
}
.product16 .right .tool_btn .tool_page > span:nth-child(1) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transition: all 1s;
}
.product16 .right .tool_btn .tool_page > span:nth-child(2),
.product16 .right .tool_btn .tool_page > span:nth-child(3) {
  flex-shrink: 0;
}
.product16 .right .tool_btn .prev {
  margin: 0 15px 0 0;
}
.product16 .right .tool_btn .arrowtype {
  flex-shrink: 0;
}
@media (max-width: 840px) {
  .product16.in .left .cover .module_title {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
}
.product16.in .left .cover .pro_slick_txt {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
@media (max-width: 840px) {
  .product16.in .left .cover .pro_slick_txt {
    transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
  }
}
.product16.in .right .module_title {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product16.in .right .pro_slick_cate {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product16.in .right .tool_btn {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product17 {
  position: relative;
  background: url("../img/background/background06.png");
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product17 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product17 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product17 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product17::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background: url("../img/background/background05.png");
  transition: all 0.3s;
}
@media (min-width: 641px) and (max-width: 720px) {
  .product17::before {
    height: 280px;
  }
}
@media (max-width: 400px) {
  .product17::before {
    height: 280px;
  }
}
.product17 .deco1 {
  position: absolute;
  top: 120px;
  left: 0;
}
@media (max-width: 1024px) {
  .product17 .deco1 {
    display: none;
  }
}
.product17 .deco2 {
  position: absolute;
  bottom: 60px;
  right: 0;
}
.product17 .wider_container {
  position: relative;
}
.product17 .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product17 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product17 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product17 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product17 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product17 .module_title.white p:nth-child(2) {
  color: #fff;
}
.product17 .pro_tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1366px) {
  .product17 .pro_tabs {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .product17 .pro_tabs {
    display: none;
  }
}
.product17 .pro_tabs .category {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 3px 0;
  cursor: pointer;
  transition: all 0.3s;
}
.product17 .pro_tabs .category:not(:last-child) {
  margin-right: 20px;
}
.product17 .pro_tabs .category > span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(57, 57, 147, 0.5);
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.product17 .pro_tabs .category > span span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 1px;
  background: #393993;
  transform: translateX(-100%);
  animation: product17_line 2s linear infinite;
}
@keyframes product17_line {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
.product17 .pro_tabs .category:hover, .product17 .pro_tabs .category.active {
  color: #393993;
}
.product17 .pro_tabs .category.active > span {
  opacity: 1;
}
.product17 .pro_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 430px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .product17 .pro_select {
    display: none;
  }
}
.product17 .pro_select span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.product17 .pro_select svg {
  width: auto;
  height: 22px;
  fill: #fff;
  transform-origin: right top;
  transform: translateY(17px) rotate(90deg);
}
.product17 .pro_select .click_space {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product17 .pro_select .pro_select_list {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #000000;
}
.product17 .pro_select .pro_select_list li {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.product17 .pro_select .pro_select_list li.active {
  background: #393993;
  border-bottom: 1px solid #393993;
}
.product17 .pro_shelves {
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product17 .pro_shelves .pro_wall {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -23px -70px;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product17 .pro_shelves .pro_wall {
    margin: 0 -15px -55px;
  }
}
@media (max-width: 1024px) {
  .product17 .pro_shelves .pro_wall {
    margin: 0 -15px;
  }
}
.product17 .pro_shelves .pro_wall:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(1) {
  transition: all 0.3s, opacity 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(2) {
  transition: all 0.3s, opacity 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(3) {
  transition: all 0.3s, opacity 0.3s ease-out 0.2s, transform 0.3s ease-out 0.2s;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(4) {
  transition: all 0.3s, opacity 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(5) {
  transition: all 0.3s, opacity 0.3s ease-out 0.4s, transform 0.3s ease-out 0.4s;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(6) {
  transition: all 0.3s, opacity 0.3s ease-out 0.5s, transform 0.3s ease-out 0.5s;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(7) {
  transition: all 0.3s, opacity 0.3s ease-out 0.6s, transform 0.3s ease-out 0.6s;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(8) {
  transition: all 0.3s, opacity 0.3s ease-out 0.7s, transform 0.3s ease-out 0.7s;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(9) {
  transition: all 0.3s, opacity 0.3s ease-out 0.8s, transform 0.3s ease-out 0.8s;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(10) {
  transition: all 0.3s, opacity 0.3s ease-out 0.9s, transform 0.3s ease-out 0.9s;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(11) {
  transition: all 0.3s, opacity 0.3s ease-out 1s, transform 0.3s ease-out 1s;
}
.product17 .pro_shelves .pro_wall .pro_item:nth-child(12) {
  transition: all 0.3s, opacity 0.3s ease-out 1.1s, transform 0.3s ease-out 1.1s;
}
.product17 .pro_shelves .pro_wall .pro_item {
  width: 33.3333333333%;
  padding: 0 23px 70px;
  opacity: 0;
  transform: translateY(40px);
}
@media (max-width: 1200px) {
  .product17 .pro_shelves .pro_wall .pro_item {
    padding: 0 15px 55px;
  }
}
@media (max-width: 1024px) {
  .product17 .pro_shelves .pro_wall .pro_item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .product17 .pro_shelves .pro_wall .pro_item {
    width: 100%;
  }
  .product17 .pro_shelves .pro_wall .pro_item:nth-child(n+6) {
    display: none;
  }
}
.product17 .pro_shelves .pro_wall .pro_item a {
  display: block;
}
.product17 .pro_shelves .pro_wall .pro_item a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 77.0750988142%;
  margin-bottom: 11px;
}
.product17 .pro_shelves .pro_wall .pro_item a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.product17 .pro_shelves .pro_wall .pro_item a .pro_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.7);
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}
.product17 .pro_shelves .pro_wall .pro_item a .pro_img::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.3);
  font-size: 75px;
  font-family: "Playfair Display", serif;
  opacity: 0;
  z-index: 2;
  transform: translate(-50%, calc(-50% + 30px));
  transition: all 0.3s ease-out;
}
.product17 .pro_shelves .pro_wall .pro_item a .pro_img .hover_triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.product17 .pro_shelves .pro_wall .pro_item a .pro_img .hover_triangle span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #393993 transparent;
  transform-origin: top right;
  transform: rotate(-6deg);
  transition: all 0.3s;
}
.product17 .pro_shelves .pro_wall .pro_item a .pro_img .hover_line {
  position: absolute;
  bottom: -10px;
  left: 10px;
  opacity: 0;
  z-index: 3;
  transition: all 0.3s;
}
.product17 .pro_shelves .pro_wall .pro_item a .pro_img .hover_line > span {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 1px;
  height: 65px;
  background: rgba(57, 57, 147, 0.5);
  overflow: hidden;
}
.product17 .pro_shelves .pro_wall .pro_item a .pro_img .hover_line > span span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 16px;
  background: #393993;
  transform: translateY(-100%);
  animation: product17_line_straight 2s linear infinite;
}
@keyframes product17_line_straight {
  0% {
    top: 0;
    transform: translateY(-100%);
  }
  100% {
    top: 100%;
    transform: translateY(0%);
  }
}
.product17 .pro_shelves .pro_wall .pro_item a .pro_name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
}
@media (max-width: 1200px) {
  .product17 .pro_shelves .pro_wall .pro_item a .pro_name {
    font-size: 17px;
  }
}
.product17 .pro_shelves .pro_wall .pro_item a .pro_name span {
  text-transform: uppercase;
}
.product17 .pro_shelves .pro_wall .pro_item a .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .product17 .pro_shelves .pro_wall .pro_item a:hover .pro_img::before {
    opacity: 1;
  }
  .product17 .pro_shelves .pro_wall .pro_item a:hover .pro_img::after {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .product17 .pro_shelves .pro_wall .pro_item a:hover .pro_img .hover_triangle span {
    transform: rotate(0deg);
    transition: all 0.3s 0.3s;
  }
  .product17 .pro_shelves .pro_wall .pro_item a:hover .pro_img .hover_line {
    opacity: 1;
  }
}
.product17 .pro_shelves .pro_wall.active {
  pointer-events: auto;
}
.product17 .pro_shelves .pro_wall.active .pro_item {
  opacity: 1;
  transform: translateY(0);
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(1) {
  transition: all 0.3s, opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(2) {
  transition: all 0.3s, opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(3) {
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(4) {
  transition: all 0.3s, opacity 1s ease-out 0.7s, transform 1s ease-out 0.7s;
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(5) {
  transition: all 0.3s, opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(6) {
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(7) {
  transition: all 0.3s, opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(8) {
  transition: all 0.3s, opacity 1s ease-out 1.1s, transform 1s ease-out 1.1s;
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(9) {
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(10) {
  transition: all 0.3s, opacity 1s ease-out 1.3s, transform 1s ease-out 1.3s;
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(11) {
  transition: all 0.3s, opacity 1s ease-out 1.4s, transform 1s ease-out 1.4s;
}
.product17 .pro_shelves .pro_wall.active .pro_item:nth-child(12) {
  transition: all 0.3s, opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
}
.product17 [class^=button] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .product17 [class^=button] {
    display: none;
  }
}
.product17.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product17.in .pro_tabs,
.product17.in .pro_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.product17.in .pro_shelves {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.product17.in [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product18 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product18 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product18 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product18 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product18 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product18 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product18 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product18 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product18 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product18 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product18 .module_title {
    margin-bottom: 30px;
  }
}
.product18 .pro_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product18 .pro_slick .slick-slide {
  padding: 1px 24px;
}
@media (max-width: 1440px) {
  .product18 .pro_slick .slick-slide {
    padding: 1px 20px;
  }
}
@media (max-width: 1024px) {
  .product18 .pro_slick .slick-slide {
    padding: 1px 15px;
  }
}
.product18 .pro_slick .slick-slide a {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.product18 .pro_slick .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.product18 .pro_slick .slick-slide a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s;
}
.product18 .pro_slick .slick-slide a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.3s;
}
.product18 .pro_slick .slick-slide a .pro_img::after {
  content: "VIEW MORE";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  color: #fff;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 3;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.3s;
}
.product18 .pro_slick .slick-slide a .pro_content {
  position: relative;
  padding: 40px 18px;
  z-index: 3;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product18 .pro_slick .slick-slide a .pro_content {
    padding: 30px 18px;
  }
}
@media (max-width: 480px) {
  .product18 .pro_slick .slick-slide a .pro_content {
    padding: 20px 18px;
  }
}
.product18 .pro_slick .slick-slide a .pro_content .pro_name {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product18 .pro_slick .slick-slide a .pro_content .pro_name {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .product18 .pro_slick .slick-slide a .pro_content .pro_name {
    font-size: 16px;
  }
}
.product18 .pro_slick .slick-slide a .pro_content .pro_series {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product18 .pro_slick .slick-slide a .pro_content .pro_series {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .product18 .pro_slick .slick-slide a .pro_content .pro_series {
    font-size: 16px;
  }
}
.product18 .pro_slick .slick-slide a .pro_content .module_desc {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .product18 .pro_slick .slick-slide a .pro_content .module_desc {
    display: -webkit-box;
    height: 50.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product18 .pro_slick .slick-slide a:hover::before {
  opacity: 1;
}
.product18 .pro_slick .slick-slide a:hover .pro_img::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.9999);
  transition: all 0.6s;
}
.product18 .pro_slick .slick-slide a:hover .pro_content .pro_name,
.product18 .pro_slick .slick-slide a:hover .pro_content .pro_series,
.product18 .pro_slick .slick-slide a:hover .pro_content .module_desc {
  color: #fff;
}
.product18 .pro_slick .slick-slide:not(.slick-active) a .pro_img img,
.product18 .pro_slick .slick-slide:not(.slick-active) a .pro_content {
  opacity: 0.2;
}
@media (min-width: 841px) {
  .product18 .pro_slick .slick-slide.slick-current + .slick-active + .slick-active a .pro_img img,
  .product18 .pro_slick .slick-slide.slick-current + .slick-active + .slick-active a .pro_content {
    opacity: 0.2;
  }
}
@media (max-width: 840px) {
  .product18 .pro_slick .slick-slide.slick-current + .slick-active a .pro_img img,
  .product18 .pro_slick .slick-slide.slick-current + .slick-active a .pro_content {
    opacity: 0.2;
  }
}
.product18 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: 7.2916666667vw;
  transform: translate(-50%, -50%);
}
.product18 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: 7.2916666667vw;
  transform: translate(50%, -50%);
}
.product18 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product18.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product18.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product18.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product19 {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product19 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product19 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product19 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product19 .deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36.7708333333vw;
  z-index: -1;
}
@media (max-width: 960px) {
  .product19 .deco {
    display: none;
  }
}
.product19 .left {
  width: 33.75%;
  padding-right: 7.2916666667vw;
  margin-bottom: 40px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product19 .left {
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .product19 .left {
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .product19 .left {
    width: 100%;
    padding-right: 0;
  }
}
.product19 .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product19 .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product19 .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product19 .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product19 .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.product19 .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .product19 .left .module_title {
    text-align: center;
  }
}
.product19 .left .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product19 .left .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .product19 .left .button_set {
    display: none;
  }
}
.product19 .right {
  width: 66.25%;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .product19 .right {
    width: 100%;
  }
}
.product19 .right .slick_one {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 540px) {
  .product19 .right .slick_one {
    display: none;
  }
}
.product19 .right .slick_one .slick-slide > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -35px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product19 .right .slick_one .slick-slide > div {
    margin: 0 0 -25px;
  }
}
@media (max-width: 960px) {
  .product19 .right .slick_one .slick-slide > div {
    margin: 0 -15px -35px;
  }
}
@media (max-width: 640px) {
  .product19 .right .slick_one .slick-slide > div {
    margin: 0 -10px -25px;
  }
}
.product19 .right .slick_one .slick-slide > div > div {
  width: 33.3333333333%;
  padding: 0 15px 35px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product19 .right .slick_one .slick-slide > div > div {
    padding: 0 10px 25px;
  }
}
@media (max-width: 960px) {
  .product19 .right .slick_one .slick-slide > div > div {
    padding: 0 15px 35px;
  }
}
@media (max-width: 640px) {
  .product19 .right .slick_one .slick-slide > div > div {
    padding: 0 10px 25px;
  }
}
.product19 .right .slick_one .slick-slide > div > div .pro_item {
  padding: 0 11px 14px 0;
}
.product19 .right .slick_one .slick-slide > div > div .pro_item a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  box-shadow: 11px 14px 0 0 #000000;
  overflow: hidden;
}
.product19 .right .slick_one .slick-slide > div > div .pro_item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product19 .right .slick_one .slick-slide > div > div .pro_item a .cover_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(127, 127, 127, 0.5);
  opacity: 1;
  transition: all 0.3s;
}
.product19 .right .slick_one .slick-slide > div > div .pro_item a .cover_txt p {
  color: #fff;
  font-size: 23px;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .product19 .right .slick_one .slick-slide > div > div .pro_item a .cover_txt p {
    font-size: 21px;
  }
}
@media (max-width: 1200px) {
  .product19 .right .slick_one .slick-slide > div > div .pro_item a .cover_txt p {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .product19 .right .slick_one .slick-slide > div > div .pro_item a .cover_txt p {
    font-size: 17px;
  }
}
.product19 .right .slick_one .slick-slide > div > div .pro_item a:hover .cover_txt {
  opacity: 0;
}
.product19 .right .slick_two {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 541px) {
  .product19 .right .slick_two {
    display: none;
  }
}
.product19 .right .slick_two .slick-slide .pro_item {
  width: 100%;
  max-width: 325px;
  padding: 0 11px 14px 0;
  margin: 0 auto;
}
.product19 .right .slick_two .slick-slide .pro_item a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  box-shadow: 11px 14px 0 0 #000000;
  overflow: hidden;
}
.product19 .right .slick_two .slick-slide .pro_item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product19 .right .slick_two .slick-slide .pro_name {
  margin-top: 25px;
}
.product19 .right .slick_two .slick-slide .pro_name p {
  color: #1a1a1a;
  font-size: 17px;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .product19 .right .slick_two .slick-slide .pro_name p {
    font-size: 16px;
  }
}
.product19 .right .button_set {
  margin-top: 50px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1500px) {
  .product19 .right .button_set {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .product19 .right .button_set {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .product19 .right .button_set {
    margin-top: 35px !important;
  }
}
@media (min-width: 961px) {
  .product19 .right .button_set {
    display: none;
  }
}
.product19.in .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product19.in .left .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product19.in .left .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.product19.in .right .slick_one {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product19.in .right .slick_two {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.product19.in .right .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.product20 {
  position: relative;
  background: #cbf5f9 url("../img/other/other27.png") no-repeat center 70px/100% auto;
  background-attachment: fixed;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product20 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product20 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product20 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product20 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product20 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product20 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product20 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product20 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product20 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product20 .module_title {
    margin-bottom: 30px;
  }
}
.product20 .pro_slick {
  margin: 0 -11px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .product20 .pro_slick {
    margin: 0;
  }
}
.product20 .pro_slick .slick-slide {
  padding: 0 11px;
}
.product20 .pro_slick .slick-slide a {
  display: block;
  position: relative;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: #000000;
  border-radius: 50%;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 50%;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 6.2%;
  left: 6.2%;
  width: 87.6%;
  height: 87.6%;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_img {
  position: absolute;
  top: 13.2%;
  left: 13.2%;
  width: 73.6%;
  height: 73.6%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_img p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: #f2f2f2;
  isolation: isolate;
  overflow: hidden;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_img p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_icon {
  position: absolute;
  bottom: -7.5%;
  right: 3.1%;
  width: 37.5816993464%;
  height: 37.5816993464%;
  z-index: 2;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_icon > div {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_icon > div .dash_circle {
  display: block;
  position: absolute;
  top: 2.18%;
  left: 2.18%;
  width: 95.64%;
  height: 95.64%;
  border: 1px dashed #ccc;
  border-radius: 50%;
  z-index: 1;
  animation: rotate 15s linear infinite;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_icon > div::before, .product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_icon > div::after {
  content: "";
  position: absolute;
  top: 6.09%;
  left: 6.09%;
  width: 87.82%;
  height: 87.82%;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_icon > div::before {
  background: #000000;
  opacity: 0;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_icon > div::after {
  background: #393993;
  opacity: 1;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_icon > div > div {
  position: absolute;
  top: 10.869%;
  left: 10.869%;
  width: 78.262%;
  height: 78.262%;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_icon > div > div .the_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 11.11%;
  left: 11.11%;
  width: 77.78%;
  height: 77.78%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
  transition: all 0.3s;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_icon > div > div .the_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.product20 .pro_slick .slick-slide a > div:nth-child(1) .pro_icon > div > div .the_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.product20 .pro_slick .slick-slide a > div:nth-child(2) {
  line-height: 1.8;
  text-align: center;
  margin-top: 42px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product20 .pro_slick .slick-slide a > div:nth-child(2) {
    margin-top: 35px;
  }
}
.product20 .pro_slick .slick-slide a > div:nth-child(2) p:nth-child(1) {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product20 .pro_slick .slick-slide a > div:nth-child(2) p:nth-child(1) {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .product20 .pro_slick .slick-slide a > div:nth-child(2) p:nth-child(1) {
    font-size: 16px;
  }
}
.product20 .pro_slick .slick-slide a > div:nth-child(2) p:nth-child(2) {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  margin-top: 6px;
}
.product20 .pro_slick .slick-slide a:hover > div:nth-child(1) .pro_icon > div .dash_circle {
  animation: rotate 7.5s linear infinite;
}
.product20 .pro_slick .slick-slide a:hover > div:nth-child(1) .pro_icon > div::before {
  opacity: 1;
}
.product20 .pro_slick .slick-slide a:hover > div:nth-child(1) .pro_icon > div::after {
  opacity: 0;
}
.product20 .pro_slick .slick-slide a:hover > div:nth-child(1) .pro_icon > div > div .the_icon {
  border: 1px solid #000000;
}
.product20 .pro_slick .slick-slide a:hover > div:nth-child(1) .pro_icon > div > div .the_icon::before {
  opacity: 0;
}
.product20 .pro_slick .slick-slide a:hover > div:nth-child(1) .pro_icon > div > div .the_icon img {
  filter: brightness(1) invert(0);
}
.product20 .pro_slick .slick-slide a:hover > div:nth-child(2) p:nth-child(1) {
  color: #000000;
}
.product20 .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product20 .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product20 .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product20 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product20 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product20 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product20 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product20 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product20 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product20 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product20 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product20 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product20 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product20 .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product20 .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product20 .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product20 .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.product20 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -40px;
}
@media (max-width: 768px) {
  .product20 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -25px;
  }
}
.product20 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -40px;
}
@media (max-width: 768px) {
  .product20 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -25px;
  }
}
.product20.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product20.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.product21 {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product21 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product21 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product21 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product21 .product_content_top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.5416666667vw;
}
@media (min-width: 961px) {
  .product21 .product_content_top {
    flex-direction: row-reverse;
  }
}
@media (max-width: 960px) {
  .product21 .product_content_top {
    margin-bottom: 40px;
  }
}
.product21 .product_content_top .left {
  width: 50%;
}
@media (max-width: 960px) {
  .product21 .product_content_top .left {
    width: 100%;
  }
}
.product21 .product_content_top .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product21 .product_content_top .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product21 .product_content_top .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product21 .product_content_top .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product21 .product_content_top .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.product21 .product_content_top .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (min-width: 961px) {
  .product21 .product_content_top .left .module_title {
    text-align: right;
  }
}
.product21 .product_content_top .right {
  width: 50%;
}
@media (max-width: 960px) {
  .product21 .product_content_top .right {
    width: 100%;
  }
}
.product21 .product_content_top .right .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .product21 .product_content_top .right .module_desc {
    max-width: 600px;
  }
}
.product21 .product_content_bottom {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.product21 .product_content_bottom .left {
  width: 55.125%;
}
@media (max-width: 960px) {
  .product21 .product_content_bottom .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product21 .product_content_bottom .left .product_window {
  overflow: hidden;
}
@media (max-width: 960px) {
  .product21 .product_content_bottom .left .product_window .product_slick_1 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
}
.product21 .product_content_bottom .left .product_window .product_slick_1 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.product21 .product_content_bottom .left .product_window .product_slick_1 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transform: scale(1.2);
  transform-origin: 66.6666666667% 66.6666666667%;
}
.product21 .product_content_bottom .left .product_window .product_slick_1 .slick-slide.slick-current p img {
  filter: grayscale(0);
  transform: scale(1);
  transition: all 2s ease-out;
}
.product21 .product_content_bottom .right {
  position: relative;
  width: 44.875%;
}
@media (min-width: 961px) {
  .product21 .product_content_bottom .right {
    padding-left: 6.25vw;
  }
}
@media (max-width: 960px) {
  .product21 .product_content_bottom .right {
    width: 100%;
  }
}
.product21 .product_content_bottom .right .tool_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  margin-bottom: 7.8125vw;
}
@media (max-width: 1440px) {
  .product21 .product_content_bottom .right .tool_btn {
    margin-bottom: 5.5555555556vw;
  }
}
@media (max-width: 1200px) {
  .product21 .product_content_bottom .right .tool_btn {
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 960px) {
  .product21 .product_content_bottom .right .tool_btn {
    margin-bottom: 15px;
  }
}
.product21 .product_content_bottom .right .tool_btn .tool_page {
  font-weight: 500;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product21 .product_content_bottom .right .tool_btn .button_set {
  margin-top: 0 !important;
}
@media (min-width: 961px) {
  .product21 .product_content_bottom .right .tool_btn .button_set {
    position: absolute;
    bottom: 2.8645833333vw;
    left: -15px;
  }
}
.product21 .product_content_bottom .right [class^=product_slick_2] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product21 .product_content_bottom .right [class^=product_slick_2] .slick-slide .caption {
  font-size: calc(1.125rem + 0.2604166667vw);
  font-weight: 500;
}
.product21 .product_content_bottom .right [class^=product_slick_2] .slick-slide .module_desc {
  opacity: 0;
  display: -webkit-box;
  max-height: 108px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: opacity 0s 2s;
}
@media (max-width: 480px) {
  .product21 .product_content_bottom .right [class^=product_slick_2] .slick-slide .module_desc {
    display: -webkit-box;
    max-height: 100.8px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product21 .product_content_bottom .right [class^=product_slick_2] .slick-slide [class^=button] {
  margin: 0 1px 0 auto;
}
@media (max-width: 960px) {
  .product21 .product_content_bottom .right [class^=product_slick_2] .slick-slide [class^=button] {
    margin: 0 auto;
  }
}
.product21 .product_content_bottom .right [class^=product_slick_2] .slick-slide.slick-current .module_desc {
  opacity: 1;
  transition: opacity 1s 1s;
}
.product21 .product_content_bottom .right .product_slick_2_caption {
  margin-bottom: 15px;
}
.product21 .product_content_bottom .right .product_slick_2_btn {
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .product21 .product_content_bottom .right .product_slick_2_btn {
    margin-top: 35px !important;
  }
}
.product21 .product_content_bottom .product_deco {
  position: absolute;
  top: 100%;
  right: 0;
  width: 19.4791666667vw;
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .product21 .product_content_bottom .product_deco {
    top: calc(100% + 50px);
    right: 50%;
    width: 0;
  }
}
@media (max-width: 480px) {
  .product21 .product_content_bottom .product_deco {
    top: calc(100% + 40px);
  }
}
@media (max-width: 960px) {
  .product21 .product_content_bottom .product_deco .product_slick_3 {
    display: none;
  }
}
.product21 .product_content_bottom .product_deco .product_slick_3 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 65.5080213904%;
  overflow: hidden;
}
.product21 .product_content_bottom .product_deco .product_slick_3 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transform: scale(1.2);
  transform-origin: 66.6666666667% 66.6666666667%;
}
.product21 .product_content_bottom .product_deco .product_slick_3 .slick-slide.slick-current p img {
  filter: grayscale(0);
  transform: scale(1);
  transition: transform 2s ease-out;
}
.product21 .product_content_bottom .product_deco::after {
  content: "";
  position: absolute;
  bottom: -3.6458333333vw;
  left: -3.6458333333vw;
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  background: url("../img/other/other28.svg") no-repeat center center/cover;
  animation: rotate 10s linear infinite;
}
@media (max-width: 960px) {
  .product21 .product_content_bottom .product_deco::after {
    bottom: -35px;
    left: -35px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .product21 .product_content_bottom .product_deco::after {
    bottom: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
  }
}
.product21.in .product_content_top .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product21.in .product_content_top .right .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
@media (max-width: 960px) {
  .product21.in .product_content_bottom .left .product_slick_1 {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
  }
}
.product21.in .product_content_bottom .right .tool_btn .tool_page {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.product21.in .product_content_bottom .right [class^=product_slick_2] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.product21.in .product_content_bottom .product_deco {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
}

.product22 {
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
  align-items: center;
  height: 100vh;
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  .product22 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product22 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product22 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product22 > div {
  width: 100%;
}
.product22 .track {
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product22 .track .module_title {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-lr;
  z-index: 2;
}
.product22 .track .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product22 .track .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product22 .track .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product22 .track .module_title.white p:nth-child(1) {
  color: #fff;
}
.product22 .track .module_title.white p:nth-child(2) {
  color: #fff;
}
.product22 .track .module_title p:nth-child(1) {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product22 .track .module_title p:nth-child(2) {
  margin-top: 70px;
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product22 .track .train {
  display: flex;
  gap: 0 4.1666666667vw;
  width: fit-content;
  padding-left: calc(2.4375rem + 0.8333333333vw);
}
.product22 .track .train .train_cabin {
  width: calc(14.0625rem + 36.4583333333vw);
}
@media (max-width: 480px) {
  .product22 .track .train .train_cabin {
    width: 400px;
  }
}
.product22 .track .train .train_cabin > a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border-radius: 10px;
  isolation: isolate;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product22 .track .train .train_cabin > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product22 .track .train .train_cabin > a p {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 9px 15px 11px;
  background: #393993;
  border-radius: 8px;
  transform-origin: left bottom;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1600px) {
  .product22 .track .train .train_cabin > a p {
    transform: scale(0.9);
  }
}
@media (max-width: 1440px) {
  .product22 .track .train .train_cabin > a p {
    transform: scale(0.8);
  }
}
@media (max-width: 1024px) {
  .product22 .track .train .train_cabin > a p {
    transform: scale(0.7);
  }
}
@media (max-width: 720px) {
  .product22 .track .train .train_cabin > a p {
    bottom: 10px;
    transform: scale(0.65);
  }
}
@media (max-width: 480px) {
  .product22 .track .train .train_cabin > a p {
    transform: scale(0.6);
  }
}
.product22 .track .train .train_cabin > a p svg {
  fill: #fff;
  margin-right: 16px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product22 .track .train .train_cabin > p {
  font-weight: 500;
  margin-top: 15px;
}
@media (min-width: 721px) {
  .product22 .track .train .train_cabin > p {
    font-size: 16px;
  }
}
.product22 .track .train .train_cabin:hover > a {
  border-radius: 20px;
  box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-0.73vw);
}
.product22 .track .train .train_cabin:hover > a p {
  background: #000000;
}
.product22 .track .train .train_cabin:hover > a p svg {
  transform: translateX(0.29vw);
}
.product22.in .track {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product22.in .track .module_title p:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.product22.in .track .module_title p:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.product23 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product23 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product23 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product23 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product23 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .product23 .top {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product23 .top {
    margin-bottom: 30px;
  }
}
.product23 .top .module_title {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product23 .top .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product23 .top .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product23 .top .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product23 .top .module_title.white p:nth-child(1) {
  color: #fff;
}
.product23 .top .module_title.white p:nth-child(2) {
  color: #fff;
}
.product23 .top .tool_btn {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .product23 .top .tool_btn .button_set .middle {
    display: none;
  }
}
.product23 .bottom .pro_slick_pc,
.product23 .bottom .pro_slick_mb {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product23 .bottom .pro_slick_pc .pro_item > a,
.product23 .bottom .pro_slick_mb .pro_item > a {
  display: block;
}
.product23 .bottom .pro_slick_pc .pro_item > a .pro_img,
.product23 .bottom .pro_slick_mb .pro_item > a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin-bottom: 15px;
  overflow: hidden;
}
.product23 .bottom .pro_slick_pc .pro_item > a .pro_img img,
.product23 .bottom .pro_slick_mb .pro_item > a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.product23 .bottom .pro_slick_pc .pro_item > a .pro_img img:nth-child(2),
.product23 .bottom .pro_slick_mb .pro_item > a .pro_img img:nth-child(2) {
  opacity: 0;
}
.product23 .bottom .pro_slick_pc .pro_item > a .pro_img .pro_mark,
.product23 .bottom .pro_slick_mb .pro_item > a .pro_img .pro_mark {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product23 .bottom .pro_slick_pc .pro_item > a .pro_img .pro_mark p,
.product23 .bottom .pro_slick_mb .pro_item > a .pro_img .pro_mark p {
  width: fit-content;
  color: #000000;
  font-size: 14px;
  text-indent: 1px;
  padding: 1px 10px 2px;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 25px;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .product23 .bottom .pro_slick_pc .pro_item > a .pro_img .pro_mark p,
  .product23 .bottom .pro_slick_mb .pro_item > a .pro_img .pro_mark p {
    font-size: 13px;
  }
}
.product23 .bottom .pro_slick_pc .pro_item > a .pro_img .pro_mark p + p,
.product23 .bottom .pro_slick_mb .pro_item > a .pro_img .pro_mark p + p {
  margin-top: 5px;
}
.product23 .bottom .pro_slick_pc .pro_item > a .pro_title,
.product23 .bottom .pro_slick_mb .pro_item > a .pro_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product23 .bottom .pro_slick_pc .pro_item > a .pro_title,
  .product23 .bottom .pro_slick_mb .pro_item > a .pro_title {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .product23 .bottom .pro_slick_pc .pro_item > a .pro_title,
  .product23 .bottom .pro_slick_mb .pro_item > a .pro_title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .product23 .bottom .pro_slick_pc .pro_item > a .pro_title,
  .product23 .bottom .pro_slick_mb .pro_item > a .pro_title {
    font-size: 15px;
  }
}
.product23 .bottom .pro_slick_pc .pro_item > a:hover .pro_img img:nth-child(1),
.product23 .bottom .pro_slick_mb .pro_item > a:hover .pro_img img:nth-child(1) {
  opacity: 0;
}
.product23 .bottom .pro_slick_pc .pro_item > a:hover .pro_img img:nth-child(2),
.product23 .bottom .pro_slick_mb .pro_item > a:hover .pro_img img:nth-child(2) {
  opacity: 1;
}
.product23 .bottom .pro_slick_pc .pro_item > a:hover .pro_img .pro_mark p,
.product23 .bottom .pro_slick_mb .pro_item > a:hover .pro_img .pro_mark p {
  color: #fff;
  background: #000000;
}
.product23 .bottom .pro_slick_pc .pro_item > a:hover .pro_title,
.product23 .bottom .pro_slick_mb .pro_item > a:hover .pro_title {
  color: #000000;
}
.product23 .bottom .pro_slick_pc .pro_item .module_desc,
.product23 .bottom .pro_slick_mb .pro_item .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #7a7a7a;
}
.product23 .bottom .pro_slick_pc .pro_item > div,
.product23 .bottom .pro_slick_mb .pro_item > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}
.product23 .bottom .pro_slick_pc .pro_item > div .pro_price,
.product23 .bottom .pro_slick_mb .pro_item > div .pro_price {
  color: #7a7a7a;
}
.product23 .bottom .pro_slick_pc .pro_item > div .pro_price.on_sale,
.product23 .bottom .pro_slick_mb .pro_item > div .pro_price.on_sale {
  color: #e64d4d;
}
.product23 .bottom .pro_slick_pc .pro_item > div .pro_price.on_sale span,
.product23 .bottom .pro_slick_mb .pro_item > div .pro_price.on_sale span {
  color: #939598;
  text-decoration: line-through;
  margin-left: 10px;
}
.product23 .bottom .pro_slick_pc .pro_item > div .pro_action,
.product23 .bottom .pro_slick_mb .pro_item > div .pro_action {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product23 .bottom .pro_slick_pc .pro_item > div .pro_action a,
.product23 .bottom .pro_slick_mb .pro_item > div .pro_action a {
  display: block;
}
.product23 .bottom .pro_slick_pc .pro_item > div .pro_action a i,
.product23 .bottom .pro_slick_mb .pro_item > div .pro_action a i {
  display: block;
  color: #4e4e4e;
  font-size: 21px;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .product23 .bottom .pro_slick_pc .pro_item > div .pro_action a i,
  .product23 .bottom .pro_slick_mb .pro_item > div .pro_action a i {
    font-size: 18px;
  }
}
.product23 .bottom .pro_slick_pc .pro_item > div .pro_action a svg,
.product23 .bottom .pro_slick_mb .pro_item > div .pro_action a svg {
  display: block;
  width: auto;
  height: 21px;
  fill: #4e4e4e;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .product23 .bottom .pro_slick_pc .pro_item > div .pro_action a svg,
  .product23 .bottom .pro_slick_mb .pro_item > div .pro_action a svg {
    height: 18px;
  }
}
.product23 .bottom .pro_slick_pc .pro_item > div .pro_action a:hover i,
.product23 .bottom .pro_slick_mb .pro_item > div .pro_action a:hover i {
  color: #000000;
}
.product23 .bottom .pro_slick_pc .pro_item > div .pro_action a:hover svg,
.product23 .bottom .pro_slick_mb .pro_item > div .pro_action a:hover svg {
  fill: #000000;
}
.product23 .bottom .pro_slick_pc .pro_item > div .pro_action .add_favorite:not(.active),
.product23 .bottom .pro_slick_mb .pro_item > div .pro_action .add_favorite:not(.active) {
  display: none;
}
.product23 .bottom .pro_slick_pc .pro_item > div .pro_action .add_favorite:nth-child(2) i,
.product23 .bottom .pro_slick_mb .pro_item > div .pro_action .add_favorite:nth-child(2) i {
  color: #000000;
}
@media (max-width: 480px) {
  .product23 .bottom .pro_slick_pc {
    display: none;
  }
}
.product23 .bottom .pro_slick_pc .slick-slide > div {
  margin: 0 -20px;
}
.product23 .bottom .pro_slick_pc .slick-slide > div + div {
  margin-top: calc(2.1875rem + 3.3854166667vw);
}
.product23 .bottom .pro_slick_pc .slick-slide > div li {
  padding: 0 20px;
}
.product23 .bottom .pro_slick_mb {
  margin: 0 -10px;
}
@media (min-width: 481px) {
  .product23 .bottom .pro_slick_mb {
    display: none;
  }
}
.product23 .bottom .pro_slick_mb .slick-slide {
  padding: 0 10px;
}
.product23 .bottom .button_set {
  margin-top: calc(2.1875rem + 3.3854166667vw) !important;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .product23 .bottom .button_set {
    display: none;
  }
}
.product23 .lightGallery {
  height: 0;
  overflow: hidden;
}
.product23.in .top .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product23.in .top .tool_btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.product23.in .bottom .pro_slick_pc,
.product23.in .bottom .pro_slick_mb {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product23.in .bottom .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product24 {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product24 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product24 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product24 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product24 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product24 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product24 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product24 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product24 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product24 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product24 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product24 .module_title {
    margin-bottom: 30px;
  }
}
.product24 .pro_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product24 .pro_slick .slick-slide {
  padding: 15px 20px;
}
@media (max-width: 480px) {
  .product24 .pro_slick .slick-slide {
    padding: 15px 30px;
  }
}
.product24 .pro_slick .slick-slide a {
  display: block;
  padding: 30px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product24 .pro_slick .slick-slide a {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .product24 .pro_slick .slick-slide a {
    padding: 10px 10px 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
}
.product24 .pro_slick .slick-slide a .pro_tag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.product24 .pro_slick .slick-slide a .pro_tag div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product24 .pro_slick .slick-slide a .pro_tag div {
    width: 45px;
    height: 45px;
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .product24 .pro_slick .slick-slide a .pro_tag div {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  .product24 .pro_slick .slick-slide a .pro_tag div {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.product24 .pro_slick .slick-slide a .pro_tag div.green {
  background: green;
}
.product24 .pro_slick .slick-slide a .pro_tag div.red {
  background: red;
}
.product24 .pro_slick .slick-slide a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
  transition: all 0.3s;
}
.product24 .pro_slick .slick-slide a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product24 .pro_slick .slick-slide a .pro_info {
  margin-top: 30px;
  transition: all 0.3s;
}
.product24 .pro_slick .slick-slide a .pro_info p {
  transition: all 0.3s;
}
.product24 .pro_slick .slick-slide a .pro_info p:nth-child(1) {
  display: flex;
  align-items: center;
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .product24 .pro_slick .slick-slide a .pro_info p:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .product24 .pro_slick .slick-slide a .pro_info p:nth-child(1) {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .product24 .pro_slick .slick-slide a .pro_info p:nth-child(1) {
    font-size: 15px;
  }
}
.product24 .pro_slick .slick-slide a .pro_info p:nth-child(1)::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: 2px;
  margin-right: 0;
  background: #000000;
  transition: all 0.3s;
}
.product24 .pro_slick .slick-slide a .pro_info p:nth-child(1)::after {
  content: "\f067";
  color: #000000;
  font-size: 14px;
  font-family: "FontAwesome";
  margin-top: 2px;
  margin-left: 10px;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .product24 .pro_slick .slick-slide a .pro_info p:nth-child(1)::after {
    font-size: 12px;
    margin-top: 4px;
  }
}
.product24 .pro_slick .slick-slide a .pro_info p:nth-child(2) {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  max-height: 36px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product24 .pro_slick .slick-slide a .pro_info p:nth-child(2) {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .product24 .pro_slick .slick-slide a .pro_info p:nth-child(2) {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .product24 .pro_slick .slick-slide a .pro_info p:nth-child(2) {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .product24 .pro_slick .slick-slide a .pro_info p:nth-child(2) {
    font-size: 18px;
  }
}
.product24 .pro_slick .slick-slide a .pro_info p:nth-child(3) {
  color: #4e4e4e;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  max-height: 22.5px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product24 .pro_slick .slick-slide a .pro_info p:nth-child(3) {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .product24 .pro_slick .slick-slide a .pro_info p:nth-child(3) {
    display: -webkit-box;
    max-height: 21px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product24 .pro_slick .slick-slide a:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.product24 .pro_slick .slick-slide a:hover .pro_info p:nth-child(1)::before {
  width: 50px;
  margin-right: 15px;
}
.product24 .pro_slick .slick-slide a:hover .pro_info p:nth-child(1)::after {
  opacity: 0;
}
.product24 .pro_slick .slick-slide:not(.slick-active) a > * {
  opacity: 0.2;
}
@media (min-width: 841px) {
  .product24 .pro_slick .slick-slide.slick-current + .slick-active + .slick-active a > * {
    opacity: 0.2;
  }
}
@media (max-width: 840px) {
  .product24 .pro_slick .slick-slide.slick-current + .slick-active a > * {
    opacity: 0.2;
  }
}
.product24 .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product24 .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product24 .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product24 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product24 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product24 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product24 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product24 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product24 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product24 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product24 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product24 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product24 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product24 .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product24 .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product24 .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product24 .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.product24 .pro_slick .slick-arrow.slick-prev.keep_default {
  left: calc(4.15625rem + 3.4635416667vw);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .product24 .pro_slick .slick-arrow.slick-prev.keep_default {
    left: calc(0.875rem + 2.9166666667vw);
  }
}
.product24 .pro_slick .slick-arrow.slick-next.keep_default {
  right: calc(4.15625rem + 3.4635416667vw);
  transform: translate(50%, -50%);
}
@media (max-width: 480px) {
  .product24 .pro_slick .slick-arrow.slick-next.keep_default {
    right: calc(0.875rem + 2.9166666667vw);
  }
}
.product24 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product24 .button_set .arrowtype {
  display: none;
}
.product24.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product24.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product24.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product25 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product25 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product25 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product25 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 961px) {
  .product25 {
    background-image: url("../img/product/product104.jpg"), linear-gradient(to bottom, #ebebeb, #ebebeb);
    background-size: 50% 100%, 50% 100%;
    background-position: left center, right center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) {
  .product25 {
    background: #ebebeb;
  }
}
@media (min-width: 961px) {
  .product25 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.product25 .top .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product25 .top .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product25 .top .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product25 .top .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product25 .top .module_title.white p:nth-child(1) {
  color: #fff;
}
.product25 .top .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product25 .top .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product25 .top .module_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .product25 .top .module_title {
    text-align: center;
  }
  .product25 .top .module_title p:nth-child(1) {
    color: #e6e6e6 !important;
  }
  .product25 .top .module_title p:nth-child(2) {
    color: #393939 !important;
  }
}
.product25 .top .button_set {
  margin-top: 0 !important;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .product25 .top .button_set {
    display: none;
  }
}
.product25 .bottom {
  display: flex;
}
@media (min-width: 961px) and (max-width: 1200px) {
  .product25 .bottom {
    margin: 0 -60px;
  }
}
.product25 .bottom > div {
  width: 50%;
  padding: 0 10px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .product25 .bottom > div {
    width: 100%;
    padding: 0;
  }
}
.product25 .bottom > div .pro_slick .slick-slide {
  padding: 0 1.0416666667vw;
}
@media (min-width: 961px) {
  .product25 .bottom > div .pro_slick .slick-slide:nth-child(odd) {
    padding-bottom: 3.6458333333vw;
  }
  .product25 .bottom > div .pro_slick .slick-slide:nth-child(even) {
    padding-top: 3.6458333333vw;
  }
}
@media (max-width: 960px) {
  .product25 .bottom > div .pro_slick .slick-slide {
    padding: 0 2.0833333333vw;
  }
}
.product25 .bottom > div .pro_slick .slick-slide a {
  display: block;
  position: relative;
  padding: 35px 0 50px;
}
@media (max-width: 960px) {
  .product25 .bottom > div .pro_slick .slick-slide a {
    padding: 20px 0 30px;
  }
}
.product25 .bottom > div .pro_slick .slick-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.0833333333vw;
  right: 2.0833333333vw;
}
@media (max-width: 960px) {
  .product25 .bottom > div .pro_slick .slick-slide a::before {
    left: 3.125vw;
    right: 3.125vw;
  }
}
@media (max-width: 840px) {
  .product25 .bottom > div .pro_slick .slick-slide a::before {
    left: 4.1666666667vw;
    right: 4.1666666667vw;
  }
}
@media (max-width: 480px) {
  .product25 .bottom > div .pro_slick .slick-slide a::before {
    left: 10.4166666667vw;
    right: 10.4166666667vw;
  }
}
.product25 .bottom > div .pro_slick .slick-slide a::after {
  content: "";
  position: absolute;
  top: 0.8333333333vw;
  bottom: 0.8333333333vw;
  left: 3.125vw;
  right: 3.125vw;
  background: #000000;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .product25 .bottom > div .pro_slick .slick-slide a::after {
    top: 1.0416666667vw;
    bottom: 1.0416666667vw;
    left: 4.1666666667vw;
    right: 4.1666666667vw;
  }
}
@media (max-width: 840px) {
  .product25 .bottom > div .pro_slick .slick-slide a::after {
    top: 1.1904761905vw;
    bottom: 1.1904761905vw;
    left: 5.3571428571vw;
    right: 5.3571428571vw;
  }
}
@media (max-width: 480px) {
  .product25 .bottom > div .pro_slick .slick-slide a::after {
    top: 2.0833333333vw;
    bottom: 2.0833333333vw;
    left: 12.5vw;
    right: 12.5vw;
  }
}
.product25 .bottom > div .pro_slick .slick-slide a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.product25 .bottom > div .pro_slick .slick-slide a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product25 .bottom > div .pro_slick .slick-slide a .line {
  position: relative;
  width: 1px;
  height: 60px;
  margin: 20px auto;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product25 .bottom > div .pro_slick .slick-slide a .line {
    height: 40px;
  }
}
.product25 .bottom > div .pro_slick .slick-slide a .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #393993;
  transition: all 0.3s;
}
.product25 .bottom > div .pro_slick .slick-slide a .pro_title {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  padding: 0 3.125vw;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product25 .bottom > div .pro_slick .slick-slide a .pro_title {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .product25 .bottom > div .pro_slick .slick-slide a .pro_title {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .product25 .bottom > div .pro_slick .slick-slide a .pro_title {
    font-size: 15px;
    padding: 0 4.1666666667vw;
  }
}
@media (max-width: 840px) {
  .product25 .bottom > div .pro_slick .slick-slide a .pro_title {
    padding: 0 5.3571428571vw;
  }
}
@media (max-width: 480px) {
  .product25 .bottom > div .pro_slick .slick-slide a .pro_title {
    padding: 0 12.5vw;
  }
}
.product25 .bottom > div .pro_slick .slick-slide a .module_desc {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 0 3.125vw;
  transition: all 0.3s;
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product25 .bottom > div .pro_slick .slick-slide a .module_desc {
    font-size: 17px;
    display: -webkit-box;
    height: 51px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .product25 .bottom > div .pro_slick .slick-slide a .module_desc {
    font-size: 16px;
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 960px) {
  .product25 .bottom > div .pro_slick .slick-slide a .module_desc {
    font-size: 15px;
    padding: 0 4.1666666667vw;
    display: -webkit-box;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 840px) {
  .product25 .bottom > div .pro_slick .slick-slide a .module_desc {
    padding: 0 5.3571428571vw;
  }
}
@media (max-width: 480px) {
  .product25 .bottom > div .pro_slick .slick-slide a .module_desc {
    padding: 0 12.5vw;
  }
}
.product25 .bottom > div .pro_slick .slick-slide a:hover::after {
  opacity: 1;
}
.product25 .bottom > div .pro_slick .slick-slide a:hover .line {
  background: #fff !important;
}
.product25 .bottom > div .pro_slick .slick-slide a:hover .line::after {
  height: 100%;
}
.product25 .bottom > div .pro_slick .slick-slide a:hover .pro_title {
  color: #fff !important;
}
.product25 .bottom > div .pro_slick .slick-slide a:hover .module_desc {
  color: #fff !important;
}
@media (max-width: 960px) {
  .product25 .bottom > div.left {
    display: none;
  }
}
.product25 .bottom > div.left .pro_slick .slick-slide a::before {
  border: 1px solid #fff;
}
.product25 .bottom > div.left .pro_slick .slick-slide a .line {
  background: #fff;
}
.product25 .bottom > div.left .pro_slick .slick-slide a .pro_title {
  color: #fff;
}
.product25 .bottom > div.left .pro_slick .slick-slide a .module_desc {
  color: #fff;
}
.product25 .bottom > div.right .pro_slick .slick-slide a::before {
  border: 1px solid #878787;
}
.product25 .bottom > div.right .pro_slick .slick-slide a .line {
  background: #878787;
}
.product25 .bottom > div.right .pro_slick .slick-slide a .pro_title {
  color: #4e4e4e;
}
.product25 .bottom > div.right .pro_slick .slick-slide a .module_desc {
  color: #4e4e4e;
}
.product25 .bottom > div.right .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product25 .bottom > div.right .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product25 .bottom > div.right .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product25 .bottom > div.right .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product25 .bottom > div.right .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product25 .bottom > div.right .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product25 .bottom > div.right .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product25 .bottom > div.right .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product25 .bottom > div.right .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product25 .bottom > div.right .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product25 .bottom > div.right .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product25 .bottom > div.right .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product25 .bottom > div.right .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product25 .bottom > div.right .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product25 .bottom > div.right .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product25 .bottom > div.right .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product25 .bottom > div.right .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.product25.in .top .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product25.in .top .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product25.in .bottom > div {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.product26 {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product26 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product26 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product26 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product26 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product26 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product26 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product26 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product26 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product26 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product26 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product26 .module_title {
    margin-bottom: 30px;
  }
}
.product26 .pro_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .product26 .pro_slick {
    margin: 0 -10px;
  }
}
.product26 .pro_slick .slick-slide {
  padding: 15px 20px;
}
@media (min-width: 320px) {
  .product26 .pro_slick .slick-slide:nth-child(even) {
    padding-top: 35px;
  }
}
@media (min-width: 601px) {
  .product26 .pro_slick .slick-slide:nth-child(3n+2) {
    padding-top: 30px;
  }
  .product26 .pro_slick .slick-slide:nth-child(3n+3) {
    padding-top: 45px;
  }
}
@media (min-width: 721px) {
  .product26 .pro_slick .slick-slide:nth-child(3n+2) {
    padding-top: 4.0625vw;
  }
  .product26 .pro_slick .slick-slide:nth-child(3n+3) {
    padding-top: 7.2916666667vw;
  }
}
@media (max-width: 1200px) {
  .product26 .pro_slick .slick-slide {
    padding: 15px 10px;
  }
}
.product26 .pro_slick .slick-slide a {
  display: block;
  position: relative;
  transition: all 0.5s;
}
.product26 .pro_slick .slick-slide a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.product26 .pro_slick .slick-slide a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0001);
  transition: all 0.5s;
}
.product26 .pro_slick .slick-slide a .pro_info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .product26 .pro_slick .slick-slide a .pro_info {
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
    pointer-events: auto;
  }
}
.product26 .pro_slick .slick-slide a .pro_info > div {
  padding: 15px;
}
.product26 .pro_slick .slick-slide a .pro_info > div p {
  color: #fff;
  text-align: center;
}
.product26 .pro_slick .slick-slide a .pro_info > div p:nth-child(1) {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .product26 .pro_slick .slick-slide a .pro_info > div p:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .product26 .pro_slick .slick-slide a .pro_info > div p:nth-child(1) {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .product26 .pro_slick .slick-slide a .pro_info > div p:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .product26 .pro_slick .slick-slide a .pro_info > div p:nth-child(1) {
    font-size: 17px;
  }
}
.product26 .pro_slick .slick-slide a .pro_info > div p:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.product26 .pro_slick .slick-slide a:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.product26 .pro_slick .slick-slide a:hover .pro_img img {
  transform: scale(1.05);
}
.product26 .pro_slick .slick-slide a:hover .pro_info {
  opacity: 1;
  pointer-events: auto;
}
.product26 .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product26 .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product26 .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product26 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product26 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product26 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product26 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product26 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product26 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product26 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product26 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product26 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product26 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product26 .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product26 .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product26 .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product26 .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1200px) {
  .product26 .pro_slick .slick-arrow {
    display: none !important;
  }
}
.product26 .pro_slick .slick-arrow.slick-prev.keep_default {
  left: 20.2vw;
  transform: translate(-50%, -50%);
}
.product26 .pro_slick .slick-arrow.slick-next.keep_default {
  right: 20.2vw;
  transform: translate(50%, -50%);
}
.product26 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .product26 .button_set .arrowtype {
    display: none;
  }
}
.product26.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product26.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product26.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product27 {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product27 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product27 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product27 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product27 .content_pc {
  display: flex;
}
@media (max-width: 1200px) {
  .product27 .content_pc {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .product27 .content_pc {
    display: none;
  }
}
.product27 .content_pc .left {
  width: 53.375%;
}
.product27 .content_pc .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product27 .content_pc .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product27 .content_pc .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product27 .content_pc .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product27 .content_pc .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.product27 .content_pc .left .module_title.white p:nth-child(2) {
  color: #fff;
}
.product27 .content_pc .left ul {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product27 .content_pc .left ul li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.product27 .content_pc .left ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 160px);
  height: 100%;
  background: #000000;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.product27 .content_pc .left ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
  padding: 1.5625vw 3.125vw 1.5625vw 4.1666666667vw;
}
.product27 .content_pc .left ul li a p {
  display: flex;
  align-items: center;
  gap: 0 15px;
  color: #4e4e4e;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .product27 .content_pc .left ul li a p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .product27 .content_pc .left ul li a p {
    font-size: 18px;
  }
}
.product27 .content_pc .left ul li a svg {
  flex-shrink: 0;
  position: relative;
  width: auto;
  height: 1.09375vw;
  min-height: 12px;
  fill: #000000;
  transform: translateX(-10px);
  transition: all 0.3s, transform 0.5s;
}
.product27 .content_pc .left ul li:hover::before {
  opacity: 1;
}
.product27 .content_pc .left ul li:hover a p {
  color: #fff;
}
.product27 .content_pc .left ul li:hover a svg {
  fill: #fff;
  transform: translateX(0);
}
.product27 .content_pc .left .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product27 .content_pc .right {
  position: relative;
  width: 46.625%;
  padding: 0 11.3020833333vw 2.7083333333vw 0;
}
.product27 .content_pc .right .pro_slick_1 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product27 .content_pc .right .pro_slick_1::before {
  content: "";
  position: absolute;
  bottom: -2.7083333333vw;
  right: -3.3333333333vw;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
}
.product27 .content_pc .right .pro_slick_1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.product27 .content_pc .right .pro_slick_1 .slick-slide {
  transition: opacity 0.3s !important;
}
.product27 .content_pc .right .pro_slick_1 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 140%;
  overflow: hidden;
}
.product27 .content_pc .right .pro_slick_1 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product27 .content_pc .right .pro_slick_2 {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 18.3854166667vw;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product27 .content_pc .right .pro_slick_2 .slick-slide {
  transition: opacity 0.3s !important;
}
.product27 .content_pc .right .pro_slick_2 .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 76.7705382436%;
  overflow: hidden;
}
.product27 .content_pc .right .pro_slick_2 .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .product27 .content_mb {
    display: none;
  }
}
.product27 .content_mb .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product27 .content_mb .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product27 .content_mb .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product27 .content_mb .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product27 .content_mb .module_title.white p:nth-child(1) {
  color: #fff;
}
.product27 .content_mb .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product27 .content_mb .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product27 .content_mb .module_title {
    margin-bottom: 30px;
  }
}
.product27 .content_mb .pro_items {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px;
}
.product27 .content_mb .pro_items .item {
  width: calc(33.3333333333% - 13.3333333333px);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 540px) {
  .product27 .content_mb .pro_items .item {
    width: calc(50% - 10px);
  }
}
.product27 .content_mb .pro_items .item .img {
  position: relative;
  height: 0;
  padding-bottom: 140%;
  overflow: hidden;
}
.product27 .content_mb .pro_items .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product27 .content_mb .pro_items .item .no {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.product27 .content_mb .pro_items .item p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 10px;
  margin-top: 5px;
}
.product27 .content_mb .pro_items .item p span:nth-child(1) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 500;
}
.product27 .content_mb .pro_items .item p span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  background: #000000;
  border-radius: 50%;
}
.product27 .content_mb .pro_items .item p span:nth-child(2) svg {
  width: auto;
  height: 6px;
  fill: #fff;
}
.product27 .content_mb .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product27.in .content_pc .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product27.in .content_pc .left ul {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product27.in .content_pc .left .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.product27.in .content_pc .right .pro_slick_1 {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.product27.in .content_pc .right .pro_slick_2 {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.product27.in .content_mb .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product27.in .content_mb .pro_items .item {
  opacity: 1;
  transform: translateY(0);
}
.product27.in .content_mb .pro_items .item:nth-child(1) {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product27.in .content_mb .pro_items .item:nth-child(2) {
  transition: opacity 1s ease-out 0.45s, transform 1s ease-out 0.45s;
}
.product27.in .content_mb .pro_items .item:nth-child(3) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.product27.in .content_mb .pro_items .item:nth-child(4) {
  transition: opacity 1s ease-out 0.75s, transform 1s ease-out 0.75s;
}
.product27.in .content_mb .pro_items .item:nth-child(5) {
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.product27.in .content_mb .pro_items .item:nth-child(6) {
  transition: opacity 1s ease-out 1.05s, transform 1s ease-out 1.05s;
}
.product27.in .content_mb .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.35s, transform 1s ease-out 1.35s;
}

.product28 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product28 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product28 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product28 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product28 .wider_container {
  max-width: 100%;
}
.product28 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product28 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product28 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product28 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product28 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product28 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product28 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product28 .module_title {
    margin-bottom: 30px;
  }
}
.product28 .triple_content {
  display: flex;
  align-items: center;
  gap: 0 9.3101514302%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1500px) {
  .product28 .triple_content {
    gap: 0 5.7971014493%;
  }
}
@media (max-width: 1200px) {
  .product28 .triple_content {
    gap: 0 5.5555555556%;
  }
}
.product28 .triple_content .left,
.product28 .triple_content .right {
  width: 17.5546831183%;
}
@media (max-width: 1500px) {
  .product28 .triple_content .left,
  .product28 .triple_content .right {
    width: 19.0579710145%;
  }
}
@media (max-width: 1200px) {
  .product28 .triple_content .left,
  .product28 .triple_content .right {
    width: 13.8888888889%;
  }
}
@media (max-width: 960px) {
  .product28 .triple_content .left,
  .product28 .triple_content .right {
    display: none;
  }
}
.product28 .triple_content .left .pro_slick_side,
.product28 .triple_content .right .pro_slick_side {
  width: 68.0511182109%;
}
@media (max-width: 1500px) {
  .product28 .triple_content .left .pro_slick_side,
  .product28 .triple_content .right .pro_slick_side {
    width: 80.9885931559%;
  }
}
@media (max-width: 1200px) {
  .product28 .triple_content .left .pro_slick_side,
  .product28 .triple_content .right .pro_slick_side {
    width: 80%;
  }
}
.product28 .triple_content .left .pro_slick_side .slick-slide a,
.product28 .triple_content .right .pro_slick_side .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: var(--bg);
  border-radius: 50%;
  overflow: hidden;
}
.product28 .triple_content .left .pro_slick_side .slick-slide a img,
.product28 .triple_content .right .pro_slick_side .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product28 .triple_content .left .pro_slick_side .slick-arrow,
.product28 .triple_content .right .pro_slick_side .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow,
  .product28 .triple_content .right .pro_slick_side .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow,
  .product28 .triple_content .right .pro_slick_side .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product28 .triple_content .left .pro_slick_side .slick-arrow.slick-prev:not(.keep_default),
.product28 .triple_content .right .pro_slick_side .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-prev:not(.keep_default),
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-prev:not(.keep_default),
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-prev:not(.keep_default),
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-prev:not(.keep_default),
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product28 .triple_content .left .pro_slick_side .slick-arrow.slick-next:not(.keep_default),
.product28 .triple_content .right .pro_slick_side .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-next:not(.keep_default),
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-next:not(.keep_default),
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-next:not(.keep_default),
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-next:not(.keep_default),
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product28 .triple_content .left .pro_slick_side .slick-arrow svg,
.product28 .triple_content .right .pro_slick_side .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product28 .triple_content .left .pro_slick_side .slick-arrow:hover svg,
.product28 .triple_content .right .pro_slick_side .slick-arrow:hover svg {
  fill: #000000;
}
.product28 .triple_content .left .pro_slick_side .slick-arrow.white svg,
.product28 .triple_content .right .pro_slick_side .slick-arrow.white svg {
  fill: #fff;
}
.product28 .triple_content .left .pro_slick_side .slick-arrow.white:hover svg,
.product28 .triple_content .right .pro_slick_side .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.product28 .triple_content .left .pro_slick_side .slick-arrow.slick-prev,
.product28 .triple_content .right .pro_slick_side .slick-arrow.slick-prev {
  left: -46.9483568075%;
}
@media (max-width: 1500px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-prev,
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-prev {
    left: -35.2112676056%;
  }
}
@media (max-width: 1200px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-prev,
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-prev {
    left: -50%;
  }
}
.product28 .triple_content .left .pro_slick_side .slick-arrow.slick-next,
.product28 .triple_content .right .pro_slick_side .slick-arrow.slick-next {
  right: -46.9483568075%;
}
@media (max-width: 1500px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-next,
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-next {
    right: -35.2112676056%;
  }
}
@media (max-width: 1200px) {
  .product28 .triple_content .left .pro_slick_side .slick-arrow.slick-next,
  .product28 .triple_content .right .pro_slick_side .slick-arrow.slick-next {
    right: -50%;
  }
}
.product28 .triple_content .left .pro_slick_side {
  margin-left: auto;
}
.product28 .triple_content .mid {
  width: 46.270330903%;
}
@media (max-width: 1500px) {
  .product28 .triple_content .mid {
    width: 50.2898550725%;
  }
}
@media (max-width: 1200px) {
  .product28 .triple_content .mid {
    width: 61.1111111111%;
  }
}
@media (max-width: 960px) {
  .product28 .triple_content .mid {
    width: 100%;
  }
}
.product28 .triple_content .mid .pro_slick_2 .slick-slide > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_img {
  width: 64.2424242424%;
}
@media (max-width: 1500px) {
  .product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_img {
    width: 55%;
  }
}
@media (max-width: 720px) {
  .product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
}
.product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_img p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_img p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_info {
  width: 35.7575757576%;
  padding-left: 30px;
}
@media (max-width: 1500px) {
  .product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_info {
    width: 45%;
  }
}
@media (max-width: 720px) {
  .product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_info {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
  }
}
.product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_info > p:nth-child(1) {
  color: #4e4e4e;
  font-weight: 700;
  font-size: calc(1.671875rem + 0.2734375vw);
}
.product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_info > p:nth-child(2) {
  color: #4e4e4e;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 18px;
}
.product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_info > p:nth-child(3) {
  color: #4e4e4e;
  margin-top: 20px;
}
.product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_info .stamp {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 30px;
}
@media (max-width: 720px) {
  .product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_info .stamp {
    justify-content: center;
  }
}
.product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_info .stamp img {
  width: auto;
  height: 45px;
}
@media (max-width: 720px) {
  .product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_info .button_set {
    justify-content: center;
  }
}
@media (min-width: 961px) {
  .product28 .triple_content .mid .pro_slick_2 .slick-slide > div .pro_info .button_set .arrowtype {
    display: none;
  }
}
.product28.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product28.in .triple_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.product29_cutscene {
  position: relative;
  height: 200px;
  overflow-x: clip;
}
.product29_cutscene .circle {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(12.5rem + 122.9166666667vw);
  height: calc(12.5rem + 122.9166666667vw);
  background: #bbb;
  border-radius: 50%;
  transform: translate(-50%, -30%) scale(0.4);
}
@media (max-width: 1024px) {
  .product29_cutscene .circle {
    transform: translate(-50%, -20%) scale(0.4);
  }
}
@media (max-width: 720px) {
  .product29_cutscene .circle {
    transform: translate(-50%, -15%) scale(0.4);
  }
}
@media (max-width: 480px) {
  .product29_cutscene .circle {
    transform: translate(-50%, -10%) scale(0.4);
  }
}

.product29 {
  position: relative;
  background: #bbb;
}
.product29 .scroll_box {
  position: sticky;
  top: 0;
  overflow: hidden;
}
.product29 .scroll_box .final_circle {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2115px;
  height: 2115px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.product29 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 70px 0 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .product29 .content {
    padding: 70px 0 50px;
  }
}
.product29 .content .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product29 .content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product29 .content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product29 .content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product29 .content .module_title.white p:nth-child(1) {
  color: #fff;
}
.product29 .content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product29 .content .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product29 .content .module_title {
    margin-bottom: 30px;
  }
}
.product29 .content .train {
  display: flex;
  gap: 0 calc(0.9375rem + 0.78125vw);
  width: fit-content;
  padding-left: 30px;
  transition: all 0.3s, transform 1s ease-out;
}
@media (max-width: 480px) {
  .product29 .content .train {
    padding-left: 25px;
  }
}
.product29 .content .train .train_cabin {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product29 .content .train .train_cabin .cabin_frame {
  position: relative;
}
.product29 .content .train .train_cabin .cabin_frame .cabin_img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 62.2448979592%;
  border-radius: 30px;
  isolation: isolate;
  overflow: hidden;
}
@media (max-width: 680px) {
  .product29 .content .train .train_cabin .cabin_frame .cabin_img {
    padding-bottom: 76.1904761905%;
  }
}
@media (max-width: 400px) {
  .product29 .content .train .train_cabin .cabin_frame .cabin_img {
    border-radius: 20px;
  }
}
.product29 .content .train .train_cabin .cabin_frame .cabin_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transform: scale(1.0001);
  transition: all 0.4s ease-out;
}
@media (max-width: 1024px) {
  .product29 .content .train .train_cabin .cabin_frame .cabin_img img {
    filter: grayscale(0);
  }
}
.product29 .content .train .train_cabin .cabin_frame .cabin_content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px 30px;
  position: absolute;
  bottom: 1.5625vw;
  left: 3.6458333333vw;
  right: 2.34375vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}
@media (max-width: 1440px) {
  .product29 .content .train .train_cabin .cabin_frame .cabin_content {
    bottom: 20px;
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 1024px) {
  .product29 .content .train .train_cabin .cabin_frame .cabin_content {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 540px) {
  .product29 .content .train .train_cabin .cabin_frame .cabin_content {
    position: unset;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.product29 .content .train .train_cabin .cabin_frame .cabin_content > div .cabin_title {
  color: #fff;
  font-size: calc(1rem + 0.8333333333vw);
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 540px) {
  .product29 .content .train .train_cabin .cabin_frame .cabin_content > div .cabin_title {
    font-size: calc(0.8125rem + 2.4074074074vw);
    text-align: center;
  }
}
.product29 .content .train .train_cabin .cabin_frame .cabin_content > div .cabin_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 16px;
}
@media (max-width: 1440px) {
  .product29 .content .train .train_cabin .cabin_frame .cabin_content > div .cabin_tags {
    margin-top: 10px;
  }
}
@media (max-width: 540px) {
  .product29 .content .train .train_cabin .cabin_frame .cabin_content > div .cabin_tags {
    justify-content: center;
  }
}
.product29 .content .train .train_cabin .cabin_frame .cabin_content > div .cabin_tags * {
  color: #fff;
  text-indent: 1px;
  padding: 0 10px 2px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .product29 .content .train .train_cabin .cabin_frame .cabin_content > div .cabin_tags *:hover {
    box-shadow: 0 0 10px 0 #fff;
  }
}
.product29 .content .train .train_cabin .cabin_frame .cabin_content > [class^=button] {
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .product29 .content .train .train_cabin .cabin_frame:hover .cabin_img img {
    filter: grayscale(0);
    transform: scale(1.08);
  }
  .product29 .content .train .train_cabin .cabin_frame:hover .cabin_content {
    opacity: 1;
    pointer-events: auto;
  }
}
.product29 .content .train .train_cabin.big {
  width: calc(30.625rem + 25.5208333333vw);
}
@media (max-width: 680px) {
  .product29 .content .train .train_cabin.big {
    width: calc(100vw - 50px);
  }
}
@media (max-width: 720px) {
  .product29 .content .train .train_cabin.small {
    display: flex;
    gap: 0 calc(0.9375rem + 0.78125vw);
  }
}
@media (min-width: 721px) {
  .product29 .content .train .train_cabin.small {
    width: calc(13.75rem + 11.4583333333vw);
  }
}
@media (min-width: 721px) {
  .product29 .content .train .train_cabin.small .cabin_frame {
    border-radius: 20px;
  }
  .product29 .content .train .train_cabin.small .cabin_frame:nth-child(2) {
    margin-top: calc(0.625rem + 0.5208333333vw);
  }
}
@media (max-width: 720px) {
  .product29 .content .train .train_cabin.small .cabin_frame {
    width: calc(30.625rem + 25.5208333333vw);
  }
}
@media (max-width: 680px) {
  .product29 .content .train .train_cabin.small .cabin_frame {
    width: calc(100vw - 50px);
  }
}
@media (min-width: 721px) {
  .product29 .content .train .train_cabin.small .cabin_frame .cabin_img {
    padding-bottom: 67.0454545455%;
  }
}
@media (min-width: 721px) {
  .product29 .content .train .train_cabin.small .cabin_frame .cabin_content {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .product29 .content .train .train_cabin.small .cabin_frame .cabin_content > div .cabin_tags {
    display: none;
  }
}
.product29 .content .train .train_cabin.tail {
  padding: 0 25px;
}
.product29 .content .train .train_cabin.tail > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px 0;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
}
.product29 .content .train .train_cabin.tail > div p {
  display: flex;
  align-items: center;
  gap: 7.6388888889vw 3.125vw;
  color: #fff;
  font-size: calc(1.25rem + 1.0416666667vw);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .product29 .content .train .train_cabin.tail > div p {
    flex-direction: column;
    font-size: calc(0.875rem + 2.9166666667vw);
  }
}
.product29 .content .train .train_cabin.tail > div p img {
  width: calc(4.5625rem + 3.8020833333vw);
}
.product29 .content .train .train_cabin.tail > div .button_set {
  width: 100%;
}
@media (min-width: 721px) {
  .product29 .content .train .train_cabin.tail > div .button_set {
    justify-content: flex-end;
    margin-top: 0 !important;
  }
}
@media (max-width: 720px) {
  .product29 .content .train .train_cabin.tail > div .button_set {
    justify-content: center;
  }
}
.product29.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product29.in .train .train_cabin {
  opacity: 1;
  transform: translateY(0);
}
.product29.in .train .train_cabin:nth-child(1) {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product29.in .train .train_cabin:nth-child(2) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.product29.in .train .train_cabin:nth-child(3) {
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.product29.in .train .train_cabin:nth-child(4) {
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.product29.in .train .train_cabin:nth-child(5) {
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
}
.product29.in .train .train_cabin:nth-child(6) {
  transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
}
.product29.in .train .train_cabin:nth-child(7) {
  transition: opacity 1s ease-out 2.1s, transform 1s ease-out 2.1s;
}

.product30 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #eee;
}
@media (max-width: 1440px) {
  .product30 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product30 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product30 .pro_intro {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  margin-bottom: 40px;
}
.product30 .pro_intro .module_title {
  width: calc(50% - 40px);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product30 .pro_intro .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product30 .pro_intro .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product30 .pro_intro .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product30 .pro_intro .module_title.white p:nth-child(1) {
  color: #fff;
}
.product30 .pro_intro .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1024px) {
  .product30 .pro_intro .module_title {
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) and (max-width: 960px) {
  .product30 .pro_intro .module_title {
    margin-bottom: 45px;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .product30 .pro_intro .module_title {
    margin-bottom: 40px;
  }
}
.product30 .pro_intro .pro_pic {
  width: 50%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .product30 .pro_intro .pro_pic {
    width: 100%;
  }
}
.product30 .pro_intro .pro_pic img {
  margin: 0 auto;
}
.product30 .pro_slick {
  margin: 0 -15px;
}
@media (max-width: 1200px) {
  .product30 .pro_slick {
    margin: 0 -10px;
  }
}
.product30 .pro_slick .slick-slide {
  padding: 0 15px;
}
@media (min-width: 1201px) {
  .product30 .pro_slick .slick-slide {
    transition: width 0.5s;
  }
  .product30 .pro_slick .slick-slide:not(.open) {
    width: 270px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1737px) {
  .product30 .pro_slick .slick-slide:not(.open) {
    width: 15.5440414508vw !important;
  }
}
@media (min-width: 1201px) {
  .product30 .pro_slick .slick-slide.open {
    width: 550px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1737px) {
  .product30 .pro_slick .slick-slide.open {
    width: 31.6637881405vw !important;
  }
}
@media (max-width: 1200px) {
  .product30 .pro_slick .slick-slide {
    padding: 0 10px;
  }
}
.product30 .pro_slick .slick-slide .pro_item {
  display: block;
  padding: 60px 30px 30px;
  background: transparent;
  border: 2px solid #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1201px) and (max-width: 1737px) {
  .product30 .pro_slick .slick-slide .pro_item {
    padding: 60px 1.7271157168vw 30px;
  }
}
.product30 .pro_slick .slick-slide .pro_item > div {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product30 .pro_slick .slick-slide .pro_item .top {
  display: flex;
  gap: 25px 3.125vw;
}
@media (max-width: 1200px) {
  .product30 .pro_slick .slick-slide .pro_item .top {
    flex-direction: column;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
  }
}
.product30 .pro_slick .slick-slide .pro_item .top .pro_img {
  flex-shrink: 0;
  width: 100%;
  max-width: 176px;
  margin: 0 auto;
}
@media (min-width: 1201px) and (max-width: 1737px) {
  .product30 .pro_slick .slick-slide .pro_item .top .pro_img {
    max-width: 10.132412205vw;
  }
}
.product30 .pro_slick .slick-slide .pro_item .top .pro_img p {
  position: relative;
  height: 0;
  padding-bottom: 212px;
  overflow: hidden;
}
@media (min-width: 1201px) and (max-width: 1737px) {
  .product30 .pro_slick .slick-slide .pro_item .top .pro_img p {
    padding-bottom: 12.2049510651vw;
  }
}
.product30 .pro_slick .slick-slide .pro_item .top .pro_img p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1201px) and (max-width: 1737px) {
  .product30 .pro_slick .slick-slide .pro_item .top .pro_img p img {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
  }
}
.product30 .pro_slick .slick-slide .pro_item .top .pro_title {
  width: 100%;
}
@media (max-width: 1200px) {
  .product30 .pro_slick .slick-slide .pro_item .top .pro_title {
    text-align: center;
  }
}
.product30 .pro_slick .slick-slide .pro_item .top .pro_title p:nth-child(1) {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .product30 .pro_slick .slick-slide .pro_item .top .pro_title p:nth-child(1) {
    font-size: 22px;
  }
}
.product30 .pro_slick .slick-slide .pro_item .top .pro_title p:nth-child(2) {
  color: #b8b8b8;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .product30 .pro_slick .slick-slide .pro_item .top .pro_title p:nth-child(2) {
    font-size: 16px;
  }
}
.product30 .pro_slick .slick-slide .pro_item .bottom {
  margin-top: 30px;
  display: -webkit-box;
  height: 66px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product30 .pro_slick .slick-slide .pro_item .bottom {
    display: -webkit-box;
    height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1366px) {
  .product30 .pro_slick .slick-slide .pro_item .bottom {
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .product30 .pro_slick .slick-slide .pro_item .bottom {
    margin-top: 0;
  }
}
.product30 .pro_slick .slick-slide .pro_item .bottom .pro_name {
  color: #4e4e4e;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1440px) {
  .product30 .pro_slick .slick-slide .pro_item .bottom .pro_name {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .product30 .pro_slick .slick-slide .pro_item .bottom .pro_name {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .product30 .pro_slick .slick-slide .pro_item .bottom .pro_name {
    display: none;
  }
}
.product30 .pro_slick .slick-slide .pro_item .bottom .module_desc {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1440px) {
  .product30 .pro_slick .slick-slide .pro_item .bottom .module_desc {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .product30 .pro_slick .slick-slide .pro_item .bottom .module_desc {
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  .product30 .pro_slick .slick-slide:not(.open) .pro_item .top .pro_title {
    opacity: 0;
    transform: translateY(20px);
  }
  .product30 .pro_slick .slick-slide:not(.open) .pro_item .bottom .module_desc {
    display: none;
  }
  .product30 .pro_slick .slick-slide.open .pro_item .top .pro_title {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s 0.5s, transform 0.3s 0.5s;
  }
  .product30 .pro_slick .slick-slide.open .pro_item .bottom .pro_name {
    display: none;
  }
}
.product30 .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product30 .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product30 .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product30 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product30 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product30 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product30 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product30 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product30 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product30 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product30 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product30 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product30 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product30 .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product30 .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product30 .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product30 .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.product30.in .pro_intro .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product30.in .pro_intro .pro_pic {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product30.in .pro_slick .slick-slide .pro_item {
  background: #fff;
  transition: background 1s ease-out 0.6s;
}
.product30.in .pro_slick .slick-slide .pro_item > div {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.product31 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .product31 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product31 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product31 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product31 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product31 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product31 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product31 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product31 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product31 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .product31 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product31 .module_title {
    margin-bottom: 30px;
  }
}
.product31 .pro_slick {
  margin: calc(-1.5625rem - 2.6041666667vw) 0 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .product31 .pro_slick {
    margin: -10.4166666667vw 0 0;
  }
}
@media (max-width: 580px) {
  .product31 .pro_slick {
    margin: 0;
  }
}
.product31 .pro_slick .slick-slide {
  padding: calc(1.5625rem + 2.6041666667vw) calc(1.125rem + 2.0833333333vw);
}
@media (max-width: 960px) {
  .product31 .pro_slick .slick-slide {
    padding: 7.8125vw 6.0416666667vw;
  }
}
@media (max-width: 580px) {
  .product31 .pro_slick .slick-slide {
    padding: 0 18.1034482759vw;
  }
}
@media (max-width: 400px) {
  .product31 .pro_slick .slick-slide {
    padding: 0 12.5vw;
  }
}
.product31 .pro_slick .slick-slide a {
  display: flex;
  gap: 0 0.6770833333vw;
  padding-top: 65px;
  transform: translateY(0);
  transition: transform 0.3s;
}
@media (max-width: 1737px) {
  .product31 .pro_slick .slick-slide a {
    padding-top: 3.742084053vw;
  }
}
@media (max-width: 960px) {
  .product31 .pro_slick .slick-slide a {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 580px) {
  .product31 .pro_slick .slick-slide a {
    padding-top: 11.2068965517vw;
  }
}
.product31 .pro_slick .slick-slide a > p {
  flex-shrink: 0;
  color: #4e4e4e;
  font-size: calc(0.625rem + 0.8333333333vw);
  font-weight: 500;
  writing-mode: vertical-rl;
}
.product31 .pro_slick .slick-slide a > p span {
  font-size: calc(0.5rem + 0.5208333333vw);
}
@media (max-width: 960px) {
  .product31 .pro_slick .slick-slide a > p {
    font-size: 2.7083333333vw;
  }
  .product31 .pro_slick .slick-slide a > p span {
    font-size: 1.875vw;
  }
}
@media (max-width: 580px) {
  .product31 .pro_slick .slick-slide a > p {
    font-size: 4.4827586207vw;
  }
  .product31 .pro_slick .slick-slide a > p span {
    font-size: 3.1034482759vw;
  }
}
.product31 .pro_slick .slick-slide a .pro_item {
  width: 100%;
}
.product31 .pro_slick .slick-slide a .pro_item .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.product31 .pro_slick .slick-slide a .pro_item .pro_img img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product31 .pro_slick .slick-slide a .pro_item .pro_img img:nth-child(2) {
  position: absolute;
  bottom: var(--bottom);
  left: var(--left);
  width: var(--width);
  height: var(--height);
  max-width: unset;
}
.product31 .pro_slick .slick-slide a .pro_item .pro_info {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
}
.product31 .pro_slick .slick-slide a .pro_item .pro_info p {
  color: #4e4e4e;
}
.product31 .pro_slick .slick-slide.slick-current a {
  transform: translateY(calc(1.5625rem + 2.6041666667vw));
}
@media (max-width: 960px) {
  .product31 .pro_slick .slick-slide.slick-current a {
    transform: translateY(7.8125vw);
  }
}
@media (max-width: 580px) {
  .product31 .pro_slick .slick-slide.slick-current a {
    transform: translateY(0);
  }
}
.product31 .pro_slick .slick-slide.slick-current + .slick-slide + .slick-slide a {
  transform: translateY(calc(-1.5625rem - 2.6041666667vw));
}
@media (max-width: 960px) {
  .product31 .pro_slick .slick-slide.slick-current + .slick-slide + .slick-slide a {
    transform: translateY(-7.8125vw);
  }
}
@media (max-width: 580px) {
  .product31 .pro_slick .slick-slide.slick-current + .slick-slide + .slick-slide a {
    transform: translateY(0);
  }
}
.product31 .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product31 .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product31 .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product31 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product31 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product31 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product31 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product31 .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product31 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product31 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product31 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product31 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product31 .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product31 .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product31 .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.product31 .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product31 .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.product31 [class^=button] {
  margin-top: 3.3854166667vw !important;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .product31 [class^=button] {
    margin-top: 6.7708333333vw !important;
  }
}
@media (max-width: 580px) {
  .product31 [class^=button] {
    margin-top: 40px !important;
  }
}
.product31.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product31.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product31.in [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product_business {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product_business {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .product_business {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .product_business {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product_business .pro_content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 840px) {
  .product_business .pro_content {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .product_business .pro_content {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .product_business .pro_content {
    padding: 0 25px;
  }
}
.product_business .pro_content .left {
  width: 18.4895833333vw;
}
@media (max-width: 840px) {
  .product_business .pro_content .left {
    width: 100%;
  }
}
.product_business .pro_content .left .module_title {
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product_business .pro_content .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product_business .pro_content .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.product_business .pro_content .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.product_business .pro_content .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.product_business .pro_content .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 840px) {
  .product_business .pro_content .left .module_title {
    padding-top: 50px;
  }
}
@media (max-width: 840px) {
  .product_business .pro_content .left .module_title img {
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top right;
  }
}
.product_business .pro_content .left .module_title .chi {
  margin-left: 15px;
}
@media (max-width: 840px) {
  .product_business .pro_content .left .module_title .chi {
    margin-left: 0;
  }
}
@media (min-width: 841px) {
  .product_business .pro_content .left .module_title {
    writing-mode: vertical-lr;
    margin: 0 auto;
  }
}
@media (max-width: 840px) {
  .product_business .pro_content .left .module_title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.product_business .pro_content .right {
  width: calc(100% - 18.4895833333vw);
}
@media (max-width: 840px) {
  .product_business .pro_content .right {
    width: 100%;
  }
}
.product_business .pro_content .right .pro_info {
  display: flex;
  align-items: center;
  gap: 30px 40px;
  padding-right: 8.0729166667vw;
  margin-bottom: 3.6458333333vw;
}
@media (max-width: 1366px) {
  .product_business .pro_content .right .pro_info {
    padding-right: 60px;
  }
}
@media (max-width: 840px) {
  .product_business .pro_content .right .pro_info {
    flex-wrap: wrap;
    padding-right: unset;
    margin-bottom: 40px;
  }
}
.product_business .pro_content .right .pro_info .module_desc {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.35px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .product_business .pro_content .right .pro_info .module_desc {
    text-align-last: center;
    transform: translate(0, 40px);
  }
}
.product_business .pro_content .right .pro_info .button_set {
  flex-shrink: 0;
  margin-top: 0 !important;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product_business .pro_content .right .pro_info .button_set .button {
  width: 180px;
  height: 45px;
  background-color: #0f0f0f;
  color: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_business .pro_content .right .pro_info .button_set .button06 {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0f0f0f;
}
.product_business .pro_content .right .pro_info .button_set .button06 svg {
  width: 5px;
  height: 10px;
  fill: #fff;
}
@media (max-width: 840px) {
  .product_business .pro_content .right .pro_info .button_set {
    width: 100%;
    transform: translate(0, 40px);
  }
}
.product_business .pro_content .right .pro_wall {
  width: calc(100% + 16.6666666667vw);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .product_business .pro_content .right .pro_wall {
    width: 100%;
  }
}
.product_business .pro_content .right .pro_wall .pro_slick {
  margin: 0 -17.5px;
}
@media (max-width: 1024px) {
  .product_business .pro_content .right .pro_wall .pro_slick {
    margin: 0 -10px;
  }
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide {
  padding: 0 17.5px;
}
@media (max-width: 1024px) {
  .product_business .pro_content .right .pro_wall .pro_slick .slick-slide {
    padding: 0 10px;
  }
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_img .cover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  pointer-events: none;
}
@media (max-width: 640px) {
  .product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_img .cover {
    gap: 20px 0;
  }
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_img .cover p {
  color: #fff;
  font-size: 24px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_img .cover p {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_img .cover p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_img .cover p {
    font-size: 18px;
  }
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_img .cover [class^=button] {
  width: 180px;
  height: 45px;
  background-color: #0f0f0f;
  color: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_title {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 600;
  margin-top: 13px;
  transition: all 0.5s;
  position: relative;
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_title:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #00a746;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_title {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_title {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .product_business .pro_content .right .pro_wall .pro_slick .slick-slide .pro_title {
    text-align: center;
  }
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide:hover {
  background-color: rgba(204, 204, 204, 0.2);
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide:hover .pro_img img {
  opacity: 0.65;
  transform: scale(0.9);
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide:hover .pro_img .cover {
  pointer-events: auto;
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide:hover .pro_img .cover p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide:hover .pro_img .cover [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
}
.product_business .pro_content .right .pro_wall .pro_slick .slick-slide:hover .pro_title {
  opacity: 0;
  transform: translateY(-20px);
}
.product_business.in .pro_content .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product_business.in .pro_content .right .pro_info .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product_business.in .pro_content .right .pro_info .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.product_business.in .pro_content .right .pro_wall {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.service01 {
  position: relative;
  overflow: hidden;
}
@media (min-width: 961px) {
  .service01 {
    margin-top: 95px;
    margin-bottom: 95px;
    padding: 15.41667vw 0 0;
    margin-top: 0 !important;
  }
}
@media (min-width: 961px) and (max-width: 1440px) {
  .service01 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 961px) and (max-width: 960px) {
  .service01 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 961px) and (max-width: 480px) {
  .service01 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .service01 {
    padding-top: 95px;
    padding-bottom: 95px;
    background-image: url("../img/service/service51.jpg");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) and (max-width: 1440px) {
  .service01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .service01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  .service01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service01 .serv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 87.5vw;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .service01 .serv_bg {
    display: none;
  }
}
.service01 .serv_bg > div {
  position: relative;
}
.service01 .serv_bg > div img {
  width: 100%;
}
.service01 .serv_bg > div .module_title {
  position: absolute;
  top: 6vw;
  right: 4.4270833333vw;
  text-align: right;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service01 .serv_bg > div .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service01 .serv_bg > div .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service01 .serv_bg > div .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service01 .serv_bg > div .module_title.white p:nth-child(1) {
  color: #fff;
}
.service01 .serv_bg > div .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1440px) {
  .service01 .serv_bg > div .module_title {
    top: 5vw;
  }
}
@media (max-width: 1024px) {
  .service01 .serv_bg > div .module_title {
    top: 4.5vw;
  }
}
@media (min-width: 961px) {
  .service01 .serv_content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.service01 .serv_content .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service01 .serv_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service01 .serv_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service01 .serv_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service01 .serv_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.service01 .serv_content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .service01 .serv_content .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .service01 .serv_content .module_title {
    margin-bottom: 30px;
  }
}
@media (min-width: 961px) {
  .service01 .serv_content .module_title {
    display: none;
  }
}
.service01 .serv_content .tool_btn {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 20%;
  min-width: 210px;
  padding-right: 30px;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .service01 .serv_content .tool_btn {
    min-width: 190px;
  }
}
@media (max-width: 960px) {
  .service01 .serv_content .tool_btn {
    display: none;
  }
}
.service01 .serv_content .tool_btn .button_set {
  gap: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(to bottom, #dededf 0%, #dededf 100%);
  background-size: 1px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.service01 .serv_content .tool_btn .button_set .arrowtype {
  width: 20px;
  height: 20px;
  background: unset;
  border: unset;
}
.service01 .serv_content .tool_btn .button_set .arrowtype svg {
  fill: #000;
  height: 20px;
}
.service01 .serv_content .tool_btn .button_set .arrowtype:hover svg {
  fill: #000000;
}
.service01 .serv_content .serv_slick_wrap {
  width: 80%;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .service01 .serv_content .serv_slick_wrap {
    width: 100%;
    transform: translateY(40px);
  }
}
.service01 .serv_content .serv_slick_wrap .serv_slick {
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .service01 .serv_content .serv_slick_wrap .serv_slick {
    margin: 0 -10px;
  }
}
@media (max-width: 960px) {
  .service01 .serv_content .serv_slick_wrap .serv_slick {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .service01 .serv_content .serv_slick_wrap .serv_slick {
    padding-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .service01 .serv_content .serv_slick_wrap .serv_slick {
    margin: 0 -25px;
  }
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide {
    padding: 0 10px;
  }
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a {
  display: block;
  transition: all 0.3s;
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_img {
  position: relative;
  height: 0;
  padding-bottom: 117.2413793103%;
  overflow: hidden;
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.001);
  transition: all 0.3s;
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  background: #393993;
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_img::before {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 480px) {
  .service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_img::before {
    width: 65px;
    height: 65px;
  }
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_img::after {
  content: "more";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 14px;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_img p {
  position: absolute;
  top: 18px;
  left: -10px;
  width: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  padding: 4px 15px;
  background: #000000;
  z-index: 3;
  transform: skewX(-15deg);
  transform-origin: left bottom;
  transition: all 0.3s;
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_img p span {
  display: inline-block;
  transform: skewX(15deg);
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_info {
  padding: 50px 20px;
  background: #e6e6e6;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_info {
    padding: 35px 20px;
  }
}
@media (max-width: 960px) {
  .service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_info {
    padding: 20px;
  }
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_info p:nth-child(1) {
  width: fit-content;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_info p:nth-child(1) {
    font-size: 17px;
  }
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_info p:nth-child(2) {
  margin-top: 7px;
  transition: all 0.3s;
  display: -webkit-box;
  max-height: 108px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a .serv_info p:nth-child(2) {
    display: -webkit-box;
    max-height: 100.8px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a:hover .serv_img img {
  transform: scale(1.05);
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a:hover .serv_img .mask {
  opacity: 1;
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a:hover .serv_img::before {
  transform: translate(-50%, -50%) scale(1);
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a:hover .serv_img::after {
  opacity: 1;
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a:hover .serv_img p {
  background: #393993;
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a:hover .serv_info {
  background: #4c4c4c;
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a:hover .serv_info p:nth-child(1) {
  color: #fff;
}
.service01 .serv_content .serv_slick_wrap .serv_slick .slick-slide a:hover .serv_info p:nth-child(2) {
  color: #fff;
}
.service01 .serv_content > [class^=button] {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .service01 .serv_content > [class^=button] {
    display: none;
  }
}
.service01.in .serv_bg > div .module_title {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service01.in .serv_content .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service01.in .serv_content .tool_btn {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.service01.in .serv_content .serv_slick_wrap {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
@media (max-width: 960px) {
  .service01.in .serv_content .serv_slick_wrap {
    transform: translateY(0);
  }
}
.service01.in .serv_content > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}

.service02 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: url("../img/service/service06.jpg") no-repeat center center/100% 100%;
}
@media (max-width: 1440px) {
  .service02 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 840px) {
  .service02 {
    background-size: cover;
  }
}
.service02 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service02 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service02 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service02 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service02 .module_title.white p:nth-child(1) {
  color: #fff;
}
.service02 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .service02 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .service02 .module_title {
    margin-bottom: 30px;
  }
}
.service02 .serv_content {
  position: relative;
}
.service02 .serv_content .serv_center_object {
  width: 31.8229166667vw;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .service02 .serv_content .serv_center_object {
    width: 400px;
    max-width: 100%;
  }
}
.service02 .serv_content .serv_center_object > div {
  position: relative;
  height: 0;
  padding-bottom: 84.9427168576%;
  overflow: hidden;
}
.service02 .serv_content .serv_center_object > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service02 .serv_content .serv_center_object > div .serv_pos {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
}
.service02 .serv_content .serv_center_object > div .serv_pos.one {
  top: 25%;
  left: 25%;
}
.service02 .serv_content .serv_center_object > div .serv_pos.two {
  bottom: 25%;
  left: 25%;
}
.service02 .serv_content .serv_center_object > div .serv_pos.three {
  top: 25%;
  right: 25%;
}
.service02 .serv_content .serv_center_object > div .serv_pos.four {
  bottom: 25%;
  right: 25%;
}
.service02 .serv_content .serv_center_object > div .serv_pos div {
  position: relative;
}
.service02 .serv_content .serv_center_object > div .serv_pos div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
@keyframes service02_circle1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.service02 .serv_content .serv_center_object > div .serv_pos div p {
  position: relative;
  width: 55px;
  color: #fff;
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  background: #000000;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .service02 .serv_content .serv_center_object > div .serv_pos div p {
    width: 50px;
    font-size: 24px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .service02 .serv_content .serv_center_object > div .serv_pos div p {
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .service02 .serv_content .serv_center_object > div .serv_pos div p {
    width: 35px;
    font-size: 16px;
    line-height: 35px;
  }
}
.service02 .serv_content .serv_center_object > div .serv_pos.active div::before {
  animation: service02_circle1 1.5s linear infinite;
}
@media (min-width: 841px) {
  .service02 .serv_content .serv_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
  }
}
@media (min-width: 841px) {
  .service02 .serv_content .serv_info .serv_info_box {
    margin-bottom: 60px;
  }
}
@media (max-width: 840px) {
  .service02 .serv_content .serv_info .serv_info_box {
    display: flex;
    gap: 0 30px;
  }
}
@media (max-width: 480px) {
  .service02 .serv_content .serv_info .serv_info_box {
    flex-wrap: wrap;
  }
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item:nth-child(2) {
    margin-top: 5.46875vw;
  }
}
@media (max-width: 1200px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item {
    margin-top: 40px;
  }
}
@media (max-width: 840px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item {
    width: 50%;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item {
    width: 100%;
  }
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #4e4e4e;
  pointer-events: none;
}
@media (max-width: 1366px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item::before {
    display: none;
  }
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #4e4e4e;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 1366px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item::after {
    display: none;
  }
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item:not(.reverse_line)::before {
  left: 100%;
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item:not(.reverse_line):nth-child(1)::before {
  width: 145px;
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item:not(.reverse_line):nth-child(1)::after {
  left: calc(100% + 145px);
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item:not(.reverse_line):nth-child(2)::before {
  width: 180px;
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item:not(.reverse_line):nth-child(2)::after {
  left: calc(100% + 180px);
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item.reverse_line::before {
  right: 100%;
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item.reverse_line:nth-child(1)::before {
  width: 270px;
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item.reverse_line:nth-child(1)::after {
  right: calc(100% + 270px);
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item.reverse_line:nth-child(2)::before {
  width: 110px;
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item.reverse_line:nth-child(2)::after {
  right: calc(100% + 110px);
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 6.25vw;
  height: 6.25vw;
  min-width: 6.25vw;
  background: #4e4e4e;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}
@media (max-width: 640px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_icon img {
  max-width: 53.333%;
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #4e4e4e;
  border-radius: 50%;
}
@keyframes service02_circle2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@media (max-width: 1800px) {
  @keyframes service02_circle2 {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    75%, 100% {
      transform: scale(1.25);
      opacity: 0;
    }
  }
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_icon.active {
  background: #000000;
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_icon.active::before {
  border: 1px solid #000000;
  animation: service02_circle2 2s linear infinite;
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt {
    gap: 0 5px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt {
    flex-direction: column;
  }
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt p {
  color: #4e4e4e;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt p {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt p {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt p {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt p {
    font-size: 16px;
  }
}
.service02 .serv_content .serv_info .serv_info_box .serv_info_item .serv_info_txt.active p {
  color: #000000;
}
@media (min-width: 1025px) {
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item:hover .serv_info_icon {
    background: #000000;
  }
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item:hover .serv_info_icon::before {
    border: 1px solid #000000;
  }
  .service02 .serv_content .serv_info .serv_info_box .serv_info_item:hover .serv_info_txt p {
    color: #000000;
  }
}
.service02.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service02.in .serv_content .serv_center_object {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.service02.in .serv_content .serv_center_object > div .serv_pos {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease-in-out 1.3s;
}
.service02.in .serv_content .serv_info .serv_info_box .serv_info_item {
  opacity: 1;
  transform: translateY(0);
}
.service02.in .serv_content .serv_info .serv_info_box .serv_info_item:nth-child(1) {
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.service02.in .serv_content .serv_info .serv_info_box .serv_info_item:nth-child(2) {
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.service03 {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .service03 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service03 .serv_wrap {
  position: relative;
}
.service03 .serv_wrap .serv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service03 .serv_wrap .serv_bg .layer {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .service03 .serv_wrap .serv_bg .layer {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.service03 .serv_wrap .serv_bg .layer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service03 .serv_wrap .serv_bg .layer:nth-child(2) img {
  animation: service03_move 6.33337s infinite;
}
.service03 .serv_wrap .serv_bg .layer:nth-child(3) img {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@keyframes service03_move {
  0% {
    transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(15px) rotate(-360deg);
  }
}
.service03 .serv_wrap .module_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service03 .serv_wrap .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service03 .serv_wrap .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service03 .serv_wrap .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service03 .serv_wrap .module_title.white p:nth-child(1) {
  color: #fff;
}
.service03 .serv_wrap .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1440px) {
  .service03 .serv_wrap .module_title {
    position: relative;
    top: unset;
    left: unset;
    text-align: center;
    pointer-events: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  .service03 .serv_wrap .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1440px) and (max-width: 480px) {
  .service03 .serv_wrap .module_title {
    margin-bottom: 30px;
  }
}
.service03 .serv_wrap .container {
  max-width: 1143px;
}
.service03 .serv_wrap .serv_content {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .service03 .serv_wrap .serv_content {
    margin: 0 -30px;
  }
}
@media (max-width: 480px) {
  .service03 .serv_wrap .serv_content {
    margin: 0 -50px;
  }
}
@media (max-width: 400px) {
  .service03 .serv_wrap .serv_content {
    margin: 0 -35px;
  }
}
@keyframes serv03_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.service03 .serv_wrap .serv_content [class^=serv_circle] {
  opacity: 0;
  transform: scale(0.25);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service03 .serv_wrap .serv_content .serv_circle_1 img {
  animation: serv03_circle 7s linear infinite;
}
.service03 .serv_wrap .serv_content .serv_circle_2 img {
  animation: serv03_circle 9s linear infinite reverse;
}
.service03 .serv_wrap .serv_content .serv_circle_2,
.service03 .serv_wrap .serv_content .serv_circle_3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service03 .serv_wrap .serv_content .serv_center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64.61388%;
  height: 64.61388%;
  padding: 4.5943%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.25);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 768px) {
  .service03 .serv_wrap .serv_content .serv_center {
    padding: 15px;
  }
}
.service03 .serv_wrap .serv_content .serv_center .serv_center_content {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.service03 .serv_wrap .serv_content .serv_center .serv_center_content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (max-width: 768px) {
  .service03 .serv_wrap .serv_content .serv_center .serv_center_content::before {
    display: none;
  }
}
.service03 .serv_wrap .serv_content .serv_center .serv_center_content .serv_center_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 1.3s;
}
.service03 .serv_wrap .serv_content .serv_center .serv_center_content .serv_center_img.active {
  opacity: 1;
  pointer-events: auto;
}
.service03 .serv_wrap .serv_content .serv_center .serv_center_content .serv_center_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: calc(100% - 60px);
  letter-spacing: 1px;
  text-align: justify;
  text-align-last: center;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transform: translate(-50%, calc(-50% + 30px));
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .service03 .serv_wrap .serv_content .serv_center .serv_center_content .serv_center_txt {
    display: none;
  }
}
.service03 .serv_wrap .serv_content .serv_center .serv_center_content .serv_center_txt.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: all 1s 0.3s;
}
.service03 .serv_wrap .serv_content .serv_center .serv_center_content .serv_center_txt > p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .service03 .serv_wrap .serv_content .serv_center .serv_center_content .serv_center_txt > p {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .service03 .serv_wrap .serv_content .serv_center .serv_center_content .serv_center_txt > p {
    font-size: 21px;
  }
}
.service03 .serv_wrap .serv_content .serv_center .serv_center_content .serv_center_txt > span {
  color: #fff;
  font-size: 13px;
}
.service03 .serv_wrap .serv_content .serv_center .serv_center_content .serv_center_txt > a {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .service03 .serv_wrap .serv_content .serv_center .serv_center_content .serv_center_txt > a {
    margin-top: 30px;
  }
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 2;
}
@media (max-width: 768px) {
  .service03 .serv_wrap .serv_content .serv_center [class^=stick_] {
    display: none;
  }
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] > div {
  position: absolute;
  top: -10px;
  width: 19px;
  height: 19px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] > div.left {
  left: -10px;
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] > div.right {
  right: -10px;
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] > div.active {
  background: #fff;
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] > a img {
  position: absolute;
  top: calc((0px - 8.4375rem - 1.51042vw) / 2);
  width: calc(8.4375rem + 1.51042vw);
  transition: all 0.3s;
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] > a img:nth-child(1) {
  opacity: 1;
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] > a img:nth-child(2) {
  opacity: 0;
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] > a.left img {
  left: calc(-20px - 8.4375rem - 1.51042vw);
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] > a.right img {
  right: calc(-20px - 8.4375rem - 1.51042vw);
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] > a.active img:nth-child(1) {
  opacity: 0;
}
.service03 .serv_wrap .serv_content .serv_center [class^=stick_] > a.active img:nth-child(2) {
  opacity: 1;
}
.service03 .serv_wrap .serv_content .serv_center .stick_1 {
  transform: rotate(38deg);
}
.service03 .serv_wrap .serv_content .serv_center .stick_1 > a img {
  transform: rotate(-38deg);
}
.service03 .serv_wrap .serv_content .serv_center .stick_3 {
  transform: rotate(-38deg);
}
.service03 .serv_wrap .serv_content .serv_center .stick_3 > a img {
  transform: rotate(38deg);
}
.service03 .serv_wrap .serv_content .serv_center .serv_video {
  position: absolute;
  top: -14px;
  left: 50%;
  width: calc(15.625rem + 12.39583vw);
  z-index: 2;
  transform: translate(-50%, -100%);
}
@media (max-width: 768px) {
  .service03 .serv_wrap .serv_content .serv_center .serv_video {
    display: none;
  }
}
.service03 .serv_wrap .serv_content .serv_center .serv_video a {
  position: relative;
}
.service03 .serv_wrap .serv_content .serv_center .serv_video a img {
  transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.service03 .serv_wrap .serv_content .serv_center .serv_video a img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11.27049%;
  transform: translate(-50%, -50%) scale(1);
}
.service03 .serv_wrap .serv_content .serv_center .serv_video a:hover img:nth-child(1) {
  transform: scale(1.1);
}
.service03 .serv_wrap .serv_content .serv_center .serv_video a:hover img:nth-child(2) {
  transform: translate(-50%, -50%) scale(0.8);
}
.service03 .serv_wrap .serv_content .serv_center .serv_btn_mb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 769px) {
  .service03 .serv_wrap .serv_content .serv_center .serv_btn_mb {
    display: none;
  }
}
.service03 .serv_wrap .serv_content .serv_center .serv_btn_mb.left {
  left: -43px;
}
.service03 .serv_wrap .serv_content .serv_center .serv_btn_mb.right {
  right: -43px;
}
.service03 .serv_wrap .serv_content .serv_center .serv_btn_mb .arrowtype {
  width: 35px;
  height: 35px;
}
.service03 .serv_wrap .serv_txt_slick {
  margin-top: -90px;
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 769px) {
  .service03 .serv_wrap .serv_txt_slick {
    display: none;
  }
}
@media (max-width: 600px) {
  .service03 .serv_wrap .serv_txt_slick {
    margin-top: -70px;
  }
}
@media (max-width: 480px) {
  .service03 .serv_wrap .serv_txt_slick {
    margin-top: -55px;
  }
}
.service03 .serv_wrap .serv_txt_slick .slick-slide .serv_center_txt {
  width: 100%;
  max-width: 380px;
  text-align: justify;
  text-align-last: center;
  margin: 0 auto;
  padding-bottom: 25px;
}
.service03 .serv_wrap .serv_txt_slick .slick-slide .serv_center_txt > p {
  color: #414042;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .service03 .serv_wrap .serv_txt_slick .slick-slide .serv_center_txt > p {
    font-size: 20px;
  }
}
.service03 .serv_wrap .serv_txt_slick .slick-slide .serv_center_txt > span {
  color: #414042;
  font-size: 14px;
}
.service03 .serv_wrap .serv_txt_slick .slick-slide .serv_center_txt > a {
  margin-top: 30px;
}
.service03 .serv_wrap .serv_txt_slick .slick-dots {
  opacity: 0;
  pointer-events: none;
}
.service03.in .serv_wrap .serv_bg .layer:nth-child(3) img {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1.5s ease-out 2s, transform 1.5s ease-out 2s;
}
.service03.in .serv_wrap .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service03.in .serv_wrap .serv_content [class^=serv_circle] {
  opacity: 1;
  transform: scale(1);
}
.service03.in .serv_wrap .serv_content .serv_circle_1 {
  transition: opacity 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.75s, transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.75s;
}
.service03.in .serv_wrap .serv_content .serv_circle_2 {
  transition: opacity 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
}
.service03.in .serv_wrap .serv_content .serv_circle_3 {
  transition: opacity 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.45s, transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.45s;
}
.service03.in .serv_wrap .serv_content .serv_center {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s, opacity 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}
.service03.in .serv_wrap .serv_txt_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
}

.service04 {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .service04 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service04 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service04::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: -2;
}
.service04 .serv_bg {
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
  opacity: 0.23;
  transform: translateY(-50%);
  z-index: -1;
}
.service04 .serv_bg img {
  width: 100%;
}
@media (max-width: 1440px) {
  .service04 .serv_bg {
    height: 125%;
  }
  .service04 .serv_bg img {
    height: 100%;
    object-fit: cover;
  }
}
.service04 .module_title {
  margin-bottom: 60px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service04 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service04 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service04 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service04 .module_title.white p:nth-child(1) {
  color: #fff;
}
.service04 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .service04 .module_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service04 .module_title {
    margin-bottom: 40px;
  }
}
.service04 .serv_slick {
  margin: 0 -35px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .service04 .serv_slick {
    margin: 0 -25px;
  }
}
.service04 .serv_slick::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: calc(100% - 70px);
  height: 1px;
  background: #fff;
}
@media (max-width: 1200px) {
  .service04 .serv_slick::before {
    left: 25px;
    width: calc(100% - 50px);
  }
}
@media (max-width: 480px) {
  .service04 .serv_slick::before {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .service04 .serv_slick::before {
    top: 10px;
  }
}
.service04 .serv_slick::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 1200px) {
  .service04 .serv_slick::after {
    right: 17px;
  }
}
@media (max-width: 480px) {
  .service04 .serv_slick::after {
    display: none;
  }
}
.service04 .serv_slick .slick-slide {
  padding: 0 35px;
}
@media (max-width: 1200px) {
  .service04 .serv_slick .slick-slide {
    padding: 0 25px;
  }
}
.service04 .serv_slick .slick-slide .serv_item {
  position: relative;
}
.service04 .serv_slick .slick-slide .serv_item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0 30px;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 400px) {
  .service04 .serv_slick .slick-slide .serv_item::before {
    width: 20px;
    height: 20px;
    margin: 0 auto 30px;
  }
}
.service04 .serv_slick .slick-slide .serv_item::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: #262626;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .service04 .serv_slick .slick-slide .serv_item::after {
    top: 4px;
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
}
.service04 .serv_slick .slick-slide .serv_item img {
  margin: 0;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .service04 .serv_slick .slick-slide .serv_item img {
    margin: 0 auto;
  }
}
.service04 .serv_slick .slick-slide .serv_item .serv_item_title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .service04 .serv_slick .slick-slide .serv_item .serv_item_title {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  .service04 .serv_slick .slick-slide .serv_item .serv_item_title {
    text-align: center;
  }
}
.service04 .serv_slick .slick-slide .serv_item .module_desc {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 840px) {
  .service04 .serv_slick .slick-slide .serv_item .module_desc {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  .service04 .serv_slick .slick-slide .serv_item .module_desc {
    text-align-last: center;
  }
}
.service04 .serv_slick .slick-slide:hover .serv_item::after, .service04 .serv_slick .slick-slide.slick-current .serv_item::after {
  background: #000000;
}
.service04 .serv_slick .slick-slide:hover .serv_item img, .service04 .serv_slick .slick-slide.slick-current .serv_item img {
  filter: brightness(1) invert(0);
}
.service04 .serv_slick .slick-slide:hover .serv_item .serv_item_title, .service04 .serv_slick .slick-slide.slick-current .serv_item .serv_item_title {
  color: #000000;
}
.service04 .button_set {
  margin-top: 60px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1700px) {
  .service04 .button_set {
    margin-top: 55px !important;
  }
}
@media (max-width: 1600px) {
  .service04 .button_set {
    margin-top: 50px !important;
  }
}
@media (max-width: 1500px) {
  .service04 .button_set {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .service04 .button_set {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .service04 .button_set {
    margin-top: 35px !important;
  }
}
.service04.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service04.in .serv_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.service04.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.service05 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .service05 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service05 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service05 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service05 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service05 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service05 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service05 .module_title.white p:nth-child(1) {
  color: #fff;
}
.service05 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .service05 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .service05 .module_title {
    margin-bottom: 30px;
  }
}
.service05 .serv_boxes {
  display: flex;
  gap: 10px;
}
@media (max-width: 840px) {
  .service05 .serv_boxes.pc {
    display: none;
  }
}
@media (min-width: 841px) {
  .service05 .serv_boxes.mb {
    display: none;
  }
}
.service05 .serv_boxes .main_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 50%;
}
@media (max-width: 840px) {
  .service05 .serv_boxes .main_box {
    width: 100%;
  }
}
.service05 .serv_boxes .main_box a.sub_box {
  width: calc(50% - 5px);
  opacity: 0;
  transform: translateY(50px) scale(1.1);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 400px) {
  .service05 .serv_boxes .main_box a.sub_box {
    width: 100%;
  }
}
.service05 .serv_boxes .main_box a.sub_box.w100 {
  width: 100%;
}
.service05 .serv_boxes .main_box a.sub_box div {
  position: relative;
  height: 0;
  padding-bottom: 65.4088050314%;
  overflow: hidden;
}
.service05 .serv_boxes .main_box a.sub_box div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.service05 .serv_boxes .main_box a.sub_box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.service05 .serv_boxes .main_box a.sub_box div p:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 0 15px;
  z-index: 3;
  opacity: 0;
  transform: translateY(calc(-50% + 40px));
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .service05 .serv_boxes .main_box a.sub_box div p:nth-child(2) {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .service05 .serv_boxes .main_box a.sub_box div p:nth-child(2) {
    font-size: 18px;
  }
}
.service05 .serv_boxes .main_box a.sub_box div p:nth-child(3) {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 0 1px rgb(0, 0, 0);
  padding: 0 15px;
  z-index: 3;
  transition: all 0.3s 0.3s;
}
@media (max-width: 1200px) {
  .service05 .serv_boxes .main_box a.sub_box div p:nth-child(3) {
    bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .service05 .serv_boxes .main_box a.sub_box div p:nth-child(3) {
    bottom: 5px;
    font-size: 15px;
    padding: 0 8px;
  }
}
@media (max-width: 840px) {
  .service05 .serv_boxes .main_box a.sub_box div p:nth-child(3) {
    bottom: 10px;
    font-size: 16px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .service05 .serv_boxes .main_box a.sub_box div p:nth-child(3) {
    bottom: 5px;
    font-size: 15px;
    padding: 0 8px;
  }
}
@media (max-width: 480px) {
  .service05 .serv_boxes .main_box a.sub_box div p:nth-child(3) {
    font-size: 14px;
  }
}
@media (min-width: 548px) {
  .service05 .serv_boxes .main_box a.sub_box div p:nth-child(3) br {
    display: none;
  }
}
@media (max-width: 400px) {
  .service05 .serv_boxes .main_box a.sub_box div p:nth-child(3) br {
    display: none;
  }
}
@media (min-width: 1025px) {
  .service05 .serv_boxes .main_box a.sub_box:hover div::before {
    opacity: 1;
  }
  .service05 .serv_boxes .main_box a.sub_box:hover div p:nth-child(2) {
    opacity: 1;
    transform: translateY(-50%);
    transition: all 0.3s 0.3s;
  }
  .service05 .serv_boxes .main_box a.sub_box:hover div p:nth-child(3) {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.3s;
  }
}
.service05.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service05.in .serv_boxes .main_box a.sub_box {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.service05.in .serv_boxes .main_box a.sub_box.one {
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.service05.in .serv_boxes .main_box a.sub_box.two {
  transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}
.service05.in .serv_boxes .main_box a.sub_box.three {
  transition: opacity 0.8s ease-out 0.4s, transform 0.8s ease-out 0.4s;
}
.service05.in .serv_boxes .main_box a.sub_box.four {
  transition: opacity 0.8s ease-out 0.6s, transform 0.8s ease-out 0.6s;
}
.service05.in .serv_boxes .main_box a.sub_box.five {
  transition: opacity 0.8s ease-out 0.8s, transform 0.8s ease-out 0.8s;
}
.service05.in .serv_boxes .main_box a.sub_box.six {
  transition: opacity 0.8s ease-out 1s, transform 0.8s ease-out 1s;
}

.service06 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .service06 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service06 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service06 .serv_top {
  display: flex;
  align-items: center;
  gap: 0 4.375vw;
  margin-bottom: 4.6875vw;
}
@media (max-width: 960px) {
  .service06 .serv_top {
    margin-bottom: 40px;
  }
}
.service06 .serv_top [class^=serv_half] {
  width: 100%;
}
.service06 .serv_top .serv_half_left {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .service06 .serv_top .serv_half_left {
    display: flex;
    gap: 0 4.6875vw;
  }
}
.service06 .serv_top .serv_half_left .module_title {
  flex-shrink: 0;
}
.service06 .serv_top .serv_half_left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service06 .serv_top .serv_half_left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service06 .serv_top .serv_half_left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service06 .serv_top .serv_half_left .module_title.white p:nth-child(1) {
  color: #fff;
}
.service06 .serv_top .serv_half_left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .service06 .serv_top .serv_half_left .module_title {
    margin-bottom: 20px;
  }
}
.service06 .serv_top .serv_half_left .module_desc {
  width: 100%;
}
@media (min-width: 961px) {
  .service06 .serv_top .serv_half_left .module_desc {
    margin-top: 0.4166666667vw;
  }
}
.service06 .serv_top .serv_half_right {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .service06 .serv_top .serv_half_right {
    display: none;
  }
}
.service06 .serv_top .serv_half_right .button_set {
  justify-content: flex-end;
  margin-top: 0 !important;
}
.service06 .serv_bottom .serv_slick {
  margin: 0 -2.1875vw;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service06 .serv_bottom .serv_slick .slick-slide {
  padding: 0 2.1875vw;
}
.service06 .serv_bottom .serv_slick .slick-slide a div {
  position: relative;
  height: 0;
  padding-bottom: 71.5984147952%;
  overflow: hidden;
}
.service06 .serv_bottom .serv_slick .slick-slide a div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service06 .serv_bottom .serv_slick .slick-slide a div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 32, 32, 0.6);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .service06 .serv_bottom .serv_slick .slick-slide a div::after {
    display: none;
  }
}
@media (min-width: 1025px) {
  .service06 .serv_bottom .serv_slick .slick-slide a div:hover::after {
    opacity: 1;
  }
}
.service06 .serv_bottom .serv_slick .slick-slide a p {
  color: #4e4e4e;
  font-size: calc(1rem + 0.4166666667vw);
  text-align: center;
  margin-top: 10px;
}
.service06 .serv_bottom .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .service06 .serv_bottom .button_set {
    display: none;
  }
}
.service06.in .serv_top .serv_half_left {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service06.in .serv_top .serv_half_right {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.service06.in .serv_bottom .serv_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.service06.in .serv_bottom .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.service07 {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  background: #eee;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .service07 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service07 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service07 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service07 .serv_marquee {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 1s ease-out;
}
@media (max-width: 840px) {
  .service07 .serv_marquee {
    display: none;
  }
}
.service07 .serv_marquee p {
  width: max-content;
  color: transparent;
  font-size: calc(3.75rem + 6.25vw);
  font-weight: 700;
  font-family: sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-text-stroke: 1px #000000;
  animation: service07_marquee 20s linear infinite;
}
@keyframes service07_marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}
.service07 .wider_container > .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 841px) {
  .service07 .wider_container > .button_set {
    display: none;
  }
}
.service07 .wrap {
  display: flex;
  gap: 40px 3.125%;
}
@media (max-width: 840px) {
  .service07 .wrap {
    flex-direction: column-reverse;
  }
}
.service07 .wrap > div {
  position: relative;
  z-index: 2;
}
.service07 .left {
  width: 21.5625%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .service07 .left {
    display: none;
  }
}
.service07 .left .serv_slick_icon .slick-slide {
  padding: 15px 0;
}
@media (max-width: 1200px) {
  .service07 .left .serv_slick_icon .slick-slide {
    padding: 10px 0;
  }
}
.service07 .left .serv_slick_icon .slick-slide a {
  display: flex;
  align-items: center;
  gap: 0 30px;
  width: fit-content;
}
@media (max-width: 1200px) {
  .service07 .left .serv_slick_icon .slick-slide a {
    gap: 0 20px;
  }
}
.service07 .left .serv_slick_icon .slick-slide a .serv_icon {
  width: 90px;
}
@media (max-width: 1200px) {
  .service07 .left .serv_slick_icon .slick-slide a .serv_icon {
    width: 80px;
  }
}
.service07 .left .serv_slick_icon .slick-slide a .serv_icon p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 20px;
  isolation: isolate;
  overflow: hidden;
}
.service07 .left .serv_slick_icon .slick-slide a .serv_icon p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #3159a3, #092c72);
  opacity: 0;
  transition: all 0.3s;
}
.service07 .left .serv_slick_icon .slick-slide a .serv_icon p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.service07 .left .serv_slick_icon .slick-slide a > p {
  color: #4e4e4e;
  font-size: 18px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .service07 .left .serv_slick_icon .slick-slide a > p {
    font-size: 16px;
  }
}
.service07 .left .serv_slick_icon .slick-slide.slick-current a .serv_icon p::before {
  opacity: 1;
}
.service07 .left .serv_slick_icon .slick-slide.slick-current a .serv_icon p img {
  filter: brightness(0) invert(1);
}
.service07 .left .serv_slick_icon .slick-slide.slick-current a > p {
  color: #000000;
}
.service07 .left .button_set {
  width: fit-content;
  background-image: linear-gradient(to bottom, #cdcdcd, #cdcdcd);
  background-size: 1px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 12px !important;
}
.service07 .left .button_set .arrowtype {
  width: 36px;
  height: 36px;
}
@media (max-width: 1200px) {
  .service07 .left .button_set .arrowtype {
    width: 32px;
  }
}
.service07 .left .button_set .arrowtype svg {
  height: 22px;
}
.service07 .mid {
  width: 43.3125%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .service07 .mid {
    width: 65%;
  }
}
@media (max-width: 840px) {
  .service07 .mid {
    width: 100%;
  }
}
.service07 .mid .serv_circle {
  width: 72.8715728716%;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: scale(0.8);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 840px) {
  .service07 .mid .serv_circle {
    width: 100%;
    max-width: 505px;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .service07 .mid .serv_circle {
    max-width: 100%;
  }
}
.service07 .mid .serv_circle > div {
  position: relative;
  padding: 11px;
  border-radius: 50%;
}
.service07 .mid .serv_circle > div svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #000000;
  animation: rotate 40s linear infinite;
}
.service07 .mid .serv_circle > div .serv_slick_img {
  background: #eee;
  border-radius: 50%;
}
.service07 .mid .serv_circle > div .serv_slick_img .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
}
.service07 .mid .serv_circle > div .serv_slick_img .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 1s;
}
@media (min-width: 1025px) {
  .service07 .mid .serv_circle > div .serv_slick_img .slick-slide a:hover img {
    transform: scale(1.1);
  }
}
.service07 .mid .serv_content {
  width: 57.7200577201%;
  margin-top: -23%;
  margin-left: auto;
}
@media (max-width: 840px) {
  .service07 .mid .serv_content {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: -23%;
  }
}
@media (max-width: 540px) {
  .service07 .mid .serv_content {
    max-width: calc(100% - 50px);
  }
}
.service07 .mid .serv_content .serv_slick_txt .slick-slide {
  padding: 1.4583333333vw 1.8229166667vw 1.8229166667vw;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
@media (max-width: 840px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-slide {
    padding: calc(1.25rem + 0.9523809524vw) calc(1.25rem + 1.7857142857vw) calc(1.25rem + 1.7857142857vw);
  }
}
.service07 .mid .serv_content .serv_slick_txt .slick-slide .serv_title {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1200px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .serv_title {
    font-size: 18px;
  }
}
@media (max-width: 840px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .serv_title {
    margin-bottom: 2.380952381vw;
  }
}
.service07 .mid .serv_content .serv_slick_txt .slick-slide .module_desc {
  max-height: 135px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .module_desc::-webkit-scrollbar {
    width: 2px;
  }
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .module_desc::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .module_desc::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .module_desc::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
@media (min-width: 1025px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .module_desc {
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .module_desc {
    max-height: 126px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 480px) and (min-width: 1025px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .module_desc::-webkit-scrollbar {
    width: 2px;
  }
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .module_desc::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .module_desc::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .service07 .mid .serv_content .serv_slick_txt .slick-slide .module_desc::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
.service07 .mid .serv_content .serv_slick_txt .slick-slide > [class^=button] {
  margin-top: 2.0833333333vw;
}
@media (max-width: 840px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-slide > [class^=button] {
    margin-top: 4.7619047619vw;
  }
}
.service07 .mid .serv_content .serv_slick_txt .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-prev:not(.keep_default) {
  left: -50px;
}
@media (max-width: 1200px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-prev:not(.keep_default) {
    left: -48px;
  }
}
@media (max-width: 840px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-prev:not(.keep_default) {
    left: -45px;
  }
}
@media (max-width: 768px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-prev:not(.keep_default) {
    left: -30px;
  }
}
@media (max-width: 480px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-prev:not(.keep_default) {
    left: -28px;
  }
}
.service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-next:not(.keep_default) {
  right: -50px;
}
@media (max-width: 1200px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-next:not(.keep_default) {
    right: -48px;
  }
}
@media (max-width: 840px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-next:not(.keep_default) {
    right: -45px;
  }
}
@media (max-width: 768px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-next:not(.keep_default) {
    right: -30px;
  }
}
@media (max-width: 480px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-next:not(.keep_default) {
    right: -28px;
  }
}
.service07 .mid .serv_content .serv_slick_txt .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.service07 .mid .serv_content .serv_slick_txt .slick-arrow:hover svg {
  fill: #000000;
}
.service07 .mid .serv_content .serv_slick_txt .slick-arrow.white svg {
  fill: #fff;
}
.service07 .mid .serv_content .serv_slick_txt .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (min-width: 841px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow {
    display: none !important;
  }
}
.service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-prev:not(.keep_default) {
  left: -50px;
}
.service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-next:not(.keep_default) {
  right: -50px;
}
@media (max-width: 540px) {
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
  .service07 .mid .serv_content .serv_slick_txt .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
.service07 .mid .button_set {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  background-image: linear-gradient(to bottom, #cdcdcd, #cdcdcd);
  background-size: 1px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0 !important;
}
@media (min-width: 1025px) {
  .service07 .mid .button_set {
    display: none;
  }
}
@media (max-width: 840px) {
  .service07 .mid .button_set {
    display: none;
  }
}
.service07 .mid .button_set .arrowtype {
  width: 36px;
  height: 36px;
}
@media (max-width: 1200px) {
  .service07 .mid .button_set .arrowtype {
    width: 32px;
  }
}
.service07 .mid .button_set .arrowtype svg {
  height: 22px;
}
.service07 .right {
  width: 28.875%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .service07 .right {
    width: 35%;
  }
}
@media (max-width: 840px) {
  .service07 .right {
    width: 100%;
  }
}
.service07 .right .module_title {
  margin-bottom: 20px;
}
.service07 .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service07 .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service07 .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service07 .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.service07 .right .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 840px) {
  .service07 .right .module_title {
    text-align: center;
  }
}
@media (max-width: 840px) {
  .service07 .right .module_desc {
    text-align-last: center;
  }
}
@media (max-width: 840px) {
  .service07 .right .button_set {
    display: none;
  }
}
.service07.in .serv_marquee {
  opacity: 1;
  transition: opacity 2s ease-out;
}
.service07.in .left,
.service07.in .right {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service07.in .mid {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.service07.in .mid .serv_circle {
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.service07.in .wider_container > .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.service08 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .service08 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service08 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service08 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service08 .serv_circle {
  position: relative;
  width: 39.2708333333vw;
  height: 39.2708333333vw;
  padding: 4.6875vw 3.2291666667vw;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .service08 .serv_circle {
    width: 580px;
    height: 580px;
    padding: 70px 48px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1300px) and (max-width: 1200px) {
  .service08 .serv_circle {
    margin-bottom: 35px;
  }
}
@media (max-width: 1300px) and (max-width: 480px) {
  .service08 .serv_circle {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .service08 .serv_circle {
    width: unset;
    height: unset;
    padding: unset;
  }
}
.service08 .serv_circle svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #000;
  animation: rotate 60s linear infinite;
}
@media (max-width: 640px) {
  .service08 .serv_circle svg {
    display: none;
  }
}
.service08 .serv_circle .serv_img {
  display: block;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .service08 .serv_circle .serv_img {
    margin: 0 -25px;
  }
}
.service08 .serv_circle .serv_img img {
  margin: 0 auto;
}
.service08 .serv_circle .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service08 .serv_circle .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service08 .serv_circle .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service08 .serv_circle .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service08 .serv_circle .module_title.white p:nth-child(1) {
  color: #fff;
}
.service08 .serv_circle .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1300px) {
  .service08 .serv_circle .serv_item_pc {
    display: none;
  }
}
.service08 .serv_circle .serv_item_pc li {
  position: absolute;
  top: 50%;
  width: 50%;
  opacity: 0;
  transform: var(--deg);
  transition: opacity 1s ease-out;
}
.service08 .serv_circle .serv_item_pc li .serv_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
  transform: var(--deg);
}
.service08 .serv_circle .serv_item_pc li .serv_icon::before, .service08 .serv_circle .serv_item_pc li .serv_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.service08 .serv_circle .serv_item_pc li .serv_icon::before {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
}
.service08 .serv_circle .serv_item_pc li .serv_icon::after {
  width: 14px;
  height: 14px;
  background: #000000;
}
.service08 .serv_circle .serv_item_pc li .serv_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2291666667vw;
  height: 3.2291666667vw;
  max-width: unset;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.service08 .serv_circle .serv_item_pc li .serv_icon:hover::before {
  width: 6.1458333333vw;
  height: 6.1458333333vw;
  background: #000000;
}
.service08 .serv_circle .serv_item_pc li .serv_icon:hover::after {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  background: #fff;
}
.service08 .serv_circle .serv_item_pc li .serv_icon:hover img {
  opacity: 1;
}
.service08 .serv_circle .serv_item_pc li .serv_step {
  position: absolute;
  top: 0;
  width: calc(10rem + 16.6666666667vw);
  z-index: 1;
  transform: var(--deg) translateY(-33.3333333333%);
}
.service08 .serv_circle .serv_item_pc li .serv_step p:nth-child(1) {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1440px) {
  .service08 .serv_circle .serv_item_pc li .serv_step p:nth-child(1) {
    font-size: 17px;
  }
}
@media (max-width: 1366px) {
  .service08 .serv_circle .serv_item_pc li .serv_step p:nth-child(1) {
    font-size: 16px;
  }
}
.service08 .serv_circle .serv_item_pc li .serv_step p:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .service08 .serv_circle .serv_item_pc li .serv_step p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 1366px) {
  .service08 .serv_circle .serv_item_pc li .serv_step p:nth-child(2) {
    font-size: 16px;
  }
}
.service08 .serv_circle .serv_item_pc li .serv_step p:nth-child(3) {
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .service08 .serv_circle .serv_item_pc li .serv_step p:nth-child(3) {
    font-size: 14px;
  }
}
.service08 .serv_circle .serv_item_pc li:nth-child(1), .service08 .serv_circle .serv_item_pc li:nth-child(2), .service08 .serv_circle .serv_item_pc li:nth-child(3), .service08 .serv_circle .serv_item_pc li:nth-child(4) {
  right: 50%;
  transform-origin: right bottom;
}
.service08 .serv_circle .serv_item_pc li:nth-child(1) .serv_icon, .service08 .serv_circle .serv_item_pc li:nth-child(2) .serv_icon, .service08 .serv_circle .serv_item_pc li:nth-child(3) .serv_icon, .service08 .serv_circle .serv_item_pc li:nth-child(4) .serv_icon {
  left: -15px;
}
.service08 .serv_circle .serv_item_pc li:nth-child(1) .serv_step, .service08 .serv_circle .serv_item_pc li:nth-child(2) .serv_step, .service08 .serv_circle .serv_item_pc li:nth-child(3) .serv_step, .service08 .serv_circle .serv_item_pc li:nth-child(4) .serv_step {
  right: 100%;
  transform-origin: right center;
}
.service08 .serv_circle .serv_item_pc li:nth-child(1) .serv_step p, .service08 .serv_circle .serv_item_pc li:nth-child(2) .serv_step p, .service08 .serv_circle .serv_item_pc li:nth-child(3) .serv_step p, .service08 .serv_circle .serv_item_pc li:nth-child(4) .serv_step p {
  text-align: right;
}
.service08 .serv_circle .serv_item_pc li:nth-child(1) .serv_step {
  padding-right: 2.8645833333vw;
}
.service08 .serv_circle .serv_item_pc li:nth-child(2) .serv_step {
  padding-right: 3.6458333333vw;
}
.service08 .serv_circle .serv_item_pc li:nth-child(3) .serv_step {
  padding-right: calc(1.875rem + 3.125vw);
}
.service08 .serv_circle .serv_item_pc li:nth-child(4) .serv_step {
  padding-right: calc(3.125rem + 3.125vw);
}
.service08 .serv_circle .serv_item_pc li:nth-child(5), .service08 .serv_circle .serv_item_pc li:nth-child(6), .service08 .serv_circle .serv_item_pc li:nth-child(7), .service08 .serv_circle .serv_item_pc li:nth-child(8) {
  left: 50%;
  transform-origin: left bottom;
}
.service08 .serv_circle .serv_item_pc li:nth-child(5) .serv_icon, .service08 .serv_circle .serv_item_pc li:nth-child(6) .serv_icon, .service08 .serv_circle .serv_item_pc li:nth-child(7) .serv_icon, .service08 .serv_circle .serv_item_pc li:nth-child(8) .serv_icon {
  right: -15px;
}
.service08 .serv_circle .serv_item_pc li:nth-child(5) .serv_step, .service08 .serv_circle .serv_item_pc li:nth-child(6) .serv_step, .service08 .serv_circle .serv_item_pc li:nth-child(7) .serv_step, .service08 .serv_circle .serv_item_pc li:nth-child(8) .serv_step {
  left: 100%;
  transform-origin: left center;
}
.service08 .serv_circle .serv_item_pc li:nth-child(5) .serv_step {
  padding-left: 2.8645833333vw;
}
.service08 .serv_circle .serv_item_pc li:nth-child(6) .serv_step {
  padding-left: 3.6458333333vw;
}
.service08 .serv_circle .serv_item_pc li:nth-child(7) .serv_step {
  padding-left: calc(1.875rem + 3.125vw);
}
.service08 .serv_circle .serv_item_pc li:nth-child(8) .serv_step {
  padding-left: calc(3.125rem + 3.125vw);
}
.service08 .serv_item_mb {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1301px) {
  .service08 .serv_item_mb {
    display: none;
  }
}
.service08 .serv_item_mb::before {
  content: "";
  position: absolute;
  top: 61px;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #000;
}
@media (max-width: 960px) {
  .service08 .serv_item_mb::before {
    top: 60px;
  }
}
@media (max-width: 720px) {
  .service08 .serv_item_mb::before {
    top: 59px;
  }
}
.service08 .serv_item_mb .slick-slide {
  padding: 0 15px;
}
@media (max-width: 480px) {
  .service08 .serv_item_mb .slick-slide {
    padding: 0 10px;
  }
}
.service08 .serv_item_mb .slick-slide > div .serv_step {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .service08 .serv_item_mb .slick-slide > div .serv_step {
    font-size: 17px;
  }
}
@media (max-width: 720px) {
  .service08 .serv_item_mb .slick-slide > div .serv_step {
    font-size: 16px;
  }
}
.service08 .serv_item_mb .slick-slide > div .serv_icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 20px auto 55px;
}
.service08 .serv_item_mb .slick-slide > div .serv_icon::before, .service08 .serv_item_mb .slick-slide > div .serv_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.service08 .serv_item_mb .slick-slide > div .serv_icon::before {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
}
.service08 .serv_item_mb .slick-slide > div .serv_icon::after {
  width: 14px;
  height: 14px;
  background: #000000;
}
.service08 .serv_item_mb .slick-slide > div .serv_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  max-width: unset;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.service08 .serv_item_mb .slick-slide.slick-current > div .serv_step {
  opacity: 0;
}
.service08 .serv_item_mb .slick-slide.slick-current > div .serv_icon::before {
  width: 118px;
  height: 118px;
  background: #000000;
}
.service08 .serv_item_mb .slick-slide.slick-current > div .serv_icon::after {
  width: 100px;
  height: 100px;
  background: #fff;
}
.service08 .serv_item_mb .slick-slide.slick-current > div .serv_icon img {
  opacity: 1;
}
.service08.in .serv_circle .serv_img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service08.in .serv_circle .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.service08.in .serv_circle .serv_item_pc li {
  opacity: 1;
}
.service08.in .serv_circle .serv_item_pc li:nth-child(1) {
  transition: opacity 1s ease-out 0.75s;
}
.service08.in .serv_circle .serv_item_pc li:nth-child(2) {
  transition: opacity 1s ease-out 0.9s;
}
.service08.in .serv_circle .serv_item_pc li:nth-child(3) {
  transition: opacity 1s ease-out 1.05s;
}
.service08.in .serv_circle .serv_item_pc li:nth-child(4) {
  transition: opacity 1s ease-out 1.2s;
}
.service08.in .serv_circle .serv_item_pc li:nth-child(5) {
  transition: opacity 1s ease-out 1.35s;
}
.service08.in .serv_circle .serv_item_pc li:nth-child(6) {
  transition: opacity 1s ease-out 1.5s;
}
.service08.in .serv_circle .serv_item_pc li:nth-child(7) {
  transition: opacity 1s ease-out 1.65s;
}
.service08.in .serv_circle .serv_item_pc li:nth-child(8) {
  transition: opacity 1s ease-out 1.8s;
}
.service08.in .serv_item_mb {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.service09 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .service09 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service09 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service09 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service09 .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service09 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service09 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service09 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service09 .module_title.white p:nth-child(1) {
  color: #fff;
}
.service09 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .service09 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .service09 .module_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .service09 .module_title {
    text-align: center;
  }
}
.service09 .serv_accordion {
  display: flex;
  gap: 0 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1500px) {
  .service09 .serv_accordion {
    gap: 0 20px;
  }
}
@media (max-width: 1024px) {
  .service09 .serv_accordion {
    gap: 0 15px;
  }
}
@media (max-width: 960px) {
  .service09 .serv_accordion {
    display: none;
  }
}
.service09 .serv_accordion .serv_item {
  width: 100px;
  border-radius: 50px;
  isolation: isolate;
  overflow: hidden;
  transition: all 0.6s ease-out;
}
@media (max-width: 1500px) {
  .service09 .serv_accordion .serv_item {
    width: 80px;
  }
}
@media (max-width: 1024px) {
  .service09 .serv_accordion .serv_item {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  .service09 .serv_accordion .serv_item {
    position: relative;
  }
  .service09 .serv_accordion .serv_item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
}
.service09 .serv_accordion .serv_item > div {
  position: relative;
  overflow: hidden;
}
.service09 .serv_accordion .serv_item > div .serv_img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: calc(21.875rem + 7.8125vw);
  overflow: hidden;
}
.service09 .serv_accordion .serv_item > div .serv_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  z-index: 1;
  transition: all 0.6s;
}
.service09 .serv_accordion .serv_item > div .serv_img::before, .service09 .serv_accordion .serv_item > div .serv_img::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s 0.6s;
}
.service09 .serv_accordion .serv_item > div .serv_img::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
.service09 .serv_accordion .serv_item > div .serv_img::after {
  content: attr(data-txt);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
}
@media (max-width: 1500px) {
  .service09 .serv_accordion .serv_item > div .serv_img::after {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .service09 .serv_accordion .serv_item > div .serv_img::after {
    font-size: 18px;
  }
}
.service09 .serv_accordion .serv_item > div .serv_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  position: absolute;
  top: 2.0833333333vw;
  left: 2.0833333333vw;
  width: calc(100% - 4.1666666667vw);
  max-width: 450px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s;
}
.service09 .serv_accordion .serv_item > div .serv_tags * {
  color: #fff;
  font-weight: 500;
  text-indent: 1px;
  padding: 0 10px 2px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .service09 .serv_accordion .serv_item > div .serv_tags *:hover {
    box-shadow: 0 0 10px 0 #fff;
  }
}
.service09 .serv_accordion .serv_item > div .serv_content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 20px;
  position: absolute;
  bottom: 2.0833333333vw;
  left: 2.0833333333vw;
  right: 2.0833333333vw;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s;
}
.service09 .serv_accordion .serv_item > div .serv_content .serv_subject p {
  color: #fff;
}
.service09 .serv_accordion .serv_item > div .serv_content .serv_subject p:nth-child(1) {
  font-size: calc(0.625rem + 0.5208333333vw);
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  margin-bottom: 10px;
}
.service09 .serv_accordion .serv_item > div .serv_content .serv_subject p:nth-child(2) {
  font-size: calc(1.125rem + 0.9375vw);
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
}
.service09 .serv_accordion .serv_item.active {
  width: calc(100% - 500px - 150px);
  border-radius: 2.6041666667vw;
}
@media (max-width: 1500px) {
  .service09 .serv_accordion .serv_item.active {
    width: calc(100% - 400px - 100px);
  }
}
@media (max-width: 1024px) {
  .service09 .serv_accordion .serv_item.active {
    width: calc(100% - 350px - 75px);
  }
  .service09 .serv_accordion .serv_item.active::after {
    display: none;
  }
}
.service09 .serv_accordion .serv_item.active > div .serv_img img {
  filter: grayscale(0);
}
.service09 .serv_accordion .serv_item.active > div .serv_img::before, .service09 .serv_accordion .serv_item.active > div .serv_img::after {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.service09 .serv_accordion .serv_item.active > div .serv_tags,
.service09 .serv_accordion .serv_item.active > div .serv_content {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s 0.6s;
}
.service09 .serv_slick {
  padding-bottom: 50px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .service09 .serv_slick {
    display: none;
  }
}
.service09 .serv_slick .slick-slide > div .serv_img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 52.6315789474%;
  border-radius: 4.1666666667vw;
  overflow: hidden;
}
.service09 .serv_slick .slick-slide > div .serv_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service09 .serv_slick .slick-slide > div .serv_subject {
  margin-top: 30px;
}
.service09 .serv_slick .slick-slide > div .serv_subject p {
  color: #000;
  text-align: center;
}
.service09 .serv_slick .slick-slide > div .serv_subject p:nth-child(1) {
  font-size: 17px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  margin-bottom: 10px;
}
.service09 .serv_slick .slick-slide > div .serv_subject p:nth-child(2) {
  font-size: calc(1.625rem + 0.625vw);
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
}
.service09 .serv_slick .slick-slide > div .button_set {
  margin-top: 30px !important;
}
.service09 .serv_slick .slick-dots li {
  transition: all 0.3s linear;
}
.service09 .serv_slick .slick-dots li button {
  border-radius: 50px;
  transition: width 0.3s linear, background 0.3s linear;
}
.service09 .serv_slick .slick-dots li.slick-active {
  width: 50px;
}
.service09 .serv_slick .slick-dots li.slick-active button {
  width: 40px;
}
.service09.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service09.in .serv_accordion,
.service09.in .serv_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.service10 {
  padding-top: 95px;
  padding-bottom: 95px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .service10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service10 .module_title {
  margin-bottom: 20px;
}
.service10 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service10 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service10 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service10 .module_title.white p:nth-child(1) {
  color: #fff;
}
.service10 .module_title.white p:nth-child(2) {
  color: #fff;
}
.service10 .serv_top {
  margin-bottom: 20px;
}
.service10 .serv_top .row {
  align-items: flex-start;
}
.service10 .serv_top .serv_intro {
  width: 50%;
}
@media (max-width: 640px) {
  .service10 .serv_top .serv_intro {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service10 .serv_top .serv_intro .module_desc {
  max-width: 580px;
}
.service10 .serv_top .serv_cate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px 2.5vw;
  width: 50%;
}
@media (max-width: 640px) {
  .service10 .serv_top .serv_cate {
    width: 100%;
    justify-content: flex-start;
  }
}
.service10 .serv_top .serv_cate p {
  color: #4e4e4e;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .service10 .serv_top .serv_cate p {
    font-size: 15px;
  }
}
.service10 .serv_top .serv_cate p.active {
  color: #000000;
}
.service10 .serv_bottom {
  position: relative;
}
.service10 .serv_bottom .serv_two {
  opacity: 0;
  pointer-events: none;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service10 .serv_bottom .serv_two.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.service10 .serv_bottom .serv_two:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.service10 .serv_bottom .serv_two .row {
  margin: 0 -25px;
}
.service10 .serv_bottom .serv_two .row > * {
  padding: 0 25px;
}
@media (max-width: 1024px) {
  .service10 .serv_bottom .serv_two .row {
    margin: 0 -15px;
  }
  .service10 .serv_bottom .serv_two .row > * {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .service10 .serv_bottom .serv_two .row {
    margin: 0 -10px;
  }
  .service10 .serv_bottom .serv_two .row > * {
    padding: 0 10px;
  }
}
.service10 .serv_bottom .serv_two .serv_item {
  width: 50%;
}
@media (max-width: 640px) {
  .service10 .serv_bottom .serv_two .serv_item {
    width: 100%;
  }
  .service10 .serv_bottom .serv_two .serv_item:nth-child(1) {
    margin-bottom: 25px;
  }
}
.service10 .serv_bottom .serv_two .serv_item a {
  display: block;
}
.service10 .serv_bottom .serv_two .serv_item a .serv_pic {
  position: relative;
  height: 0;
  padding-bottom: 61.29%;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .service10 .serv_bottom .serv_two .serv_item a .serv_pic {
    margin-bottom: 15px;
  }
}
.service10 .serv_bottom .serv_two .serv_item a .serv_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service10 .serv_bottom .serv_two .serv_item a .serv_pic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  opacity: 0;
  transition: all 0.3s;
}
.service10 .serv_bottom .serv_two .serv_item a .serv_name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000;
  font-size: 22px;
  margin-bottom: 8px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .service10 .serv_bottom .serv_two .serv_item a .serv_name {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  .service10 .serv_bottom .serv_two .serv_item a .serv_name {
    font-size: 18px;
  }
}
.service10 .serv_bottom .serv_two .serv_item a .module_desc {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.service10 .serv_bottom .serv_two .serv_item a:hover .serv_pic::after {
  opacity: 1;
}
.service10.in {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}

.service11 {
  padding-right: 8.3333vw;
}
@media (max-width: 960px) {
  .service11 {
    padding-right: 0;
  }
}
.service11 .wrap {
  padding: 69px 11.45833vw;
  background: #000000 url("../img/other/other17.png") no-repeat -7.5% -65%;
  border-radius: 0 18.22917vw 0 0;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .service11 .wrap {
    padding: 60px 8vw;
  }
}
@media (max-width: 960px) {
  .service11 .wrap {
    padding: 60px;
    background: #000000 url("../img/other/other17.png") no-repeat center center;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .service11 .wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .service11 .wrap {
    padding: 40px 25px;
  }
}
.service11 .wrap .wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1327px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .service11 .wrap .wrapper {
    flex-direction: column;
    max-width: unset;
  }
}
.service11 .wrap .wrapper .serv_content {
  width: 33.685%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .service11 .wrap .wrapper .serv_content {
    width: 100%;
  }
}
.service11 .wrap .wrapper .serv_content .module_title {
  margin-bottom: 40px;
}
.service11 .wrap .wrapper .serv_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service11 .wrap .wrapper .serv_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service11 .wrap .wrapper .serv_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service11 .wrap .wrapper .serv_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.service11 .wrap .wrapper .serv_content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .service11 .wrap .wrapper .serv_content .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .service11 .wrap .wrapper .serv_content .module_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .service11 .wrap .wrapper .serv_content .module_title {
    text-align: center;
  }
}
@media (max-width: 960px) {
  .service11 .wrap .wrapper .serv_content > .module_desc {
    display: none;
  }
}
.service11 .wrap .wrapper .serv_content > .module_desc p {
  color: #fff;
}
.service11 .wrap .wrapper .serv_content > [class^=button] {
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .service11 .wrap .wrapper .serv_content > [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 960px) {
  .service11 .wrap .wrapper .serv_content > [class^=button] {
    display: none;
  }
}
.service11 .wrap .wrapper .serv_circle {
  width: calc(66.315% - 5.10417vw);
  margin-left: 5.10417vw;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .service11 .wrap .wrapper .serv_circle {
    display: none;
  }
}
.service11 .wrap .wrapper .serv_circle .circle_wrap {
  width: 100%;
  max-width: 729px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90.26%;
  height: 90.26%;
  background: linear-gradient(to bottom, #000000 0%, #fff 100%);
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75.9945%;
  height: 75.9945%;
  background: #000000;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  z-index: 2;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62.31%;
  height: 62.31%;
  border: 3px solid #fff;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_slick {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51.444%;
  height: 51.444%;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(62.31% - 2px);
  height: calc(62.31% - 2px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 100%;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick:nth-child(1) {
  transform: translate(-50%, -50%);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick:nth-child(3) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick:nth-child(4) {
  transform: translate(-50%, -50%) rotate(135deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span {
    width: 16px;
    height: 16px;
  }
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span:first-child {
  bottom: 100%;
  left: 0;
  transform: translate(-50%, 50%);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span:last-child {
  top: 100%;
  left: 0;
  transform: translate(-50%, -50%);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span::before, .service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span::before {
  width: 6px;
  height: 6px;
  background: #000000;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span::after {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
}
@media (max-width: 1440px) {
  .service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span::after {
    width: 36px;
    height: 36px;
  }
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span.current {
  border: 1px solid #fff;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span.current::before, .service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_dots .stick span.current::after {
  transform: translate(-50%, -50%) scale(1);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90.26%;
  height: 90.26%;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 100%;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick:nth-child(1) {
  transform: translate(-50%, -50%);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick:nth-child(3) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick:nth-child(4) {
  transform: translate(-50%, -50%) rotate(135deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 6.89vw;
  height: 6.89vw;
  min-width: 82px;
  min-height: 82px;
  background: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  border: 5px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick div img {
  max-width: 60%;
  max-height: 52%;
  filter: grayscale(1) opacity(0.5);
  transition: all 0.3s;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick div p {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick div:first-child {
  bottom: 100%;
  left: 0;
  transform: translate(-50%, 50%);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick div:last-child {
  top: 100%;
  left: 0;
  transform: translate(-50%, -50%);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick div:hover img, .service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick div.current img {
  filter: grayscale(0) opacity(1);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick div.current {
  border: 5px solid #8dc11f;
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick:nth-child(2) div:first-child {
  transform: translate(-50%, 50%) rotate(-45deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick:nth-child(2) div:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick:nth-child(3) div:first-child {
  transform: translate(-50%, 50%) rotate(-90deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick:nth-child(3) div:last-child {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick:nth-child(4) div:first-child {
  transform: translate(-50%, 50%) rotate(-135deg);
}
.service11 .wrap .wrapper .serv_circle .circle_wrap .circle_wrapper .serv_circle_content .serv_icon .stick:nth-child(4) div:last-child {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.service11 .wrap .wrapper .serv_circle_mb {
  width: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .service11 .wrap .wrapper .serv_circle_mb {
    display: none;
  }
}
.service11 .wrap .wrapper .serv_circle_mb .serv_slick {
  width: 100%;
  max-width: 374px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
}
.service11 .wrap .wrapper .serv_circle_mb .serv_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.service11 .wrap .wrapper .serv_circle_mb .serv_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service11 .wrap .wrapper .serv_circle_mb .serv_slick_mb {
  width: 100%;
  padding: 0 50px;
  margin-top: 40px;
}
.service11 .wrap .wrapper .serv_circle_mb .serv_slick_mb .slick-slide {
  padding: 5px 15px;
}
@media (max-width: 440px) {
  .service11 .wrap .wrapper .serv_circle_mb .serv_slick_mb .slick-slide {
    padding: 5px 8px;
  }
}
.service11 .wrap .wrapper .serv_circle_mb .serv_slick_mb .slick-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 122px;
  height: 122px;
  margin: auto;
  background: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  border: 5px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .service11 .wrap .wrapper .serv_circle_mb .serv_slick_mb .slick-slide a {
    width: 115px;
    height: 115px;
  }
}
@media (max-width: 440px) {
  .service11 .wrap .wrapper .serv_circle_mb .serv_slick_mb .slick-slide a {
    width: 108px;
    height: 108px;
  }
}
.service11 .wrap .wrapper .serv_circle_mb .serv_slick_mb .slick-slide a img {
  max-width: 60%;
  max-height: 52%;
  filter: grayscale(1) opacity(0.5);
  transition: all 0.3s;
}
.service11 .wrap .wrapper .serv_circle_mb .serv_slick_mb .slick-slide a p {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}
.service11 .wrap .wrapper .serv_circle_mb .serv_slick_mb .slick-slide.slick-current a {
  border: 5px solid #8dc11f;
}
.service11 .wrap .wrapper .serv_circle_mb .serv_slick_mb .slick-slide.slick-current a img {
  filter: grayscale(0) opacity(1);
}
.service11 .wrap .wrapper > .module_desc {
  margin-top: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .service11 .wrap .wrapper > .module_desc {
    display: none;
  }
}
.service11 .wrap .wrapper > .module_desc p {
  color: #fff;
}
.service11 .wrap .wrapper > [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .service11 .wrap .wrapper > [class^=button] {
    margin-top: 35px !important;
  }
}
@media (min-width: 961px) {
  .service11 .wrap .wrapper > [class^=button] {
    display: none;
  }
}
.service11.in .wrap .wrapper .serv_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service11.in .wrap .wrapper .serv_circle {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.service11.in .wrap .wrapper .serv_circle_mb {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.service11.in .wrap .wrapper > .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.service11.in .wrap .wrapper > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.service12 {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .service12 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service12 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service12 > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  min-height: 450px;
  z-index: -1;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .service12 > img {
    width: auto;
    max-width: unset;
    min-height: unset;
    max-height: 500px;
  }
}
@media (max-width: 1024px) {
  .service12 > img {
    bottom: 15%;
    max-height: 450px;
  }
}
@media (max-width: 600px) {
  .service12 > img {
    max-height: 400px;
  }
}
.service12 > canvas {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-height: 450px;
  z-index: -1;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .service12 > canvas {
    bottom: 15%;
    min-height: 500px;
  }
}
@media (max-width: 600px) {
  .service12 > canvas {
    min-height: 400px;
  }
}
.service12 .serv_content {
  display: flex;
}
@media (max-width: 1024px) {
  .service12 .serv_content {
    flex-wrap: wrap;
  }
}
.service12 .serv_content .left {
  width: 350px;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .service12 .serv_content .left {
    width: 310px;
  }
}
@media (max-width: 1024px) {
  .service12 .serv_content .left {
    width: 100%;
  }
}
.service12 .serv_content .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service12 .serv_content .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service12 .serv_content .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service12 .serv_content .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service12 .serv_content .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.service12 .serv_content .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1024px) {
  .service12 .serv_content .left .module_title {
    text-align: center;
    transform: translate(0, 40px);
  }
}
.service12 .serv_content .left .module_desc {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .service12 .serv_content .left .module_desc {
    transform: translate(0, 40px);
  }
}
.service12 .serv_content .right {
  width: calc(100% - 350px);
  padding: 0 4.6875vw 0 0;
  transition: all 0.3s;
}
@media (max-width: 1700px) {
  .service12 .serv_content .right {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .service12 .serv_content .right {
    width: calc(100% - 310px);
  }
}
@media (max-width: 1366px) {
  .service12 .serv_content .right {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .service12 .serv_content .right {
    width: 100%;
    padding: 40px 0 20px;
  }
}
.service12 .serv_content .right .circle_area {
  width: 704px;
  margin: 0 0 0 auto;
  transition: all 0.3s;
}
@media (max-width: 1700px) {
  .service12 .serv_content .right .circle_area {
    width: 680px;
  }
}
@media (max-width: 1600px) {
  .service12 .serv_content .right .circle_area {
    width: 660px;
  }
}
@media (max-width: 1500px) {
  .service12 .serv_content .right .circle_area {
    width: 640px;
  }
}
@media (max-width: 1366px) {
  .service12 .serv_content .right .circle_area {
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .service12 .serv_content .right .circle_area {
    width: 600px;
  }
}
@media (max-width: 1024px) {
  .service12 .serv_content .right .circle_area {
    max-width: 100%;
  }
}
.service12 .serv_content .right .circle_area > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.service12 .serv_content .right .circle_area > div .circle_big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 7px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .service12 .serv_content .right .circle_area > div .circle_big {
    transform: translate(0, 40px);
  }
}
.service12 .serv_content .right .circle_area > div .circle_big .inner1 {
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .service12 .serv_content .right .circle_area > div .circle_big .inner1 {
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
@media (max-width: 400px) {
  .service12 .serv_content .right .circle_area > div .circle_big .inner1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.service12 .serv_content .right .circle_area > div .circle_big .inner2 {
  position: absolute;
  top: 33px;
  left: 33px;
  width: calc(100% - 66px);
  height: calc(100% - 66px);
  background: url("../img/service/service49.svg") no-repeat center center/cover;
  border-radius: 50%;
  animation: serv12_circle 40s linear infinite;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .service12 .serv_content .right .circle_area > div .circle_big .inner2 {
    top: 18px;
    left: 18px;
    width: calc(100% - 36px);
    height: calc(100% - 36px);
  }
}
@media (max-width: 400px) {
  .service12 .serv_content .right .circle_area > div .circle_big .inner2 {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
.service12 .serv_content .right .circle_area > div .circle_big .inner3 {
  position: absolute;
  top: 78px;
  left: 78px;
  width: calc(100% - 156px);
  height: calc(100% - 156px);
  background: rgba(209, 211, 212, 0.15);
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .service12 .serv_content .right .circle_area > div .circle_big .inner3 {
    top: 45px;
    left: 45px;
    width: calc(100% - 90px);
    height: calc(100% - 90px);
  }
}
@media (max-width: 400px) {
  .service12 .serv_content .right .circle_area > div .circle_big .inner3 {
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
}
.service12 .serv_content .right .circle_area > div .circle_big .inner4 {
  position: absolute;
  top: 103px;
  left: 103px;
  width: calc(100% - 206px);
  height: calc(100% - 206px);
  background: url("../img/service/service48.svg") no-repeat center center/cover;
  border-radius: 50%;
  animation: serv12_circle 30s linear infinite reverse;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .service12 .serv_content .right .circle_area > div .circle_big .inner4 {
    top: 60px;
    left: 60px;
    width: calc(100% - 120px);
    height: calc(100% - 120px);
  }
}
@media (max-width: 400px) {
  .service12 .serv_content .right .circle_area > div .circle_big .inner4 {
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
  }
}
@keyframes serv12_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.service12 .serv_content .right .circle_area > div .circle_big .serv_slick_1 {
  position: absolute;
  top: 130px;
  left: 130px;
  width: calc(100% - 260px);
  height: calc(100% - 260px);
  background: #fff;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .service12 .serv_content .right .circle_area > div .circle_big .serv_slick_1 {
    pointer-events: none;
  }
}
@media (max-width: 600px) {
  .service12 .serv_content .right .circle_area > div .circle_big .serv_slick_1 {
    top: 77px;
    left: 77px;
    width: calc(100% - 154px);
    height: calc(100% - 154px);
  }
}
@media (max-width: 400px) {
  .service12 .serv_content .right .circle_area > div .circle_big .serv_slick_1 {
    top: 50px;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
  }
}
.service12 .serv_content .right .circle_area > div .circle_big .serv_slick_1 .slick-slide div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.service12 .serv_content .right .circle_area > div .circle_big .serv_slick_1 .slick-slide div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service12 .serv_content .right .circle_area > div .circle_big [class^=club] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(50% - 7px);
  height: 0px;
  background: #000;
  transform-origin: left center;
}
@media (max-width: 1024px) {
  .service12 .serv_content .right .circle_area > div .circle_big [class^=club] {
    display: none;
  }
}
.service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item {
  width: 110px;
  height: 110px;
  padding: 5px;
  margin: 0 0 0 auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform: translate(50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item {
    width: 90px;
    height: 90px;
  }
}
.service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item div p:nth-child(1) {
  position: relative;
}
.service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item div p:nth-child(1) img {
  transition: all 0.3s;
}
.service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item div p:nth-child(1) img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item div p:nth-child(2) {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
}
.service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item.current {
  background: #000000;
}
.service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item.current div p:nth-child(1) img:nth-child(1) {
  opacity: 0;
}
.service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item.current div p:nth-child(1) img:nth-child(2) {
  opacity: 1;
}
.service12 .serv_content .right .circle_area > div .circle_big [class^=club] .circle_item.current div p:nth-child(2) {
  color: #fff;
}
.service12 .serv_content .right .circle_area > div .circle_big .club_1 {
  transform: rotate(-60deg);
}
.service12 .serv_content .right .circle_area > div .circle_big .club_1 .circle_item {
  transform: translate(50%, -50%) rotate(60deg);
}
.service12 .serv_content .right .circle_area > div .circle_big .club_2 {
  transform: rotate(-26deg);
}
.service12 .serv_content .right .circle_area > div .circle_big .club_2 .circle_item {
  transform: translate(50%, -50%) rotate(26deg);
}
.service12 .serv_content .right .circle_area > div .circle_big .club_3 {
  transform: rotate(8deg);
}
.service12 .serv_content .right .circle_area > div .circle_big .club_3 .circle_item {
  transform: translate(50%, -50%) rotate(-8deg);
}
.service12 .serv_content .right .circle_area > div .circle_big .club_4 {
  transform: rotate(42deg);
}
.service12 .serv_content .right .circle_area > div .circle_big .club_4 .circle_item {
  transform: translate(50%, -50%) rotate(-42deg);
}
.service12 .serv_content .right .circle_area > div .circle_big .club_5 {
  transform: rotate(76deg);
}
.service12 .serv_content .right .circle_area > div .circle_big .club_5 .circle_item {
  transform: translate(50%, -50%) rotate(-76deg);
}
.service12 .serv_content .right .circle_area > div .circle_big .club_6 {
  transform: rotate(110deg);
}
.service12 .serv_content .right .circle_area > div .circle_big .club_6 .circle_item {
  transform: translate(50%, -50%) rotate(-110deg);
}
.service12 .serv_content .right .circle_area > div .circle_small {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 200px);
  height: calc(100% - 200px);
  background: #fff;
  border-radius: 50%;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate(calc(-64.7% + 40px), -50%);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1600px) {
  .service12 .serv_content .right .circle_area > div .circle_small {
    left: 10%;
  }
}
@media (max-width: 1500px) {
  .service12 .serv_content .right .circle_area > div .circle_small {
    left: 20%;
  }
}
@media (max-width: 1366px) {
  .service12 .serv_content .right .circle_area > div .circle_small {
    left: 60%;
    background: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 1024px) {
  .service12 .serv_content .right .circle_area > div .circle_small {
    display: none;
  }
}
.service12 .serv_content .right .circle_area > div .circle_small > div {
  position: relative;
  top: 18px;
  left: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  border: 12px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.service12 .serv_content .right .circle_area > div .circle_small > div .inner1 {
  position: absolute;
  top: 9px;
  left: 9px;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  background: url("../img/service/service50.svg") no-repeat center center/cover;
  border-radius: 50%;
  animation: serv12_circle 60s linear infinite reverse;
}
.service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 {
  position: absolute;
  top: 92px;
  left: 50%;
  width: calc(100% - 144px);
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 {
    top: 87px;
    width: calc(100% - 120px);
  }
}
@media (max-width: 1600px) {
  .service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 {
    top: 22px;
    width: calc(100% - 70px);
  }
}
@media (max-width: 1200px) {
  .service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .app_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .app_title {
    align-items: center;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1500px) {
  .service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .app_title {
    margin-bottom: 5px;
  }
}
@media (max-width: 1600px) {
  .service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .app_title div {
    text-align: center;
  }
}
.service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .app_title div p:nth-child(1) {
  color: rgba(0, 0, 0, 0.5);
  font-size: 48px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .app_title div p:nth-child(1) {
    font-size: 40px;
  }
}
.service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .app_title div p:nth-child(2) {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .app_title div p:nth-child(2) {
    font-size: 20px;
  }
}
.service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .app_title div p:nth-child(2) span {
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .app_title div p:nth-child(2) span {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .app_title img {
    display: none;
  }
}
.service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide .module_desc {
  font-size: 13px;
}
.service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide [class^=button] {
  margin-top: 20px;
}
@media (max-width: 1500px) {
  .service12 .serv_content .right .circle_area > div .circle_small > div .serv_slick_2 .slick-slide [class^=button] {
    margin-top: 10px;
  }
}
.service12 .serv_slick_3 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .service12 .serv_slick_3 {
    display: none;
  }
}
.service12 .serv_slick_3 .slick-slide .app_title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.service12 .serv_slick_3 .slick-slide .app_title div p:nth-child(1) {
  color: rgba(0, 0, 0, 0.5);
  font-size: 48px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .service12 .serv_slick_3 .slick-slide .app_title div p:nth-child(1) {
    font-size: 40px;
  }
}
.service12 .serv_slick_3 .slick-slide .app_title div p:nth-child(2) {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .service12 .serv_slick_3 .slick-slide .app_title div p:nth-child(2) {
    font-size: 20px;
  }
}
.service12 .serv_slick_3 .slick-slide .app_title div p:nth-child(2) span {
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .service12 .serv_slick_3 .slick-slide .app_title div p:nth-child(2) span {
    font-size: 14px;
  }
}
.service12 .serv_slick_3 .slick-slide .app_title img {
  margin-left: 50px;
}
@media (max-width: 600px) {
  .service12 .serv_slick_3 .slick-slide .app_title img {
    margin-left: 30px;
  }
}
.service12 .serv_slick_3 .slick-slide .module_desc {
  font-size: 13px;
}
.service12.in .serv_content .left .module_title {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service12.in .serv_content .left .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.service12.in .serv_content .right .circle_area > div .circle_big {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 1024px) {
  .service12.in .serv_content .right .circle_area > div .circle_big {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.service12.in .serv_content .right .circle_area > div .circle_small {
  opacity: 1;
  transform: translate(-64.7%, -50%);
  transition: all 0.3s, opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
.service12.in .serv_slick_3 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.service13 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: url("../img/service/service59.jpg") no-repeat right bottom;
}
@media (max-width: 1440px) {
  .service13 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .service13 {
    background: url("../img/service/service59.jpg") no-repeat calc(100% + 148px) calc(100% + 80px);
  }
}
.service13 .serv_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .service13 .serv_content {
    align-items: center;
  }
}
.service13 .serv_content .left {
  position: relative;
  width: 50%;
  padding: 0 20px 20px 0;
}
@media (max-width: 1024px) {
  .service13 .serv_content .left {
    width: 51%;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .service13 .serv_content .left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.service13 .serv_content .left::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #000000;
}
@media (max-width: 1024px) {
  .service13 .serv_content .left::before {
    display: none;
  }
}
.service13 .serv_content .left > div {
  display: flex;
  flex-wrap: wrap;
  gap: 3.8020833333vw 0;
  position: relative;
  padding: 4.6875vw;
  background: url("../img/service/service58.png") no-repeat center center/cover;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .service13 .serv_content .left > div {
    padding: 4vw 3vw;
  }
}
@media (max-width: 1200px) {
  .service13 .serv_content .left > div {
    padding: 3.5vw 1vw;
  }
}
@media (max-width: 960px) {
  .service13 .serv_content .left > div {
    gap: 5.2083333333vw 0;
    padding: 0;
    background: unset;
  }
}
@media (max-width: 480px) {
  .service13 .serv_content .left > div {
    margin: 0 -25px;
  }
}
.service13 .serv_content .left > div div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 33.3333333333%;
  padding: 0 10px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 401px) {
  .service13 .serv_content .left > div div:nth-child(3n-1) {
    border-left: 1px solid rgba(35, 24, 21, 0.25);
    border-right: 1px solid rgba(35, 24, 21, 0.25);
  }
}
@media (max-width: 400px) {
  .service13 .serv_content .left > div div {
    width: 50%;
  }
  .service13 .serv_content .left > div div:nth-child(even) {
    border-left: 1px solid rgba(35, 24, 21, 0.25);
  }
}
.service13 .serv_content .left > div div img {
  margin-bottom: 6px;
}
.service13 .serv_content .left > div div p {
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}
.service13 .serv_content .right {
  width: 50%;
  padding-left: 5vw;
}
@media (max-width: 1024px) {
  .service13 .serv_content .right {
    width: 49%;
  }
}
@media (max-width: 960px) {
  .service13 .serv_content .right {
    width: 100%;
    padding-left: 0;
  }
}
.service13 .serv_content .right .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service13 .serv_content .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service13 .serv_content .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service13 .serv_content .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service13 .serv_content .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.service13 .serv_content .right .module_title.white p:nth-child(2) {
  color: #fff;
}
.service13 .serv_content .right .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service13 .serv_content .right [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .service13 .serv_content .right [class^=button] {
    margin-top: 35px !important;
  }
}
.service13.in .serv_content .left > div div {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 961px) {
  .service13.in .serv_content .left > div div:nth-child(1) {
    transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
  }
  .service13.in .serv_content .left > div div:nth-child(2) {
    transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
  }
  .service13.in .serv_content .left > div div:nth-child(3) {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
  .service13.in .serv_content .left > div div:nth-child(4) {
    transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
  }
  .service13.in .serv_content .left > div div:nth-child(5) {
    transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
  }
  .service13.in .serv_content .left > div div:nth-child(6) {
    transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
  }
}
@media (max-width: 960px) {
  .service13.in .serv_content .left > div div:nth-child(1) {
    transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
  }
  .service13.in .serv_content .left > div div:nth-child(2) {
    transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
  }
  .service13.in .serv_content .left > div div:nth-child(3) {
    transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
  }
  .service13.in .serv_content .left > div div:nth-child(4) {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
  .service13.in .serv_content .left > div div:nth-child(5) {
    transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
  }
  .service13.in .serv_content .left > div div:nth-child(6) {
    transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
  }
}
.service13.in .serv_content .right .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
@media (max-width: 960px) {
  .service13.in .serv_content .right .module_title {
    transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
  }
}
.service13.in .serv_content .right .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
@media (max-width: 960px) {
  .service13.in .serv_content .right .module_desc {
    transition: opacity 1s ease-out 1.4s, transform 1s ease-out 1.4s;
  }
}
.service13.in .serv_content .right [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 960px) {
  .service13.in .serv_content .right [class^=button] {
    transition: all 0.3s, opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
  }
}

.service14 {
  position: relative;
  background: #ededed;
}
.service14 .scroll_box {
  position: sticky;
  top: 0;
}
.service14 .process_box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100vh;
  padding: 70px 0 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .service14 .process_box {
    padding: 70px 0 50px;
  }
}
.service14 .process_box .module_title {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service14 .process_box .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service14 .process_box .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service14 .process_box .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service14 .process_box .module_title.white p:nth-child(1) {
  color: #fff;
}
.service14 .process_box .module_title.white p:nth-child(2) {
  color: #fff;
}
.service14 .process_box .process_list {
  display: flex;
  width: fit-content;
  padding: 20px 8.3333333333vw;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #b3b3b3, #b3b3b3), linear-gradient(to bottom, #e4dbca, #e4dbca);
  background-size: 100% 1px, 100% 270px;
  background-position: left center, left center;
  background-repeat: no-repeat, no-repeat;
  transition: all 0.3s, transform 1s ease-out;
}
@media (max-width: 960px) {
  .service14 .process_box .process_list {
    padding: 20px 40px;
  }
}
@media (max-width: 768px) {
  .service14 .process_box .process_list {
    padding: 20px 0;
  }
}
.service14 .process_box .process_list .process_item {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 240px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .service14 .process_box .process_list .process_item {
    width: 227px;
  }
}
.service14 .process_box .process_list .process_item::before {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #b3b3b3;
  font-size: 22px;
  font-family: "Gloock", serif;
  padding: 0 10px;
  backdrop-filter: blur(5px);
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.service14 .process_box .process_list .process_item + .process_item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  background: #e4dbca;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.service14 .process_box .process_list .process_item:nth-child(odd) a:nth-child(1) {
  visibility: hidden;
}
.service14 .process_box .process_list .process_item:nth-child(even) a:nth-child(2) {
  visibility: hidden;
}
.service14 .process_box .process_list .process_item a {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.service14 .process_box .process_list .process_item a:nth-child(1) {
  bottom: 20px;
  transform: translateY(-40px) scale(1.1);
}
.service14 .process_box .process_list .process_item a:nth-child(2) {
  top: 40px;
  transform: translateY(40px) scale(1.1);
}
.service14 .process_box .process_list .process_item a .process_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.service14 .process_box .process_list .process_item a .process_icon img {
  transition: all 0.3s;
}
.service14 .process_box .process_list .process_item a .process_icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background: url("../img/service/service60.svg") no-repeat;
  animation: serv14_circle 30s linear infinite;
}
@keyframes serv14_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.service14 .process_box .process_list .process_item a p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .service14 .process_box .process_list .process_item a p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .service14 .process_box .process_list .process_item a p {
    font-size: 17px;
  }
}
.service14 .process_box .process_list .process_item a:hover .process_icon {
  background: #000000;
}
.service14 .process_box .process_list .process_item a:hover .process_icon img {
  filter: brightness(0) invert(1);
}
.service14 .process_box .process_list .process_item:hover::before {
  color: #393993;
}
.service14 .process_box [class^=button] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service14.in .process_box .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service14.in .process_box .process_list .process_item a {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.service14.in .process_box .process_list .process_item:nth-child(1) a {
  transition: opacity 0.6s ease-out 0.2s, transform 0.6s ease-out 0.2s;
}
.service14.in .process_box .process_list .process_item:nth-child(2) a {
  transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s;
}
.service14.in .process_box .process_list .process_item:nth-child(3) a {
  transition: opacity 0.6s ease-out 0.4s, transform 0.6s ease-out 0.4s;
}
.service14.in .process_box .process_list .process_item:nth-child(4) a {
  transition: opacity 0.6s ease-out 0.5s, transform 0.6s ease-out 0.5s;
}
.service14.in .process_box .process_list .process_item:nth-child(5) a {
  transition: opacity 0.6s ease-out 0.6s, transform 0.6s ease-out 0.6s;
}
.service14.in .process_box .process_list .process_item:nth-child(6) a {
  transition: opacity 0.6s ease-out 0.7s, transform 0.6s ease-out 0.7s;
}
.service14.in .process_box .process_list .process_item:nth-child(7) a {
  transition: opacity 0.6s ease-out 0.8s, transform 0.6s ease-out 0.8s;
}
.service14.in .process_box .process_list .process_item:nth-child(8) a {
  transition: opacity 0.6s ease-out 0.9s, transform 0.6s ease-out 0.9s;
}
.service14.in .process_box .process_list .process_item:nth-child(9) a {
  transition: opacity 0.6s ease-out 1s, transform 0.6s ease-out 1s;
}
.service14.in .process_box .process_list .process_item:nth-child(10) a {
  transition: opacity 0.6s ease-out 1.1s, transform 0.6s ease-out 1.1s;
}
.service14.in .process_box .process_list .process_item:nth-child(11) a {
  transition: opacity 0.6s ease-out 1.2s, transform 0.6s ease-out 1.2s;
}
.service14.in .process_box .process_list .process_item:nth-child(12) a {
  transition: opacity 0.6s ease-out 1.3s, transform 0.6s ease-out 1.3s;
}
.service14.in .process_box .process_list .process_item:nth-child(13) a {
  transition: opacity 0.6s ease-out 1.4s, transform 0.6s ease-out 1.4s;
}
.service14.in .process_box .process_list .process_item:nth-child(14) a {
  transition: opacity 0.6s ease-out 1.5s, transform 0.6s ease-out 1.5s;
}
.service14.in .process_box [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.service15 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .service15 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service15 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service15 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service15 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service15 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service15 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service15 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service15 .module_title.white p:nth-child(1) {
  color: #fff;
}
.service15 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .service15 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .service15 .module_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .service15 .serv_content_pc {
    display: none;
  }
}
.service15 .serv_content_pc .first_set {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .service15 .serv_content_pc .first_set {
    gap: 10px;
  }
}
.service15 .serv_content_pc .first_set .left {
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .service15 .serv_content_pc .first_set .left {
    width: calc(50% - 5px);
  }
}
.service15 .serv_content_pc .first_set .left .serv_item {
  padding-bottom: 70.9595959596%;
}
.service15 .serv_content_pc .first_set .left .serv_item::after {
  top: 23px;
  left: 23px;
  width: calc(100% - 46px);
  height: calc(100% - 46px);
}
.service15 .serv_content_pc .first_set .right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .service15 .serv_content_pc .first_set .right {
    gap: 10px;
    width: calc(50% - 5px);
  }
}
.service15 .serv_content_pc .first_set .right > div {
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .service15 .serv_content_pc .first_set .right > div {
    width: calc(50% - 5px);
  }
}
.service15 .serv_content_pc .first_set .right > div .serv_item {
  padding-bottom: 70.0258397933%;
}
.service15 .serv_content_pc .first_set .right > div .serv_item::after {
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
}
@media (max-width: 840px) {
  .service15 .serv_content_pc .first_set .right > div .serv_item::after {
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }
}
.service15 .serv_content_pc .more_set {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .service15 .serv_content_pc .more_set {
    gap: 10px;
    margin-top: 10px;
  }
}
.service15 .serv_content_pc .more_set > div {
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .service15 .serv_content_pc .more_set > div {
    width: calc(25% - 7.5px);
  }
}
.service15 .serv_content_pc .more_set > div .serv_item {
  padding-bottom: 70.0258397933%;
}
.service15 .serv_content_pc .more_set > div .serv_item::after {
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
}
@media (max-width: 840px) {
  .service15 .serv_content_pc .more_set > div .serv_item::after {
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }
}
.service15 .serv_content_pc .serv_item {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.service15 .serv_content_pc .serv_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.0001);
  transition: all 0.3s;
}
.service15 .serv_content_pc .serv_item::before {
  content: attr(data-txt);
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .service15 .serv_content_pc .serv_item::before {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .service15 .serv_content_pc .serv_item::before {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .service15 .serv_content_pc .serv_item::before {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .service15 .serv_content_pc .serv_item::before {
    font-size: 15px;
  }
}
.service15 .serv_content_pc .serv_item::after {
  content: attr(data-txt);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: transparent;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 20px;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .service15 .serv_content_pc .serv_item::after {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .service15 .serv_content_pc .serv_item::after {
    font-size: 21px;
  }
}
@media (max-width: 960px) {
  .service15 .serv_content_pc .serv_item::after {
    font-size: 19px;
  }
}
@media (max-width: 840px) {
  .service15 .serv_content_pc .serv_item::after {
    font-size: 17px;
  }
}
.service15 .serv_content_pc .serv_item:hover img {
  transform: scale(1.05);
}
.service15 .serv_content_pc .serv_item:hover::before {
  color: transparent;
  background: rgba(0, 0, 0, 0.5);
}
.service15 .serv_content_pc .serv_item:hover::after {
  color: #fff;
  border: 1px solid #fff;
}
.service15 .serv_content_mb {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 681px) {
  .service15 .serv_content_mb {
    display: none;
  }
}
.service15 .serv_content_mb .serv_slick {
  margin: 0 -10px;
}
.service15 .serv_content_mb .serv_slick .slick-slide {
  padding: 0 10px;
}
.service15 .serv_content_mb .serv_slick .slick-slide .serv_item {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 70.9595959596%;
  overflow: hidden;
}
.service15 .serv_content_mb .serv_slick .slick-slide .serv_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service15 .serv_content_mb .serv_slick .slick-slide p {
  color: #4e4e4e;
  font-size: calc(0.3125rem + 2.5vw);
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .service15 .serv_content_mb .serv_slick .slick-slide p {
    font-size: 5.4166666667vw;
  }
}
.service15 .serv_content_mb .serv_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .service15 .serv_content_mb .serv_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .service15 .serv_content_mb .serv_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.service15 .serv_content_mb .serv_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .service15 .serv_content_mb .serv_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .service15 .serv_content_mb .serv_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .service15 .serv_content_mb .serv_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .service15 .serv_content_mb .serv_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.service15 .serv_content_mb .serv_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .service15 .serv_content_mb .serv_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .service15 .serv_content_mb .serv_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .service15 .serv_content_mb .serv_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .service15 .serv_content_mb .serv_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.service15 .serv_content_mb .serv_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.service15 .serv_content_mb .serv_slick .slick-arrow:hover svg {
  fill: #000000;
}
.service15 .serv_content_mb .serv_slick .slick-arrow.white svg {
  fill: #fff;
}
.service15 .serv_content_mb .serv_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.service15.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.service15.in .serv_content_pc .first_set .left .serv_item {
  transition: opacity 1s ease-out 0.6s;
}
.service15.in .serv_content_pc .first_set .right > div:nth-child(1) .serv_item {
  transition: opacity 1s ease-out 0.75s;
}
.service15.in .serv_content_pc .first_set .right > div:nth-child(2) .serv_item {
  transition: opacity 1s ease-out 0.9s;
}
.service15.in .serv_content_pc .first_set .right > div:nth-child(3) .serv_item {
  transition: opacity 1s ease-out 1.05s;
}
.service15.in .serv_content_pc .first_set .right > div:nth-child(4) .serv_item {
  transition: opacity 1s ease-out 1.2s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(1) .serv_item {
  transition: opacity 1s ease-out 1.35s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(2) .serv_item {
  transition: opacity 1s ease-out 1.5s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(3) .serv_item {
  transition: opacity 1s ease-out 1.65s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(4) .serv_item {
  transition: opacity 1s ease-out 1.8s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(5) .serv_item {
  transition: opacity 1s ease-out 1.95s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(6) .serv_item {
  transition: opacity 1s ease-out 2.1s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(7) .serv_item {
  transition: opacity 1s ease-out 2.25s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(8) .serv_item {
  transition: opacity 1s ease-out 2.4s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(9) .serv_item {
  transition: opacity 1s ease-out 2.55s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(10) .serv_item {
  transition: opacity 1s ease-out 2.7s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(11) .serv_item {
  transition: opacity 1s ease-out 2.85s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(12) .serv_item {
  transition: opacity 1s ease-out 3s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(13) .serv_item {
  transition: opacity 1s ease-out 3.15s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(14) .serv_item {
  transition: opacity 1s ease-out 3.3s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(15) .serv_item {
  transition: opacity 1s ease-out 3.45s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(16) .serv_item {
  transition: opacity 1s ease-out 3.6s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(17) .serv_item {
  transition: opacity 1s ease-out 3.75s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(18) .serv_item {
  transition: opacity 1s ease-out 3.9s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(19) .serv_item {
  transition: opacity 1s ease-out 4.05s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(20) .serv_item {
  transition: opacity 1s ease-out 4.2s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(21) .serv_item {
  transition: opacity 1s ease-out 4.35s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(22) .serv_item {
  transition: opacity 1s ease-out 4.5s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(23) .serv_item {
  transition: opacity 1s ease-out 4.65s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(24) .serv_item {
  transition: opacity 1s ease-out 4.8s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(25) .serv_item {
  transition: opacity 1s ease-out 4.95s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(26) .serv_item {
  transition: opacity 1s ease-out 5.1s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(27) .serv_item {
  transition: opacity 1s ease-out 5.25s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(28) .serv_item {
  transition: opacity 1s ease-out 5.4s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(29) .serv_item {
  transition: opacity 1s ease-out 5.55s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(30) .serv_item {
  transition: opacity 1s ease-out 5.7s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(31) .serv_item {
  transition: opacity 1s ease-out 5.85s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(32) .serv_item {
  transition: opacity 1s ease-out 6s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(33) .serv_item {
  transition: opacity 1s ease-out 6.15s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(34) .serv_item {
  transition: opacity 1s ease-out 6.3s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(35) .serv_item {
  transition: opacity 1s ease-out 6.45s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(36) .serv_item {
  transition: opacity 1s ease-out 6.6s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(37) .serv_item {
  transition: opacity 1s ease-out 6.75s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(38) .serv_item {
  transition: opacity 1s ease-out 6.9s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(39) .serv_item {
  transition: opacity 1s ease-out 7.05s;
}
.service15.in .serv_content_pc .more_set > div:nth-child(40) .serv_item {
  transition: opacity 1s ease-out 7.2s;
}
.service15.in .serv_content_pc .serv_item {
  opacity: 1;
}
.service15.in .serv_content_mb {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.service16 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: url("../img/service/service77.jpg") no-repeat center top/cover;
}
@media (max-width: 1440px) {
  .service16 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service16 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service16 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service16 .left {
  width: 25.3125%;
}
@media (min-width: 1025px) {
  .service16 .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .service16 .left {
    width: 100%;
  }
}
.service16 .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service16 .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service16 .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service16 .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service16 .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.service16 .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1024px) {
  .service16 .left .module_title {
    text-align: center;
  }
}
.service16 .left .slick_one {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .service16 .left .slick_one {
    display: none;
  }
}
.service16 .left .slick_one .slick-slide {
  padding: 7.5px 0;
  cursor: pointer;
}
.service16 .left .slick_one .slick-slide p {
  position: relative;
  width: 157px;
  color: #8b8b8b;
  transition: all 0.3s;
}
.service16 .left .slick_one .slick-slide p span {
  padding-right: 12px;
}
.service16 .left .slick_one .slick-slide p svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  fill: #8b8b8b;
  opacity: 0;
  transform: translate(-10px, -50%);
  transition: all 0.3s;
}
.service16 .left .slick_one .slick-slide:hover p {
  color: #000000;
}
.service16 .left .slick_one .slick-slide.slick-current p {
  color: #000000;
}
.service16 .left .slick_one .slick-slide.slick-current p svg {
  fill: #000000;
  opacity: 1;
  transform: translate(0, -50%);
}
.service16 .left .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .service16 .left .button_set {
    display: none;
  }
}
.service16 .mid {
  width: 49.375%;
}
@media (max-width: 1024px) {
  .service16 .mid {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
  }
}
.service16 .mid .serv_circle {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service16 .mid .serv_circle .serv_disc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service16 .mid .serv_circle .serv_disc.disc1 {
  animation: rotate 60s linear infinite reverse;
}
.service16 .mid .serv_circle .serv_disc.disc2 {
  animation: rotate 90s linear infinite;
}
.service16 .mid .serv_circle .serv_disc.disc3 {
  animation: rotate 50s linear infinite reverse;
}
.service16 .mid .serv_circle .serv_disc.disc4 {
  animation: rotate 120s linear infinite reverse;
}
.service16 .mid .serv_circle .serv_disc.disc5 {
  animation: rotate 15s linear infinite reverse;
}
.service16 .mid .serv_circle .slick_two {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62.0253164557%;
  transform: translate(-50%, -50%);
}
.service16 .mid .serv_circle .slick_two .slick-slide div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
}
.service16 .mid .serv_circle .slick_two .slick-slide div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service16 .mid .serv_circle .serv_point {
  position: absolute;
  top: 38%;
  right: 22%;
  width: 13.5443037975%;
  animation: rotate 30s linear infinite;
}
@media (max-width: 1024px) {
  .service16 .mid .serv_circle .serv_point {
    display: none;
  }
}
.service16 .mid .serv_circle .serv_drag {
  position: absolute;
  top: 44.5%;
  left: 70%;
  width: 29.4936708861%;
  height: 1px;
  background: #000000;
}
@media (max-width: 1024px) {
  .service16 .mid .serv_circle .serv_drag {
    display: none;
  }
}
.service16 .mid .serv_circle .serv_drag::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 38%;
  height: 1px;
  background: #000000;
  transform-origin: left;
  transform: rotate(49deg);
}
.service16 .right {
  position: relative;
  width: 25.3125%;
}
@media (max-width: 1024px) {
  .service16 .right {
    width: 100%;
    margin-top: 35px;
  }
}
@media (max-width: 400px) {
  .service16 .right {
    margin-top: 25px;
  }
}
.service16 .right .slick_three {
  padding: 0 40px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .service16 .right .slick_three {
    display: none;
  }
}
.service16 .right .slick_three .slick-slide {
  padding: 0 20px;
}
@media (max-width: 640px) {
  .service16 .right .slick_three .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .service16 .right .slick_three .slick-slide {
    padding: 0 10px;
  }
}
.service16 .right .slick_three .slick-slide .serv_icon {
  width: 100%;
  max-width: 135px;
  margin: 0 auto;
  padding: 7px;
  background: url("../img/service/service80.svg") no-repeat center/cover;
}
@media (max-width: 540px) {
  .service16 .right .slick_three .slick-slide .serv_icon {
    max-width: 71px;
  }
}
.service16 .right .slick_three .slick-slide .serv_icon p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
  transition: all 0.3s;
}
.service16 .right .slick_three .slick-slide .serv_icon p img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52.0661157025%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.service16 .right .slick_three .slick-slide.slick-current .serv_icon p {
  background: #000000;
}
.service16 .right .slick_three .slick-slide.slick-current .serv_icon img {
  filter: brightness(0) grayscale(1) invert(1);
}
.service16 .right .slick_three .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .service16 .right .slick_three .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .service16 .right .slick_three .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.service16 .right .slick_three .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .service16 .right .slick_three .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .service16 .right .slick_three .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .service16 .right .slick_three .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .service16 .right .slick_three .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.service16 .right .slick_three .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .service16 .right .slick_three .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .service16 .right .slick_three .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .service16 .right .slick_three .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .service16 .right .slick_three .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.service16 .right .slick_three .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.service16 .right .slick_three .slick-arrow:hover svg {
  fill: #000000;
}
.service16 .right .slick_three .slick-arrow.white svg {
  fill: #fff;
}
.service16 .right .slick_three .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.service16 .right .slick_four {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .service16 .right .slick_four {
    position: absolute;
    top: 51%;
    left: 0;
    width: 100%;
    margin-left: 1.5625vw;
  }
}
.service16 .right .slick_four .slick-slide .serv_icon {
  position: relative;
  width: 33.3333333333%;
  padding: 7px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .service16 .right .slick_four .slick-slide .serv_icon {
    display: none;
  }
}
.service16 .right .slick_four .slick-slide .serv_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/service/service80.svg") no-repeat center/cover;
  animation: rotate 20s linear infinite reverse;
}
.service16 .right .slick_four .slick-slide .serv_icon p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
}
.service16 .right .slick_four .slick-slide .serv_icon p img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52.0661157025%;
  transform: translate(-50%, -50%);
}
.service16 .right .slick_four .slick-slide .serv_item {
  color: #000000;
  font-size: 23px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .service16 .right .slick_four .slick-slide .serv_item {
    font-size: 21px;
  }
}
@media (max-width: 1200px) {
  .service16 .right .slick_four .slick-slide .serv_item {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .service16 .right .slick_four .slick-slide .serv_item {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 440px) {
  .service16 .right .slick_four .slick-slide .serv_item {
    font-size: 20px;
  }
}
.service16 .right .slick_four .slick-slide .module_desc {
  margin-top: 5px;
}
.service16 .right > [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .service16 .right > [class^=button] {
    margin-top: 35px !important;
  }
}
@media (min-width: 1025px) {
  .service16 .right > [class^=button] {
    display: none;
  }
}
.service16.in .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service16.in .left .slick_one {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.service16.in .left .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.service16.in .mid .serv_circle {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.service16.in .right .slick_three {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.service16.in .right .slick_four {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 1024px) {
  .service16.in .right .slick_four {
    transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}
.service16.in .right > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.service17 {
  position: relative;
}
.service17 .slick_bg .slick-slide div {
  position: relative;
  height: 0;
  padding-bottom: 803px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .service17 .slick_bg .slick-slide div {
    padding-bottom: 750px;
  }
}
@media (max-width: 1200px) {
  .service17 .slick_bg .slick-slide div {
    padding-bottom: 720px;
  }
}
@media (max-width: 960px) {
  .service17 .slick_bg .slick-slide div {
    padding-bottom: 680px;
  }
}
@media (max-width: 640px) {
  .service17 .slick_bg .slick-slide div {
    padding-bottom: 600px;
  }
}
@media (max-width: 480px) {
  .service17 .slick_bg .slick-slide div {
    padding-bottom: 560px;
  }
}
.service17 .slick_bg .slick-slide div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service17 .slick_bg .slick-slide div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.service17 .serv_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .service17 .serv_content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .service17 .serv_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service17 .serv_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service17 .serv_content .module_title {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service17 .serv_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.service17 .serv_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.service17 .serv_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.service17 .serv_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.service17 .serv_content .module_title.white p:nth-child(2) {
  color: #fff;
}
.service17 .serv_content .serv_list {
  position: relative;
  width: 100%;
}
.service17 .serv_content .serv_list::before, .service17 .serv_content .serv_list::after {
  content: "";
  position: absolute;
  top: 150px;
  width: calc(50% - 150px);
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s, transform 1s ease-out;
}
@media (max-width: 720px) {
  .service17 .serv_content .serv_list::before, .service17 .serv_content .serv_list::after {
    display: none;
  }
}
.service17 .serv_content .serv_list::before {
  left: 0;
  transform: translateX(-100%);
}
.service17 .serv_content .serv_list::after {
  right: 0;
  transform: translateX(100%);
}
@media (min-width: 721px) and (max-width: 1366px) {
  .service17 .serv_content .serv_list .wider_container {
    padding: 0;
  }
}
.service17 .serv_content .serv_list .serv_slick {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 720px) {
  .service17 .serv_content .serv_list .serv_slick {
    align-items: center;
    flex-direction: column;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_center {
  width: 300px;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 640px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center {
    width: 220px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-list {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-slide .serv_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-slide .serv_icon {
    width: 220px;
    height: 220px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-slide .serv_icon img {
  width: 100%;
  height: 100%;
  transform: scale(0.3);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-slide.slick-current .serv_icon img {
  transform: scale(0.999);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow:hover svg {
  fill: #000000;
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.white svg {
  fill: #fff;
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-prev:not(.keep_default) {
  left: -80px;
}
@media (min-width: 1201px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-prev:not(.keep_default) {
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 440px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-prev:not(.keep_default) {
    left: -65px;
  }
}
@media (max-width: 400px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-prev:not(.keep_default) {
    left: -55px;
  }
}
@media (max-width: 360px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-next:not(.keep_default) {
  right: -80px;
}
@media (min-width: 1201px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-next:not(.keep_default) {
    transform: translate(50%, -50%);
  }
}
@media (max-width: 440px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-next:not(.keep_default) {
    right: -65px;
  }
}
@media (max-width: 400px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-next:not(.keep_default) {
    right: -55px;
  }
}
@media (max-width: 360px) {
  .service17 .serv_content .serv_list .serv_slick .slick_center .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_side {
  width: calc(50% - 150px);
  opacity: 0;
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 720px) {
  .service17 .serv_content .serv_list .serv_slick .slick_side {
    display: none;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_side.slick_left {
  padding: 0 80px 0 25px;
  transform: translateX(40px);
}
@media (max-width: 1440px) {
  .service17 .serv_content .serv_list .serv_slick .slick_side.slick_left {
    padding: 0 80px 0 0;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_side.slick_right {
  padding: 0 25px 0 80px;
  transform: translateX(-40px);
}
@media (max-width: 1440px) {
  .service17 .serv_content .serv_list .serv_slick .slick_side.slick_right {
    padding: 0 0 0 80px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide {
  padding: 0 10px;
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div {
  position: relative;
  height: 0;
  padding-bottom: 300px;
  cursor: pointer;
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background: #000000;
  border-radius: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.4s;
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div .serv_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div .serv_icon img {
  width: 100%;
  height: 100%;
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div .serv_subject {
  position: absolute;
  top: calc(50% + 30px);
  left: 0;
  width: 100%;
  opacity: 1;
  transition: all 0.4s;
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div .serv_subject p {
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div .serv_subject p:nth-child(1) {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div .serv_subject p:nth-child(1) {
    font-size: 22px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div .serv_subject p:nth-child(2) {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div .serv_subject p:nth-child(2) {
    font-size: 17px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div:hover::before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div:hover .serv_icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.service17 .serv_content .serv_list .serv_slick .slick_side .slick-slide > div:hover .serv_subject {
  top: 50%;
  opacity: 0;
}
.service17 .serv_content .serv_list .serv_slick .slick_bottom {
  width: 300px;
  margin-top: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 640px) {
  .service17 .serv_content .serv_list .serv_slick .slick_bottom {
    width: 220px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_bottom .slick-slide p {
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.service17 .serv_content .serv_list .serv_slick .slick_bottom .slick-slide p:nth-child(1) {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .service17 .serv_content .serv_list .serv_slick .slick_bottom .slick-slide p:nth-child(1) {
    font-size: 22px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_bottom .slick-slide p:nth-child(2) {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .service17 .serv_content .serv_list .serv_slick .slick_bottom .slick-slide p:nth-child(2) {
    font-size: 17px;
  }
}
.service17 .serv_content .serv_list .serv_slick .slick_bottom .slick-slide.slick-current p {
  opacity: 1;
  transition: all 0.3s 0.6s;
}
.service17 .serv_content > div > [class^=button] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service17.in .serv_content .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.service17.in .serv_content .serv_list::before, .service17.in .serv_content .serv_list::after {
  transform: translateX(0);
  transition: all 0.3s, transform 1s ease-out 0.3s;
}
.service17.in .serv_content .serv_list .serv_slick .slick_center {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.service17.in .serv_content .serv_list .serv_slick .slick_side {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.service17.in .serv_content .serv_list .serv_slick .slick_bottom {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.service17.in .serv_content > div > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.video01 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .video01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .video01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .video01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.video01 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.video01 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.video01 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.video01 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.video01 .module_title.white p:nth-child(1) {
  color: #fff;
}
.video01 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .video01 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .video01 .module_title {
    margin-bottom: 30px;
  }
}
.video01 .module_content {
  position: relative;
  max-width: 1505px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1183px) {
  .video01 .module_content .flat {
    display: none !important;
  }
}
.video01 .module_content .flat .flipster__item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.video01 .module_content .flat .flipster__item a > div:nth-child(1) {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
.video01 .module_content .flat .flipster__item a > div:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(57, 57, 147, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: all 0.6s;
}
.video01 .module_content .flat .flipster__item a > div:nth-child(1) img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.video01 .module_content .flat .flipster__item a > div:nth-child(2) {
  position: absolute;
  bottom: 8.33333%;
  left: 50%;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, 0);
}
.video01 .module_content .flat .flipster__item a > div:nth-child(2) p {
  color: #fff;
  font-size: 24px;
}
.video01 .module_content .flat .flipster__item a > div:nth-child(2) span {
  color: #fff;
  font-size: 16px;
  font-family: "JetBrains Mono", monospace;
}
.video01 .module_content .flat .flipster__item.flipster__item--current a:hover > div:nth-child(1)::before {
  opacity: 0;
}
.video01 .module_content .flat .flipster__item.flipster__item--current a:hover > div:nth-child(1) img:nth-child(2) {
  transform: translate(-50%, -50%) scale(1.1);
}
.video01 .module_content .flat .flipster__item--future,
.video01 .module_content .flat .flipster__item--past {
  opacity: unset;
}
.video01 .module_content .flat .flipster__item--future-2,
.video01 .module_content .flat .flipster__item--past-2 {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1183px) {
  .video01 .module_content .flat_btns {
    display: none;
  }
}
.video01 .module_content .flat_btns .arrowtype {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.video01 .module_content .flat_btns .arrowtype.prev {
  left: 0;
}
@media (max-width: 1440px) {
  .video01 .module_content .flat_btns .arrowtype.prev {
    left: -45px;
  }
}
.video01 .module_content .flat_btns .arrowtype.next {
  right: 0;
}
@media (max-width: 1440px) {
  .video01 .module_content .flat_btns .arrowtype.next {
    right: -45px;
  }
}
.video01 .module_content .serv_slick {
  padding: 0 25px;
  transition: all 0.3s;
}
@media (min-width: 1184px) {
  .video01 .module_content .serv_slick {
    display: none;
  }
}
@media (max-width: 540px) {
  .video01 .module_content .serv_slick {
    padding: 0;
  }
}
.video01 .module_content .serv_slick .slick-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.video01 .module_content .serv_slick .slick-slide a > div:nth-child(1) {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.video01 .module_content .serv_slick .slick-slide a > div:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(57, 57, 147, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: all 0.6s;
}
.video01 .module_content .serv_slick .slick-slide a > div:nth-child(1) img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 960px) {
  .video01 .module_content .serv_slick .slick-slide a > div:nth-child(1) img:nth-child(2) {
    width: 7.8481%;
  }
}
@media (max-width: 600px) {
  .video01 .module_content .serv_slick .slick-slide a > div:nth-child(1) img:nth-child(2) {
    width: 45px;
  }
}
.video01 .module_content .serv_slick .slick-slide a > div:nth-child(2) {
  position: absolute;
  bottom: 8.33333%;
  left: 50%;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, 0);
}
@media (max-width: 540px) {
  .video01 .module_content .serv_slick .slick-slide a > div:nth-child(2) {
    position: unset;
    bottom: unset;
    left: unset;
    text-shadow: unset;
    transform: unset;
    margin-top: 15px;
  }
}
.video01 .module_content .serv_slick .slick-slide a > div:nth-child(2) p {
  color: #fff;
  font-size: 24px;
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .video01 .module_content .serv_slick .slick-slide a > div:nth-child(2) p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .video01 .module_content .serv_slick .slick-slide a > div:nth-child(2) p {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .video01 .module_content .serv_slick .slick-slide a > div:nth-child(2) p {
    color: #414042;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .video01 .module_content .serv_slick .slick-slide a > div:nth-child(2) p {
    font-size: 18px;
  }
}
.video01 .module_content .serv_slick .slick-slide a > div:nth-child(2) span {
  color: #fff;
  font-size: 16px;
  font-family: "JetBrains Mono", monospace;
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .video01 .module_content .serv_slick .slick-slide a > div:nth-child(2) span {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .video01 .module_content .serv_slick .slick-slide a > div:nth-child(2) span {
    color: #414042;
  }
}
.video01 .module_content .serv_slick .slick-slide a:hover > div:nth-child(1)::before {
  opacity: 0;
}
.video01 .module_content .serv_slick .slick-slide a:hover > div:nth-child(1) img:nth-child(2) {
  transform: translate(-50%, -50%) scale(1.1);
}
.video01 .module_content .serv_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .video01 .module_content .serv_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .video01 .module_content .serv_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.video01 .module_content .serv_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .video01 .module_content .serv_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .video01 .module_content .serv_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .video01 .module_content .serv_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .video01 .module_content .serv_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.video01 .module_content .serv_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .video01 .module_content .serv_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .video01 .module_content .serv_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .video01 .module_content .serv_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .video01 .module_content .serv_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.video01 .module_content .serv_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.video01 .module_content .serv_slick .slick-arrow:hover svg {
  fill: #000000;
}
.video01 .module_content .serv_slick .slick-arrow.white svg {
  fill: #fff;
}
.video01 .module_content .serv_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 540px) {
  .video01 .module_content .serv_slick .slick-arrow {
    display: none !important;
  }
}
.video01 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 541px) {
  .video01 .button_set .arrowtype {
    display: none;
  }
}
.video01.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.video01.in .module_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.video01.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.video02 {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
}
@media (max-width: 1440px) {
  .video02 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .video02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .video02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.video02 .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../images/video-bg.jpg") center left/cover no-repeat;
}
.video02 .container {
  max-width: 1480px;
  display: flex;
  margin-right: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .video02 .container {
    margin-bottom: 0;
  }
}
@media (max-width: 720px) {
  .video02 .container {
    display: block;
    padding: 0 60px;
    margin-top: 0;
  }
}
.video02 .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  margin-right: 92px;
  margin-bottom: -52px;
}
.video02 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.video02 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.video02 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.video02 .module_title.white p:nth-child(1) {
  color: #fff;
}
.video02 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .video02 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .video02 .module_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 720px) {
  .video02 .module_title {
    text-align: center;
    margin-right: 0;
  }
}
.video02 .module_title p:nth-child(1) {
  font-size: calc(1.5625rem + 1.0416666667vw);
  font-style: italic;
  color: #fff;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 900;
}
.video02 .module_title p:nth-child(2) {
  font-size: calc(1.671875rem + 0.2734375vw);
  font-weight: 700;
  color: #fff;
  letter-spacing: 4px;
  width: max-content;
}
@media (max-width: 720px) {
  .video02 .module_title p:nth-child(2) {
    margin: 0 auto;
  }
}
.video02 .video_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  width: 100%;
  flex-shrink: 1;
}
@media (max-width: 720px) {
  .video02 .video_slick {
    margin-left: 0;
  }
}
.video02 .video_slick .slick-slide > div {
  position: relative;
  height: 0;
  padding-bottom: 51.6666666667%;
  cursor: pointer;
  overflow: hidden;
}
.video02 .video_slick .slick-slide > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: all 0.3s;
}
.video02 .video_slick .slick-slide > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.video02 .video_slick .slick-slide > div .video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  z-index: 3;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .video02 .video_slick .slick-slide > div .video_btn {
    transform: scale(0.8);
  }
}
@media (max-width: 720px) {
  .video02 .video_slick .slick-slide > div .video_btn {
    transform: scale(0.7);
  }
}
@media (max-width: 400px) {
  .video02 .video_slick .slick-slide > div .video_btn {
    transform: scale(0.55);
  }
}
.video02 .video_slick .slick-slide > div .video_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -12px 0 0 -3px;
  border-style: solid;
  border-width: 12px 0 12px 14px;
  border-color: transparent transparent transparent #e84309;
}
.video02 .video_slick .slick-slide > div .video_btn .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video02 .video_slick .slick-slide > div .video_btn .circle::before {
  content: "";
  position: absolute;
  top: 7%;
  left: 7%;
  width: 86%;
  height: 86%;
  border: 1px solid #fff;
  border-radius: 50%;
}
.video02 .video_slick .slick-slide > div .video_btn .circle svg {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  transform: rotate(-90deg);
}
.video02 .video_slick .slick-slide > div .video_btn .circle svg circle {
  fill: none;
  stroke: #e84309;
  stroke-width: 2;
  stroke-dashoffset: 360;
  stroke-dasharray: 360;
  animation: video02_draw 5s linear infinite;
}
@keyframes video02_draw {
  0% {
    stroke-dashoffset: 360;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.video02 .video_slick .slick-slide > div .video_btn .circle::after {
  content: "";
  position: absolute;
  top: 11%;
  left: 11%;
  width: 78%;
  height: 78%;
  border: 1px dashed #fff;
  border-radius: 50%;
  animation: video02_circle 25s linear infinite;
}
.video02 .video_slick .slick-slide > div .video_btn .stroke {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  margin: -5px 0 0 -5px;
  animation: video02_circle 15s linear infinite reverse;
}
@keyframes video02_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.video02 .video_slick .slick-slide > div .video_btn .stroke svg {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.video02 .video_slick .slick-slide > div .video_btn .stroke svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 2, 4;
}
.video02 .video_slick .slick-slide > div:hover::before {
  background: rgba(212, 171, 165, 0);
}
.video02 .video_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: none !important;
}
@media (max-width: 1200px) {
  .video02 .video_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .video02 .video_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.video02 .video_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -50px;
}
@media (max-width: 1200px) {
  .video02 .video_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -48px;
  }
}
@media (max-width: 840px) {
  .video02 .video_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -45px;
  }
}
@media (max-width: 768px) {
  .video02 .video_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -30px;
  }
}
@media (max-width: 480px) {
  .video02 .video_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -28px;
  }
}
.video02 .video_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -50px;
}
@media (max-width: 1200px) {
  .video02 .video_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -48px;
  }
}
@media (max-width: 840px) {
  .video02 .video_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -45px;
  }
}
@media (max-width: 768px) {
  .video02 .video_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -30px;
  }
}
@media (max-width: 480px) {
  .video02 .video_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -28px;
  }
}
.video02 .video_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.video02 .video_slick .slick-arrow:hover svg {
  fill: #000000;
}
.video02 .video_slick .slick-arrow.white svg {
  fill: #fff;
}
.video02 .video_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 768px) {
  .video02 .video_slick .slick-arrow {
    display: none !important;
  }
}
.video02 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 769px) {
  .video02 .button_set .arrowtype {
    display: none !important;
  }
}
.video02.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.video02.in .video_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.video02.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.question01 {
  display: flex;
}
@media (max-width: 840px) {
  .question01 {
    flex-direction: column-reverse;
  }
}
.question01 .left {
  width: 50%;
  background: #ebebeb;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .question01 .left {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .question01 .left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .question01 .left {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 840px) {
  .question01 .left {
    width: 100%;
  }
}
.question01 .left > div {
  max-width: 860px;
  padding: 0 6.4583333333vw 0 60px;
  margin: 0 0 0 auto;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .question01 .left > div {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 1024px) {
  .question01 .left > div {
    padding: 0 30px 0 60px;
  }
}
@media (max-width: 840px) {
  .question01 .left > div {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .question01 .left > div {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .question01 .left > div {
    padding: 0 25px;
  }
}
.question01 .left > div .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.question01 .left > div .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.question01 .left > div .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.question01 .left > div .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.question01 .left > div .module_title.white p:nth-child(1) {
  color: #fff;
}
.question01 .left > div .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 840px) {
  .question01 .left > div .module_title {
    display: none;
  }
}
.question01 .left > div .quest_slick {
  padding-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.question01 .left > div .quest_slick .slick-slide {
  padding: 20px 0;
  transition: all 0.3s;
}
@media (min-width: 841px) {
  .question01 .left > div .quest_slick .slick-slide {
    border-top: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}
@media (max-width: 1440px) {
  .question01 .left > div .quest_slick .slick-slide {
    padding: 15px 0;
  }
}
@media (max-width: 840px) {
  .question01 .left > div .quest_slick .slick-slide {
    padding: 0;
  }
}
.question01 .left > div .quest_slick .slick-slide .subject {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.question01 .left > div .quest_slick .slick-slide .subject span:nth-child(1) {
  display: block;
  width: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
  text-indent: 2px;
  text-align: center;
  margin-right: 12px;
  background: #1b1b1b;
}
.question01 .left > div .quest_slick .slick-slide .subject span:nth-child(2) {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 48px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .question01 .left > div .quest_slick .slick-slide .subject span:nth-child(2) {
    font-size: 17px;
  }
}
.question01 .left > div .quest_slick .slick-slide .module_desc {
  display: -webkit-box;
  height: 81px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 841px) {
  .question01 .left > div .quest_slick .slick-slide.mid {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.question01 .left > div .quest_btn {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.question01 .left > div .quest_btn .quest_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.question01 .left > div .quest_btn .quest_arrow.quest_prev {
  margin-right: 10px;
}
.question01 .left > div .quest_btn .quest_arrow.quest_next {
  position: relative;
  margin-left: 10px;
}
.question01 .left > div .quest_btn .quest_arrow.quest_next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 16px;
  background: #dededf;
  transform: translateY(-50%);
}
.question01 .left > div .quest_btn .quest_arrow svg {
  width: auto;
  height: 100%;
  fill: #9fa0a0;
}
.question01 .left > div .quest_btn .quest_arrow:hover svg {
  fill: #000000;
}
.question01 .left > div .quest_btn > [class^=button] {
  margin-left: 15px;
}
@media (max-width: 840px) {
  .question01 .left > div .quest_btn > [class^=button] {
    display: none;
  }
}
.question01 .left > div > [class^=button] {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 841px) {
  .question01 .left > div > [class^=button] {
    display: none;
  }
}
.question01 .right {
  position: relative;
  width: 50%;
}
@media (max-width: 840px) {
  .question01 .right {
    width: 100%;
  }
}
.question01 .right .module_title {
  position: absolute;
  bottom: 30px;
  left: 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.question01 .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.question01 .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.question01 .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.question01 .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.question01 .right .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (min-width: 841px) {
  .question01 .right .module_title {
    display: none;
  }
}
@media (max-width: 768px) {
  .question01 .right .module_title {
    left: 30px;
  }
}
@media (max-width: 480px) {
  .question01 .right .module_title {
    left: 25px;
  }
}
.question01 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.question01.in .left > div .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.question01.in .left > div .quest_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.question01.in .left > div .quest_btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.question01.in .left > div [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.question01.in .right .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}

.client01 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .client01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .client01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .client01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.client01 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client01 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.client01 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.client01 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.client01 .module_title.white p:nth-child(1) {
  color: #fff;
}
.client01 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .client01 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .client01 .module_title {
    margin-bottom: 30px;
  }
}
.client01 .client_wall {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client01 .client_wall .client_slick.pc {
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .client01 .client_wall .client_slick.pc {
    display: none;
  }
}
.client01 .client_wall .client_slick.pc .slick-slide > div {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.client01 .client_wall .client_slick.pc .slick-slide > div > a {
  display: block;
  width: 16.6666666667%;
  padding: 0 20px;
}
.client01 .client_wall .client_slick.pc .slick-slide > div > a p {
  position: relative;
  height: 0;
  padding-bottom: 68.669527897%;
  overflow: hidden;
}
.client01 .client_wall .client_slick.pc .slick-slide > div > a p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client01 .client_wall .client_slick.pc .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .client01 .client_wall .client_slick.pc .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .client01 .client_wall .client_slick.pc .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.client01 .client_wall .client_slick.pc .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .client01 .client_wall .client_slick.pc .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .client01 .client_wall .client_slick.pc .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .client01 .client_wall .client_slick.pc .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .client01 .client_wall .client_slick.pc .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.client01 .client_wall .client_slick.pc .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .client01 .client_wall .client_slick.pc .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .client01 .client_wall .client_slick.pc .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .client01 .client_wall .client_slick.pc .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .client01 .client_wall .client_slick.pc .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.client01 .client_wall .client_slick.pc .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.client01 .client_wall .client_slick.pc .slick-arrow:hover svg {
  fill: #000000;
}
.client01 .client_wall .client_slick.pc .slick-arrow.white svg {
  fill: #fff;
}
.client01 .client_wall .client_slick.pc .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.client01 .client_wall .client_slick.mb {
  margin: 0 -20px;
  padding-bottom: 40px;
}
@media (min-width: 1201px) {
  .client01 .client_wall .client_slick.mb {
    display: none;
  }
}
@media (max-width: 960px) {
  .client01 .client_wall .client_slick.mb {
    margin: 0 -60px;
  }
}
@media (max-width: 768px) {
  .client01 .client_wall .client_slick.mb {
    margin: 0 -30px;
  }
}
@media (max-width: 480px) {
  .client01 .client_wall .client_slick.mb {
    margin: 0 -25px;
  }
}
.client01 .client_wall .client_slick.mb .slick-slide {
  padding: 0 20px;
}
@media (max-width: 480px) {
  .client01 .client_wall .client_slick.mb .slick-slide {
    padding: 0 10px;
  }
}
.client01 .client_wall .client_slick.mb .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 68.669527897%;
  overflow: hidden;
}
.client01 .client_wall .client_slick.mb .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client01.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client01.in .client_wall {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.client02 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .client02 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .client02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .client02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.client02 .module_title {
  margin-bottom: 80px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client02 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.client02 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.client02 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.client02 .module_title.white p:nth-child(1) {
  color: #fff;
}
.client02 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1440px) {
  .client02 .module_title {
    margin-bottom: 60px;
  }
}
@media (max-width: 960px) {
  .client02 .module_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .client02 .module_title {
    margin-bottom: 40px;
  }
}
.client02 .module_title p:nth-child(1) {
  font-size: calc(1.5625rem + 1.0416666667vw);
  display: flex;
  font-style: italic;
  color: #0054a7;
  justify-content: center;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 900;
}
.client02 .module_title p:nth-child(1) span {
  color: #e84309;
}
.client02 .module_title p:nth-child(1).text-left {
  justify-content: start;
}
.client02 .module_title p:nth-child(2) {
  font-size: calc(1.671875rem + 0.2734375vw);
  font-weight: 700;
  color: #000;
  letter-spacing: 4px;
}
.client02 .client_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .client02 .client_slick {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .client02 .client_slick {
    margin: 0 -25px;
  }
}
.client02 .client_slick .slick-slide {
  padding: 0 20px;
}
@media (max-width: 480px) {
  .client02 .client_slick .slick-slide {
    padding: 0 10px;
  }
}
.client02 .client_slick .slick-slide a {
  display: block;
  position: relative;
  padding: 1.6666666667vw;
}
@media (max-width: 1024px) {
  .client02 .client_slick .slick-slide a {
    padding: 0;
  }
}
.client02 .client_slick .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.client02 .client_slick .slick-slide a p:nth-child(1) {
  position: relative;
  height: 0;
  padding-bottom: 61.3636363636%;
  overflow: hidden;
}
.client02 .client_slick .slick-slide a p:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.client02 .client_slick .slick-slide a p:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  z-index: 3;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .client02 .client_slick .slick-slide a p:nth-child(2) {
    font-size: 13px;
  }
}
.client02 .client_slick .slick-slide a:hover::before {
  opacity: 1;
}
.client02 .client_slick .slick-slide a:hover p:nth-child(2) {
  opacity: 1;
}
.client02 .client_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .client02 .client_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .client02 .client_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.client02 .client_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .client02 .client_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .client02 .client_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .client02 .client_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .client02 .client_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.client02 .client_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .client02 .client_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .client02 .client_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .client02 .client_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .client02 .client_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.client02 .client_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.client02 .client_slick .slick-arrow:hover svg {
  fill: #000000;
}
.client02 .client_slick .slick-arrow.white svg {
  fill: #fff;
}
.client02 .client_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .client02 .client_slick .slick-arrow {
    display: none !important;
  }
}
.client02.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client02.in .client_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.client03 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .client03 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .client03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .client03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.client03 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client03 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.client03 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.client03 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.client03 .module_title.white p:nth-child(1) {
  color: #fff;
}
.client03 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .client03 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .client03 .module_title {
    margin-bottom: 30px;
  }
}
.client03 .client_content {
  display: flex;
  align-items: flex-start;
}
.client03 .client_content .left {
  width: 388px;
  padding: 20px;
  background: #fcfcfc;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .client03 .client_content .left {
    width: 320px;
  }
}
@media (max-width: 960px) {
  .client03 .client_content .left {
    display: none;
  }
}
.client03 .client_content .left > div {
  padding: 13px;
  border: 1px solid #000000;
}
.client03 .client_content .left > div > div {
  padding: 3.6458333333vw 12px;
  background-image: linear-gradient(to bottom, #000000 0%, #000000 100%), linear-gradient(to bottom, #000000 0%, #000000 100%), linear-gradient(to top, #000000 0%, #000000 100%), linear-gradient(to top, #000000 0%, #000000 100%), linear-gradient(to right, #000000 0%, #000000 100%), linear-gradient(to left, #000000 0%, #000000 100%), linear-gradient(to right, #000000 0%, #000000 100%), linear-gradient(to left, #000000 0%, #000000 100%);
  background-size: 1px 26px, 1px 26px, 1px 26px, 1px 26px, 26px 1px, 26px 1px, 26px 1px, 26px 1px;
  background-position: left top, right top, left bottom, right bottom, left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .client03 .client_content .left > div > div {
    padding: 40px 12px;
  }
}
.client03 .client_content .left > div > div .icon_desc li img {
  margin: 0 auto;
}
.client03 .client_content .left > div > div .icon_desc li .module_desc {
  margin-top: 2.6041666667vw;
}
@media (max-width: 1200px) {
  .client03 .client_content .left > div > div .icon_desc li .module_desc {
    margin-top: 30px;
  }
}
.client03 .client_content .right {
  width: calc(100% - 388px);
  padding-left: 5.2083333333vw;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .client03 .client_content .right {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1024px) {
  .client03 .client_content .right {
    padding-left: 30px;
  }
}
@media (max-width: 960px) {
  .client03 .client_content .right {
    width: 100%;
    padding-left: 0;
  }
}
.client03 .client_content .right .icon_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.1666666667vw 3.125vw;
}
@media (max-width: 960px) {
  .client03 .client_content .right .icon_list {
    gap: 40px 6.25vw;
  }
}
@media (max-width: 400px) {
  .client03 .client_content .right .icon_list {
    gap: 30px 10vw;
  }
}
.client03 .client_content .right .icon_list .icon_item {
  width: calc(25% - 2.34375vw);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1366px) {
  .client03 .client_content .right .icon_list .icon_item {
    width: calc(33.3333333333% - 2.0833333333vw);
  }
}
@media (max-width: 960px) {
  .client03 .client_content .right .icon_list .icon_item {
    width: calc(25% - 4.6875vw);
  }
}
@media (max-width: 720px) {
  .client03 .client_content .right .icon_list .icon_item {
    width: calc(33.3333333333% - 4.1666666667vw);
  }
}
@media (max-width: 400px) {
  .client03 .client_content .right .icon_list .icon_item {
    width: calc(50% - 5vw);
  }
}
.client03 .client_content .right .icon_list .icon_item p {
  padding: 0 0.8854166667vw;
}
@media (max-width: 960px) {
  .client03 .client_content .right .icon_list .icon_item p {
    padding: 0;
  }
}
.client03 .client_content .right .icon_list .icon_item p a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
}
.client03 .client_content .right .icon_list .icon_item p a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.95) opacity(0.5);
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .client03 .client_content .right .icon_list .icon_item p a img {
    filter: grayscale(0) opacity(1);
  }
}
.client03 .client_content .right .icon_list .icon_item p a:hover img, .client03 .client_content .right .icon_list .icon_item p a.active img {
  filter: grayscale(0) opacity(1);
}
.client03.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client03.in .client_content .left {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.client03.in .client_content .right .icon_list .icon_item {
  opacity: 1;
  transform: translateY(0);
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(1) {
  transition: opacity 1s ease-out 0.45s, transform 1s ease-out 0.45s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(2) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(3) {
  transition: opacity 1s ease-out 0.75s, transform 1s ease-out 0.75s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(4) {
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(5) {
  transition: opacity 1s ease-out 1.05s, transform 1s ease-out 1.05s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(6) {
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(7) {
  transition: opacity 1s ease-out 1.35s, transform 1s ease-out 1.35s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(8) {
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(9) {
  transition: opacity 1s ease-out 1.65s, transform 1s ease-out 1.65s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(10) {
  transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(11) {
  transition: opacity 1s ease-out 1.95s, transform 1s ease-out 1.95s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(12) {
  transition: opacity 1s ease-out 2.1s, transform 1s ease-out 2.1s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(13) {
  transition: opacity 1s ease-out 2.25s, transform 1s ease-out 2.25s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(14) {
  transition: opacity 1s ease-out 2.4s, transform 1s ease-out 2.4s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(15) {
  transition: opacity 1s ease-out 2.55s, transform 1s ease-out 2.55s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(16) {
  transition: opacity 1s ease-out 2.7s, transform 1s ease-out 2.7s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(17) {
  transition: opacity 1s ease-out 2.85s, transform 1s ease-out 2.85s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(18) {
  transition: opacity 1s ease-out 3s, transform 1s ease-out 3s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(19) {
  transition: opacity 1s ease-out 3.15s, transform 1s ease-out 3.15s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(20) {
  transition: opacity 1s ease-out 3.3s, transform 1s ease-out 3.3s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(21) {
  transition: opacity 1s ease-out 3.45s, transform 1s ease-out 3.45s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(22) {
  transition: opacity 1s ease-out 3.6s, transform 1s ease-out 3.6s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(23) {
  transition: opacity 1s ease-out 3.75s, transform 1s ease-out 3.75s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(24) {
  transition: opacity 1s ease-out 3.9s, transform 1s ease-out 3.9s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(25) {
  transition: opacity 1s ease-out 4.05s, transform 1s ease-out 4.05s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(26) {
  transition: opacity 1s ease-out 4.2s, transform 1s ease-out 4.2s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(27) {
  transition: opacity 1s ease-out 4.35s, transform 1s ease-out 4.35s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(28) {
  transition: opacity 1s ease-out 4.5s, transform 1s ease-out 4.5s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(29) {
  transition: opacity 1s ease-out 4.65s, transform 1s ease-out 4.65s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(30) {
  transition: opacity 1s ease-out 4.8s, transform 1s ease-out 4.8s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(31) {
  transition: opacity 1s ease-out 4.95s, transform 1s ease-out 4.95s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(32) {
  transition: opacity 1s ease-out 5.1s, transform 1s ease-out 5.1s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(33) {
  transition: opacity 1s ease-out 5.25s, transform 1s ease-out 5.25s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(34) {
  transition: opacity 1s ease-out 5.4s, transform 1s ease-out 5.4s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(35) {
  transition: opacity 1s ease-out 5.55s, transform 1s ease-out 5.55s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(36) {
  transition: opacity 1s ease-out 5.7s, transform 1s ease-out 5.7s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(37) {
  transition: opacity 1s ease-out 5.85s, transform 1s ease-out 5.85s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(38) {
  transition: opacity 1s ease-out 6s, transform 1s ease-out 6s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(39) {
  transition: opacity 1s ease-out 6.15s, transform 1s ease-out 6.15s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(40) {
  transition: opacity 1s ease-out 6.3s, transform 1s ease-out 6.3s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(41) {
  transition: opacity 1s ease-out 6.45s, transform 1s ease-out 6.45s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(42) {
  transition: opacity 1s ease-out 6.6s, transform 1s ease-out 6.6s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(43) {
  transition: opacity 1s ease-out 6.75s, transform 1s ease-out 6.75s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(44) {
  transition: opacity 1s ease-out 6.9s, transform 1s ease-out 6.9s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(45) {
  transition: opacity 1s ease-out 7.05s, transform 1s ease-out 7.05s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(46) {
  transition: opacity 1s ease-out 7.2s, transform 1s ease-out 7.2s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(47) {
  transition: opacity 1s ease-out 7.35s, transform 1s ease-out 7.35s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(48) {
  transition: opacity 1s ease-out 7.5s, transform 1s ease-out 7.5s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(49) {
  transition: opacity 1s ease-out 7.65s, transform 1s ease-out 7.65s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(50) {
  transition: opacity 1s ease-out 7.8s, transform 1s ease-out 7.8s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(51) {
  transition: opacity 1s ease-out 7.95s, transform 1s ease-out 7.95s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(52) {
  transition: opacity 1s ease-out 8.1s, transform 1s ease-out 8.1s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(53) {
  transition: opacity 1s ease-out 8.25s, transform 1s ease-out 8.25s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(54) {
  transition: opacity 1s ease-out 8.4s, transform 1s ease-out 8.4s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(55) {
  transition: opacity 1s ease-out 8.55s, transform 1s ease-out 8.55s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(56) {
  transition: opacity 1s ease-out 8.7s, transform 1s ease-out 8.7s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(57) {
  transition: opacity 1s ease-out 8.85s, transform 1s ease-out 8.85s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(58) {
  transition: opacity 1s ease-out 9s, transform 1s ease-out 9s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(59) {
  transition: opacity 1s ease-out 9.15s, transform 1s ease-out 9.15s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(60) {
  transition: opacity 1s ease-out 9.3s, transform 1s ease-out 9.3s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(61) {
  transition: opacity 1s ease-out 9.45s, transform 1s ease-out 9.45s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(62) {
  transition: opacity 1s ease-out 9.6s, transform 1s ease-out 9.6s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(63) {
  transition: opacity 1s ease-out 9.75s, transform 1s ease-out 9.75s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(64) {
  transition: opacity 1s ease-out 9.9s, transform 1s ease-out 9.9s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(65) {
  transition: opacity 1s ease-out 10.05s, transform 1s ease-out 10.05s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(66) {
  transition: opacity 1s ease-out 10.2s, transform 1s ease-out 10.2s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(67) {
  transition: opacity 1s ease-out 10.35s, transform 1s ease-out 10.35s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(68) {
  transition: opacity 1s ease-out 10.5s, transform 1s ease-out 10.5s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(69) {
  transition: opacity 1s ease-out 10.65s, transform 1s ease-out 10.65s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(70) {
  transition: opacity 1s ease-out 10.8s, transform 1s ease-out 10.8s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(71) {
  transition: opacity 1s ease-out 10.95s, transform 1s ease-out 10.95s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(72) {
  transition: opacity 1s ease-out 11.1s, transform 1s ease-out 11.1s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(73) {
  transition: opacity 1s ease-out 11.25s, transform 1s ease-out 11.25s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(74) {
  transition: opacity 1s ease-out 11.4s, transform 1s ease-out 11.4s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(75) {
  transition: opacity 1s ease-out 11.55s, transform 1s ease-out 11.55s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(76) {
  transition: opacity 1s ease-out 11.7s, transform 1s ease-out 11.7s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(77) {
  transition: opacity 1s ease-out 11.85s, transform 1s ease-out 11.85s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(78) {
  transition: opacity 1s ease-out 12s, transform 1s ease-out 12s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(79) {
  transition: opacity 1s ease-out 12.15s, transform 1s ease-out 12.15s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(80) {
  transition: opacity 1s ease-out 12.3s, transform 1s ease-out 12.3s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(81) {
  transition: opacity 1s ease-out 12.45s, transform 1s ease-out 12.45s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(82) {
  transition: opacity 1s ease-out 12.6s, transform 1s ease-out 12.6s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(83) {
  transition: opacity 1s ease-out 12.75s, transform 1s ease-out 12.75s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(84) {
  transition: opacity 1s ease-out 12.9s, transform 1s ease-out 12.9s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(85) {
  transition: opacity 1s ease-out 13.05s, transform 1s ease-out 13.05s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(86) {
  transition: opacity 1s ease-out 13.2s, transform 1s ease-out 13.2s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(87) {
  transition: opacity 1s ease-out 13.35s, transform 1s ease-out 13.35s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(88) {
  transition: opacity 1s ease-out 13.5s, transform 1s ease-out 13.5s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(89) {
  transition: opacity 1s ease-out 13.65s, transform 1s ease-out 13.65s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(90) {
  transition: opacity 1s ease-out 13.8s, transform 1s ease-out 13.8s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(91) {
  transition: opacity 1s ease-out 13.95s, transform 1s ease-out 13.95s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(92) {
  transition: opacity 1s ease-out 14.1s, transform 1s ease-out 14.1s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(93) {
  transition: opacity 1s ease-out 14.25s, transform 1s ease-out 14.25s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(94) {
  transition: opacity 1s ease-out 14.4s, transform 1s ease-out 14.4s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(95) {
  transition: opacity 1s ease-out 14.55s, transform 1s ease-out 14.55s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(96) {
  transition: opacity 1s ease-out 14.7s, transform 1s ease-out 14.7s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(97) {
  transition: opacity 1s ease-out 14.85s, transform 1s ease-out 14.85s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(98) {
  transition: opacity 1s ease-out 15s, transform 1s ease-out 15s;
}
.client03.in .client_content .right .icon_list .icon_item:nth-child(99) {
  transition: opacity 1s ease-out 15.15s, transform 1s ease-out 15.15s;
}

.client04 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .client04 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .client04 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .client04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.client04 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client04 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.client04 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.client04 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.client04 .module_title.white p:nth-child(1) {
  color: #fff;
}
.client04 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .client04 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .client04 .module_title {
    margin-bottom: 30px;
  }
}
.client04 .client_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .client04 .client_slick {
    margin: 0 -25px;
  }
}
.client04 .client_slick .slick-slide > div + div {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .client04 .client_slick .slick-slide > div + div {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .client04 .client_slick .slick-slide > div + div {
    margin-top: 30px;
  }
}
.client04 .client_slick .slick-slide > div li {
  padding: 0 20px;
}
.client04 .client_slick .slick-slide > div li a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
}
.client04 .client_slick .slick-slide > div li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client04.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client04.in .client_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.client05 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .client05 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .client05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .client05 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.client05 .client_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.client05 .client_content .left {
  width: 40.625%;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .client05 .client_content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.client05 .client_content .left .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client05 .client_content .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.client05 .client_content .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.client05 .client_content .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.client05 .client_content .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.client05 .client_content .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .client05 .client_content .left .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .client05 .client_content .left .module_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .client05 .client_content .left .module_title {
    text-align: center;
  }
}
.client05 .client_content .left .module_desc {
  max-width: 320px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .client05 .client_content .left .module_desc {
    text-align-last: center;
    margin: 0 auto;
  }
}
.client05 .client_content .right {
  width: 59.375%;
}
@media (max-width: 1024px) {
  .client05 .client_content .right {
    width: 100%;
  }
}
.client05 .client_content .right .logo_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 540px) {
  .client05 .client_content .right .logo_slick {
    padding-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .client05 .client_content .right .logo_slick {
    margin: 0 -25px;
  }
}
.client05 .client_content .right .logo_slick .slick-slide {
  padding: 0 calc(0.84375rem + 1.0416666667vw);
}
@media (max-width: 1024px) {
  .client05 .client_content .right .logo_slick .slick-slide {
    padding: 0 calc(0.8125rem + 1.26953125vw);
  }
}
@media (max-width: 540px) {
  .client05 .client_content .right .logo_slick .slick-slide {
    padding: 0 3.7037037037vw;
  }
}
.client05 .client_content .right .logo_slick .slick-slide a {
  display: block;
}
.client05 .client_content .right .logo_slick .slick-slide a p {
  position: relative;
  height: 0;
  padding-bottom: 44%;
  overflow: hidden;
}
.client05 .client_content .right .logo_slick .slick-slide a p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client05 .client_content .right .logo_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .client05 .client_content .right .logo_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .client05 .client_content .right .logo_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.client05 .client_content .right .logo_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.client05 .client_content .right .logo_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.client05 .client_content .right .logo_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.client05 .client_content .right .logo_slick .slick-arrow:hover svg {
  fill: #000000;
}
.client05 .client_content .right .logo_slick .slick-arrow.white svg {
  fill: #fff;
}
.client05 .client_content .right .logo_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 540px) {
  .client05 .client_content .right .logo_slick .slick-arrow {
    display: none !important;
  }
}
.client05.in .client_content .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client05.in .client_content .left .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.client05.in .client_content .right .logo_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.client06 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .client06 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .client06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .client06 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.client06 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client06 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.client06 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.client06 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.client06 .module_title.white p:nth-child(1) {
  color: #fff;
}
.client06 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .client06 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .client06 .module_title {
    margin-bottom: 30px;
  }
}
.client06 .the_boxes.slick-slider .slick-slide > div {
  margin: 0 -20px;
}
.client06 .the_boxes.slick-slider .slick-slide > div + div {
  margin-top: calc(1.25rem + 3.6458333333vw);
}
.client06 .the_boxes.slick-slider .slick-slide > div li {
  padding: 0 20px;
}
.client06 .the_boxes.slick-slider .slick-slide > div li a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
}
.client06 .the_boxes.slick-slider .slick-slide > div li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .client06 .the_boxes.slick-slider .slick-slide > div li a img {
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.3s;
  }
}
.client06 .the_boxes.slick-slider .slick-slide > div li p {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .client06 .the_boxes.slick-slider .slick-slide > div li:hover a img {
    filter: grayscale(0);
    opacity: 1;
  }
}
.client06 .the_boxes.slick-slider .slick-slide.slick-current > div {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client06 .the_boxes:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.25rem + 3.6458333333vw) 0;
  margin: 0 -20px;
}
.client06 .the_boxes:not(.slick-slider) li {
  width: 16.6666666667%;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .client06 .the_boxes:not(.slick-slider) li {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .client06 .the_boxes:not(.slick-slider) li {
    width: 25%;
  }
}
@media (max-width: 560px) {
  .client06 .the_boxes:not(.slick-slider) li {
    width: 33.3333333333%;
  }
}
@media (max-width: 440px) {
  .client06 .the_boxes:not(.slick-slider) li {
    width: 50%;
  }
}
.client06 .the_boxes:not(.slick-slider) li a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
}
.client06 .the_boxes:not(.slick-slider) li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .client06 .the_boxes:not(.slick-slider) li a img {
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.3s;
  }
}
.client06 .the_boxes:not(.slick-slider) li p {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .client06 .the_boxes:not(.slick-slider) li:hover a img {
    filter: grayscale(0);
    opacity: 1;
  }
}
.client06.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client06.in .the_boxes.slick-slider .slick-slide.slick-current > div {
  opacity: 1;
  transform: translateY(0);
}
.client06.in .the_boxes.slick-slider .slick-slide.slick-current > div:nth-child(1) {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.client06.in .the_boxes.slick-slider .slick-slide.slick-current > div:nth-child(2) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.client06.in .the_boxes.slick-slider .slick-slide.slick-current > div:nth-child(3) {
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.client06.in .the_boxes.slick-slider .slick-slide.slick-current > div:nth-child(4) {
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.client06.in .the_boxes:not(.slick-slider) li {
  opacity: 1;
  transform: translateY(0);
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(1) {
  transition: opacity 1s ease-out 0.15s, transform 1s ease-out 0.15s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(2) {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(3) {
  transition: opacity 1s ease-out 0.45s, transform 1s ease-out 0.45s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(4) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(5) {
  transition: opacity 1s ease-out 0.75s, transform 1s ease-out 0.75s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(6) {
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(7) {
  transition: opacity 1s ease-out 1.05s, transform 1s ease-out 1.05s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(8) {
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(9) {
  transition: opacity 1s ease-out 1.35s, transform 1s ease-out 1.35s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(10) {
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(11) {
  transition: opacity 1s ease-out 1.65s, transform 1s ease-out 1.65s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(12) {
  transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(13) {
  transition: opacity 1s ease-out 1.95s, transform 1s ease-out 1.95s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(14) {
  transition: opacity 1s ease-out 2.1s, transform 1s ease-out 2.1s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(15) {
  transition: opacity 1s ease-out 2.25s, transform 1s ease-out 2.25s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(16) {
  transition: opacity 1s ease-out 2.4s, transform 1s ease-out 2.4s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(17) {
  transition: opacity 1s ease-out 2.55s, transform 1s ease-out 2.55s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(18) {
  transition: opacity 1s ease-out 2.7s, transform 1s ease-out 2.7s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(19) {
  transition: opacity 1s ease-out 2.85s, transform 1s ease-out 2.85s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(20) {
  transition: opacity 1s ease-out 3s, transform 1s ease-out 3s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(21) {
  transition: opacity 1s ease-out 3.15s, transform 1s ease-out 3.15s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(22) {
  transition: opacity 1s ease-out 3.3s, transform 1s ease-out 3.3s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(23) {
  transition: opacity 1s ease-out 3.45s, transform 1s ease-out 3.45s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(24) {
  transition: opacity 1s ease-out 3.6s, transform 1s ease-out 3.6s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(25) {
  transition: opacity 1s ease-out 3.75s, transform 1s ease-out 3.75s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(26) {
  transition: opacity 1s ease-out 3.9s, transform 1s ease-out 3.9s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(27) {
  transition: opacity 1s ease-out 4.05s, transform 1s ease-out 4.05s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(28) {
  transition: opacity 1s ease-out 4.2s, transform 1s ease-out 4.2s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(29) {
  transition: opacity 1s ease-out 4.35s, transform 1s ease-out 4.35s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(30) {
  transition: opacity 1s ease-out 4.5s, transform 1s ease-out 4.5s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(31) {
  transition: opacity 1s ease-out 4.65s, transform 1s ease-out 4.65s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(32) {
  transition: opacity 1s ease-out 4.8s, transform 1s ease-out 4.8s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(33) {
  transition: opacity 1s ease-out 4.95s, transform 1s ease-out 4.95s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(34) {
  transition: opacity 1s ease-out 5.1s, transform 1s ease-out 5.1s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(35) {
  transition: opacity 1s ease-out 5.25s, transform 1s ease-out 5.25s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(36) {
  transition: opacity 1s ease-out 5.4s, transform 1s ease-out 5.4s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(37) {
  transition: opacity 1s ease-out 5.55s, transform 1s ease-out 5.55s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(38) {
  transition: opacity 1s ease-out 5.7s, transform 1s ease-out 5.7s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(39) {
  transition: opacity 1s ease-out 5.85s, transform 1s ease-out 5.85s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(40) {
  transition: opacity 1s ease-out 6s, transform 1s ease-out 6s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(41) {
  transition: opacity 1s ease-out 6.15s, transform 1s ease-out 6.15s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(42) {
  transition: opacity 1s ease-out 6.3s, transform 1s ease-out 6.3s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(43) {
  transition: opacity 1s ease-out 6.45s, transform 1s ease-out 6.45s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(44) {
  transition: opacity 1s ease-out 6.6s, transform 1s ease-out 6.6s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(45) {
  transition: opacity 1s ease-out 6.75s, transform 1s ease-out 6.75s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(46) {
  transition: opacity 1s ease-out 6.9s, transform 1s ease-out 6.9s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(47) {
  transition: opacity 1s ease-out 7.05s, transform 1s ease-out 7.05s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(48) {
  transition: opacity 1s ease-out 7.2s, transform 1s ease-out 7.2s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(49) {
  transition: opacity 1s ease-out 7.35s, transform 1s ease-out 7.35s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(50) {
  transition: opacity 1s ease-out 7.5s, transform 1s ease-out 7.5s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(51) {
  transition: opacity 1s ease-out 7.65s, transform 1s ease-out 7.65s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(52) {
  transition: opacity 1s ease-out 7.8s, transform 1s ease-out 7.8s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(53) {
  transition: opacity 1s ease-out 7.95s, transform 1s ease-out 7.95s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(54) {
  transition: opacity 1s ease-out 8.1s, transform 1s ease-out 8.1s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(55) {
  transition: opacity 1s ease-out 8.25s, transform 1s ease-out 8.25s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(56) {
  transition: opacity 1s ease-out 8.4s, transform 1s ease-out 8.4s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(57) {
  transition: opacity 1s ease-out 8.55s, transform 1s ease-out 8.55s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(58) {
  transition: opacity 1s ease-out 8.7s, transform 1s ease-out 8.7s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(59) {
  transition: opacity 1s ease-out 8.85s, transform 1s ease-out 8.85s;
}
.client06.in .the_boxes:not(.slick-slider) li:nth-child(60) {
  transition: opacity 1s ease-out 9s, transform 1s ease-out 9s;
}

.client07 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .client07 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .client07 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .client07 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.client07 .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client07 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.client07 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.client07 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.client07 .module_title.white p:nth-child(1) {
  color: #fff;
}
.client07 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .client07 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .client07 .module_title {
    margin-bottom: 30px;
  }
}
.client07 .client_slick {
  max-width: 940px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client07 .client_slick .slick-slide {
  padding: 0 15px;
}
@media (max-width: 480px) {
  .client07 .client_slick .slick-slide {
    padding: 0;
  }
}
.client07 .client_slick .slick-slide a {
  display: block;
  position: relative;
}
.client07 .client_slick .slick-slide a .cm_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 10px 5px;
  margin-bottom: 24px;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #777, #777);
  background-size: calc(100% - 56px) 1px, 56px 1px;
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
.client07 .client_slick .slick-slide a .cm_top .cm_date p {
  color: #000;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
}
.client07 .client_slick .slick-slide a .cm_top .cm_date p:nth-child(1) {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1200px) {
  .client07 .client_slick .slick-slide a .cm_top .cm_date p:nth-child(1) {
    font-size: 26px;
  }
}
@media (max-width: 840px) {
  .client07 .client_slick .slick-slide a .cm_top .cm_date p:nth-child(1) {
    font-size: 20px;
  }
}
.client07 .client_slick .slick-slide a .cm_top .cm_date p:nth-child(2) {
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 840px) {
  .client07 .client_slick .slick-slide a .cm_top .cm_date p:nth-child(2) {
    font-size: 12px;
  }
}
.client07 .client_slick .slick-slide a .cm_top .cm_cate {
  color: #000;
  font-size: 13px;
  letter-spacing: 1px;
}
.client07 .client_slick .slick-slide a .cm_bottom {
  padding: 0 5px;
}
.client07 .client_slick .slick-slide a .cm_bottom .cm_title {
  display: -webkit-box;
  height: 51px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}
.client07 .client_slick .slick-slide a .cm_bottom .cm_content {
  display: -webkit-box;
  height: 70.2px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #777;
  font-size: 13px;
  line-height: 1.8;
}
.client07 .client_slick .slick-slide a .cm_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transition: all 0.6s;
}
@media (max-width: 1024px) {
  .client07 .client_slick .slick-slide a .cm_hover {
    display: none;
  }
}
.client07 .client_slick .slick-slide a .cm_hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client07 .client_slick .slick-slide a:hover .cm_hover {
  opacity: 1;
  transform: scale(1.001);
}
.client07 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client07.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client07.in .client_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.client07.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.client08 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .client08 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .client08 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .client08 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.client08 .marq_line {
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client08 .marq_line + .marq_line {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .client08 .marq_line + .marq_line {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .client08 .marq_line + .marq_line {
    margin-top: 40px;
  }
}
.client08 .marq_line .marq_track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 100px;
  width: fit-content;
  min-width: 100%;
}
@media (max-width: 1024px) {
  .client08 .marq_line .marq_track {
    gap: 0 70px;
  }
}
.client08 .marq_line .marq_track img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 100px;
}
@media (max-width: 1024px) {
  .client08 .marq_line .marq_track img {
    max-width: 140px;
    max-height: 70px;
  }
}
@media (max-width: 640px) {
  .client08 .marq_line .marq_track img {
    max-width: 100px;
    max-height: 50px;
  }
}
@media (min-width: 1025px) {
  .client08 .marq_line .marq_track img {
    filter: brightness(0);
    transition: all 0.3s;
  }
  .client08 .marq_line .marq_track img:hover {
    filter: brightness(1);
  }
}
@keyframes client08_move_1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-50% - 50px));
  }
}
@keyframes client08_move_1_mb {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-50% - 35px));
  }
}
@keyframes client08_move_2 {
  0% {
    transform: translateX(calc(-50% - 50px));
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes client08_move_2_mb {
  0% {
    transform: translateX(calc(-50% - 35px));
  }
  100% {
    transform: translateX(0%);
  }
}
.client08.in .marq_line {
  opacity: 1;
  transform: translateY(0);
}
.client08.in .marq_line:nth-child(1) {
  transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.client08.in .marq_line:nth-child(2) {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.client08.in .marq_line:nth-child(3) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.client08.in .marq_line:nth-child(4) {
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.client08.in .marq_line:nth-child(odd) .marq_track {
  animation: client08_move_1 var(--time) linear infinite;
}
@media (max-width: 1024px) {
  .client08.in .marq_line:nth-child(odd) .marq_track {
    animation: client08_move_1_mb var(--time) linear infinite;
  }
}
@media (max-width: 480px) {
  .client08.in .marq_line:nth-child(odd) .marq_track {
    animation: client08_move_1_mb calc(var(--time) * 0.75) linear infinite;
  }
}
.client08.in .marq_line:nth-child(even) .marq_track {
  animation: client08_move_2 var(--time) linear infinite;
}
@media (max-width: 1024px) {
  .client08.in .marq_line:nth-child(even) .marq_track {
    animation: client08_move_2_mb var(--time) linear infinite;
  }
}
@media (max-width: 480px) {
  .client08.in .marq_line:nth-child(even) .marq_track {
    animation: client08_move_2_mb calc(var(--time) * 0.75) linear infinite;
  }
}

.marquee01 {
  padding: 20px 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.marquee01.in {
  opacity: 1;
  transition: opacity 2s ease-out;
}
.marquee01 p {
  width: max-content;
  color: transparent;
  font-size: 118px;
  font-weight: 500;
  font-family: sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-text-stroke: 1px #000000;
  animation: marquee01_move 10s linear infinite;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .marquee01 p {
    font-size: 100px;
  }
}
@media (max-width: 600px) {
  .marquee01 p {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .marquee01 p {
    font-size: 60px;
  }
}
@keyframes marquee01_move {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}

.marquee_business {
  padding: 50px 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out;
  position: relative;
}
.marquee_business:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: 42%;
  z-index: 1;
}
.marquee_business:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: 46%;
  z-index: 1;
}
.marquee_business.in {
  opacity: 1;
  transition: opacity 2s ease-out;
}
.marquee_business p {
  width: max-content;
  color: #00a746;
  font-size: 118px;
  font-weight: 900;
  font-family: sans-serif;
  line-height: 1;
  animation: marquee01_move 45s linear infinite;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .marquee_business p {
    font-size: 100px;
  }
}
@media (max-width: 600px) {
  .marquee_business p {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .marquee_business p {
    font-size: 60px;
  }
}
@keyframes marquee01_move {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}

.kanban01 {
  display: flex;
  flex-wrap: wrap;
}
.kanban01 > div {
  width: 50%;
}
@media (max-width: 640px) {
  .kanban01 > div {
    width: 100%;
  }
}
.kanban01 > div a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 29.1666666667%;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .kanban01 > div a {
    padding-bottom: 200px;
  }
}
@media (max-width: 640px) {
  .kanban01 > div a {
    padding-bottom: 150px;
  }
}
.kanban01 > div a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .kanban01 > div a::before {
    display: none;
  }
}
.kanban01 > div a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 1025px) {
  .kanban01 > div a img {
    transform: scale(1.003);
    transition: all 0.3s;
  }
}
.kanban01 > div a div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 3;
  opacity: 0;
  transform: translateY(calc(-50% + 40px));
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.kanban01 > div a div p {
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.kanban01 > div a div p:nth-child(1) {
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1440px) {
  .kanban01 > div a div p:nth-child(1) {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .kanban01 > div a div p:nth-child(1) {
    font-size: 32px;
  }
}
@media (max-width: 840px) {
  .kanban01 > div a div p:nth-child(1) {
    font-size: 30px;
  }
}
@media (max-width: 720px) {
  .kanban01 > div a div p:nth-child(1) {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .kanban01 > div a div p:nth-child(1) {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  .kanban01 > div a div p:nth-child(1) {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .kanban01 > div a div p:nth-child(1) {
    font-size: 26px;
  }
}
.kanban01 > div a div p:nth-child(2) {
  font-size: 20px;
}
@media (max-width: 1440px) {
  .kanban01 > div a div p:nth-child(2) {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .kanban01 > div a div p:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 840px) {
  .kanban01 > div a div p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 720px) {
  .kanban01 > div a div p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .kanban01 > div a div p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 540px) {
  .kanban01 > div a div p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .kanban01 > div a div p:nth-child(2) {
    font-size: 15px;
  }
}
.kanban01 > div a:hover::before {
  opacity: 1;
}
@media (min-width: 1025px) {
  .kanban01 > div a:hover img {
    transform: scale(1.03);
  }
}
.kanban01.in > div a div {
  opacity: 1;
  transform: translateY(-50%);
}
.kanban01.in > div:nth-child(1) a div {
  transition: all 0.3s, opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.kanban01.in > div:nth-child(2) a div {
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.kanban02 {
  display: flex;
  flex-wrap: wrap;
}
.kanban02 > div {
  width: 33.3333333333%;
}
@media (max-width: 640px) {
  .kanban02 > div {
    width: 100%;
  }
}
.kanban02 > div a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 43.75%;
  overflow: hidden;
}
@media (min-width: 641px) and (max-width: 1024px) {
  .kanban02 > div a {
    padding-bottom: 150px;
  }
}
.kanban02 > div a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  z-index: 2;
  transition: all 0.3s;
}
.kanban02 > div a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 1025px) {
  .kanban02 > div a img {
    transform: scale(1.003);
    transition: all 0.3s;
  }
}
.kanban02 > div a div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 3;
  opacity: 0;
  transform: translateY(calc(-50% + 40px));
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.kanban02 > div a div p {
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.kanban02 > div a div p:nth-child(1) {
  font-size: 23px;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  .kanban02 > div a div p:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  .kanban02 > div a div p:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .kanban02 > div a div p:nth-child(1) {
    font-size: 23px;
  }
}
@media (max-width: 440px) {
  .kanban02 > div a div p:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .kanban02 > div a div p:nth-child(1) {
    font-size: 18px;
  }
}
.kanban02 > div a div p:nth-child(2) {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1200px) {
  .kanban02 > div a div p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .kanban02 > div a div p:nth-child(2) {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .kanban02 > div a div p:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .kanban02 > div a div p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .kanban02 > div a div p:nth-child(2) {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .kanban02 > div a:hover::before {
    opacity: 0;
  }
}
@media (min-width: 1025px) {
  .kanban02 > div a:hover img {
    transform: scale(1.03);
  }
}
.kanban02.in > div a div {
  opacity: 1;
  transform: translateY(-50%);
}
.kanban02.in > div:nth-child(1) a div {
  transition: all 0.3s, opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.kanban02.in > div:nth-child(2) a div {
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.kanban02.in > div:nth-child(3) a div {
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.kanban03 {
  padding: 30px 0;
  background: #e9e9e9;
}
.kanban03 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 19px 10px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 841px) {
  .kanban03 a + a {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 840px) {
  .kanban03 a {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .kanban03 a {
    width: 50%;
    flex-wrap: wrap;
  }
}
.kanban03 a img {
  margin-right: 15px;
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .kanban03 a img {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.kanban03 a p {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .kanban03 a p {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .kanban03 a:hover img {
    opacity: 0.5;
  }
}
@media (min-width: 1025px) {
  .kanban03 a:hover p {
    opacity: 0.5;
  }
}
.kanban03.in a {
  opacity: 1;
  transform: translateY(0);
}
.kanban03.in a:nth-child(1) {
  transition: all 0.3s, opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.kanban03.in a:nth-child(2) {
  transition: all 0.3s, opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.kanban03.in a:nth-child(3) {
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.kanban03.in a:nth-child(4) {
  transition: all 0.3s, opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

@media (max-width: 1366px) {
  .kanban04 {
    height: unset !important;
    background: unset !important;
    background-attachment: unset !important;
  }
}
.kanban04 img {
  width: 100%;
}
@media (min-width: 1367px) {
  .kanban04 img {
    display: none;
  }
}

.kanban05 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .kanban05 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .kanban05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .kanban05 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.kanban05 .kanban_wall {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.kanban05 .kanban_wall .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 40.625%;
  overflow: hidden;
}
@media (max-width: 640px) {
  .kanban05 .kanban_wall .slick-slide a {
    padding-bottom: 120%;
  }
}
.kanban05 .kanban_wall .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kanban05 .kanban_wall .slick-dots {
  bottom: -35px;
}
@media (max-width: 480px) {
  .kanban05 .kanban_wall .slick-dots {
    bottom: -29px;
  }
}
.kanban05.in .kanban_wall {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}

.kanban06 {
  padding: 20px 0;
}
.kanban06 .row_by_gap {
  gap: 20px;
}
.kanban06 .row_by_gap > div {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media (max-width: 640px) {
  .kanban06 .row_by_gap > div {
    width: 100%;
  }
}
.kanban06 .row_by_gap > div a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 43.75%;
  border-radius: calc(0.9375rem + 0.78125vw);
  overflow: hidden;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 641px) and (max-width: 1024px) {
  .kanban06 .row_by_gap > div a {
    padding-bottom: 150px;
  }
}
@media (max-width: 640px) {
  .kanban06 .row_by_gap > div a {
    transform: translate(0, 40px);
  }
}
.kanban06 .row_by_gap > div a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.kanban06 .row_by_gap > div a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 1025px) {
  .kanban06 .row_by_gap > div a img {
    transform: scale(1.003);
    transition: all 0.3s;
  }
}
.kanban06 .row_by_gap > div a div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
  z-index: 3;
}
.kanban06 .row_by_gap > div a div p {
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.kanban06 .row_by_gap > div a div p:nth-child(1) {
  font-size: 23px;
}
@media (max-width: 1200px) {
  .kanban06 .row_by_gap > div a div p:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  .kanban06 .row_by_gap > div a div p:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .kanban06 .row_by_gap > div a div p:nth-child(1) {
    font-size: 23px;
  }
}
@media (max-width: 440px) {
  .kanban06 .row_by_gap > div a div p:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .kanban06 .row_by_gap > div a div p:nth-child(1) {
    font-size: 18px;
  }
}
.kanban06 .row_by_gap > div a div p:nth-child(2) {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1200px) {
  .kanban06 .row_by_gap > div a div p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .kanban06 .row_by_gap > div a div p:nth-child(2) {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .kanban06 .row_by_gap > div a div p:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .kanban06 .row_by_gap > div a div p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .kanban06 .row_by_gap > div a div p:nth-child(2) {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .kanban06 .row_by_gap > div a:hover img {
    transform: scale(1.05);
  }
}
.kanban06.in .row_by_gap > div a {
  opacity: 1;
  transform: translate(0, 0);
}
.kanban06.in .row_by_gap > div:nth-child(1) a {
  transition: all 0.3s, opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.kanban06.in .row_by_gap > div:nth-child(2) a {
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.kanban06.in .row_by_gap > div:nth-child(3) a {
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.kanban07 {
  display: flex;
  flex-wrap: wrap;
}
.kanban07 > div {
  width: 50%;
}
@media (max-width: 640px) {
  .kanban07 > div {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .kanban07 > div + div {
    border-left: 1px solid #c9c9c9;
  }
}
.kanban07 > div a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 28.125%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .kanban07 > div a {
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .kanban07 > div a {
    padding-bottom: 180px;
  }
}
@media (max-width: 480px) {
  .kanban07 > div a {
    padding-bottom: 150px;
  }
}
.kanban07 > div a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebebeb;
  opacity: 1;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .kanban07 > div a::before {
    background: rgba(0, 0, 0, 0);
  }
}
.kanban07 > div a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 1025px) {
  .kanban07 > div a img {
    transform: scale(1.003);
    transition: all 0.3s;
  }
}
.kanban07 > div a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 calc(0.9375rem + 1.5625vw);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 3;
  opacity: 0;
  transform: translateY(calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.kanban07 > div a > div p {
  font-size: calc(1.59375rem + 0.546875vw);
  color: #4e4e4e;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .kanban07 > div a > div p {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .kanban07 > div a > div .arrowtype {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 400px) {
  .kanban07 > div a > div .arrowtype {
    display: none;
  }
}
.kanban07 > div a:hover::before {
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 1025px) {
  .kanban07 > div a:hover img {
    transform: scale(1.03);
  }
}
@media (min-width: 1025px) {
  .kanban07 > div a:hover > div p {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .kanban07 > div a:hover > div .arrowtype {
    transform: translateX(10px);
  }
}
.kanban07.in > div a > div {
  opacity: 1;
  transform: translateY(-50%);
}
.kanban07.in > div:nth-child(1) a > div {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.kanban07.in > div:nth-child(2) a > div {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.company01 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company01 .module_title {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company01 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company01 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company01 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company01 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company01 .module_title.white p:nth-child(2) {
  color: #fff;
}
.company01 .module_desc {
  max-width: 550px;
  text-align-last: center;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company01 .company_pic {
  margin-top: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company01 .company_pic img {
  margin: 0 auto;
}
.company01.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company01.in .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.company01.in .company_pic {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.company02 {
  padding: 60px 0 120px;
  background: url("../img/company/company02.jpg") center top no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company02 {
    padding: 60px 0;
  }
}
.company02 .module_title {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company02 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company02 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company02 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company02 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company02 .module_title.white p:nth-child(2) {
  color: #fff;
}
.company02 .company_slick {
  margin: 0 -45px;
  padding-bottom: 70px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1600px) {
  .company02 .company_slick {
    margin: 0 -35px;
  }
}
@media (max-width: 1200px) {
  .company02 .company_slick {
    margin: 0 -25px;
  }
}
@media (max-width: 640px) {
  .company02 .company_slick {
    margin: 0;
    padding-bottom: 0;
  }
}
.company02 .company_slick .slick-slide {
  padding: 0 45px;
}
@media (max-width: 1600px) {
  .company02 .company_slick .slick-slide {
    padding: 0 35px;
  }
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-slide {
    padding: 0 25px;
  }
}
@media (max-width: 640px) {
  .company02 .company_slick .slick-slide {
    padding: 0 60px;
  }
}
@media (max-width: 540px) {
  .company02 .company_slick .slick-slide {
    padding: 0 20px;
  }
}
.company02 .company_slick .slick-slide:nth-child(odd) {
  padding-top: 160px;
}
@media (max-width: 1600px) {
  .company02 .company_slick .slick-slide:nth-child(odd) {
    padding-top: 140px;
  }
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-slide:nth-child(odd) {
    padding-top: 100px;
  }
}
@media (max-width: 960px) {
  .company02 .company_slick .slick-slide:nth-child(odd) {
    padding-top: 0px;
  }
}
.company02 .company_slick .slick-slide a {
  display: block;
}
.company02 .company_slick .slick-slide a div {
  position: relative;
  width: fit-content;
  margin: 0 80px -10px auto;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .company02 .company_slick .slick-slide a div {
    margin: 0 70px -10px auto;
  }
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-slide a div {
    margin: 0 45px 0 auto;
  }
}
@media (max-width: 640px) {
  .company02 .company_slick .slick-slide a div {
    margin: 0 auto 15px;
  }
}
.company02 .company_slick .slick-slide a div .num {
  color: #e5e5e5;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .company02 .company_slick .slick-slide a div .num {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-slide a div .num {
    font-size: 80px;
  }
}
@media (max-width: 640px) {
  .company02 .company_slick .slick-slide a div .num {
    display: none;
  }
}
.company02 .company_slick .slick-slide a div .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 70px;
  right: -65px;
  width: 110px;
  height: 110px;
  background: #393993;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .company02 .company_slick .slick-slide a div .icon {
    top: 60px;
    right: -55px;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-slide a div .icon {
    top: 45px;
    right: -45px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 640px) {
  .company02 .company_slick .slick-slide a div .icon {
    position: unset;
    top: unset;
    left: unset;
    width: 110px;
    height: 110px;
    justify-content: flex-start;
  }
}
.company02 .company_slick .slick-slide a div .icon span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 15px 0 10px;
}
@media (min-width: 641px) {
  .company02 .company_slick .slick-slide a div .icon span {
    display: none;
  }
}
.company02 .company_slick .slick-slide a .title1 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 35px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #393993 0%, #393993 100%);
  background-size: 66px 3px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .company02 .company_slick .slick-slide a .title1 {
    font-size: 36px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-slide a .title1 {
    font-size: 34px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background-size: 66px 2px;
  }
}
@media (max-width: 960px) {
  .company02 .company_slick .slick-slide a .title1 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .company02 .company_slick .slick-slide a .title1 {
    font-size: 28px;
    text-align: center;
    background-position: center bottom;
  }
}
.company02 .company_slick .slick-slide a .title2 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .company02 .company_slick .slick-slide a .title2 {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-slide a .title2 {
    font-size: 21px;
  }
}
@media (max-width: 960px) {
  .company02 .company_slick .slick-slide a .title2 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .company02 .company_slick .slick-slide a .title2 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .company02 .company_slick .slick-slide a .module_desc {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-slide a .module_desc br {
    display: none;
  }
}
.company02 .company_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .company02 .company_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.company02 .company_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .company02 .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .company02 .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .company02 .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.company02 .company_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .company02 .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .company02 .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .company02 .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.company02 .company_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.company02 .company_slick .slick-arrow:hover svg {
  fill: #000000;
}
.company02 .company_slick .slick-arrow.white svg {
  fill: #fff;
}
.company02 .company_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (min-width: 641px) {
  .company02 .company_slick .slick-arrow {
    top: unset;
    bottom: 0;
    transform: unset;
  }
}
@media (min-width: 641px) {
  .company02 .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: unset;
    right: calc(50% + 15px);
  }
}
@media (min-width: 641px) {
  .company02 .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: unset;
    left: calc(50% + 15px);
  }
}
.company02.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company02.in .company_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.company03 {
  padding: 100px 0 120px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company03 {
    padding: 60px 0;
  }
}
.company03 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company03 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company03 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company03 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company03 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company03 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .company03 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company03 .module_title {
    margin-bottom: 30px;
  }
}
@media (min-width: 721px) {
  .company03 .time_line {
    background: linear-gradient(to bottom, #ccc 0%, #ccc 100%);
    background-size: 1px 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.company03 .time_line .time_event {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 720px) {
  .company03 .time_line .time_event {
    flex-direction: column-reverse;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
}
.company03 .time_line .time_event:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 720px) {
  .company03 .time_line .time_event:not(:last-child) {
    margin-bottom: 50px;
  }
}
.company03 .time_line .time_event .content {
  width: 50%;
  padding-right: 85px;
  transition: all 0.3s;
}
@media (min-width: 721px) {
  .company03 .time_line .time_event .content {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
  }
}
@media (max-width: 1200px) {
  .company03 .time_line .time_event .content {
    padding-right: 60px;
  }
}
@media (max-width: 960px) {
  .company03 .time_line .time_event .content {
    padding-right: 45px;
  }
}
@media (max-width: 720px) {
  .company03 .time_line .time_event .content {
    position: relative;
    width: 100%;
    padding-right: 0px;
    z-index: 1;
  }
}
.company03 .time_line .time_event .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .company03 .time_line .time_event .content .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 720px) {
  .company03 .time_line .time_event .content .title {
    align-items: flex-end;
  }
}
.company03 .time_line .time_event .content .title p:nth-child(1) {
  flex-shrink: 0;
  color: #e5e5e5;
  font-size: 85px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company03 .time_line .time_event .content .title p:nth-child(1) {
    font-size: 75px;
  }
}
@media (max-width: 960px) {
  .company03 .time_line .time_event .content .title p:nth-child(1) {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .company03 .time_line .time_event .content .title p:nth-child(1) {
    font-size: 54px;
  }
}
@media (max-width: 480px) {
  .company03 .time_line .time_event .content .title p:nth-child(1) {
    font-size: 48px;
  }
}
.company03 .time_line .time_event .content .title p:nth-child(2) {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 5px;
  margin-left: -20px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company03 .time_line .time_event .content .title p:nth-child(2) {
    font-size: 22px;
    margin-top: 8px;
  }
}
@media (max-width: 960px) {
  .company03 .time_line .time_event .content .title p:nth-child(2) {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .company03 .time_line .time_event .content .title p:nth-child(2) {
    font-size: 18px;
    margin-top: 6px;
  }
}
@media (max-width: 720px) {
  .company03 .time_line .time_event .content .title p:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .company03 .time_line .time_event .content .title p:nth-child(2) {
    font-size: 16px;
  }
}
.company03 .time_line .time_event .content .text {
  text-align: justify;
}
.company03 .time_line .time_event .content .text p {
  color: #868686;
  font-size: 14px;
  line-height: 2;
}
.company03 .time_line .time_event .img {
  width: 50%;
  padding-left: 85px;
  transition: all 0.3s;
}
@media (min-width: 721px) {
  .company03 .time_line .time_event .img {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
  }
}
@media (max-width: 1200px) {
  .company03 .time_line .time_event .img {
    padding-left: 60px;
  }
}
@media (max-width: 960px) {
  .company03 .time_line .time_event .img {
    padding-left: 45px;
  }
}
@media (max-width: 720px) {
  .company03 .time_line .time_event .img {
    width: 100%;
    padding-left: 0px;
    margin-bottom: -25px;
  }
}
@media (max-width: 480px) {
  .company03 .time_line .time_event .img {
    margin-bottom: -18px;
  }
}
.company03 .time_line .time_event .img div {
  position: relative;
  height: 0;
  padding-bottom: 53.6585%;
  overflow: hidden;
}
.company03 .time_line .time_event .img div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company03 .time_line .time_event .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 39px;
  height: 39px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .company03 .time_line .time_event .circle {
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 720px) {
  .company03 .time_line .time_event .circle {
    display: none;
  }
}
.company03 .time_line .time_event .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #393993;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
.company03 .time_line .time_event .circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  background: #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .company03 .time_line .time_event .circle::after {
    width: 16px;
    height: 16px;
  }
}
.company03 .time_line .time_event .circle:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.company03 .time_line .time_event .circle:hover::after {
  background: #fff;
}
.company03.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event .content,
  .company03.in .time_line .time_event .img {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(1) {
    transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(1) .content,
  .company03.in .time_line .time_event:nth-child(1) .img {
    transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(2) {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(2) .content,
  .company03.in .time_line .time_event:nth-child(2) .img {
    transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(3) {
    transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(3) .content,
  .company03.in .time_line .time_event:nth-child(3) .img {
    transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(4) {
    transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(4) .content,
  .company03.in .time_line .time_event:nth-child(4) .img {
    transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(5) {
    transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(5) .content,
  .company03.in .time_line .time_event:nth-child(5) .img {
    transition: all 0.3s, opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(6) {
    transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(6) .content,
  .company03.in .time_line .time_event:nth-child(6) .img {
    transition: all 0.3s, opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(7) {
    transition: opacity 1s ease-out 2.1s, transform 1s ease-out 2.1s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(7) .content,
  .company03.in .time_line .time_event:nth-child(7) .img {
    transition: all 0.3s, opacity 1s ease-out 2.1s, transform 1s ease-out 2.1s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(8) {
    transition: opacity 1s ease-out 2.4s, transform 1s ease-out 2.4s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(8) .content,
  .company03.in .time_line .time_event:nth-child(8) .img {
    transition: all 0.3s, opacity 1s ease-out 2.4s, transform 1s ease-out 2.4s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(9) {
    transition: opacity 1s ease-out 2.7s, transform 1s ease-out 2.7s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(9) .content,
  .company03.in .time_line .time_event:nth-child(9) .img {
    transition: all 0.3s, opacity 1s ease-out 2.7s, transform 1s ease-out 2.7s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(10) {
    transition: opacity 1s ease-out 3s, transform 1s ease-out 3s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(10) .content,
  .company03.in .time_line .time_event:nth-child(10) .img {
    transition: all 0.3s, opacity 1s ease-out 3s, transform 1s ease-out 3s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(11) {
    transition: opacity 1s ease-out 3.3s, transform 1s ease-out 3.3s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(11) .content,
  .company03.in .time_line .time_event:nth-child(11) .img {
    transition: all 0.3s, opacity 1s ease-out 3.3s, transform 1s ease-out 3.3s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(12) {
    transition: opacity 1s ease-out 3.6s, transform 1s ease-out 3.6s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(12) .content,
  .company03.in .time_line .time_event:nth-child(12) .img {
    transition: all 0.3s, opacity 1s ease-out 3.6s, transform 1s ease-out 3.6s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(13) {
    transition: opacity 1s ease-out 3.9s, transform 1s ease-out 3.9s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(13) .content,
  .company03.in .time_line .time_event:nth-child(13) .img {
    transition: all 0.3s, opacity 1s ease-out 3.9s, transform 1s ease-out 3.9s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(14) {
    transition: opacity 1s ease-out 4.2s, transform 1s ease-out 4.2s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(14) .content,
  .company03.in .time_line .time_event:nth-child(14) .img {
    transition: all 0.3s, opacity 1s ease-out 4.2s, transform 1s ease-out 4.2s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(15) {
    transition: opacity 1s ease-out 4.5s, transform 1s ease-out 4.5s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(15) .content,
  .company03.in .time_line .time_event:nth-child(15) .img {
    transition: all 0.3s, opacity 1s ease-out 4.5s, transform 1s ease-out 4.5s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(16) {
    transition: opacity 1s ease-out 4.8s, transform 1s ease-out 4.8s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(16) .content,
  .company03.in .time_line .time_event:nth-child(16) .img {
    transition: all 0.3s, opacity 1s ease-out 4.8s, transform 1s ease-out 4.8s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(17) {
    transition: opacity 1s ease-out 5.1s, transform 1s ease-out 5.1s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(17) .content,
  .company03.in .time_line .time_event:nth-child(17) .img {
    transition: all 0.3s, opacity 1s ease-out 5.1s, transform 1s ease-out 5.1s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(18) {
    transition: opacity 1s ease-out 5.4s, transform 1s ease-out 5.4s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(18) .content,
  .company03.in .time_line .time_event:nth-child(18) .img {
    transition: all 0.3s, opacity 1s ease-out 5.4s, transform 1s ease-out 5.4s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(19) {
    transition: opacity 1s ease-out 5.7s, transform 1s ease-out 5.7s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(19) .content,
  .company03.in .time_line .time_event:nth-child(19) .img {
    transition: all 0.3s, opacity 1s ease-out 5.7s, transform 1s ease-out 5.7s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(20) {
    transition: opacity 1s ease-out 6s, transform 1s ease-out 6s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(20) .content,
  .company03.in .time_line .time_event:nth-child(20) .img {
    transition: all 0.3s, opacity 1s ease-out 6s, transform 1s ease-out 6s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(21) {
    transition: opacity 1s ease-out 6.3s, transform 1s ease-out 6.3s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(21) .content,
  .company03.in .time_line .time_event:nth-child(21) .img {
    transition: all 0.3s, opacity 1s ease-out 6.3s, transform 1s ease-out 6.3s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(22) {
    transition: opacity 1s ease-out 6.6s, transform 1s ease-out 6.6s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(22) .content,
  .company03.in .time_line .time_event:nth-child(22) .img {
    transition: all 0.3s, opacity 1s ease-out 6.6s, transform 1s ease-out 6.6s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(23) {
    transition: opacity 1s ease-out 6.9s, transform 1s ease-out 6.9s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(23) .content,
  .company03.in .time_line .time_event:nth-child(23) .img {
    transition: all 0.3s, opacity 1s ease-out 6.9s, transform 1s ease-out 6.9s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(24) {
    transition: opacity 1s ease-out 7.2s, transform 1s ease-out 7.2s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(24) .content,
  .company03.in .time_line .time_event:nth-child(24) .img {
    transition: all 0.3s, opacity 1s ease-out 7.2s, transform 1s ease-out 7.2s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(25) {
    transition: opacity 1s ease-out 7.5s, transform 1s ease-out 7.5s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(25) .content,
  .company03.in .time_line .time_event:nth-child(25) .img {
    transition: all 0.3s, opacity 1s ease-out 7.5s, transform 1s ease-out 7.5s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(26) {
    transition: opacity 1s ease-out 7.8s, transform 1s ease-out 7.8s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(26) .content,
  .company03.in .time_line .time_event:nth-child(26) .img {
    transition: all 0.3s, opacity 1s ease-out 7.8s, transform 1s ease-out 7.8s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(27) {
    transition: opacity 1s ease-out 8.1s, transform 1s ease-out 8.1s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(27) .content,
  .company03.in .time_line .time_event:nth-child(27) .img {
    transition: all 0.3s, opacity 1s ease-out 8.1s, transform 1s ease-out 8.1s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(28) {
    transition: opacity 1s ease-out 8.4s, transform 1s ease-out 8.4s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(28) .content,
  .company03.in .time_line .time_event:nth-child(28) .img {
    transition: all 0.3s, opacity 1s ease-out 8.4s, transform 1s ease-out 8.4s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(29) {
    transition: opacity 1s ease-out 8.7s, transform 1s ease-out 8.7s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(29) .content,
  .company03.in .time_line .time_event:nth-child(29) .img {
    transition: all 0.3s, opacity 1s ease-out 8.7s, transform 1s ease-out 8.7s;
  }
}
@media (max-width: 720px) {
  .company03.in .time_line .time_event:nth-child(30) {
    transition: opacity 1s ease-out 9s, transform 1s ease-out 9s;
  }
}
@media (min-width: 721px) {
  .company03.in .time_line .time_event:nth-child(30) .content,
  .company03.in .time_line .time_event:nth-child(30) .img {
    transition: all 0.3s, opacity 1s ease-out 9s, transform 1s ease-out 9s;
  }
}

.company04 {
  padding: 60px 0;
}
.company04 .news_frame {
  padding: 4.4270833333vw 5.7291666667vw 1.5625vw;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .company04 .news_frame {
    padding: 30px 30px 20px;
  }
}
@media (max-width: 480px) {
  .company04 .news_frame {
    padding: 25px 20px 20px;
  }
}
.company04 .news_frame .date_cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .company04 .news_frame .date_cate {
    margin-bottom: 20px;
  }
}
.company04 .news_frame .date_cate .news_date p {
  color: #000;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
}
.company04 .news_frame .date_cate .news_date p:nth-child(1) {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1440px) {
  .company04 .news_frame .date_cate .news_date p:nth-child(1) {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .company04 .news_frame .date_cate .news_date p:nth-child(1) {
    font-size: 30px;
  }
}
@media (max-width: 840px) {
  .company04 .news_frame .date_cate .news_date p:nth-child(1) {
    font-size: 26px;
  }
}
.company04 .news_frame .date_cate .news_date p:nth-child(2) {
  font-size: 13px;
}
@media (max-width: 840px) {
  .company04 .news_frame .date_cate .news_date p:nth-child(2) {
    font-size: 12px;
  }
}
.company04 .news_frame .date_cate .news_cate {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 8px 0;
  background: linear-gradient(to right, #000, #000);
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company04 .news_frame .date_cate .news_cate {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .company04 .news_frame .date_cate .news_cate {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .company04 .news_frame .date_cate .news_cate {
    font-size: 12px;
  }
}
.company04 .news_frame .news_title {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: justify;
  padding-bottom: 20px;
  margin-bottom: 60px;
  background-image: linear-gradient(to right, #414042, #414042), linear-gradient(to right, #808285, #808285);
  background-size: 85px 3px, calc(100% - 85px) 1px;
  background-position: left bottom, 85px calc(100% - 1px);
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company04 .news_frame .news_title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .company04 .news_frame .news_title {
    font-size: 18px;
  }
}
.company04 .news_frame .editor {
  margin-bottom: 50px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company04 .news_frame .editor {
    margin-bottom: 30px;
  }
}
.company04 .news_frame .news_share {
  display: flex;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company04 .news_frame .news_share {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .company04 .news_frame .news_share {
    flex-direction: column;
  }
}
.company04 .news_frame .news_share p {
  min-width: fit-content;
  color: #414042;
  font-size: 16px;
  line-height: 33px;
  margin-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .company04 .news_frame .news_share p {
    font-size: 14px;
  }
}
.company04 .news_frame .news_share .medias {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.company04 .news_frame .news_share .medias a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
  background: #000000;
  border-radius: 50%;
  transition: all 0.3s;
}
.company04 .news_frame .news_share .medias a:not(:last-child) {
  margin-right: 10px;
}
.company04 .news_frame .news_share .medias a i {
  display: block;
}
.company04 .news_frame .news_share .medias a svg path {
  fill: #fff;
  transition: all 0.3s;
}
.company04 .news_frame .news_share .medias a:hover {
  color: #000000;
  background: #393993;
}
.company04 .news_frame .news_share .medias a:hover svg path {
  fill: #000000;
}
.company04 .news_frame .tag_list {
  display: flex;
}
@media (max-width: 480px) {
  .company04 .news_frame .tag_list {
    flex-direction: column;
  }
}
.company04 .news_frame .tag_list p {
  min-width: fit-content;
  color: #414042;
  font-size: 16px;
  line-height: 32px;
  margin-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .company04 .news_frame .tag_list p {
    font-size: 14px;
  }
}
.company04 .news_frame .tag_list .tags {
  display: flex;
  flex-wrap: wrap;
}
.company04 .news_frame .tag_list .tags a {
  display: block;
  position: relative;
  width: 130px;
  min-width: fit-content;
  color: #414042;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid #fff;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .company04 .news_frame .tag_list .tags a {
    width: auto;
    padding: 0 15px;
  }
}
.company04 .news_frame .tag_list .tags a:not(:last-child) {
  margin-right: 10px;
}
.company04 .news_frame .tag_list .tags a::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  opacity: 0;
  transform: scaleX(1.05) scaleY(1.25);
  transition: all 0.3s;
}
.company04 .news_frame .tag_list .tags a:hover, .company04 .news_frame .tag_list .tags a.active {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.company04 .news_frame .tag_list .tags a:hover::before, .company04 .news_frame .tag_list .tags a.active::before {
  transform: scaleX(1.001) scaleY(1.001);
  opacity: 1;
}

.company05 {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .company05 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company05 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company05 .module_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.company05 .module_container .left {
  display: flex;
  justify-content: center;
  width: 63.58%;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company05 .module_container .left {
    width: 60%;
  }
}
@media (max-width: 840px) {
  .company05 .module_container .left {
    width: 100%;
  }
}
.company05 .module_container .left img {
  max-width: unset;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company05 .module_container .left img {
    width: 100%;
    transform: translateY(40px);
  }
}
@media (max-width: 720px) {
  .company05 .module_container .left img {
    width: auto;
    height: 300px;
  }
}
.company05 .module_container .right {
  width: 36.42%;
  padding: 0 5.2083333333vw 100px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company05 .module_container .right {
    width: 40%;
  }
}
@media (max-width: 840px) {
  .company05 .module_container .right {
    width: 100%;
    padding: 40px 60px;
  }
}
@media (max-width: 768px) {
  .company05 .module_container .right {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .company05 .module_container .right {
    padding: 40px 25px;
  }
}
.company05 .module_container .right .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.company05 .module_container .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company05 .module_container .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company05 .module_container .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company05 .module_container .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.company05 .module_container .right .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 840px) {
  .company05 .module_container .right .module_title {
    transform: translateY(40px);
  }
}
.company05 .module_container .right .module_subtitle {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company05 .module_container .right .module_subtitle {
    transform: translateY(40px);
  }
}
.company05 .module_container .right .module_subtitle p {
  color: #e6e6e6;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .company05 .module_container .right .module_subtitle p {
    font-size: 16px;
  }
}
.company05 .module_container .right .module_content {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company05 .module_container .right .module_content {
    transform: translateY(40px);
  }
}
.company05 .module_container .right > [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .company05 .module_container .right > [class^=button] {
    margin-top: 35px !important;
  }
}
@media (max-width: 840px) {
  .company05 .module_container .right > [class^=button] {
    transform: translateY(40px);
  }
}
.company05 .module_container .bottom {
  display: flex;
  position: relative;
  width: 66.5265370468%;
  padding: 3.125vw 5.2083333333vw 4.1666666667vw;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company05 .module_container .bottom {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .company05 .module_container .bottom {
    width: 90%;
  }
}
@media (max-width: 840px) {
  .company05 .module_container .bottom {
    width: 100%;
    padding: 40px 60px;
  }
}
@media (max-width: 768px) {
  .company05 .module_container .bottom {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .company05 .module_container .bottom {
    align-items: center;
    padding: 40px 25px;
  }
}
.company05 .module_container .bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f8f8f8;
  z-index: -1;
  transition: height 1s ease-out;
}
.company05 .module_container .bottom .bottom_left {
  width: 100%;
  padding-right: 15px;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company05 .module_container .bottom .bottom_left {
    transform: translateY(40px);
  }
}
@media (max-width: 400px) {
  .company05 .module_container .bottom .bottom_left {
    padding-right: 0;
  }
}
.company05 .module_container .bottom .bottom_left .bottom_subtitle {
  color: #e6e6e6;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .company05 .module_container .bottom .bottom_left .bottom_subtitle {
    font-size: 16px;
  }
}
.company05 .module_container .bottom .bottom_right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 840px) {
  .company05 .module_container .bottom .bottom_right {
    flex-shrink: 1.25;
  }
}
@media (max-width: 400px) {
  .company05 .module_container .bottom .bottom_right {
    display: none;
  }
}
.company05 .module_container .bottom .bottom_right img {
  position: absolute;
  bottom: 0;
  max-height: calc(100% + 90px);
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company05 .module_container .bottom .bottom_right img {
    max-height: calc(100% + 40px);
    transform: translateY(40px);
  }
}
@media (max-width: 640px) {
  .company05 .module_container .bottom .bottom_right img {
    max-height: 100%;
  }
}
@media (max-width: 480px) {
  .company05 .module_container .bottom .bottom_right img {
    position: unset;
  }
}
.company05.in .module_container .left img {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company05.in .module_container .left img {
    transform: translateY(0);
  }
}
.company05.in .module_container .right .module_title {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
@media (max-width: 840px) {
  .company05.in .module_container .right .module_title {
    transform: translateY(0);
  }
}
.company05.in .module_container .right .module_subtitle {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
@media (max-width: 840px) {
  .company05.in .module_container .right .module_subtitle {
    transform: translateY(0);
  }
}
.company05.in .module_container .right .module_content {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 840px) {
  .company05.in .module_container .right .module_content {
    transform: translateY(0);
  }
}
.company05.in .module_container .right > [class^=button] {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
@media (max-width: 840px) {
  .company05.in .module_container .right > [class^=button] {
    transform: translateY(0);
  }
}
.company05.in .module_container .bottom::before {
  height: calc(100% + 50px);
  transition: height 1s ease-out 0.6s;
}
@media (max-width: 840px) {
  .company05.in .module_container .bottom::before {
    height: 100%;
  }
}
.company05.in .module_container .bottom .bottom_left {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
@media (max-width: 840px) {
  .company05.in .module_container .bottom .bottom_left {
    transform: translateY(0);
  }
}
.company05.in .module_container .bottom .bottom_right img {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
@media (max-width: 840px) {
  .company05.in .module_container .bottom .bottom_right img {
    transform: translateY(0);
  }
}

.company06 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company06 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company06 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company06 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.company06 .wrap .module_title {
  margin-bottom: 20px;
}
.company06 .wrap .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company06 .wrap .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company06 .wrap .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company06 .wrap .module_title.white p:nth-child(1) {
  color: #fff;
}
.company06 .wrap .module_title.white p:nth-child(2) {
  color: #fff;
}
.company06 .wrap .left {
  width: 55%;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company06 .wrap .left {
    width: 100%;
    transform: translateY(40px);
  }
}
.company06 .wrap .left .module_title {
  text-align: center;
}
@media (min-width: 841px) {
  .company06 .wrap .left .module_title {
    display: none;
  }
}
.company06 .wrap .left .photo_frame {
  padding: 0 0 20px 20px;
  margin-bottom: 30px;
}
.company06 .wrap .left .photo_frame .photo_inner {
  position: relative;
  background: #fff;
}
.company06 .wrap .left .photo_frame .photo_inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
}
.company06 .wrap .left .photo_frame .photo_inner .photo_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
}
.company06 .wrap .left .photo_frame .photo_inner .photo_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company06 .wrap .left .module_desc {
  margin-bottom: 30px;
}
@media (min-width: 841px) {
  .company06 .wrap .left .module_desc {
    display: none;
  }
}
.company06 .wrap .left .company_btn {
  display: flex;
  align-items: center;
}
@media (max-width: 840px) {
  .company06 .wrap .left .company_btn {
    justify-content: center;
  }
}
.company06 .wrap .left .company_btn [class^=button]:nth-child(1) {
  margin: 0 50px 0 0;
}
@media (max-width: 840px) {
  .company06 .wrap .left .company_btn [class^=button]:nth-child(1) {
    order: 2;
    margin: 0 15px;
  }
}
.company06 .wrap .left .company_btn [class^=button]:nth-child(2) {
  margin: 0 20px 0 0;
}
@media (max-width: 840px) {
  .company06 .wrap .left .company_btn [class^=button]:nth-child(2) {
    order: 1;
    margin: 0;
  }
}
@media (max-width: 840px) {
  .company06 .wrap .left .company_btn [class^=button]:nth-child(3) {
    order: 3;
  }
}
.company06 .wrap .left .lightGallery {
  height: 0;
  overflow: hidden;
}
.company06 .wrap .right {
  width: 45%;
  padding-left: 3.4375vw;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company06 .wrap .right {
    display: none;
  }
}
.company06.in .left {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company06.in .left {
    transform: translateY(0);
  }
}
.company06.in .right {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.company07 {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .company07 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company07 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company07 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company07 .wrap {
  width: 100%;
  max-width: 1720px;
  padding: 0 0 0 60px;
  margin: 0 0 0 auto;
}
@media (max-width: 960px) {
  .company07 .wrap {
    padding: 0 60px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .company07 .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .company07 .wrap {
    padding: 0 25px;
  }
}
.company07 .wrap .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company07 .wrap .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company07 .wrap .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company07 .wrap .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company07 .wrap .module_title.white p:nth-child(1) {
  color: #fff;
}
.company07 .wrap .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .company07 .wrap .module_title {
    text-align: center;
  }
}
.company07 .wrap .company_content {
  display: flex;
  align-items: flex-end;
  width: calc(100% + 10vw);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company07 .wrap .company_content {
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.company07 .wrap .company_content .button_set {
  justify-content: flex-end;
  width: 12.1875vw;
  margin-right: 20px;
}
@media (max-width: 960px) {
  .company07 .wrap .company_content .button_set {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .company07 .wrap .company_content .button_set {
    display: none;
  }
}
.company07 .wrap .company_content .plan_slick {
  width: calc(100% - 12.1875vw);
}
@media (max-width: 960px) {
  .company07 .wrap .company_content .plan_slick {
    width: 100%;
  }
}
.company07 .wrap .company_content .plan_slick .slick-slide {
  padding: 0 15px;
}
@media (max-width: 840px) {
  .company07 .wrap .company_content .plan_slick .slick-slide {
    padding: 0 7.5px;
  }
}
@media (max-width: 480px) {
  .company07 .wrap .company_content .plan_slick .slick-slide {
    padding: 0;
  }
}
.company07 .wrap .company_content .plan_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 65.7894736842%;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s;
}
.company07 .wrap .company_content .plan_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .company07 .wrap .company_content .plan_slick .slick-slide a:hover {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  }
}
.company07 .wrap .company_content .plan_slick .slick-slide .plan_title {
  color: #000000;
  font-size: 21px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .company07 .wrap .company_content .plan_slick .slick-slide .plan_title {
    font-size: 19px;
  }
}
@media (max-width: 1200px) {
  .company07 .wrap .company_content .plan_slick .slick-slide .plan_title {
    margin-bottom: 5px;
  }
}
@media (max-width: 840px) {
  .company07 .wrap .company_content .plan_slick .slick-slide .plan_title {
    font-size: 18px;
  }
}
.company07 .wrap .company_content .plan_slick .slick-slide .module_desc {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .company07 .wrap .company_content .plan_slick .slick-slide .module_desc {
    display: -webkit-box;
    height: 50.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.company07 .wrap .company_content .plan_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .company07 .wrap .company_content .plan_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .company07 .wrap .company_content .plan_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.company07 .wrap .company_content .plan_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -50px;
}
@media (max-width: 1200px) {
  .company07 .wrap .company_content .plan_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -48px;
  }
}
@media (max-width: 840px) {
  .company07 .wrap .company_content .plan_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -45px;
  }
}
@media (max-width: 768px) {
  .company07 .wrap .company_content .plan_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -30px;
  }
}
@media (max-width: 480px) {
  .company07 .wrap .company_content .plan_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -28px;
  }
}
.company07 .wrap .company_content .plan_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -50px;
}
@media (max-width: 1200px) {
  .company07 .wrap .company_content .plan_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -48px;
  }
}
@media (max-width: 840px) {
  .company07 .wrap .company_content .plan_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -45px;
  }
}
@media (max-width: 768px) {
  .company07 .wrap .company_content .plan_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -30px;
  }
}
@media (max-width: 480px) {
  .company07 .wrap .company_content .plan_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -28px;
  }
}
.company07 .wrap .company_content .plan_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.company07 .wrap .company_content .plan_slick .slick-arrow:hover svg {
  fill: #000000;
}
.company07 .wrap .company_content .plan_slick .slick-arrow.white svg {
  fill: #fff;
}
.company07 .wrap .company_content .plan_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (min-width: 481px) {
  .company07 .wrap .company_content .plan_slick .slick-arrow {
    display: none !important;
  }
}
.company07.in .wrap .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company07.in .wrap .company_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.company08 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company08 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company08 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company08 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company08 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.company08 .wrap .videobox {
  position: relative;
}
.company08 .wrap .videobox .videoGallery a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 61.333%;
  overflow: hidden;
}
.company08 .wrap .videobox .videoGallery a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company08 .wrap .videobox .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .company08 .wrap .videobox .playbtn {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .company08 .wrap .videobox .playbtn {
    width: 35px;
    height: 35px;
  }
}
.company08 .company_video {
  width: 53.57%;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company08 .company_video {
    display: none;
  }
}
.company08 .company_content {
  width: 46.43%;
  padding-left: 4.6875vw;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company08 .company_content {
    width: 100%;
    padding-left: 0;
    transform: translateY(40px);
  }
}
.company08 .company_content .module_title {
  margin-bottom: 20px;
}
.company08 .company_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company08 .company_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company08 .company_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company08 .company_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.company08 .company_content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .company08 .company_content .module_title {
    text-align: center;
  }
}
.company08 .company_content .videobox {
  margin-bottom: 40px;
}
@media (min-width: 961px) {
  .company08 .company_content .videobox {
    display: none;
  }
}
.company08 .slick_box {
  width: 100%;
  margin: 60px 0 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company08 .slick_box {
    margin: 40px 0 0;
  }
}
.company08 .slick_box .company_slick {
  padding: 0 70px;
}
@media (max-width: 1200px) {
  .company08 .slick_box .company_slick {
    padding: 0 50px;
  }
}
@media (max-width: 720px) {
  .company08 .slick_box .company_slick {
    padding: 0 0 30px;
  }
}
@media (min-width: 401px) and (max-width: 720px) {
  .company08 .slick_box .company_slick {
    margin: 0 -7.5px;
  }
}
.company08 .slick_box .company_slick .slick-slide {
  padding: 0 15px;
}
@media (max-width: 960px) {
  .company08 .slick_box .company_slick .slick-slide {
    padding: 0 7.5px;
  }
}
@media (max-width: 400px) {
  .company08 .slick_box .company_slick .slick-slide {
    padding: 0;
  }
}
.company08 .slick_box .company_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 67.8733031674%;
  margin-bottom: 10px;
  overflow: hidden;
}
.company08 .slick_box .company_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company08 .slick_box .company_slick .slick-slide p {
  text-align: center;
}
.company08 .slick_box .company_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .company08 .slick_box .company_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .company08 .slick_box .company_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.company08 .slick_box .company_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .company08 .slick_box .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .company08 .slick_box .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .company08 .slick_box .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .company08 .slick_box .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.company08 .slick_box .company_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .company08 .slick_box .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .company08 .slick_box .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .company08 .slick_box .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .company08 .slick_box .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.company08 .slick_box .company_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.company08 .slick_box .company_slick .slick-arrow:hover svg {
  fill: #000000;
}
.company08 .slick_box .company_slick .slick-arrow.white svg {
  fill: #fff;
}
.company08 .slick_box .company_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 720px) {
  .company08 .slick_box .company_slick .slick-arrow {
    display: none !important;
  }
}
.company08 .lightGallery {
  height: 0;
  overflow: hidden;
}
.company08.in .company_video {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company08.in .company_content {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company08.in .company_content {
    transform: translateY(0);
  }
}
.company08.in .slick_box {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.company09 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company09 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company09 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company09 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company09 .history_year {
  display: flex;
  align-items: flex-end;
  margin-bottom: 56px;
  border-bottom: 2px solid #ccc;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company09 .history_year {
    margin-bottom: 45px;
  }
}
.company09 .history_year .left_year_slick {
  width: 30.714%;
  padding-right: 40px;
  padding-bottom: 15px;
}
@media (max-width: 840px) {
  .company09 .history_year .left_year_slick {
    display: none;
  }
}
.company09 .history_year .left_year_slick .slick-slide {
  color: #808080;
  font-size: 92px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
}
@media (max-width: 1200px) {
  .company09 .history_year .left_year_slick .slick-slide {
    font-size: 82px;
  }
}
@media (max-width: 960px) {
  .company09 .history_year .left_year_slick .slick-slide {
    font-size: 72px;
  }
}
.company09 .history_year .right_year_slick {
  position: relative;
  top: 2px;
  width: 62.286%;
}
@media (max-width: 1200px) {
  .company09 .history_year .right_year_slick {
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .company09 .history_year .right_year_slick {
    width: 100%;
  }
}
.company09 .history_year .right_year_slick .slick-slide p {
  position: relative;
  width: fit-content;
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s;
}
.company09 .history_year .right_year_slick .slick-slide p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  opacity: 0;
  transition: all 0.3s;
}
.company09 .history_year .right_year_slick .slick-slide.slick-current p {
  color: #000000;
}
.company09 .history_year .right_year_slick .slick-slide.slick-current p::after {
  opacity: 1;
}
.company09 .history_year .right_year_slick .slick-arrow {
  padding: 25px 0;
}
.company09 .history_year .right_year_slick .slick-arrow svg {
  display: block;
  fill: #808080;
}
.company09 .history_year .right_year_slick .slick-arrow:hover svg {
  fill: #000000;
}
.company09 .history_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company09 .history_slick {
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .company09 .history_slick {
    padding: 0;
  }
}
.company09 .history_slick .slick-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.company09 .history_slick .slick-slide > div:nth-child(1) {
  width: 30.714%;
  padding-right: 40px;
}
@media (max-width: 840px) {
  .company09 .history_slick .slick-slide > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.company09 .history_slick .slick-slide > div:nth-child(2) {
  width: 69.286%;
}
@media (max-width: 840px) {
  .company09 .history_slick .slick-slide > div:nth-child(2) {
    width: 100%;
  }
}
.company09.in .history_year {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company09.in .history_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.company10 {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company10::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(1400px + (100% - 1400px) / 2 + 95px);
  max-width: 100%;
  height: 100%;
  background: #f1f2f2;
  z-index: -1;
}
@media (max-width: 960px) {
  .company10::before {
    height: 35%;
  }
}
.company10 .resp_full {
  position: relative;
  padding-bottom: 75px;
}
@media (max-width: 960px) {
  .company10 .resp_full {
    padding-bottom: 0;
  }
}
.company10 .resp_full .resp_img {
  width: 60.9375%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company10 .resp_full .resp_img {
    width: 100%;
  }
}
.company10 .resp_full .resp_content {
  background: #fff;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .company10 .resp_full .resp_content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 2.6041666667vw 30px 4.1666666667vw 13.5416666667vw;
    z-index: -1;
  }
}
@media (max-width: 960px) {
  .company10 .resp_full .resp_content {
    padding: 40px 60px;
    transform: translate(0, 40px);
  }
}
@media (max-width: 768Px) {
  .company10 .resp_full .resp_content {
    padding: 30px;
  }
}
@media (max-width: 480Px) {
  .company10 .resp_full .resp_content {
    padding: 30px 25px;
  }
}
.company10 .resp_full .resp_content .module_title {
  margin-bottom: 20px;
}
.company10 .resp_full .resp_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company10 .resp_full .resp_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company10 .resp_full .resp_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company10 .resp_full .resp_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.company10 .resp_full .resp_content .module_title.white p:nth-child(2) {
  color: #fff;
}
.company10 .resp_notfull {
  margin-top: 52px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 640px) {
  .company10 .resp_notfull {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.company10 .resp_notfull .resp_slick {
  margin: 0 -20px;
  padding: 0 50px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company10 .resp_notfull .resp_slick {
    margin: 0 -10px;
  }
}
@media (max-width: 640px) {
  .company10 .resp_notfull .resp_slick {
    margin: 0 -7.5px;
    padding: 0;
  }
}
.company10 .resp_notfull .resp_slick .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .company10 .resp_notfull .resp_slick .slick-slide {
    padding: 0 12.5px;
  }
}
.company10 .resp_notfull .resp_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .company10 .resp_notfull .resp_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .company10 .resp_notfull .resp_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.company10 .resp_notfull .resp_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .company10 .resp_notfull .resp_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .company10 .resp_notfull .resp_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .company10 .resp_notfull .resp_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .company10 .resp_notfull .resp_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.company10 .resp_notfull .resp_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .company10 .resp_notfull .resp_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .company10 .resp_notfull .resp_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .company10 .resp_notfull .resp_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .company10 .resp_notfull .resp_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.company10 .resp_notfull .resp_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.company10 .resp_notfull .resp_slick .slick-arrow:hover svg {
  fill: #000000;
}
.company10 .resp_notfull .resp_slick .slick-arrow.white svg {
  fill: #fff;
}
.company10 .resp_notfull .resp_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 640px) {
  .company10 .resp_notfull .resp_slick .slick-arrow {
    display: none !important;
  }
}
.company10 .resp_notfull .resp_slick .slick-dots {
  bottom: -32px;
}
.company10.in .resp_full .resp_img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company10.in .resp_full .resp_content {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.company10.in .resp_notfull {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.company11 {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company11 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company11 .floating_words {
  position: absolute;
  top: 50%;
  right: -1.0416666667vw;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 960px) {
  .company11 .floating_words {
    display: none;
  }
}
.company11 .floating_words p {
  color: rgba(0, 0, 0, 0.1);
  font-size: calc(3rem + 3.75vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
.company11 .graphic {
  display: flex;
  align-items: center;
  margin: 0 -2.34375vw;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company11 .graphic:nth-child(even) {
  flex-direction: row-reverse;
}
.company11 .graphic:not(:last-child) {
  margin-bottom: 95px;
}
@media (max-width: 1440px) {
  .company11 .graphic:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company11 .graphic:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company11 .graphic:not(:last-child) {
    margin-bottom: 40px;
  }
}
.company11 .graphic > div {
  padding: 0 2.34375vw;
}
.company11 .graphic > div:nth-child(1) {
  width: 56.376%;
}
@media (max-width: 960px) {
  .company11 .graphic > div:nth-child(1) {
    display: none;
  }
}
.company11 .graphic > div:nth-child(1) img {
  width: 100%;
}
.company11 .graphic > div:nth-child(2) {
  width: 43.624%;
}
@media (max-width: 960px) {
  .company11 .graphic > div:nth-child(2) {
    width: 100%;
  }
}
.company11 .graphic > div:nth-child(2) .module_title {
  margin-bottom: 20px;
}
.company11 .graphic > div:nth-child(2) .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company11 .graphic > div:nth-child(2) .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company11 .graphic > div:nth-child(2) .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company11 .graphic > div:nth-child(2) .module_title.white p:nth-child(1) {
  color: #fff;
}
.company11 .graphic > div:nth-child(2) .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .company11 .graphic > div:nth-child(2) .module_title {
    text-align: center;
  }
}
.company11 .graphic > div:nth-child(2) img {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 961px) {
  .company11 .graphic > div:nth-child(2) img {
    display: none;
  }
}
.company11.in .graphic {
  opacity: 1;
  transform: translateY(0);
}
.company11.in .graphic:nth-child(1) {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.company11.in .graphic:nth-child(2) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.company11.in .graphic:nth-child(3) {
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.company11.in .graphic:nth-child(4) {
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.company11.in .graphic:nth-child(5) {
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
}

.company12 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #f1f2f2;
}
@media (max-width: 1440px) {
  .company12 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company12 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company12 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.company12 .left {
  width: 37.4286%;
  padding-right: 4.6875vw;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company12 .left {
    width: 100%;
    padding-right: 0;
  }
}
.company12 .left .module_title {
  margin-bottom: 20px;
}
.company12 .left .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company12 .left .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company12 .left .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company12 .left .module_title.white p:nth-child(1) {
  color: #fff;
}
.company12 .left .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .company12 .left .module_title {
    text-align: center;
  }
}
.company12 .left .button_set {
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .company12 .left .button_set {
    display: none;
  }
}
.company12 .right {
  width: 62.5714%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company12 .right {
    width: 100%;
  }
}
.company12 .right > div {
  margin: 0 -20px;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .company12 .right > div {
    margin: 0 -10px;
  }
}
@media (max-width: 960px) {
  .company12 .right > div .certification_slick {
    padding-bottom: 40px;
  }
}
.company12 .right > div .certification_slick .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1366px) {
  .company12 .right > div .certification_slick .slick-slide {
    padding: 0 10px;
  }
}
.company12 .right > div .certification_slick .slick-slide a {
  display: block;
  padding: 9px;
  border: 1px solid #bfbfbf;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .company12 .right > div .certification_slick .slick-slide a {
    border: 1px solid #000000;
  }
}
.company12 .right > div .certification_slick .slick-slide a div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
  overflow: hidden;
}
.company12 .right > div .certification_slick .slick-slide a div img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .company12 .right > div .certification_slick .slick-slide a div img {
    filter: grayscale(0);
  }
}
.company12 .right > div .certification_slick .slick-slide a:hover {
  border: 1px solid #000000;
}
.company12 .right > div .certification_slick .slick-slide a:hover div img {
  filter: grayscale(0);
}
.company12.in .left {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company12.in .right {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.company13 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company13 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company13 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company13 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company13 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company13 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company13 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company13 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .company13 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company13 .module_title {
    margin-bottom: 30px;
  }
}
.company13 .news_area {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company13 .news_area .news_slick {
  margin: 0 -20px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company13 .news_area .news_slick {
    margin: 0 -10px;
  }
}
.company13 .news_area .news_slick .slick-slide {
  padding: 0 20px;
  transition: padding 0.3s;
}
@media (max-width: 1200px) {
  .company13 .news_area .news_slick .slick-slide {
    padding: 0 10px;
  }
}
.company13 .news_area .news_slick .slick-slide.video_type .news_info, .company13 .news_area .news_slick .slick-slide.album_type .news_info {
  position: relative;
}
.company13 .news_area .news_slick .slick-slide.video_type .news_info::before, .company13 .news_area .news_slick .slick-slide.album_type .news_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}
.company13 .news_area .news_slick .slick-slide .news_info {
  height: 100%;
}
.company13 .news_area .news_slick .slick-slide .news_info a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.5s;
}
.company13 .news_area .news_slick .slick-slide .news_info a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
}
.company13 .news_area .news_slick .slick-slide .news_info a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.001);
  transition: all 0.5s;
}
.company13 .news_area .news_slick .slick-slide .news_info a .news_content {
  padding: 18px 0 0;
}
.company13 .news_area .news_slick .slick-slide .news_info a .news_content .cate_date {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.company13 .news_area .news_slick .slick-slide .news_info a .news_content .cate_date .cate {
  color: #fff;
  font-size: 15px;
  text-indent: 2px;
  letter-spacing: 2px;
  padding: 0 6px;
  margin-right: 15px;
  background: #000000;
}
.company13 .news_area .news_slick .slick-slide .news_info a .news_content .cate_date .date {
  color: #4e4e4e;
  font-size: 16px;
}
.company13 .news_area .news_slick .slick-slide .news_info a .news_content .news_title {
  color: #4e4e4e;
  font-size: 18px;
  line-height: 1.5;
  transition: all 0.5s;
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.company13 .news_area .news_slick .slick-slide .news_info a .news_content .module_desc {
  color: #4e4e4e;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  max-height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.company13 .news_area .news_slick .slick-slide .news_info:hover a .news_img img {
  transform: scale(1.05);
}
.company13 .news_area .news_slick .slick-slide .news_info:hover a .news_content .news_title {
  color: #000000;
}
.company13 .news_area .news_slick .slick-slide .lightGallery {
  height: 0;
  overflow: hidden;
}
.company13 .news_area .news_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .company13 .news_area .news_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .company13 .news_area .news_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.company13 .news_area .news_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .company13 .news_area .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .company13 .news_area .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .company13 .news_area .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .company13 .news_area .news_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.company13 .news_area .news_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .company13 .news_area .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .company13 .news_area .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .company13 .news_area .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .company13 .news_area .news_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.company13 .news_area .news_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.company13 .news_area .news_slick .slick-arrow:hover svg {
  fill: #000000;
}
.company13 .news_area .news_slick .slick-arrow.white svg {
  fill: #fff;
}
.company13 .news_area .news_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 768px) {
  .company13 .news_area .news_slick .slick-arrow {
    display: none !important;
  }
}
.company13 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 769px) {
  .company13 .button_set .arrowtype {
    display: none !important;
  }
}
.company13.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company13.in .news_area {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.company13.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.company14 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company14 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company14 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company14 .wrap {
  position: relative;
  height: 39.0625vw;
}
@media (max-width: 960px) {
  .company14 .wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: unset;
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .company14 .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .company14 .wrap {
    padding: 0 25px;
  }
}
.company14 .wrap > [class^=deco_] {
  position: absolute;
  opacity: 0;
  transform: translateY(50px) scale(1.1);
  transition: all 0.3s, opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media (max-width: 960px) {
  .company14 .wrap > [class^=deco_] {
    position: unset;
  }
}
.company14 .wrap .deco_1 {
  top: 0;
  left: 8.6979166667%;
}
@media (max-width: 1440px) {
  .company14 .wrap .deco_1 {
    left: 4.375%;
  }
}
@media (max-width: 1200px) {
  .company14 .wrap .deco_1 {
    left: 0;
  }
}
@media (max-width: 960px) {
  .company14 .wrap .deco_1 {
    display: none;
  }
}
@media (min-width: 961px) {
  .company14 .wrap .deco_1 img {
    width: 22.86458vw;
  }
}
.company14 .wrap .deco_2 {
  bottom: 0;
  left: 19.2708333333%;
}
@media (max-width: 1440px) {
  .company14 .wrap .deco_2 {
    left: 9.6354166667%;
  }
}
@media (max-width: 1200px) {
  .company14 .wrap .deco_2 {
    left: 4.7916666667%;
  }
}
@media (max-width: 960px) {
  .company14 .wrap .deco_2 {
    order: 1;
    margin-bottom: 40px;
  }
}
@media (min-width: 961px) {
  .company14 .wrap .deco_2 img {
    width: 21.45833vw;
  }
}
.company14 .wrap .deco_3 {
  top: 28px;
  right: 6.875%;
}
@media (max-width: 1440px) {
  .company14 .wrap .deco_3 {
    right: 3.4375%;
  }
}
@media (max-width: 1200px) {
  .company14 .wrap .deco_3 {
    right: 0;
  }
}
@media (max-width: 960px) {
  .company14 .wrap .deco_3 {
    order: 3;
  }
}
@media (min-width: 961px) {
  .company14 .wrap .deco_3 img {
    width: 35.26042vw;
  }
}
.company14 .wrap .company_content {
  position: absolute;
  top: 20%;
  left: 50%;
  width: max-content;
  max-width: 100%;
}
@media (max-width: 960px) {
  .company14 .wrap .company_content {
    position: unset;
    order: 2;
    margin-bottom: 40px;
  }
}
.company14 .wrap .company_content .module_title {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 50px) scale(1.1);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.company14 .wrap .company_content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company14 .wrap .company_content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company14 .wrap .company_content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company14 .wrap .company_content .module_title.white p:nth-child(1) {
  color: #fff;
}
.company14 .wrap .company_content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .company14 .wrap .company_content .module_title {
    transform: translate(0, 50px) scale(1.1);
  }
}
.company14 .wrap .company_content .module_desc {
  text-align-last: center;
  opacity: 0;
  transform: translate(-50%, 50px) scale(1.1);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media (max-width: 960px) {
  .company14 .wrap .company_content .module_desc {
    transform: translate(0, 50px) scale(1.1);
  }
}
@media (max-width: 720px) {
  .company14 .wrap .company_content .module_desc br {
    display: none;
  }
}
.company14 .wrap .company_content .button_set {
  opacity: 0;
  transform: translate(-50%, 50px) scale(1.1);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media (max-width: 960px) {
  .company14 .wrap .company_content .button_set {
    transform: translate(0, 50px) scale(1.1);
  }
}
.company14.in .wrap .deco_1 {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.3s, opacity 0.8s ease-out, transform 0.8s ease-out;
}
.company14.in .wrap .deco_2 {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.3s, opacity 0.8s ease-out 0.6s, transform 0.8s ease-out 0.6s;
}
@media (max-width: 960px) {
  .company14.in .wrap .deco_2 {
    transition: all 0.3s, opacity 0.8s ease-out, transform 0.8s ease-out;
  }
}
.company14.in .wrap .deco_3 {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.3s, opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}
@media (max-width: 960px) {
  .company14.in .wrap .deco_3 {
    transition: all 0.3s, opacity 0.8s ease-out 0.8s, transform 0.8s ease-out 0.8s;
  }
}
.company14.in .wrap .company_content .module_title {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  transition: opacity 0.8s ease-out 0.4s, transform 0.8s ease-out 0.4s;
}
@media (max-width: 960px) {
  .company14.in .wrap .company_content .module_title {
    transform: translate(0, 0) scale(1);
    transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
  }
}
.company14.in .wrap .company_content .module_desc {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  transition: opacity 0.8s ease-out 0.6s, transform 0.8s ease-out 0.6s;
}
@media (max-width: 960px) {
  .company14.in .wrap .company_content .module_desc {
    transform: translate(0, 0) scale(1);
    transition: opacity 0.8s ease-out 0.4s, transform 0.8s ease-out 0.4s;
  }
}
.company14.in .wrap .company_content .button_set {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  transition: opacity 0.8s ease-out 0.8s, transform 0.8s ease-out 0.8s;
}
@media (max-width: 960px) {
  .company14.in .wrap .company_content .button_set {
    transform: translate(0, 0) scale(1);
    transition: opacity 0.8s ease-out 0.6s, transform 0.8s ease-out 0.6s;
  }
}

.company15 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company15 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company15 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company15 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company15 .module_title {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company15 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company15 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company15 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company15 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company15 .module_title.white p:nth-child(2) {
  color: #fff;
}
.company15 .module_desc {
  text-align-last: center;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company15 .module_desc br {
    display: none;
  }
}
.company15 .six_boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .company15 .six_boxes {
    margin: 0 -7.5px;
  }
}
.company15 .six_boxes .box {
  width: 33.3333333333%;
  padding: 0 15px 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1366px) {
  .company15 .six_boxes .box {
    padding: 0 7.5px 15px;
  }
}
@media (max-width: 1200px) {
  .company15 .six_boxes .box {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .company15 .six_boxes .box {
    padding: 0 7.5px 30px;
  }
}
@media (max-width: 640px) {
  .company15 .six_boxes .box {
    width: 100%;
  }
}
.company15 .six_boxes .box .item {
  position: relative;
  height: 0;
  padding-bottom: 66.8171557562%;
  overflow: hidden;
}
.company15 .six_boxes .box .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.company15 .six_boxes .box .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(35, 31, 32, 0.5) 0%, transparent 100%);
  opacity: 1;
  z-index: 2;
  transition: all 0.3s;
}
.company15 .six_boxes .box .item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 72px);
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}
.company15 .six_boxes .box .item .item_content {
  position: absolute;
  top: calc(100% - 60px);
  left: 0;
  width: 100%;
  height: 100%;
  padding: 17px 27px 0;
  z-index: 3;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company15 .six_boxes .box .item .item_content {
    top: calc(100% - 52px);
    padding: 15px 20px 0;
  }
}
@media (min-width: 641px) and (max-width: 840px) {
  .company15 .six_boxes .box .item .item_content {
    top: calc(100% - 69px);
  }
}
@media (max-width: 400px) {
  .company15 .six_boxes .box .item .item_content {
    top: calc(100% - 69px);
  }
}
.company15 .six_boxes .box .item .item_content .item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 641px) and (max-width: 840px) {
  .company15 .six_boxes .box .item .item_content .item_title {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .company15 .six_boxes .box .item .item_content .item_title {
    align-items: flex-start;
    flex-direction: column;
  }
}
.company15 .six_boxes .box .item .item_content .item_title p:nth-child(1) {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company15 .six_boxes .box .item .item_content .item_title p:nth-child(1) {
    font-size: 21px;
  }
}
.company15 .six_boxes .box .item .item_content .item_title p:nth-child(1)::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 3px;
  height: 25px;
  margin-right: 13px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company15 .six_boxes .box .item .item_content .item_title p:nth-child(1)::before {
    width: 2px;
    height: 21px;
    margin-right: 10px;
  }
}
.company15 .six_boxes .box .item .item_content .item_title p:nth-child(2) {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company15 .six_boxes .box .item .item_content .item_title p:nth-child(2) {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.company15 .six_boxes .box .item .item_content > p {
  color: #fff;
  font-weight: 300;
  margin-top: 3px;
}
@media (min-width: 1025px) {
  .company15 .six_boxes .box .item:hover::before {
    opacity: 0;
  }
  .company15 .six_boxes .box .item:hover::after {
    top: 0;
    opacity: 1;
  }
  .company15 .six_boxes .box .item:hover .item_content {
    top: 0;
  }
}
.company15 .six_boxes .box > p {
  margin-top: 15px;
}
@media (min-width: 1025px) {
  .company15 .six_boxes .box > p {
    display: none;
  }
}
.company15.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company15.in .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.company15.in .six_boxes .box {
  opacity: 1;
  transform: translateY(0);
}
.company15.in .six_boxes .box:nth-child(1) {
  transition: all 0.3s, opacity 1s ease-out 0.45s, transform 1s ease-out 0.45s;
}
.company15.in .six_boxes .box:nth-child(2) {
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.company15.in .six_boxes .box:nth-child(3) {
  transition: all 0.3s, opacity 1s ease-out 0.75s, transform 1s ease-out 0.75s;
}
.company15.in .six_boxes .box:nth-child(4) {
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.company15.in .six_boxes .box:nth-child(5) {
  transition: all 0.3s, opacity 1s ease-out 1.05s, transform 1s ease-out 1.05s;
}
.company15.in .six_boxes .box:nth-child(6) {
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.company16 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #eaeaea url("../img/company/company45.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 1440px) {
  .company16 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company16 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company16 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 840px) {
  .company16 {
    background: url("../img/company/company45.jpg");
    background-position: center top;
  }
}
.company16 .wrap {
  display: flex;
}
@media (max-width: 960px) {
  .company16 .wrap {
    align-items: center;
  }
}
.company16 .wrap .left {
  width: 53.57%;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company16 .wrap .left {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .company16 .wrap .left {
    display: none;
  }
}
.company16 .wrap .left img {
  width: 100%;
}
.company16 .wrap .right {
  width: 46.43%;
  padding-left: 5.8854166667vw;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .company16 .wrap .right {
    padding-left: 40px;
  }
}
@media (max-width: 960px) {
  .company16 .wrap .right {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .company16 .wrap .right {
    width: 100%;
    padding-left: 0;
    transform: translate(0, 40px);
  }
}
.company16 .wrap .right .module_title {
  margin-bottom: 20px;
}
.company16 .wrap .right .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company16 .wrap .right .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company16 .wrap .right .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company16 .wrap .right .module_title.white p:nth-child(1) {
  color: #fff;
}
.company16 .wrap .right .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 840px) {
  .company16 .wrap .right .module_title {
    text-align: center;
  }
}
.company16 .wrap .right img {
  width: 100%;
  margin-top: 65px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company16 .wrap .right img {
    margin-top: 45px;
  }
}
@media (max-width: 1024px) {
  .company16 .wrap .right img {
    margin-top: 30px;
  }
}
@media (max-width: 840px) {
  .company16 .wrap .right img {
    width: unset;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.company16.in .wrap .left {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company16.in .wrap .right {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.company17 {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  background: #000000 var(--bg);
}
@media (max-width: 1440px) {
  .company17 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company17 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company17 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company17.for_footer::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000 var(--bg);
  z-index: -1;
}
.company17 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company17 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company17 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company17 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company17 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company17 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .company17 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company17 .module_title {
    margin-bottom: 30px;
  }
}
.company17 .module_desc {
  max-width: 580px;
  color: #fff;
  text-align-last: center;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company17 [class^=button] {
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .company17 [class^=button] {
    margin-top: 35px !important;
  }
}
.company17.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company17.in .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.company17.in [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.company18 {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company18 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company18 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company18 .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(36.2%);
}
@media (max-width: 960px) {
  .company18 .bg {
    display: none;
  }
}
.company18 .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company18 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company18 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company18 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company18 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company18 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .company18 .module_title {
    text-align: center;
  }
}
.company18 .locate {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company18 .locate {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.company18 .locate li:not(:last-child) {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.company18 .locate li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background: #e6e6e6;
  transform: translateY(-50%);
}
.company18 .locate li a {
  color: #e6e6e6;
  font-weight: 500;
}
.company18 .locate li a.active {
  color: #393939;
}
.company18 .locations {
  position: relative;
}
.company18 .locations .location {
  display: flex;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s, opacity 0.6s ease-out;
}
@media (max-width: 960px) {
  .company18 .locations .location {
    flex-direction: column;
  }
}
.company18 .locations .location:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.company18 .locations .location .left {
  position: relative;
  width: 55%;
  padding: 0 0 20px 20px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
@media (max-width: 960px) {
  .company18 .locations .location .left {
    width: 100%;
    max-width: 770px;
    margin: 0 auto 40px;
    transform: translate(0, 40px);
    transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s;
  }
}
.company18 .locations .location .left::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #000000;
  z-index: -1;
  opacity: 0;
  transform: translate(20px, -20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company18 .locations .location .left img {
  width: 100%;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company18 .locations .location .left img {
    transform: translate(0, 40px);
  }
}
.company18 .locations .location .right {
  width: 45%;
  padding-left: 60px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s;
}
@media (max-width: 1200px) {
  .company18 .locations .location .right {
    padding-left: 30px;
  }
}
@media (max-width: 960px) {
  .company18 .locations .location .right {
    width: 100%;
    padding-left: 0;
    transform: translate(0, 40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
}
.company18 .locations .location .right ul {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company18 .locations .location .right ul {
    transform: translate(0, 40px);
  }
}
.company18 .locations .location .right ul li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.15);
}
.company18 .locations .location .right ul li p:nth-child(1) {
  width: 150px;
  transition: all 0.3s;
}
@media (min-width: 961px) and (max-width: 1200px) {
  .company18 .locations .location .right ul li p:nth-child(1) {
    width: 110px;
  }
}
@media (max-width: 400px) {
  .company18 .locations .location .right ul li p:nth-child(1) {
    width: 100px;
  }
}
.company18 .locations .location .right ul li p:nth-child(2) {
  width: calc(100% - 150px);
  transition: all 0.3s;
}
@media (min-width: 961px) and (max-width: 1200px) {
  .company18 .locations .location .right ul li p:nth-child(2) {
    width: calc(100% - 110px);
  }
}
@media (max-width: 400px) {
  .company18 .locations .location .right ul li p:nth-child(2) {
    width: calc(100% - 100px);
  }
}
.company18 .locations .location .right ul li p:nth-child(2) a {
  color: #4e4e4e;
  transition: all 0.3s;
}
.company18 .locations .location .right ul li p:nth-child(2) a:hover {
  color: #000000;
}
.company18 .locations .location.active {
  opacity: 1;
  pointer-events: auto;
}
.company18 .locations .location.active .left {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.6s ease-out 0.6s, transform 0.6s ease-out 0.6s;
}
.company18 .locations .location.active .right {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.6s ease-out 0.9s, transform 0.6s ease-out 0.9s;
}
.company18.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company18.in .locate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.company18.in .locations .location .left::before {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s linear 1.5s, transform 0.5s linear 1.5s;
}
.company18.in .locations .location .left img {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.company18.in .locations .location .right ul {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.company19 {
  position: relative;
  overflow: hidden;
}
.company19 > img {
  width: 100%;
}
@media (min-width: 961px) {
  .company19 .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.company19 .cover .content {
  max-width: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company19 .cover .content {
    max-width: 75%;
  }
}
@media (max-width: 1200px) {
  .company19 .cover .content {
    max-width: 85%;
  }
}
@media (max-width: 1024px) {
  .company19 .cover .content {
    max-width: 100%;
  }
}
.company19 .cover .content .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company19 .cover .content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company19 .cover .content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company19 .cover .content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company19 .cover .content .module_title.white p:nth-child(1) {
  color: #fff;
}
.company19 .cover .content .module_title.white p:nth-child(2) {
  color: #fff;
}
.company19 .cover .content .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company19.in .cover .content .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company19.in .cover .content .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.company20 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company20 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company20 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company20 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company20 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company20 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company20 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company20 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company20 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .company20 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company20 .module_title {
    margin-bottom: 30px;
  }
}
.company20 .module_desc {
  text-align-last: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company20 .company_img {
  position: relative;
  margin-top: 70px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company20 .company_img {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .company20 .company_img {
    margin-top: 40px;
  }
}
.company20 .company_img > img {
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.company20 .company_img > img:nth-child(1) {
  width: 350px;
}
@media (max-width: 1200px) {
  .company20 .company_img > img:nth-child(1) {
    width: 300px;
  }
}
@media (max-width: 840px) {
  .company20 .company_img > img:nth-child(1) {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .company20 .company_img > img:nth-child(1) {
    width: 200px;
  }
}
@media (max-width: 400px) {
  .company20 .company_img > img:nth-child(1) {
    width: 175px;
  }
}
@media (max-width: 768px) {
  .company20 .company_img > img:nth-child(2) {
    height: 17.1875vw;
    object-fit: cover;
  }
}
@media (max-width: 480px) {
  .company20 .company_img > img:nth-child(2) {
    height: 50vw;
  }
}
.company20 .company_img .company_video {
  position: absolute;
  bottom: 0;
  right: 13.8020833333vw;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
@media (max-width: 1440px) {
  .company20 .company_img .company_video {
    bottom: -20px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .company20 .company_img .company_video {
    bottom: -40px;
    right: 13vw;
  }
}
@media (max-width: 960px) {
  .company20 .company_img .company_video {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .company20 .company_img .company_video {
    right: 25px;
  }
}
@media (max-width: 640px) {
  .company20 .company_img .company_video {
    bottom: -50px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .company20 .company_img .company_video {
    bottom: -60px;
    width: 70px;
    height: 70px;
  }
}
.company20 .company_img .company_video::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company20 .company_img .company_video::before {
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
@media (max-width: 640px) {
  .company20 .company_img .company_video::before {
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.company20 .company_img .company_video img:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .company20 .company_img .company_video img:nth-child(1) {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 640px) {
  .company20 .company_img .company_video img:nth-child(1) {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  .company20 .company_img .company_video img:nth-child(1) {
    width: 20px;
    height: 20px;
  }
}
.company20 .company_img .company_video img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation: company20_video 10s linear infinite;
}
@keyframes company20_video {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.company20 .company_img .company_video:hover img:nth-child(1) {
  transform: translate(-50%, -50%) scale(1.2);
}
.company20.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company20.in .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.company20.in .company_img > img {
  opacity: 1;
  transform: translateY(0);
}
.company20.in .company_img > img:nth-child(1) {
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.company20.in .company_img > img:nth-child(2) {
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.company20.in .company_img .company_video {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s, opacity 0.5s ease-out 1.5s, transform 0.5s ease-out 1.5s;
}

.company21 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: url("../img/company/company58.png") no-repeat right top/cover;
}
@media (max-width: 1440px) {
  .company21 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company21 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company21 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .company21 {
    background: url("../img/company/company58.png") no-repeat center top/cover;
  }
}
.company21 .company_slick {
  margin: 0 -100px;
  transition: all 0.3s;
}
@media (max-width: 1720px) {
  .company21 .company_slick {
    margin: 0 -60px;
  }
}
@media (max-width: 1640px) {
  .company21 .company_slick {
    margin: 0 -40px;
  }
}
@media (max-width: 1366px) {
  .company21 .company_slick {
    margin: 0 -30px;
  }
}
@media (max-width: 1024px) {
  .company21 .company_slick {
    max-width: 660px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .company21 .company_slick {
    max-width: unset;
    margin: 0 -30px;
  }
}
@media (max-width: 480px) {
  .company21 .company_slick {
    margin: 0 -25px;
  }
}
.company21 .company_slick .slick-slide {
  padding: 0 100px;
}
@media (max-width: 1720px) {
  .company21 .company_slick .slick-slide {
    padding: 0 60px;
  }
}
@media (max-width: 1640px) {
  .company21 .company_slick .slick-slide {
    padding: 0 40px;
  }
}
@media (max-width: 1366px) {
  .company21 .company_slick .slick-slide {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .company21 .company_slick .slick-slide {
    padding: 0 25px;
  }
}
.company21 .company_slick .slick-slide > div {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company21 .company_slick .slick-slide > div .left {
  width: 100px;
  margin-right: 2.34375vw;
}
@media (max-width: 1024px) {
  .company21 .company_slick .slick-slide > div .left {
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  .company21 .company_slick .slick-slide > div .left {
    width: 95px;
  }
}
@media (max-width: 440px) {
  .company21 .company_slick .slick-slide > div .left {
    width: 90px;
    margin-right: 30px;
  }
}
@media (max-width: 400px) {
  .company21 .company_slick .slick-slide > div .left {
    width: 80px;
  }
}
.company21 .company_slick .slick-slide > div .left p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
  box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.3s;
}
.company21 .company_slick .slick-slide > div .left p img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company21 .company_slick .slick-slide > div .right {
  width: calc(100% - 100px - 2.34375vw);
}
@media (max-width: 1024px) {
  .company21 .company_slick .slick-slide > div .right {
    width: calc(100% - 140px);
  }
}
@media (max-width: 480px) {
  .company21 .company_slick .slick-slide > div .right {
    width: calc(100% - 135px);
  }
}
@media (max-width: 440px) {
  .company21 .company_slick .slick-slide > div .right {
    width: calc(100% - 120px);
  }
}
@media (max-width: 400px) {
  .company21 .company_slick .slick-slide > div .right {
    width: calc(100% - 110px);
  }
}
.company21 .company_slick .slick-slide > div .right p:nth-child(1) {
  color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company21 .company_slick .slick-slide > div .right p:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .company21 .company_slick .slick-slide > div .right p:nth-child(1) {
    font-size: 17px;
  }
}
.company21 .company_slick .slick-slide > div:hover .left p {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.25);
}
.company21.in .company_slick .slick-slide > div {
  opacity: 1;
  transform: translateY(0);
}
.company21.in .company_slick .slick-slide > div:nth-child(1) {
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.company21.in .company_slick .slick-slide > div:nth-child(2) {
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.company21.in .company_slick .slick-slide > div:nth-child(3) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.company22 {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .company22 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company22 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company22 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company22 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company22 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company22 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company22 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company22 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company22 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .company22 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company22 .module_title {
    margin-bottom: 30px;
  }
}
.company22 .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.company22 .content .left {
  display: flex;
  align-items: center;
  width: 53.215%;
}
@media (max-width: 840px) {
  .company22 .content .left {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
}
.company22 .content .left .cate {
  width: 135px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company22 .content .left .cate {
    display: none;
  }
}
.company22 .content .left .cate .company_slick_cate .slick-slide {
  display: flex;
  align-items: center;
  margin: 7px 0;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .company22 .content .left .cate .company_slick_cate .slick-slide {
    margin: 6px 0;
  }
}
@media (max-width: 1024px) {
  .company22 .content .left .cate .company_slick_cate .slick-slide {
    margin: 4px 0;
  }
}
.company22 .content .left .cate .company_slick_cate .slick-slide p {
  flex-shrink: 0;
  color: #4e4e4e;
  font-weight: 500;
  margin-right: 18px;
  transition: all 0.3s;
}
.company22 .content .left .cate .company_slick_cate .slick-slide::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #231f20;
  transition: all 0.3s;
}
.company22 .content .left .cate .company_slick_cate .slick-slide:hover p, .company22 .content .left .cate .company_slick_cate .slick-slide.slick-current p {
  color: #231f20;
}
.company22 .content .left .cate .company_slick_cate .slick-slide.slick-current::after {
  width: 100%;
}
.company22 .content .left .pic {
  width: calc(100% - 135px);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .company22 .content .left .pic {
    width: 100%;
  }
}
.company22 .content .left .pic .company_slick_pic .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: calc(100% + 10px);
  overflow: hidden;
}
.company22 .content .left .pic .company_slick_pic .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company22 .content .left .pic .company_slick_pic .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .company22 .content .left .pic .company_slick_pic .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .company22 .content .left .pic .company_slick_pic .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.company22 .content .left .pic .company_slick_pic .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .company22 .content .left .pic .company_slick_pic .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .company22 .content .left .pic .company_slick_pic .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .company22 .content .left .pic .company_slick_pic .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .company22 .content .left .pic .company_slick_pic .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.company22 .content .left .pic .company_slick_pic .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .company22 .content .left .pic .company_slick_pic .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .company22 .content .left .pic .company_slick_pic .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .company22 .content .left .pic .company_slick_pic .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .company22 .content .left .pic .company_slick_pic .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.company22 .content .left .pic .company_slick_pic .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.company22 .content .left .pic .company_slick_pic .slick-arrow:hover svg {
  fill: #000000;
}
.company22 .content .left .pic .company_slick_pic .slick-arrow.white svg {
  fill: #fff;
}
.company22 .content .left .pic .company_slick_pic .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.company22 .content .left .pic .button_set {
  gap: 40px;
  width: fit-content;
  margin: 0 0 0 auto;
  margin-top: 25px !important;
  background-image: linear-gradient(to bottom, #bfbfbf 0%, #bfbfbf 100%);
  background-size: 1px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 840px) {
  .company22 .content .left .pic .button_set {
    display: none;
  }
}
.company22 .content .left .pic .button_set [class^=button].arrowtype {
  width: 9px;
  height: 20px;
}
.company22 .content .left .pic .button_set [class^=button] svg {
  height: 20px;
}
.company22 .content .right {
  width: 46.785%;
  padding: 5.20833vw 0 0 8.07292vw;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .company22 .content .right {
    padding: 4.6875vw 0 0 7.1875vw;
  }
}
@media (max-width: 1500px) {
  .company22 .content .right {
    padding: 3.33333vw 0 0 5vw;
  }
}
@media (max-width: 1400px) {
  .company22 .content .right {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 840px) {
  .company22 .content .right {
    width: 100%;
    padding: 15px 0 0;
  }
}
.company22 .content .right .company_slick_txt .slick-slide > div {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 840px) {
  .company22 .content .right .company_slick_txt .slick-slide > div {
    transform: translateY(40px);
  }
}
.company22 .content .right .company_slick_txt .slick-slide > div .num {
  color: #231f20;
  font-size: 31px;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1366px) {
  .company22 .content .right .company_slick_txt .slick-slide > div .num {
    font-size: 28px;
  }
}
@media (max-width: 840px) {
  .company22 .content .right .company_slick_txt .slick-slide > div .num {
    transform: translateY(40px);
  }
}
.company22 .content .right .company_slick_txt .slick-slide > div .num::after {
  content: "";
  display: inline-block;
  width: 104px;
  height: 1px;
  background: rgba(35, 31, 32, 0.2);
  margin-left: 8px;
}
.company22 .content .right .company_slick_txt .slick-slide > div > div {
  padding-left: 45px;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .company22 .content .right .company_slick_txt .slick-slide > div > div {
    padding-left: 0;
  }
}
.company22 .content .right .company_slick_txt .slick-slide > div > div .adj {
  color: #231f20;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1366px) {
  .company22 .content .right .company_slick_txt .slick-slide > div > div .adj {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  .company22 .content .right .company_slick_txt .slick-slide > div > div .adj {
    transform: translateY(40px);
  }
}
@media (max-width: 480px) {
  .company22 .content .right .company_slick_txt .slick-slide > div > div .adj {
    font-size: 17px;
  }
}
.company22 .content .right .company_slick_txt .slick-slide > div > div .module_desc {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company22 .content .right .company_slick_txt .slick-slide > div > div .module_desc {
    transform: translateY(40px);
  }
}
.company22 .content .right .company_slick_txt .slick-slide > div > div img {
  margin-top: 4.6875vw;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1600px) {
  .company22 .content .right .company_slick_txt .slick-slide > div > div img {
    margin-top: 4.6875vw;
  }
}
@media (max-width: 1500px) {
  .company22 .content .right .company_slick_txt .slick-slide > div > div img {
    margin-top: 3.33333vw;
  }
}
@media (max-width: 1400px) {
  .company22 .content .right .company_slick_txt .slick-slide > div > div img {
    margin-top: 30px;
  }
}
@media (max-width: 840px) {
  .company22 .content .right .company_slick_txt .slick-slide > div > div img {
    display: none;
  }
}
.company22 .content .right .company_slick_txt .slick-slide.slick-current > div {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}
@media (max-width: 840px) {
  .company22 .content .right .company_slick_txt .slick-slide.slick-current > div {
    transform: translateY(0);
  }
}
.company22.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company22.in .content .left .cate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.company22.in .content .left .pic {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.company22.in .content .right .company_slick_txt .slick-slide > div .num {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
@media (max-width: 840px) {
  .company22.in .content .right .company_slick_txt .slick-slide > div .num {
    transform: translateY(0);
  }
}
.company22.in .content .right .company_slick_txt .slick-slide > div > div .adj {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
@media (max-width: 840px) {
  .company22.in .content .right .company_slick_txt .slick-slide > div > div .adj {
    transform: translateY(0);
  }
}
.company22.in .content .right .company_slick_txt .slick-slide > div > div .module_desc {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 840px) {
  .company22.in .content .right .company_slick_txt .slick-slide > div > div .module_desc {
    transform: translateY(0);
  }
}
.company22.in .content .right .company_slick_txt .slick-slide > div > div img {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s, opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.company23 {
  display: flex;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company23 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company23 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company23 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company23 .left {
  width: 50%;
}
@media (max-width: 960px) {
  .company23 .left {
    width: 100%;
  }
}
.company23 .left > div + div {
  margin-top: 60px;
}
.company23 .left > div > img {
  width: 100%;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 961px) {
  .company23 .left > div > img {
    display: none;
  }
}
@media (min-width: 961px) {
  .company23 .left > div .container {
    max-width: 636px;
  }
}
.company23 .left > div .container .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company23 .left > div .container .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company23 .left > div .container .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company23 .left > div .container .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company23 .left > div .container .module_title.white p:nth-child(1) {
  color: #fff;
}
.company23 .left > div .container .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .company23 .left > div .container .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company23 .left > div .container .module_title {
    margin-bottom: 30px;
  }
}
.company23 .left > div .container ul {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company23 .left > div .container ul li {
  display: flex;
  align-items: center;
  gap: 0 25px;
  padding: 18px calc(1.875rem + 1.5625vw);
  border: 1px solid #989898;
  border-radius: 100px;
}
@media (max-width: 960px) {
  .company23 .left > div .container ul li {
    padding: 18px 60px;
  }
}
@media (max-width: 540px) {
  .company23 .left > div .container ul li {
    gap: 0 20px;
    padding: 15px 40px;
  }
}
@media (max-width: 400px) {
  .company23 .left > div .container ul li {
    gap: 0 15px;
    padding: 15px 30px;
  }
}
.company23 .left > div .container ul li + li {
  margin-top: 30px;
}
.company23 .left > div .container ul li p:nth-child(1) {
  flex-shrink: 0;
  width: calc(3.5rem + 2.9166666667vw);
  height: calc(3.5rem + 2.9166666667vw);
}
@media (max-width: 960px) {
  .company23 .left > div .container ul li p:nth-child(1) {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 400px) {
  .company23 .left > div .container ul li p:nth-child(1) {
    width: 70px;
    height: 70px;
  }
}
.company23 .left > div .container ul li p:nth-child(1) img {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.company23 .left > div .container ul li p:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.company23 .right {
  width: 50%;
}
@media (max-width: 960px) {
  .company23 .right {
    display: none;
  }
}
.company23 .right p {
  position: sticky;
  top: 70px;
  height: calc(100vh - 70px);
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .company23 .right p {
    height: calc(100vh - 120px);
  }
}
.company23 .right p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s;
}
.company23 .right p img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.company23 .right p img:nth-child(n+2).show {
  opacity: 1;
}
.company23.in .left > div > img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company23.in .left > div .container .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.company23.in .left > div .container ul {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.company23.in .right p {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.company24 {
  margin-top: 95px;
  margin-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .company24 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company24 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company24 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.company24 .content {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
.company24 .content img {
  width: 360px;
  margin: 0 auto 12px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .company24 .content img {
    width: 300px;
  }
}
@media (max-width: 840px) {
  .company24 .content img {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .company24 .content img {
    width: 200px;
  }
}
@media (max-width: 400px) {
  .company24 .content img {
    width: 175px;
  }
}
.company24 .content .module_title {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company24 .content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company24 .content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company24 .content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company24 .content .module_title.white p:nth-child(1) {
  color: #fff;
}
.company24 .content .module_title.white p:nth-child(2) {
  color: #fff;
}
.company24 .content .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 981px) {
  .company24 .content .module_desc {
    text-align-last: center;
  }
}
.company24 .trees {
  position: relative;
  margin-top: -15vw;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company24 .trees {
    margin-top: -12vw;
  }
}
@media (max-width: 640px) {
  .company24 .trees {
    margin-top: 0;
  }
}
.company24 .trees p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.company24 .trees p.leaf {
  z-index: -1;
}
.company24 .trees p.word {
  z-index: -2;
}
@media (max-width: 640px) {
  .company24 .trees p {
    display: none;
  }
}
.company24.in .content img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company24.in .content .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.company24.in .content .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}

.company25 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: url("../img/company/company66.jpg") no-repeat right bottom/cover;
}
@media (max-width: 1440px) {
  .company25 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company25 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company25 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company25 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company25 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company25 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company25 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company25 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company25 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .company25 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company25 .module_title {
    margin-bottom: 30px;
  }
}
.company25 .time_line {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-size: 10px 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 720px) {
  .company25 .time_line {
    display: none;
  }
}
.company25 .time_line .time_event {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.company25 .time_line .time_event:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 960px) {
  .company25 .time_line .time_event:not(:last-child) {
    margin-bottom: 50px;
  }
}
.company25 .time_line .time_event .content {
  width: 50%;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.company25 .time_line .time_event .content > div {
  position: relative;
}
.company25 .time_line .time_event .content > div .title {
  padding-bottom: 12px;
  margin-bottom: 13px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 20%, transparent 0%);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  transition: all 0.3s;
}
@media (min-width: 1367px) {
  .company25 .time_line .time_event .content > div .title {
    position: absolute;
    bottom: -13px;
    width: 100%;
  }
}
@media (max-width: 840px) {
  .company25 .time_line .time_event .content > div .title {
    padding-bottom: 7px;
    margin-bottom: 8px;
  }
}
.company25 .time_line .time_event .content > div .title p {
  color: #000000;
  font-size: 32px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company25 .time_line .time_event .content > div .title p {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .company25 .time_line .time_event .content > div .title p {
    font-size: 24px;
  }
}
@media (max-width: 840px) {
  .company25 .time_line .time_event .content > div .title p {
    font-size: 21px;
  }
}
@media (min-width: 1367px) {
  .company25 .time_line .time_event .content > div .module_desc {
    position: absolute;
    top: 13px;
    width: 100%;
  }
}
.company25 .time_line .time_event .img {
  width: 50%;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.company25 .time_line .time_event .img div {
  position: relative;
  height: 0;
  padding-bottom: 53.6585365854%;
  overflow: hidden;
}
.company25 .time_line .time_event .img div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company25 .time_line .time_event .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  background: #000000;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .company25 .time_line .time_event .circle {
    width: 19px;
    height: 19px;
  }
}
.company25 .time_line .time_event .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .company25 .time_line .time_event .circle::before {
    width: 37px;
    height: 37px;
  }
}
.company25 .time_line .time_event .circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company25 .time_line .time_event .circle::after {
    width: 45px;
  }
}
@media (max-width: 960px) {
  .company25 .time_line .time_event .circle::after {
    width: 35px;
  }
}
.company25 .time_line .time_event .circle:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.company25 .time_line .time_event:nth-child(odd) .content {
  padding-right: 85px;
}
@media (max-width: 1200px) {
  .company25 .time_line .time_event:nth-child(odd) .content {
    padding-right: 60px;
  }
}
@media (max-width: 960px) {
  .company25 .time_line .time_event:nth-child(odd) .content {
    padding-right: 45px;
  }
}
.company25 .time_line .time_event:nth-child(odd) .content .title p {
  text-align: right;
}
.company25 .time_line .time_event:nth-child(odd) .img {
  padding-left: 85px;
}
@media (max-width: 1200px) {
  .company25 .time_line .time_event:nth-child(odd) .img {
    padding-left: 60px;
  }
}
@media (max-width: 960px) {
  .company25 .time_line .time_event:nth-child(odd) .img {
    padding-left: 45px;
  }
}
.company25 .time_line .time_event:nth-child(odd) .circle::after {
  right: 50%;
}
.company25 .time_line .time_event:nth-child(even) {
  flex-direction: row-reverse;
}
.company25 .time_line .time_event:nth-child(even) .content {
  padding-left: 85px;
}
@media (max-width: 1200px) {
  .company25 .time_line .time_event:nth-child(even) .content {
    padding-left: 60px;
  }
}
@media (max-width: 960px) {
  .company25 .time_line .time_event:nth-child(even) .content {
    padding-left: 45px;
  }
}
.company25 .time_line .time_event:nth-child(even) .img {
  padding-right: 85px;
}
@media (max-width: 1200px) {
  .company25 .time_line .time_event:nth-child(even) .img {
    padding-right: 60px;
  }
}
@media (max-width: 960px) {
  .company25 .time_line .time_event:nth-child(even) .img {
    padding-right: 45px;
  }
}
.company25 .time_line .time_event:nth-child(even) .circle::after {
  left: 50%;
}
.company25 .time_slick_img {
  padding-bottom: 30px;
  margin-bottom: 9px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 721px) {
  .company25 .time_slick_img {
    display: none;
  }
}
.company25 .time_slick_img .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 53.6585365854%;
  overflow: hidden;
}
.company25 .time_slick_img .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 721px) {
  .company25 .time_slick_txt {
    display: none;
  }
}
.company25 .time_slick_txt .slick-slide .title {
  color: #000000;
  font-size: 18px;
  padding-bottom: 13px;
  margin-bottom: 11px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 20%, transparent 0%);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company25 .time_slick_txt .slick-slide .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company25.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company25.in .time_line .time_event .content,
.company25.in .time_line .time_event .img {
  opacity: 1;
  transform: translateX(0);
}
.company25.in .time_line .time_event:nth-child(1) .content,
.company25.in .time_line .time_event:nth-child(1) .img {
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.company25.in .time_line .time_event:nth-child(2) .content,
.company25.in .time_line .time_event:nth-child(2) .img {
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.company25.in .time_line .time_event:nth-child(3) .content,
.company25.in .time_line .time_event:nth-child(3) .img {
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.company25.in .time_line .time_event:nth-child(4) .content,
.company25.in .time_line .time_event:nth-child(4) .img {
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.company25.in .time_line .time_event:nth-child(5) .content,
.company25.in .time_line .time_event:nth-child(5) .img {
  transition: all 0.3s, opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
}
.company25.in .time_line .time_event:nth-child(6) .content,
.company25.in .time_line .time_event:nth-child(6) .img {
  transition: all 0.3s, opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
}
.company25.in .time_line .time_event:nth-child(7) .content,
.company25.in .time_line .time_event:nth-child(7) .img {
  transition: all 0.3s, opacity 1s ease-out 2.1s, transform 1s ease-out 2.1s;
}
.company25.in .time_line .time_event:nth-child(8) .content,
.company25.in .time_line .time_event:nth-child(8) .img {
  transition: all 0.3s, opacity 1s ease-out 2.4s, transform 1s ease-out 2.4s;
}
.company25.in .time_line .time_event:nth-child(9) .content,
.company25.in .time_line .time_event:nth-child(9) .img {
  transition: all 0.3s, opacity 1s ease-out 2.7s, transform 1s ease-out 2.7s;
}
.company25.in .time_line .time_event:nth-child(10) .content,
.company25.in .time_line .time_event:nth-child(10) .img {
  transition: all 0.3s, opacity 1s ease-out 3s, transform 1s ease-out 3s;
}
.company25.in .time_slick_img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.company25.in .time_slick_txt .slick-slide .title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.company25.in .time_slick_txt .slick-slide .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.company26 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company26 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company26 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company26 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company26 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company26 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company26 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company26 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company26 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company26 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .company26 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company26 .module_title {
    margin-bottom: 30px;
  }
}
.company26 .content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.company26 .content .above {
  display: flex;
  margin-bottom: 18px;
}
.company26 .content .above .left {
  width: calc(100% - 205px);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .company26 .content .above .left {
    width: 100%;
  }
}
@media (min-width: 841px) {
  .company26 .content .above .left .app_slick_img {
    height: 100%;
  }
  .company26 .content .above .left .app_slick_img .slick-list,
  .company26 .content .above .left .app_slick_img .slick-track {
    height: 100%;
  }
}
@media (max-width: 840px) {
  .company26 .content .above .left .app_slick_img {
    padding-bottom: 30px;
  }
}
.company26 .content .above .left .app_slick_img .slick-slide p {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 840px) {
  .company26 .content .above .left .app_slick_img .slick-slide p {
    position: relative;
    height: 0;
    padding-bottom: 56.335078534%;
  }
}
.company26 .content .above .left .app_slick_img .slick-slide p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 840px) {
  .company26 .content .above .left .app_slick_img .slick-slide p img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.company26 .content .above .right {
  width: 205px;
  padding-left: 60px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .company26 .content .above .right {
    padding-left: 50px;
  }
}
@media (max-width: 840px) {
  .company26 .content .above .right {
    display: none;
  }
}
.company26 .content .above .right .app_slick_thumbnail {
  padding: 55px 0;
}
@media (max-width: 1200px) {
  .company26 .content .above .right .app_slick_thumbnail {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .company26 .content .above .right .app_slick_thumbnail {
    padding: 45px 0;
  }
}
.company26 .content .above .right .app_slick_thumbnail .slick-slide {
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .company26 .content .above .right .app_slick_thumbnail .slick-slide {
    padding: 5px 0;
  }
}
.company26 .content .above .right .app_slick_thumbnail .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 56.335078534%;
  cursor: pointer;
  overflow: hidden;
}
.company26 .content .above .right .app_slick_thumbnail .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company26 .content .above .right .app_slick_thumbnail .slick-slide p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.company26 .content .above .right .app_slick_thumbnail .slick-slide p:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.company26 .content .above .right .app_slick_thumbnail .slick-slide.slick-current p::after {
  background: rgba(0, 0, 0, 0.5);
}
.company26 .content .above .right .app_slick_thumbnail .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: translate(-50%, 0);
}
@media (max-width: 1200px) {
  .company26 .content .above .right .app_slick_thumbnail .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .company26 .content .above .right .app_slick_thumbnail .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.company26 .content .above .right .app_slick_thumbnail .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.company26 .content .above .right .app_slick_thumbnail .slick-arrow:hover svg {
  fill: #000000;
}
.company26 .content .above .right .app_slick_thumbnail .slick-arrow.white svg {
  fill: #fff;
}
.company26 .content .above .right .app_slick_thumbnail .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
  top: 0;
  left: 50%;
}
.company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-prev:not(.keep_default) svg {
  transform: rotate(-90deg);
}
.company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-next:not(.keep_default) {
  top: unset;
  bottom: 0;
  right: unset;
  left: 50%;
}
.company26 .content .above .right .app_slick_thumbnail .slick-arrow.slick-next:not(.keep_default) svg {
  transform: rotate(90deg);
}
.company26 .content .below {
  width: calc(100% - 205px);
}
@media (max-width: 840px) {
  .company26 .content .below {
    width: 100%;
  }
}
.company26 .content .below .app_slick_txt .slick-slide .title {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company26 .content .below .app_slick_txt .slick-slide .title p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 20px;
  background: #000000;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .company26 .content .below .app_slick_txt .slick-slide .title p:nth-child(1) {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
.company26 .content .below .app_slick_txt .slick-slide .title p:nth-child(2) {
  color: #000;
  font-size: 18px;
}
@media (max-width: 480px) {
  .company26 .content .below .app_slick_txt .slick-slide .title p:nth-child(2) {
    font-size: 17px;
  }
}
.company26 .content .below .app_slick_txt .slick-slide .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company26.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company26.in .content .above .left {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.company26.in .content .above .right {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.company26.in .content .below .app_slick_txt .slick-slide .title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.company26.in .content .below .app_slick_txt .slick-slide .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.company27 {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .company27 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company27 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company27 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company27 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company27 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company27 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company27 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company27 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company27 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .company27 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company27 .module_title {
    margin-bottom: 30px;
  }
}
.company27 .company_slick {
  margin-top: -48px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company27 .company_slick {
    margin-top: -43px;
  }
}
@media (max-width: 1024px) {
  .company27 .company_slick {
    margin-top: -33px;
  }
}
@media (max-width: 768px) {
  .company27 .company_slick {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .company27 .company_slick {
    margin-top: -25px;
  }
}
.company27 .company_slick .slick-slide {
  padding: 48px 10px 0;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company27 .company_slick .slick-slide {
    padding: 43px 10px 0;
  }
}
@media (max-width: 1024px) {
  .company27 .company_slick .slick-slide {
    padding: 33px 10px 0;
  }
}
@media (max-width: 768px) {
  .company27 .company_slick .slick-slide {
    padding: 33px 30px 0;
  }
}
@media (max-width: 480px) {
  .company27 .company_slick .slick-slide {
    padding: 25px 25px 0;
  }
}
.company27 .company_slick .slick-slide > p {
  position: relative;
  height: 0;
  padding-bottom: 55.5555%;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company27 .company_slick .slick-slide > p::before {
  content: attr(data-num);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 70px;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0;
  background: #000000;
  border-radius: 50%;
  z-index: 3;
  transform: translate(50%, -50%) scale(0);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company27 .company_slick .slick-slide > p::before {
    width: 60px;
    height: 60px;
    font-size: 29px;
  }
}
@media (max-width: 1024px) {
  .company27 .company_slick .slick-slide > p::before {
    right: 50px;
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .company27 .company_slick .slick-slide > p::before {
    right: 35px;
    width: 34px;
    height: 34px;
    font-size: 17px;
  }
}
.company27 .company_slick .slick-slide > p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(0.9);
  transition: all 0.3s;
}
.company27 .company_slick .slick-slide > p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 70px;
  width: 70px;
  height: 70px;
  background: url("../img/other/other24.svg") no-repeat center center/cover;
  opacity: 0;
  z-index: 2;
  animation: company27_circle 20s linear infinite;
  transform: translate(50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .company27 .company_slick .slick-slide > p::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .company27 .company_slick .slick-slide > p::after {
    right: 50px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .company27 .company_slick .slick-slide > p::after {
    right: 35px;
    width: 34px;
    height: 34px;
  }
}
@keyframes company27_circle {
  0% {
    transform: translate(50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
  }
}
.company27 .company_slick .slick-slide .lightGallery {
  height: 0;
  overflow: hidden;
}
.company27 .company_slick .slick-slide > div:not(.lightGallery) {
  position: relative;
  padding: 0 60px;
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .company27 .company_slick .slick-slide > div:not(.lightGallery) {
    padding: 0 55px;
  }
}
@media (max-width: 1024px) {
  .company27 .company_slick .slick-slide > div:not(.lightGallery) {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .company27 .company_slick .slick-slide > div:not(.lightGallery) {
    padding: 0;
  }
}
.company27 .company_slick .slick-slide > div:not(.lightGallery) > div {
  width: 100%;
  max-width: 656px;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .company27 .company_slick .slick-slide > div:not(.lightGallery) > div {
    max-width: 100%;
  }
}
.company27 .company_slick .slick-slide > div:not(.lightGallery) > div .title {
  color: #000;
  font-size: 20px;
  padding-bottom: 7px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 769px) {
  .company27 .company_slick .slick-slide > div:not(.lightGallery) > div .title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .company27 .company_slick .slick-slide > div:not(.lightGallery) > div .title {
    font-size: 17px;
  }
}
.company27 .company_slick .slick-slide > div:not(.lightGallery) > div .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 769px) {
  .company27 .company_slick .slick-slide > div:not(.lightGallery) > div .module_desc {
    text-align-last: center;
  }
}
.company27 .company_slick .slick-slide > div:not(.lightGallery) [class^=button] {
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) scale(0);
}
@media (max-width: 768px) {
  .company27 .company_slick .slick-slide > div:not(.lightGallery) [class^=button] {
    display: none;
  }
}
.company27 .company_slick .slick-slide > div:not(.lightGallery) [class^=button].prev {
  left: 0;
}
.company27 .company_slick .slick-slide > div:not(.lightGallery) [class^=button].next {
  right: 0;
}
.company27 .company_slick .slick-slide.slick-current > p {
  pointer-events: auto;
}
.company27 .company_slick .slick-slide.slick-current > p::before {
  transform: translate(50%, -50%) scale(1);
  transition: all 0.3s, transform 0.3s 0.8s;
}
.company27 .company_slick .slick-slide.slick-current > p img {
  transform: scale(1);
  transition: all 0.3s, transform 0.3s 0.5s;
}
.company27 .company_slick .slick-slide.slick-current > p::after {
  width: 96px;
  height: 96px;
  opacity: 1;
  transition: all 0.3s, width 0.3s 1.1s, height 0.3s 1.1s, opacity 0.3s 1.1s;
}
@media (max-width: 1440px) {
  .company27 .company_slick .slick-slide.slick-current > p::after {
    width: 86px;
    height: 86px;
  }
}
@media (max-width: 1024px) {
  .company27 .company_slick .slick-slide.slick-current > p::after {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 480px) {
  .company27 .company_slick .slick-slide.slick-current > p::after {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .company27 .company_slick .slick-slide.slick-current > p:hover img {
    filter: brightness(1.1);
  }
}
.company27 .company_slick .slick-slide.slick-current > div > div {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s, opacity 0.5s 0.5s, transform 0.5s 0.5s;
}
.company27 .company_slick .slick-slide.slick-current > div [class^=button] {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  transition: all 0.3s, opacity 0.3s 0.8s, transform 0.3s 0.8s;
}
.company27.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company27.in .company_slick .slick-slide > p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.company27.in .company_slick .slick-slide > div > div .title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.company27.in .company_slick .slick-slide > div > div .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.company28 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .company28 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company28 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company28 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company28 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company28 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company28 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company28 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company28 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company28 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .company28 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company28 .module_title {
    margin-bottom: 30px;
  }
}
.company28 .module_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company28 .module_slick .slick-slide {
  padding: 0 18px;
}
@media (max-width: 1200px) {
  .company28 .module_slick .slick-slide {
    padding: 0 10px;
  }
}
.company28 .module_slick .slick-slide .card {
  position: relative;
  padding-top: 13px;
  overflow: hidden;
}
.company28 .module_slick .slick-slide .card .card_top {
  background-image: linear-gradient(to bottom, #fbfbfb 0%, #fbfbfb 100%);
  background-size: 100% 50%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.company28 .module_slick .slick-slide .card .card_top .avatar {
  width: calc(100% - 4.375vw);
  margin: 0 auto;
}
.company28 .module_slick .slick-slide .card .card_top .avatar > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background: linear-gradient(to bottom, #000000 0%, #393993 100%);
  overflow: hidden;
}
.company28 .module_slick .slick-slide .card .card_top .avatar > div > div {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.company28 .module_slick .slick-slide .card .card_top .avatar > div > div > p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
}
.company28 .module_slick .slick-slide .card .card_top .avatar > div > div > p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company28 .module_slick .slick-slide .card .empty_area {
  height: 120px;
  background: #fbfbfb;
}
@media (max-width: 1200px) {
  .company28 .module_slick .slick-slide .card .empty_area {
    height: 110px;
  }
}
@media (max-width: 1024px) {
  .company28 .module_slick .slick-slide .card .empty_area {
    height: auto;
    padding: 15px;
  }
}
.company28 .module_slick .slick-slide .card .empty_area .character {
  margin-bottom: 13px;
}
@media (min-width: 1025px) {
  .company28 .module_slick .slick-slide .card .empty_area .character {
    display: none;
  }
}
.company28 .module_slick .slick-slide .card .empty_area .character p {
  color: #4e4e4e;
  font-weight: 500;
  text-align: center;
}
.company28 .module_slick .slick-slide .card .empty_area .character p:nth-child(1) {
  font-size: 18px;
  margin-bottom: 10px;
}
.company28 .module_slick .slick-slide .card .empty_area .character p:nth-child(2) {
  font-size: 15px;
}
.company28 .module_slick .slick-slide .card .empty_area .module_desc {
  font-size: 14px;
  line-height: 1.4;
  text-align-last: center;
}
@media (min-width: 1025px) {
  .company28 .module_slick .slick-slide .card .empty_area .module_desc {
    display: none;
  }
}
.company28 .module_slick .slick-slide .card .card_bottom {
  position: absolute;
  top: calc(100% - 168px);
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 15px;
  z-index: 2;
  transition: top 0.6s, padding 0s 0.6s;
}
@media (max-width: 1200px) {
  .company28 .module_slick .slick-slide .card .card_bottom {
    top: calc(100% - 130px);
    padding: 30px 15px;
  }
}
@media (max-width: 1024px) {
  .company28 .module_slick .slick-slide .card .card_bottom {
    display: none;
  }
}
.company28 .module_slick .slick-slide .card .card_bottom .character {
  margin-bottom: 33px;
}
@media (max-width: 1200px) {
  .company28 .module_slick .slick-slide .card .card_bottom .character {
    margin-bottom: 25px;
  }
}
.company28 .module_slick .slick-slide .card .card_bottom .character p {
  color: #4e4e4e;
  font-weight: 500;
  text-align: center;
  transition: all 0.6s;
}
.company28 .module_slick .slick-slide .card .card_bottom .character p:nth-child(1) {
  position: relative;
  font-size: 24px;
  padding-bottom: 16px;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .company28 .module_slick .slick-slide .card .card_bottom .character p:nth-child(1) {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .company28 .module_slick .slick-slide .card .card_bottom .character p:nth-child(1) {
    font-size: 20px;
  }
}
.company28 .module_slick .slick-slide .card .card_bottom .character p:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #4e4e4e;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.company28 .module_slick .slick-slide .card .card_bottom .character p:nth-child(2) {
  font-size: 18px;
}
@media (max-width: 1440px) {
  .company28 .module_slick .slick-slide .card .card_bottom .character p:nth-child(2) {
    font-size: 16px;
  }
}
.company28 .module_slick .slick-slide .card .card_bottom .module_desc {
  color: #fff;
  line-height: 1.4;
  text-align-last: center;
}
.company28 .module_slick .slick-slide .card::after {
  content: "";
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #000000 0%, #393993 100%);
  opacity: 0.9;
  z-index: 1;
  transition: all 0.6s;
}
@media (max-width: 1024px) {
  .company28 .module_slick .slick-slide .card::after {
    display: none;
  }
}
.company28 .module_slick .slick-slide .card:hover .card_bottom {
  top: 0;
  padding: 60px 3.125vw;
  transition: top 0.6s, padding 0s;
}
@media (max-width: 1200px) {
  .company28 .module_slick .slick-slide .card:hover .card_bottom {
    padding: 30px 15px;
  }
}
.company28 .module_slick .slick-slide .card:hover .card_bottom .character p {
  color: #fff;
}
.company28 .module_slick .slick-slide .card:hover .card_bottom .character p:nth-child(1)::after {
  width: 100%;
  background: #fff;
  transition: background 0.6s, width 0.4s 0.5s;
}
.company28 .module_slick .slick-slide .card:hover::after {
  top: 0;
}
.company28 .module_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .company28 .module_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .company28 .module_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.company28 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .company28 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .company28 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .company28 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .company28 .module_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.company28 .module_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .company28 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .company28 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .company28 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .company28 .module_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.company28 .module_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.company28 .module_slick .slick-arrow:hover svg {
  fill: #000000;
}
.company28 .module_slick .slick-arrow.white svg {
  fill: #fff;
}
.company28 .module_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.company28.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company28.in .module_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.company29 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .company29 {
    min-height: 560px;
  }
}
@media (max-width: 640px) {
  .company29 {
    min-height: calc(17.5rem + 43.75vw);
  }
}
.company29 > img {
  width: 100%;
}
@media (max-width: 1200px) {
  .company29 > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
.company29 .content {
  padding-top: 95px;
  padding-bottom: 95px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1440px) {
  .company29 .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company29 .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company29 .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company29 .content .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 0.8s, transform 0.8s;
}
.company29 .content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company29 .content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company29 .content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company29 .content .module_title.white p:nth-child(1) {
  color: #fff;
}
.company29 .content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .company29 .content .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company29 .content .module_title {
    margin-bottom: 30px;
  }
}
.company29 .content .module_title p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.company29 .content img {
  margin: 0 auto;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.company29 .content .module_desc {
  font-size: calc(0.8125rem + 0.3645833333vw);
  text-align-last: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 0.8s, transform 0.8s;
}
@media (max-width: 1200px) {
  .company29 .content .module_desc {
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .company29 .content .module_desc {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .company29 .content .module_desc br {
    display: none;
  }
}
.company29.in .content .module_title {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.company29.in .content img {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s 0.3s, transform 0.8s 0.3s;
}
.company29.in .content .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s 0.6s, transform 0.8s 0.6s;
}

.company30 {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .company30 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .company30 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company30 .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bg);
  transform: scale(1.2);
  transition: transform 5s;
}
.company30 .module_title {
  margin-bottom: 80px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company30 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company30 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.company30 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.company30 .module_title.white p:nth-child(1) {
  color: #fff;
}
.company30 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1440px) {
  .company30 .module_title {
    margin-bottom: 60px;
  }
}
@media (max-width: 960px) {
  .company30 .module_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .company30 .module_title {
    margin-bottom: 40px;
  }
}
.company30 .company_slick .slick-slide {
  background-image: linear-gradient(to bottom, rgba(188, 186, 187, 0.4), rgba(188, 186, 187, 0.4));
  background-size: 1px 0%;
  background-position: right center;
  background-repeat: no-repeat;
  transition: background-size 1s;
}
@media (min-width: 1025px) {
  .company30 .company_slick .slick-slide.slick-active {
    background-size: 1px 85%;
    transition: background-size 1s 0.75s;
  }
}
@media (min-width: 1201px) {
  .company30 .company_slick .slick-slide.slick-current + .slick-active + .slick-active + .slick-active {
    background-size: 1px 0%;
  }
}
@media (max-width: 1200px) {
  .company30 .company_slick .slick-slide.slick-current + .slick-active + .slick-active {
    background-size: 1px 0%;
  }
}
@media (max-width: 1024px) {
  .company30 .company_slick .slick-slide {
    padding: 0 5px;
  }
}
.company30 .company_slick .slick-slide > a {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 520px;
  padding: 56.5px 10px;
}
@media (max-width: 1024px) {
  .company30 .company_slick .slick-slide > a {
    padding: 0;
  }
  .company30 .company_slick .slick-slide > a > .info,
  .company30 .company_slick .slick-slide > a > .other {
    display: none;
  }
}
.company30 .company_slick .slick-slide > a .info .icon {
  width: 80px;
  margin: 0 auto 15px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}
.company30 .company_slick .slick-slide > a .info .icon p {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.company30 .company_slick .slick-slide > a .info .icon p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0) invert(1);
}
.company30 .company_slick .slick-slide > a .info .number {
  font-size: calc(2.625rem + 2.0833333333vw);
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 11px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
}
@media (min-width: 1201px) {
  .company30 .company_slick .slick-slide > a .info .number {
    letter-spacing: 2px;
  }
}
.company30 .company_slick .slick-slide > a .info .slogan {
  color: #fff;
  font-size: calc(0.9375rem + 0.15625vw);
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
}
@media (max-width: 1024px) {
  .company30 .company_slick .slick-slide > a .info .slogan {
    font-size: calc(0.9375rem + 0.29296875vw);
  }
}
.company30 .company_slick .slick-slide > a .other {
  margin-top: auto;
}
.company30 .company_slick .slick-slide > a .other .line {
  width: 150px;
  height: 1px;
  background: #fff;
  margin: 0 auto 8px;
}
.company30 .company_slick .slick-slide > a .other p {
  color: #fff;
  font-size: calc(0.9375rem + 0.15625vw);
  font-weight: 500;
  text-align: center;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
@media (max-width: 1024px) {
  .company30 .company_slick .slick-slide > a .other p {
    font-size: calc(0.9375rem + 0.29296875vw);
  }
}
.company30 .company_slick .slick-slide > a .cover {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 35px 3.125vw 38px;
  border-radius: 0 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media (max-width: 1024px) {
  .company30 .company_slick .slick-slide > a .cover {
    position: unset;
    height: 100%;
    padding: 35px 5.859375vw 38px;
    opacity: 1;
    pointer-events: auto;
  }
}
.company30 .company_slick .slick-slide > a .cover .info .icon {
  margin: 0 auto 6px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s 0.4s, transform 0.3s 0.4s;
}
@media (max-width: 1024px) {
  .company30 .company_slick .slick-slide > a .cover .info .icon {
    opacity: 1;
    transform: translateY(0);
  }
}
.company30 .company_slick .slick-slide > a .cover .info .icon p img {
  filter: brightness(1) invert(0);
}
.company30 .company_slick .slick-slide > a .cover .info .number {
  color: #000000;
  margin-bottom: 4px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
@media (max-width: 1024px) {
  .company30 .company_slick .slick-slide > a .cover .info .number {
    opacity: 1;
    transform: translateY(0);
  }
}
.company30 .company_slick .slick-slide > a .cover .info .slogan {
  color: #000000;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
}
@media (max-width: 1024px) {
  .company30 .company_slick .slick-slide > a .cover .info .slogan {
    opacity: 1;
    transform: translateY(0);
  }
}
.company30 .company_slick .slick-slide > a .cover .module_desc {
  font-size: calc(0.875rem + 0.1041666667vw);
  text-align-last: center;
  margin-top: 1.9270833333vw;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
}
@media (max-width: 1024px) {
  .company30 .company_slick .slick-slide > a .cover .module_desc {
    font-size: calc(0.875rem + 0.1953125vw);
    margin-top: 3.61328125vw;
    margin-bottom: 5.859375vw;
    opacity: 1;
    transform: translateY(0);
  }
}
.company30 .company_slick .slick-slide > a .cover .other .line {
  background: #000000;
}
.company30 .company_slick .slick-slide > a .cover .other p {
  color: #000000;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 1024px) {
  .company30 .company_slick .slick-slide > a .cover .other p {
    opacity: 1;
    transform: translateY(0);
  }
}
.company30 .company_slick .slick-slide > a:hover .info .icon {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.company30 .company_slick .slick-slide > a:hover .info .number {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
}
.company30 .company_slick .slick-slide > a:hover .info .slogan {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
}
.company30 .company_slick .slick-slide > a:hover .other p {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s;
}
.company30 .company_slick .slick-slide > a:hover .cover {
  opacity: 1;
  pointer-events: auto;
}
.company30 .company_slick .slick-slide > a:hover .cover .info .icon {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}
.company30 .company_slick .slick-slide > a:hover .cover .info .number {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
}
.company30 .company_slick .slick-slide > a:hover .cover .info .slogan {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
}
.company30 .company_slick .slick-slide > a:hover .cover .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.company30 .company_slick .slick-slide > a:hover .cover .other p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s 0.4s, transform 0.3s 0.4s;
}
.company30 .company_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .company30 .company_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .company30 .company_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.company30 .company_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -50px;
}
@media (max-width: 1200px) {
  .company30 .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -48px;
  }
}
@media (max-width: 840px) {
  .company30 .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -45px;
  }
}
@media (max-width: 768px) {
  .company30 .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -30px;
  }
}
@media (max-width: 480px) {
  .company30 .company_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -28px;
  }
}
.company30 .company_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -50px;
}
@media (max-width: 1200px) {
  .company30 .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -48px;
  }
}
@media (max-width: 840px) {
  .company30 .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -45px;
  }
}
@media (max-width: 768px) {
  .company30 .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -30px;
  }
}
@media (max-width: 480px) {
  .company30 .company_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -28px;
  }
}
.company30 .company_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.company30 .company_slick .slick-arrow:hover svg {
  fill: #000000;
}
.company30 .company_slick .slick-arrow.white svg {
  fill: #fff;
}
.company30 .company_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.company30.in .bg {
  transform: scale(1);
}
.company30.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.decoration01 .deco_video {
  position: relative;
  width: calc(5.3125rem + 7.34375vw);
  height: calc(5.3125rem + 7.34375vw);
  border-radius: 50%;
  cursor: pointer;
}
.decoration01 .deco_video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  animation: deco01_video 10s linear infinite;
}
@keyframes deco01_video {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.decoration01 .deco_video::before {
  content: "";
  position: absolute;
  top: 11.0619469027%;
  left: 11.0619469027%;
  width: 77.8761061947%;
  height: 77.8761061947%;
  border: 1px dashed #000000;
  border-radius: 50%;
  z-index: 1;
  animation: deco01_video 30s linear infinite reverse;
}
.decoration01 .deco_video::after {
  content: "";
  position: absolute;
  top: 15.9292035398%;
  left: 15.9292035398%;
  width: 68.1415929204%;
  height: 68.1415929204%;
  border: 1px solid #ccc;
  border-radius: 50%;
  z-index: 1;
}
.decoration01 .deco_video svg {
  position: absolute;
  top: 15.4867256637%;
  left: 15.4867256637%;
  width: 69.0265486726%;
  height: 69.0265486726%;
  z-index: 2;
  transform: rotate(-90deg);
}
.decoration01 .deco_video svg circle {
  fill: none;
  stroke: #000000;
  stroke-width: 2;
  stroke-dasharray: 540;
  stroke-dashoffset: 540;
  animation: deco01_draw 5s linear infinite;
}
@keyframes deco01_draw {
  0% {
    stroke-dashoffset: 540;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.decoration01 .deco_video .play {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -19px 0 0 -5px;
  border-style: solid;
  border-width: 19px 0 19px 22px;
  border-color: transparent transparent transparent #000000;
  z-index: 3;
  transition: all 0.1s;
}
@media (max-width: 1440px) {
  .decoration01 .deco_video .play {
    margin: -12px 0 0 -3px;
    border-width: 12px 0 12px 14px;
  }
}
@media (max-width: 768px) {
  .decoration01 .deco_video .play {
    margin: -9px 0 0 -2px;
    border-width: 9px 0 9px 10px;
  }
}
.decoration01 .deco_video:hover svg circle {
  animation-play-state: paused;
}

.decoration02 {
  background: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.decoration02 .before > p:nth-child(1),
.decoration02 .after > p:nth-child(1) {
  position: relative;
  height: 0;
  padding-bottom: 41.7708333333%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .decoration02 .before > p:nth-child(1),
  .decoration02 .after > p:nth-child(1) {
    padding-bottom: 600px;
  }
}
@media (max-width: 1024px) {
  .decoration02 .before > p:nth-child(1),
  .decoration02 .after > p:nth-child(1) {
    padding-bottom: calc(14rem + 36.71875vw);
  }
}
.decoration02 .before > p:nth-child(1) > img,
.decoration02 .after > p:nth-child(1) > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.decoration02 .before > p:nth-child(2),
.decoration02 .after > p:nth-child(2) {
  position: absolute;
  bottom: 0;
  width: max-content;
  min-width: 132px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1.171875vw 12px;
  background: rgba(24, 24, 24, 0.75);
}
@media (min-width: 1025px) {
  .decoration02 .before > p:nth-child(2),
  .decoration02 .after > p:nth-child(2) {
    display: none;
  }
}
@media (max-width: 512px) {
  .decoration02 .before > p:nth-child(2),
  .decoration02 .after > p:nth-child(2) {
    padding: 6px 12px;
  }
}
.decoration02 .before > p:nth-child(2).before_label,
.decoration02 .after > p:nth-child(2).before_label {
  left: 0;
}
.decoration02 .before > p:nth-child(2).after_label,
.decoration02 .after > p:nth-child(2).after_label {
  right: 0;
}
.decoration02 .before.pre_ani {
  width: 0%;
  height: 100%;
  border-right: 1px solid #fff;
  overflow: hidden;
}
.decoration02 .before.pre_ani > p:nth-child(1) {
  position: unset;
  height: 100%;
  padding-bottom: unset;
}
.decoration02 .before.pre_ani > p:nth-child(1) > img {
  position: unset;
}
.decoration02 .deco_content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 25;
}
@media (max-width: 1024px) {
  .decoration02 .deco_content {
    display: none;
  }
}
.decoration02 .deco_content > div {
  padding: 0 5.46875vw 0 13.4375vw;
}
@media (max-width: 1440px) {
  .decoration02 .deco_content > div {
    padding: 0 5.2083333333vw;
  }
}
@media (max-width: 1200px) {
  .decoration02 .deco_content > div {
    padding: 0 3.3333333333vw;
  }
}
.decoration02 .deco_content > div .module_title {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration02 .deco_content > div .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.decoration02 .deco_content > div .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.decoration02 .deco_content > div .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.decoration02 .deco_content > div .module_title.white p:nth-child(1) {
  color: #fff;
}
.decoration02 .deco_content > div .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .decoration02 .deco_content > div .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .decoration02 .deco_content > div .module_title {
    margin-bottom: 30px;
  }
}
.decoration02 .deco_content > div .deco_compare {
  display: flex;
  gap: 0 2.6041666667vw;
}
.decoration02 .deco_content > div .deco_compare .deco_tabs {
  flex-shrink: 0;
  width: 205px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration02 .deco_content > div .deco_compare .deco_tabs li {
  display: flex;
  align-items: center;
  gap: 0 15px;
  cursor: pointer;
}
.decoration02 .deco_content > div .deco_compare .deco_tabs li + li {
  margin-top: 1.5625vw;
}
.decoration02 .deco_content > div .deco_compare .deco_tabs li div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.decoration02 .deco_content > div .deco_compare .deco_tabs li div img {
  max-width: 58.3333333333%;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.decoration02 .deco_content > div .deco_compare .deco_tabs li p {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.decoration02 .deco_content > div .deco_compare .deco_tabs li.active div {
  background: rgba(255, 255, 255, 0.5);
}
.decoration02 .deco_content > div .deco_compare .deco_tabs li.active div img {
  filter: brightness(1) invert(0);
}
.decoration02 .deco_content > div .deco_compare .deco_tab_content {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration02 .deco_content > div .deco_compare .deco_tab_content li {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.decoration02 .deco_content > div .deco_compare .deco_tab_content li:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.decoration02 .deco_content > div .deco_compare .deco_tab_content li.active {
  opacity: 1;
  pointer-events: auto;
}
.decoration02 .deco_content > div .deco_compare .deco_tab_content li p:nth-child(1) {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}
.decoration02 .deco_content > div .deco_compare .deco_tab_content li p:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: calc(0.625rem + 1.0416666667vw);
  font-weight: 700;
  text-align: justify;
}
.decoration02 .twentytwenty-handle {
  background: #fff;
}
.decoration02 .twentytwenty-handle .twentytwenty-left-arrow {
  border-right: 6px solid #000;
}
.decoration02 .twentytwenty-handle .twentytwenty-right-arrow {
  border-left: 6px solid #000;
}
.decoration02 .twentytwenty-handle p {
  position: absolute;
  bottom: -17.6041666667vw;
  width: max-content;
  min-width: 132px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0.625vw 12px;
  background: rgba(24, 24, 24, 0.75);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .decoration02 .twentytwenty-handle p {
    bottom: -253px;
  }
}
@media (max-width: 1024px) {
  .decoration02 .twentytwenty-handle p {
    display: none;
  }
}
.decoration02 .twentytwenty-handle p.before_label {
  right: calc(100% + 25px);
}
@media (max-width: 1024px) {
  .decoration02 .twentytwenty-handle p.before_label {
    right: 100%;
  }
}
.decoration02 .twentytwenty-handle p.after_label {
  left: calc(100% + 25px);
}
@media (max-width: 1024px) {
  .decoration02 .twentytwenty-handle p.after_label {
    left: 100%;
  }
}
.decoration02:not(.in) .twentytwenty-handle {
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: 0;
  border: 0px solid transparent;
}
.decoration02:not(.in) .twentytwenty-handle::before, .decoration02:not(.in) .twentytwenty-handle::after {
  opacity: 0;
}
.decoration02:not(.in) .twentytwenty-handle span, .decoration02:not(.in) .twentytwenty-handle p {
  opacity: 0;
}
.decoration02.in .before.pre_ani {
  width: 50%;
  transition: width 0.7s;
}
.decoration02.in .deco_content > div .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
.decoration02.in .deco_content > div .deco_compare .deco_tabs {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.3s, transform 1s ease-out 1.3s;
}
.decoration02.in .deco_content > div .deco_compare .deco_tab_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
}
.decoration02.in .twentytwenty-handle {
  transition: width 0.3s 0.7s, height 0.3s 0.7s, margin-top 0.3s 0.7s, margin-left 0.3s 0.7s, border 0.3s 0.7s;
}
.decoration02.in .twentytwenty-handle::before, .decoration02.in .twentytwenty-handle::after {
  transition: opacity 0s 0.7s;
}
.decoration02.in .twentytwenty-handle span, .decoration02.in .twentytwenty-handle p {
  transition: opacity 0.3s 0.7s;
}

.decoration02_mb {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #495057;
}
@media (max-width: 1440px) {
  .decoration02_mb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .decoration02_mb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .decoration02_mb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .decoration02_mb {
    display: none;
  }
}
.decoration02_mb .module_title {
  margin-bottom: 50px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration02_mb .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.decoration02_mb .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.decoration02_mb .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.decoration02_mb .module_title.white p:nth-child(1) {
  color: #fff;
}
.decoration02_mb .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 960px) {
  .decoration02_mb .module_title {
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .decoration02_mb .module_title {
    margin-bottom: 40px;
  }
}
.decoration02_mb .deco_tabs {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .decoration02_mb .deco_tabs {
    margin-bottom: 40px;
  }
}
.decoration02_mb .deco_tabs li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc(33.3333333333% - 20px);
  cursor: pointer;
}
.decoration02_mb .deco_tabs li div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.decoration02_mb .deco_tabs li div img {
  max-width: 58.3333333333%;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.decoration02_mb .deco_tabs li p {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
.decoration02_mb .deco_tabs li.active div {
  background: rgba(255, 255, 255, 0.5);
}
.decoration02_mb .deco_tabs li.active div img {
  filter: brightness(1) invert(0);
}
.decoration02_mb .deco_tab_content {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration02_mb .deco_tab_content li {
  text-align: center;
}
.decoration02_mb .deco_tab_content li:not(.active) {
  display: none;
}
.decoration02_mb .deco_tab_content li p:nth-child(1) {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.decoration02_mb .deco_tab_content li p:nth-child(2) {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.decoration02_mb.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration02_mb.in .deco_tabs {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.decoration02_mb.in .deco_tab_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}

.decoration03 {
  overflow: hidden;
}
.decoration03 .top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: calc(0vw - (7.25rem + 2.96875vw) * 0.38);
  z-index: 3;
}
@media (max-width: 1024px) {
  .decoration03 .top {
    margin-bottom: calc(0vw - (7.25rem + 2.96875vw) * 0.5);
  }
}
.decoration03 .top .middle {
  flex-shrink: 0;
  width: calc(7.25rem + 2.96875vw);
}
.decoration03 .top .left,
.decoration03 .top .right {
  display: flex;
  align-items: center;
  gap: 0 4.1666666667vw;
  width: 50%;
  min-width: max-content;
  padding: 0 5.2083333333vw;
}
.decoration03 .top .left > div,
.decoration03 .top .right > div {
  position: relative;
  width: calc(3.125rem + 2.6041666667vw);
  height: calc(3.125rem + 2.6041666667vw);
}
.decoration03 .top .left > div img,
.decoration03 .top .right > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: unset;
  transform: translate(-50%, -50%);
}
.decoration03 .top .left {
  justify-content: flex-end;
}
.decoration03 .top .right {
  padding-left: 2.6041666667vw;
}
.decoration03 .bottom {
  position: relative;
  background-color: #0f0f11;
  background-image: linear-gradient(to right, #000000, #000000);
  background-size: 50% 100%;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 540px) {
  .decoration03 .bottom {
    height: 450px;
  }
}
.decoration03 .bottom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/deco/deco14.png") no-repeat center center/cover;
  z-index: 1;
}
@media (max-width: 540px) {
  .decoration03 .bottom::before {
    background: url("../img/deco/deco14.png") no-repeat center top 40px/cover;
  }
}
.decoration03 .bottom::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0f0f11;
  background-image: linear-gradient(to right, #000000, #000000);
  background-size: 50% 100%;
  background-position: left center;
  background-repeat: no-repeat;
  transform-origin: center 44%;
  transform: scale(1);
  transition: transform 2s;
  z-index: 1;
}
@media (max-width: 540px) {
  .decoration03 .bottom::after {
    transform-origin: center 53%;
  }
}
.decoration03 .bottom > div {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration03 .bottom > div img {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1440px) {
  .decoration03 .bottom > div img {
    height: 530px;
    max-width: unset;
  }
}
.decoration03 .bottom > p {
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1440px) {
  .decoration03 .bottom > p {
    font-size: 18px;
  }
}
.decoration03 .bottom > p.p1 {
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  text-indent: 5px;
  transform: translate(0, 40px);
}
@media (max-width: 1024px) {
  .decoration03 .bottom > p.p1 {
    top: 23%;
  }
}
@media (min-width: 541px) {
  .decoration03 .bottom > p.p1 br {
    display: none;
  }
}
.decoration03 .bottom > p.p2 {
  top: 50%;
  left: 18.3%;
  width: fit-content;
  letter-spacing: 20px;
  text-indent: 20px;
  transform: translate(-50%, 40px);
}
@media (max-width: 1440px) {
  .decoration03 .bottom > p.p2 {
    letter-spacing: 10px;
    text-indent: 10px;
  }
}
@media (max-width: 1024px) {
  .decoration03 .bottom > p.p2 {
    display: none;
  }
}
.decoration03 .bottom > p.p3 {
  top: 50%;
  right: 18%;
  width: fit-content;
  letter-spacing: 20px;
  text-indent: 20px;
  transform: translate(50%, 40px);
}
@media (max-width: 1440px) {
  .decoration03 .bottom > p.p3 {
    letter-spacing: 10px;
    text-indent: 10px;
  }
}
@media (max-width: 1024px) {
  .decoration03 .bottom > p.p3 {
    display: none;
  }
}
.decoration03.in .bottom::after {
  transform: scale(0);
  transition: transform 2s 0.3s;
}
.decoration03.in .bottom > div {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.7s, transform 1s ease-out 1.7s;
}
.decoration03.in .bottom > p {
  opacity: 1;
  transition: opacity 1s ease-out 2s, transform 1s ease-out 2s;
}
.decoration03.in .bottom > p.p1 {
  transform: translate(0, 0);
}
.decoration03.in .bottom > p.p2 {
  transform: translate(-50%, 0);
}
.decoration03.in .bottom > p.p3 {
  transform: translate(50%, 0);
}

.decoration04 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .decoration04 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .decoration04 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .decoration04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.decoration04 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration04 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.decoration04 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.decoration04 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.decoration04 .module_title.white p:nth-child(1) {
  color: #fff;
}
.decoration04 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .decoration04 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .decoration04 .module_title {
    margin-bottom: 30px;
  }
}
.decoration04 .accordion li {
  position: relative;
  padding: 0 4.6875vw;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .decoration04 .accordion li {
    padding: 3.3854166667vw 3.6458333333vw;
  }
}
.decoration04 .accordion li + li {
  border-top: 1px solid #d6d6d6;
}
.decoration04 .accordion li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.decoration04 .accordion li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.decoration04 .accordion li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.decoration04 .accordion li > div a {
  display: flex;
  align-items: center;
  gap: 0 calc(0.3125rem + 2.6041666667vw);
}
.decoration04 .accordion li > div a img {
  width: calc(3.125rem + 6.7708333333vw);
}
.decoration04 .accordion li > div a div p {
  color: #4e4e4e;
  font-weight: 500;
  transition: all 0.3s;
}
.decoration04 .accordion li > div a div p:nth-child(1) {
  font-size: calc(0.875rem + 0.625vw);
}
.decoration04 .accordion li > div a div p:nth-child(2) {
  font-size: 12px;
  line-height: 0;
  opacity: 0;
}
.decoration04 .accordion li > div .plus_minus {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  position: relative;
  width: calc(0.9375rem + 2.34375vw);
  height: calc(0.9375rem + 2.34375vw);
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .decoration04 .accordion li > div .plus_minus {
    display: none;
  }
}
.decoration04 .accordion li > div .plus_minus::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
}
.decoration04 .accordion li > div .plus_minus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #000000;
}
@media (min-width: 1025px) {
  .decoration04 .accordion li:hover {
    padding: calc(0.625rem + 2.8645833333vw) 4.6875vw;
  }
  .decoration04 .accordion li:hover::before {
    opacity: 1;
  }
  .decoration04 .accordion li:hover::after {
    pointer-events: none;
  }
  .decoration04 .accordion li:hover > div a > div p {
    color: #fff;
  }
  .decoration04 .accordion li:hover > div a > div p:nth-child(2) {
    line-height: 1.75;
    margin-top: calc(0.25rem + 0.2604166667vw);
    opacity: 1;
  }
  .decoration04 .accordion li:hover > div .plus_minus {
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .decoration04 .accordion li.active {
    padding: calc(1.25rem + 2.34375vw) 3.6458333333vw;
  }
  .decoration04 .accordion li.active::before {
    opacity: 1;
  }
  .decoration04 .accordion li.active::after {
    pointer-events: none;
  }
  .decoration04 .accordion li.active > div a > div p {
    color: #fff;
  }
  .decoration04 .accordion li.active > div a > div p:nth-child(2) {
    line-height: 1.75;
    margin-top: calc(0.25rem + 0.2604166667vw);
    opacity: 1;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .decoration04 .accordion li.active > div a > div p:nth-child(2) {
    line-height: 1.55;
  }
}
@media (max-width: 1024px) {
  .decoration04 .accordion li.active > div .plus_minus {
    opacity: 0;
  }
}
.decoration04.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration04.in .accordion li {
  opacity: 1;
  transform: translateY(0);
}
.decoration04.in .accordion li:nth-child(1) {
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.decoration04.in .accordion li:nth-child(2) {
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.decoration04.in .accordion li:nth-child(3) {
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.decoration04.in .accordion li:nth-child(4) {
  transition: all 0.3s, opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}

.decoration05 {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .decoration05 {
    padding: 55px 0;
  }
}
@media (max-width: 1200px) {
  .decoration05 {
    padding: 50px 0;
  }
}
.decoration05 .track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 calc(1.875rem + 1.0416666667vw);
  position: relative;
  padding: 0 40px;
  transform: translateX(100%);
  transition: transform 0.5s;
}
@media (max-width: 960px) {
  .decoration05 .track {
    gap: 0 40px;
  }
}
@media (max-width: 768px) {
  .decoration05 .track {
    gap: 0 30px;
  }
}
@media (max-width: 480px) {
  .decoration05 .track {
    gap: 0 25px;
  }
}
@media (max-width: 768px) {
  .decoration05 .track {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .decoration05 .track {
    padding: 0 25px;
  }
}
.decoration05 .track .item {
  position: relative;
  width: 182px;
}
@media (max-width: 1024px) {
  .decoration05 .track .item:nth-child(1) {
    display: none;
  }
}
@media (max-width: 768px) {
  .decoration05 .track .item:nth-child(2) {
    display: none;
  }
}
@media (max-width: 640px) {
  .decoration05 .track .item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 480px) {
  .decoration05 .track .item:nth-child(4) {
    display: none;
  }
}
.decoration05 .track .item img:nth-child(1) {
  margin: 0 auto;
}
.decoration05 .track .item img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.decoration05.in .track .item:nth-child(4) {
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .decoration05.in .track .item:nth-child(4) {
    width: 273px;
  }
}
@media (min-width: 1441px) {
  .decoration05.in .track .item:nth-child(4) {
    width: 364px;
  }
}
.decoration05.in .track .item:nth-child(4) > div {
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .decoration05.in .track .item:nth-child(4) > div {
    transform: scale(1.2429378531);
  }
}
@media (min-width: 1441px) {
  .decoration05.in .track .item:nth-child(4) > div {
    transform: scale(1.4858757062);
  }
}

.decoration06 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .decoration06 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .decoration06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .decoration06 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.decoration06 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration06 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.decoration06 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.decoration06 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.decoration06 .module_title.white p:nth-child(1) {
  color: #fff;
}
.decoration06 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .decoration06 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .decoration06 .module_title {
    margin-bottom: 30px;
  }
}
.decoration06 .content_pc {
  display: flex;
  justify-content: center;
  gap: 0 3.125%;
}
@media (max-width: 1200px) {
  .decoration06 .content_pc {
    display: none;
  }
}
.decoration06 .content_pc .left,
.decoration06 .content_pc .right {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6041666667vw 9.4339622642%;
  width: 33.125%;
}
.decoration06 .content_pc .left a,
.decoration06 .content_pc .right a {
  display: block;
  width: 45.2830188679%;
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration06 .content_pc .left a {
  transform: translateX(-40px);
}
.decoration06 .content_pc .right a {
  transform: translateX(40px);
}
.decoration06 .content_pc .mid {
  width: 27.5%;
}
.decoration06 .content_pc .mid .button_set {
  margin-top: 0 !important;
  margin-bottom: 2.34375vw;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration06 .content_pc .mid > a {
  display: block;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration06 .content_pc .deco_item p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.decoration06 .content_pc .deco_item p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.001);
  transition: all 0.3s linear;
}
.decoration06 .content_pc .deco_item p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.decoration06 .content_pc .deco_item p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/favicon.svg") no-repeat center center/49.1666666667% auto;
  z-index: 2;
  opacity: 0;
  transition: all 0.7s;
}
.decoration06 .content_pc .deco_item:hover p img {
  transform: scale(1.05);
}
.decoration06 .content_pc .deco_item:hover p::before, .decoration06 .content_pc .deco_item:hover p::after {
  opacity: 1;
}
@media (min-width: 1201px) {
  .decoration06 .content_mb {
    display: none;
  }
}
.decoration06 .content_mb .button_set {
  margin-top: 0 !important;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration06 .content_mb .deco_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration06 .content_mb .deco_slick .slick-slide {
  padding: 0 12.5px;
}
.decoration06 .content_mb .deco_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.decoration06 .content_mb .deco_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.decoration06.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration06.in .content_pc .left a,
.decoration06.in .content_pc .right a {
  opacity: 1;
  transform: translateX(0);
}
.decoration06.in .content_pc .left a:nth-child(1),
.decoration06.in .content_pc .right a:nth-child(1) {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.decoration06.in .content_pc .left a:nth-child(2),
.decoration06.in .content_pc .right a:nth-child(2) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.decoration06.in .content_pc .left a:nth-child(3),
.decoration06.in .content_pc .right a:nth-child(3) {
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.decoration06.in .content_pc .left a:nth-child(4),
.decoration06.in .content_pc .right a:nth-child(4) {
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.decoration06.in .content_pc .mid .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.decoration06.in .content_pc .mid > a {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.decoration06.in .content_mb .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.decoration06.in .content_mb .deco_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.decoration07 .content {
  padding-top: 95px;
  padding-bottom: 95px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1440px) {
  .decoration07 .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .decoration07 .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .decoration07 .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.decoration07 .content p:nth-child(1) {
  position: relative;
  max-width: 1480px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  padding: 0 calc(5.2083333333vw + 80px);
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1600px) {
  .decoration07 .content p:nth-child(1) {
    font-size: calc(1rem + 3vw);
    padding: 0 10.2083333333vw;
  }
}
@media (max-width: 960px) {
  .decoration07 .content p:nth-child(1) {
    font-size: calc(1.6875rem + 1.9270833333vw);
    padding: 0;
  }
}
.decoration07 .content p:nth-child(1)::before, .decoration07 .content p:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 28%;
  width: 80px;
  height: 1px;
  background: #000;
}
@media (max-width: 1600px) {
  .decoration07 .content p:nth-child(1)::before, .decoration07 .content p:nth-child(1)::after {
    width: 4.1666666667vw;
  }
}
@media (max-width: 960px) {
  .decoration07 .content p:nth-child(1)::before, .decoration07 .content p:nth-child(1)::after {
    display: none;
  }
}
.decoration07 .content p:nth-child(1)::before {
  left: 0;
}
.decoration07 .content p:nth-child(1)::after {
  right: 0;
}
.decoration07 .content p:nth-child(2) {
  font-size: calc(2.625rem + 2.0833333333vw);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1201px) {
  .decoration07 .content p:nth-child(2) {
    letter-spacing: 2px;
  }
}
@media (max-width: 960px) {
  .decoration07 .content p:nth-child(2) {
    margin-top: 30px;
  }
}
.decoration07.in .content p {
  opacity: 1;
  transform: translateY(0);
}
.decoration07.in .content p:nth-child(1) {
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration07.in .content p:nth-child(2) {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.decoration08 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .decoration08 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .decoration08 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .decoration08 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.decoration08 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration08 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.decoration08 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.decoration08 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.decoration08 .module_title.white p:nth-child(1) {
  color: #fff;
}
.decoration08 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .decoration08 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .decoration08 .module_title {
    margin-bottom: 30px;
  }
}
.decoration08 .deco_masonry .gutter_size {
  width: 1.875%;
}
@media (max-width: 640px) {
  .decoration08 .deco_masonry .gutter_size {
    width: 3.4482758621%;
  }
}
.decoration08 .deco_masonry .deco_item {
  display: block;
  width: 23.59375%;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 960px) {
  .decoration08 .deco_masonry .deco_item {
    width: 32.0833333333%;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .decoration08 .deco_masonry .deco_item {
    width: 31.0344827586%;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .decoration08 .deco_masonry .deco_item {
    width: 46.5517241379%;
  }
}
@media (max-width: 360px) {
  .decoration08 .deco_masonry .deco_item {
    width: 100%;
  }
}
.decoration08 .deco_masonry .deco_item .deco_img {
  position: relative;
  height: 0;
  padding-bottom: var(--ratio);
  border: 1px solid #fff;
  overflow: hidden;
  transition: border 0.5s;
}
.decoration08 .deco_masonry .deco_item .deco_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.decoration08 .deco_masonry .deco_item .deco_img::before, .decoration08 .deco_masonry .deco_item .deco_img::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  transition: height 0.5s;
}
.decoration08 .deco_masonry .deco_item .deco_img::before {
  top: 0;
}
.decoration08 .deco_masonry .deco_item .deco_img::after {
  bottom: 0;
}
.decoration08 .deco_masonry .deco_item .deco_img .cover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 157px;
  padding: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
.decoration08 .deco_masonry .deco_item .deco_img .cover p {
  color: #fff;
  font-size: calc(1rem + 0.3125vw);
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.decoration08 .deco_masonry .deco_item:hover .deco_img {
  border: 1px solid #000000;
}
.decoration08 .deco_masonry .deco_item:hover .deco_img::before, .decoration08 .deco_masonry .deco_item:hover .deco_img::after {
  height: calc((100% - 157px) / 2);
}
.decoration08 .deco_masonry .deco_item:hover .deco_img .cover {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
}
.decoration08.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.decoration08.in .deco_masonry .deco_item {
  opacity: 1;
  transform: translateY(0);
}
.decoration08.in .deco_masonry .deco_item:nth-child(1) {
  transition: opacity 1s ease-out 0.1s, transform 1s ease-out 0.1s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(2) {
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(3) {
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(4) {
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(5) {
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(6) {
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(7) {
  transition: opacity 1s ease-out 0.7s, transform 1s ease-out 0.7s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(8) {
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(9) {
  transition: opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(10) {
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(11) {
  transition: opacity 1s ease-out 1.1s, transform 1s ease-out 1.1s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(12) {
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(13) {
  transition: opacity 1s ease-out 1.3s, transform 1s ease-out 1.3s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(14) {
  transition: opacity 1s ease-out 1.4s, transform 1s ease-out 1.4s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(15) {
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(16) {
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(17) {
  transition: opacity 1s ease-out 1.7s, transform 1s ease-out 1.7s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(18) {
  transition: opacity 1s ease-out 1.8s, transform 1s ease-out 1.8s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(19) {
  transition: opacity 1s ease-out 1.9s, transform 1s ease-out 1.9s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(20) {
  transition: opacity 1s ease-out 2s, transform 1s ease-out 2s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(21) {
  transition: opacity 1s ease-out 2.1s, transform 1s ease-out 2.1s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(22) {
  transition: opacity 1s ease-out 2.2s, transform 1s ease-out 2.2s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(23) {
  transition: opacity 1s ease-out 2.3s, transform 1s ease-out 2.3s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(24) {
  transition: opacity 1s ease-out 2.4s, transform 1s ease-out 2.4s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(25) {
  transition: opacity 1s ease-out 2.5s, transform 1s ease-out 2.5s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(26) {
  transition: opacity 1s ease-out 2.6s, transform 1s ease-out 2.6s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(27) {
  transition: opacity 1s ease-out 2.7s, transform 1s ease-out 2.7s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(28) {
  transition: opacity 1s ease-out 2.8s, transform 1s ease-out 2.8s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(29) {
  transition: opacity 1s ease-out 2.9s, transform 1s ease-out 2.9s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(30) {
  transition: opacity 1s ease-out 3s, transform 1s ease-out 3s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(31) {
  transition: opacity 1s ease-out 3.1s, transform 1s ease-out 3.1s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(32) {
  transition: opacity 1s ease-out 3.2s, transform 1s ease-out 3.2s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(33) {
  transition: opacity 1s ease-out 3.3s, transform 1s ease-out 3.3s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(34) {
  transition: opacity 1s ease-out 3.4s, transform 1s ease-out 3.4s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(35) {
  transition: opacity 1s ease-out 3.5s, transform 1s ease-out 3.5s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(36) {
  transition: opacity 1s ease-out 3.6s, transform 1s ease-out 3.6s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(37) {
  transition: opacity 1s ease-out 3.7s, transform 1s ease-out 3.7s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(38) {
  transition: opacity 1s ease-out 3.8s, transform 1s ease-out 3.8s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(39) {
  transition: opacity 1s ease-out 3.9s, transform 1s ease-out 3.9s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(40) {
  transition: opacity 1s ease-out 4s, transform 1s ease-out 4s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(41) {
  transition: opacity 1s ease-out 4.1s, transform 1s ease-out 4.1s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(42) {
  transition: opacity 1s ease-out 4.2s, transform 1s ease-out 4.2s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(43) {
  transition: opacity 1s ease-out 4.3s, transform 1s ease-out 4.3s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(44) {
  transition: opacity 1s ease-out 4.4s, transform 1s ease-out 4.4s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(45) {
  transition: opacity 1s ease-out 4.5s, transform 1s ease-out 4.5s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(46) {
  transition: opacity 1s ease-out 4.6s, transform 1s ease-out 4.6s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(47) {
  transition: opacity 1s ease-out 4.7s, transform 1s ease-out 4.7s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(48) {
  transition: opacity 1s ease-out 4.8s, transform 1s ease-out 4.8s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(49) {
  transition: opacity 1s ease-out 4.9s, transform 1s ease-out 4.9s;
}
.decoration08.in .deco_masonry .deco_item:nth-child(50) {
  transition: opacity 1s ease-out 5s, transform 1s ease-out 5s;
}

.form01 {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #eee;
}
@media (max-width: 1440px) {
  .form01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .form01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .form01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form01 .module_title {
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.form01 .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.form01 .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.form01 .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.form01 .module_title.white p:nth-child(1) {
  color: #fff;
}
.form01 .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .form01 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .form01 .module_title {
    margin-bottom: 30px;
  }
}
.form01 .form_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5vw;
  padding: 40px calc(1.875rem + 2.0833333333vw);
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .form01 .form_content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .form01 .form_content {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .form01 .form_content {
    padding: 30px 25px;
  }
}
.form01 .form_content .left,
.form01 .form_content .right {
  width: calc(50% - 2.5vw);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .form01 .form_content .left,
  .form01 .form_content .right {
    width: 100%;
  }
}
.form01 .form_content .left form,
.form01 .form_content .right form {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 50px;
}
@media (max-width: 840px) {
  .form01 .form_content .left form,
  .form01 .form_content .right form {
    gap: 20px 30px;
  }
}
.form01 .form_content .left form .form_item,
.form01 .form_content .right form .form_item {
  width: 100%;
}
.form01 .form_content .left form .form_item.w50,
.form01 .form_content .right form .form_item.w50 {
  width: calc(50% - 25px);
}
@media (max-width: 840px) {
  .form01 .form_content .left form .form_item.w50,
  .form01 .form_content .right form .form_item.w50 {
    width: calc(50% - 15px);
  }
}
@media (max-width: 640px) {
  .form01 .form_content .left form .form_item.w50,
  .form01 .form_content .right form .form_item.w50 {
    width: 100%;
  }
}
.form01 .form_content .left form .form_item .label,
.form01 .form_content .right form .form_item .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  margin-bottom: 5px;
}
.form01 .form_content .left form .form_item .label > label,
.form01 .form_content .right form .form_item .label > label {
  width: 100%;
  color: #4e4e4e;
  font-size: 15px;
}
.form01 .form_content .left form .form_item .label > label.must::after,
.form01 .form_content .right form .form_item .label > label.must::after {
  content: "*";
  color: #d20014;
}
.form01 .form_content .left form .form_item .label .gender,
.form01 .form_content .right form .form_item .label .gender {
  flex-shrink: 0;
}
.form01 .form_content .left form .form_item .label .gender label.radio,
.form01 .form_content .right form .form_item .label .gender label.radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  width: unset;
  height: unset;
  border: unset;
  border-radius: unset;
  appearance: auto;
}
.form01 .form_content .left form .form_item .label .gender label.radio input,
.form01 .form_content .right form .form_item .label .gender label.radio input {
  margin: 2px 5px 0 0;
}
.form01 .form_content .left form .form_item .label .gender label.radio:first-child,
.form01 .form_content .right form .form_item .label .gender label.radio:first-child {
  margin-right: 10px;
}
.form01 .form_content .left form .form_item .field input:not([type=submit]),
.form01 .form_content .left form .form_item .field select, .form01 .form_content .left form .form_item .field textarea,
.form01 .form_content .right form .form_item .field input:not([type=submit]),
.form01 .form_content .right form .form_item .field select,
.form01 .form_content .right form .form_item .field textarea {
  width: 100%;
}
.form01 .form_content .left form .form_item .field.dates,
.form01 .form_content .right form .form_item .field.dates {
  position: relative;
}
.form01 .form_content .left form .form_item .field.dates::after,
.form01 .form_content .right form .form_item .field.dates::after {
  content: "\f073";
  position: absolute;
  top: 50%;
  right: 10px;
  color: #b8b8b8;
  font-size: 16px;
  font-family: "FontAwesome";
  transform: translateY(-50%);
}
.form01 .form_content .left form .form_item .field.dates input[name=dates],
.form01 .form_content .right form .form_item .field.dates input[name=dates] {
  padding-right: 36px;
}
.form01 .form_content .left form .form_item .submit,
.form01 .form_content .right form .form_item .submit {
  width: fit-content;
}
.form01 .form_content .left form .form_item .submit + .field,
.form01 .form_content .right form .form_item .submit + .field {
  display: none;
}
.form01 .form_content .left .form_info > * + *,
.form01 .form_content .right .form_info > * + * {
  margin-top: 20px !important;
}
.form01 .form_content .left .form_info > img,
.form01 .form_content .right .form_info > img {
  margin: 0 auto;
}
.form01 .form_content .left .form_info > p:nth-child(1),
.form01 .form_content .left .form_info > p:nth-child(3),
.form01 .form_content .right .form_info > p:nth-child(1),
.form01 .form_content .right .form_info > p:nth-child(3) {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 640px) {
  .form01 .form_content .left .form_info > p:nth-child(1),
  .form01 .form_content .left .form_info > p:nth-child(3),
  .form01 .form_content .right .form_info > p:nth-child(1),
  .form01 .form_content .right .form_info > p:nth-child(3) {
    font-size: 17px;
  }
}
.form01 .form_content .left .form_info > p:nth-child(3),
.form01 .form_content .right .form_info > p:nth-child(3) {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.form01 .form_content .left .form_info > p:nth-child(3)::before, .form01 .form_content .left .form_info > p:nth-child(3)::after,
.form01 .form_content .right .form_info > p:nth-child(3)::before,
.form01 .form_content .right .form_info > p:nth-child(3)::after {
  content: "";
  width: 50%;
  height: 1px;
  background: #b8b8b8;
}
.form01 .form_content .left .form_info > p:nth-child(3) span,
.form01 .form_content .right .form_info > p:nth-child(3) span {
  flex-shrink: 0;
}
.form01.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.form01.in .form_content .left {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.form01.in .form_content .right {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.form02 {
  position: relative;
  background-image: linear-gradient(to top, #000000 25%, transparent 100%);
  background-size: 100% 25%;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 1441px) {
  .form02 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media (min-width: 1441px) and (max-width: 1440px) {
  .form02 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1441px) and (max-width: 960px) {
  .form02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1441px) and (max-width: 480px) {
  .form02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form02 .the_window {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 30px 30px;
  isolation: isolate;
  overflow: hidden;
}
@media (max-width: 480px) {
  .form02 .the_window {
    border-radius: 0 0 20px 20px;
  }
}
.form02 .the_window #form02_tv {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .form02 .the_window #form02_tv {
    display: none;
  }
}
.form02 .the_window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .form02 .the_window img {
    display: none;
  }
}
.form02 .content {
  position: relative;
  opacity: 0.5;
  filter: blur(5px);
  transform: scale(0.5);
  transition: opacity 1s ease-out, filter 1s ease-out, transform 1s ease-out;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .form02 .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .form02 .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .form02 .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form02 .content .module_title {
  margin-bottom: 40px;
  text-align: center;
}
.form02 .content .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.form02 .content .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.form02 .content .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.form02 .content .module_title.white p:nth-child(1) {
  color: #fff;
}
.form02 .content .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .form02 .content .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .form02 .content .module_title {
    margin-bottom: 30px;
  }
}
.form02 .content form {
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
  padding: 30px 55px 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 30px;
}
@media (max-width: 840px) {
  .form02 .content form {
    padding: 30px 35px 40px;
  }
}
@media (max-width: 480px) {
  .form02 .content form {
    padding: 30px 25px 40px;
    border-radius: 20px;
  }
}
.form02 .content form > p {
  margin-bottom: 50px;
}
.form02 .content form > p img {
  width: 30px;
}
.form02 .content form hr {
  margin: 10px 0 10px;
  border-top: 0;
  border-bottom: 1px solid #000;
}
.form02 .content form hr.hide {
  visibility: hidden;
}
.form02 .content form > div.one_line {
  display: flex;
  gap: 0 30px;
}
.form02 .content form > div.one_line > .form_item.w50 {
  width: calc(50% - 15px);
}
.form02 .content form > div.one_line hr {
  width: 100%;
}
@media (max-width: 640px) {
  .form02 .content form > div.one_line.w440 {
    gap: 0 20px;
  }
}
@media (max-width: 440px) {
  .form02 .content form > div.one_line.w440 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .form02 .content form > div.one_line.w440 > .form_item.w50:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .form02 .content form > div.one_line.w440 > .form_item.w50:nth-child(2) {
    flex-shrink: 0;
    width: fit-content;
  }
}
@media (min-width: 441px) {
  .form02 .content form > div.one_line.w440 hr {
    display: none;
  }
}
.form02 .content form > div.one_line.w640 {
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .form02 .content form > div.one_line.w640 > .form_item.w50 {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .form02 .content form > div.one_line.w640 hr {
    display: none;
  }
}
.form02 .content form > div > .form_item {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  width: 100%;
}
.form02 .content form > div > .form_item.wrap {
  flex-wrap: wrap;
}
.form02 .content form > div > .form_item label {
  color: #000;
  font-size: 15px;
}
@media (max-width: 840px) {
  .form02 .content form > div > .form_item label {
    font-size: 14px;
  }
}
.form02 .content form > div > .form_item label span {
  display: block;
  line-height: 1;
}
.form02 .content form > div > .form_item label span:nth-child(1) {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 840px) {
  .form02 .content form > div > .form_item label span:nth-child(1) {
    font-size: 18px;
  }
}
.form02 .content form > div > .form_item label span:nth-child(2) {
  letter-spacing: 6px;
  margin-top: 2px;
}
@media (max-width: 840px) {
  .form02 .content form > div > .form_item label span:nth-child(2) {
    letter-spacing: 4px;
    margin-top: 3px;
  }
}
.form02 .content form > div > .form_item label.must span:nth-child(1)::after {
  content: "*";
  color: #000000;
}
.form02 .content form > div > .form_item .label {
  flex-shrink: 0;
}
.form02 .content form > div > .form_item .label .gender {
  display: flex;
  gap: 0 40px;
}
@media (max-width: 640px) {
  .form02 .content form > div > .form_item .label .gender {
    gap: 0 20px;
  }
}
.form02 .content form > div > .form_item .label .gender label.radio {
  display: flex;
  align-items: center;
  gap: 0 10px;
  cursor: pointer;
}
.form02 .content form > div > .form_item .label .gender label.radio input[type=radio] {
  margin: 0;
}
.form02 .content form > div > .form_item .field {
  width: 100%;
}
.form02 .content form > div > .form_item .field input[type=text], .form02 .content form > div > .form_item .field input[type=tel], .form02 .content form > div > .form_item .field input[type=email] {
  position: relative;
  top: 3px;
  width: 100%;
  font-size: 18px;
  padding: 0 10px;
  background: transparent;
  border: unset;
}
@media (max-width: 840px) {
  .form02 .content form > div > .form_item .field input[type=text], .form02 .content form > div > .form_item .field input[type=tel], .form02 .content form > div > .form_item .field input[type=email] {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .form02 .content form > div > .form_item .field input[type=text], .form02 .content form > div > .form_item .field input[type=tel], .form02 .content form > div > .form_item .field input[type=email] {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .form02 .content form > div > .form_item .field input[type=text], .form02 .content form > div > .form_item .field input[type=tel], .form02 .content form > div > .form_item .field input[type=email] {
    font-size: 15px;
  }
}
.form02 .content form > div > .form_item .field input[type=text]:-webkit-autofill, .form02 .content form > div > .form_item .field input[type=text]:-webkit-autofill:hover, .form02 .content form > div > .form_item .field input[type=text]:-webkit-autofill:focus, .form02 .content form > div > .form_item .field input[type=text]:-webkit-autofill:active, .form02 .content form > div > .form_item .field input[type=tel]:-webkit-autofill, .form02 .content form > div > .form_item .field input[type=tel]:-webkit-autofill:hover, .form02 .content form > div > .form_item .field input[type=tel]:-webkit-autofill:focus, .form02 .content form > div > .form_item .field input[type=tel]:-webkit-autofill:active, .form02 .content form > div > .form_item .field input[type=email]:-webkit-autofill, .form02 .content form > div > .form_item .field input[type=email]:-webkit-autofill:hover, .form02 .content form > div > .form_item .field input[type=email]:-webkit-autofill:focus, .form02 .content form > div > .form_item .field input[type=email]:-webkit-autofill:active {
  transition: background-color 5000s;
}
.form02 .content form > div > .form_item .field textarea {
  width: 100%;
  font-size: 18px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 10px;
}
@media (max-width: 840px) {
  .form02 .content form > div > .form_item .field textarea {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .form02 .content form > div > .form_item .field textarea {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .form02 .content form > div > .form_item .field textarea {
    font-size: 15px;
  }
}
.form02 .content form > div > .form_item .multi {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  width: 100%;
}
.form02 .content form > div > .form_item .multi label.check {
  display: flex;
  align-items: center;
  gap: 0 5px;
  cursor: pointer;
}
.form02 .content form > div > .form_item .multi label.check input[type=checkbox] {
  margin: 1px 0 0;
}
.form02 .content form > div > .form_item .submit {
  width: 100%;
}
.form02 .content form > div > .form_item .submit + .field {
  display: none;
}
.form02.in .content {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transition: opacity 1s ease-out, filter 1s ease-out, transform 1s ease-out;
}

.news_list01 {
  padding-bottom: 60px;
}
.news_list01 .news_item {
  width: 25%;
  padding-bottom: 30px;
}
@media (max-width: 1440px) {
  .news_list01 .news_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .news_list01 .news_item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .news_list01 .news_item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .news_list01 .news_item {
    padding-bottom: 20px;
  }
}
.news_list01 .news_item.video_type .news_info, .news_list01 .news_item.album_type .news_info {
  position: relative;
}
.news_list01 .news_item.video_type .news_info::before, .news_list01 .news_item.album_type .news_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.news_list01 .news_item .news_info {
  height: 100%;
}
.news_list01 .news_item .news_info a {
  display: block;
  height: 100%;
  background: #f0f0f0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.news_list01 .news_item .news_info a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
}
.news_list01 .news_item .news_info a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.001);
  transition: all 0.3s;
}
.news_list01 .news_item .news_info a .news_content {
  padding: 30px 25px;
  transition: all 0.3s;
}
.news_list01 .news_item .news_info a .news_content .news_date {
  color: #4e4e4e;
  font-size: 12px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.news_list01 .news_item .news_info a .news_content .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_list01 .news_item .news_info a .news_content .news_title {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .news_list01 .news_item .news_info a .news_content .news_title {
    font-size: 16px;
  }
}
.news_list01 .news_item .news_info a .news_content .news_line {
  width: 40px;
  height: 1px;
  margin: 12px 0;
  background: #4e4e4e;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .news_list01 .news_item .news_info a .news_content .news_line {
    margin: 10px 0;
  }
}
.news_list01 .news_item .news_info a .news_content .news_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  transition: all 0.3s;
}
.news_list01 .news_item .news_info:hover a {
  background: #000000;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.news_list01 .news_item .news_info:hover a .news_img img {
  transform: scale(1.05);
}
.news_list01 .news_item .news_info:hover a .news_content .news_date {
  color: #fff;
}
.news_list01 .news_item .news_info:hover a .news_content .news_title {
  color: #fff;
}
.news_list01 .news_item .news_info:hover a .news_content .news_line {
  background: #fff;
}
.news_list01 .news_item .news_info:hover a .news_content .news_desc {
  color: #fff;
}
.news_list01 .news_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.news_list01 [class^=pagination] {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
}

.news_detail01 {
  padding-bottom: 60px;
}
.news_detail01 .news_top {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-image: linear-gradient(to right, #393939 0%, #393939 100%);
  background-size: 70px 3px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail01 .news_top {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.news_detail01 .news_top .news_title {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail01 .news_top .news_title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .news_detail01 .news_top .news_title {
    font-size: 26px;
  }
}
.news_detail01 .news_top .news_date {
  color: #4e4e4e;
  font-size: 16px;
  margin-top: 10px;
}
.news_detail01 .news_top .news_share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 0 15px;
}
.news_detail01 .news_top .news_share a {
  display: block;
  color: #BCBEC0;
  font-size: 22px;
  transition: all 0.3s;
}
.news_detail01 .news_top .news_share a i {
  display: block;
}
.news_detail01 .news_top .news_share a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #BCBEC0;
  transition: all 0.3s;
}
.news_detail01 .news_top .news_share a:hover {
  color: #000000;
}
.news_detail01 .news_top .news_share a:hover svg {
  fill: #000000;
}
.news_detail01 .news_pic {
  margin-bottom: 40px;
}
.news_detail01 .news_pic img {
  margin: 0 auto;
}
.news_detail01 .back_to_list {
  margin-top: 60px;
}
.news_detail01 .back_to_list > * p {
  font-family: inherit;
}
.news_detail01 .related {
  margin: 60px 0 0;
}
.news_detail01 .related .related_title {
  color: #4e4e4e;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail01 .related .related_title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .news_detail01 .related .related_title {
    font-size: 26px;
  }
}
.news_detail01 .related .related_slick {
  margin: 0 -20px;
}
@media (max-width: 1024px) {
  .news_detail01 .related .related_slick {
    padding-bottom: 30px;
  }
}
.news_detail01 .related .related_slick .slick-list {
  padding: 0 10px 15px;
}
.news_detail01 .related .related_slick .slick-slide {
  padding: 0 10px;
}
.news_detail01 .related .related_slick .slick-slide a {
  display: block;
  height: 100%;
  background: #f0f0f0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.news_detail01 .related .related_slick .slick-slide a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
}
.news_detail01 .related .related_slick .slick-slide a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.3s;
}
.news_detail01 .related .related_slick .slick-slide a .news_content {
  padding: 30px 25px;
  transition: all 0.5s;
}
.news_detail01 .related .related_slick .slick-slide a .news_content .news_date {
  color: #4e4e4e;
  font-size: 12px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.news_detail01 .related .related_slick .slick-slide a .news_content .news_title {
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail01 .related .related_slick .slick-slide a .news_content .news_title {
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .news_detail01 .related .related_slick .slick-slide a .news_content .news_title {
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }
}
.news_detail01 .related .related_slick .slick-slide a .news_content .news_line {
  width: 40px;
  height: 1px;
  margin: 12px 0;
  background: #4e4e4e;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .news_detail01 .related .related_slick .slick-slide a .news_content .news_line {
    margin: 10px 0;
  }
}
.news_detail01 .related .related_slick .slick-slide a .news_content .news_desc {
  display: -webkit-box;
  height: 44px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  line-height: 1.5;
  transition: all 0.3s;
}
.news_detail01 .related .related_slick .slick-slide a:hover {
  background: #000000;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
}
.news_detail01 .related .related_slick .slick-slide a:hover .news_img img {
  transform: scale(1.05);
}
.news_detail01 .related .related_slick .slick-slide a:hover .news_content .news_date {
  color: #fff;
}
.news_detail01 .related .related_slick .slick-slide a:hover .news_content .news_title {
  color: #fff;
}
.news_detail01 .related .related_slick .slick-slide a:hover .news_content .news_line {
  background: #fff;
}
.news_detail01 .related .related_slick .slick-slide a:hover .news_content .news_desc {
  color: #fff;
}
.news_detail01 .related .related_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .news_detail01 .related .related_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .news_detail01 .related .related_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.news_detail01 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .news_detail01 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .news_detail01 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .news_detail01 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .news_detail01 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.news_detail01 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .news_detail01 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .news_detail01 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .news_detail01 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .news_detail01 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.news_detail01 .related .related_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.news_detail01 .related .related_slick .slick-arrow:hover svg {
  fill: #000000;
}
.news_detail01 .related .related_slick .slick-arrow.white svg {
  fill: #fff;
}
.news_detail01 .related .related_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .news_detail01 .related .related_slick .slick-arrow {
    display: none !important;
  }
}

.news_list02 .news_item {
  width: 25%;
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .news_list02 .news_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .news_list02 .news_item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .news_list02 .news_item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .news_list02 .news_item {
    padding-bottom: 30px;
  }
}
.news_list02 .news_item.video_type .news_info, .news_list02 .news_item.album_type .news_info {
  position: relative;
}
.news_list02 .news_item.video_type .news_info::before, .news_list02 .news_item.album_type .news_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.news_list02 .news_item .news_info {
  height: 100%;
}
.news_list02 .news_item .news_info a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
}
.news_list02 .news_item .news_info a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
}
.news_list02 .news_item .news_info a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.001);
  transition: all 0.3s;
}
.news_list02 .news_item .news_info a .news_content {
  padding: 18px 0 0;
}
.news_list02 .news_item .news_info a .news_content .cate_date {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.news_list02 .news_item .news_info a .news_content .cate_date .cate {
  color: #fff;
  font-size: 15px;
  text-indent: 2px;
  letter-spacing: 2px;
  padding: 0 6px;
  margin-right: 15px;
  background: #000000;
}
.news_list02 .news_item .news_info a .news_content .cate_date .date {
  color: #4e4e4e;
  font-size: 16px;
}
.news_list02 .news_item .news_info a .news_content .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s;
}
.news_list02 .news_item .news_info a .news_content .news_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  margin-top: 10px;
}
.news_list02 .news_item .news_info:hover a .news_img img {
  transform: scale(1.05);
}
.news_list02 .news_item .news_info:hover a .news_content .news_title {
  color: #000000;
}
.news_list02 .news_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.news_list02 [class^=pagination] {
  padding: 30px 0;
}

.news_detail02 {
  padding-bottom: 60px;
}
.news_detail02 .news_top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail02 .news_top {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.news_detail02 .news_top .cate_date {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail02 .news_top .cate_date {
    margin-bottom: 20px;
  }
}
.news_detail02 .news_top .cate_date .cate {
  color: #fff;
  font-size: 15px;
  text-indent: 2px;
  letter-spacing: 2px;
  padding: 0 6px;
  background: #000000;
}
.news_detail02 .news_top .cate_date .date {
  color: #4e4e4e;
  font-size: 16px;
  margin-left: 15px;
}
.news_detail02 .news_top .news_title {
  color: #4e4e4e;
  font-size: 25px;
  line-height: 1.2;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail02 .news_top .news_title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .news_detail02 .news_top .news_title {
    font-size: 26px;
  }
}
.news_detail02 .news_pic {
  margin-bottom: 40px;
}
.news_detail02 .news_pic img {
  margin: 0 auto;
}
.news_detail02 .back_to_list {
  margin-top: 60px;
}
.news_detail02 .back_to_list > * p {
  font-family: inherit;
}

.news_list03 {
  padding-bottom: 60px;
}
.news_list03 .tag_list {
  display: flex;
  margin-bottom: 45px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_list03 .tag_list {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .news_list03 .tag_list {
    flex-direction: column;
  }
}
.news_list03 .tag_list p {
  min-width: fit-content;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 32px;
  margin-right: calc(0.9375rem + 1.5625vw);
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_list03 .tag_list p {
    font-size: 14px;
  }
}
.news_list03 .tag_list .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news_list03 .tag_list .tags a {
  display: block;
  position: relative;
  width: auto;
  min-width: fit-content;
  color: #4e4e4e;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  padding: 0 15px;
  background: transparent;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}
.news_list03 .tag_list .tags a:hover, .news_list03 .tag_list .tags a.active {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.news_list03 .news_item {
  margin-bottom: 35px;
}
.news_list03 .news_item:last-child {
  margin-bottom: 0;
}
.news_list03 .news_item.video_type .news_info, .news_list03 .news_item.album_type .news_info {
  position: relative;
}
.news_list03 .news_item.video_type .news_info::before, .news_list03 .news_item.album_type .news_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.news_list03 .news_item .news_info a {
  display: flex;
  flex-wrap: wrap;
}
.news_list03 .news_item .news_info a > div {
  width: 50%;
}
@media (max-width: 680px) {
  .news_list03 .news_item .news_info a > div {
    width: 100%;
  }
}
.news_list03 .news_item .news_info a .left {
  background: #f1f1f1;
}
.news_list03 .news_item .news_info a .left div {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 680px) {
  .news_list03 .news_item .news_info a .left div {
    position: relative;
    height: 0;
    padding-bottom: 57.9268292683%;
  }
}
.news_list03 .news_item .news_info a .left div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.6s;
}
@media (max-width: 680px) {
  .news_list03 .news_item .news_info a .left div img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.news_list03 .news_item .news_info a .right {
  padding: 35px 31px 48px 47px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_list03 .news_item .news_info a .right {
    padding: 30px 30px 30px 35px;
  }
}
@media (max-width: 768px) {
  .news_list03 .news_item .news_info a .right {
    padding: 25px 30px;
  }
}
@media (max-width: 680px) {
  .news_list03 .news_item .news_info a .right {
    padding: 20px 25px;
  }
}
.news_list03 .news_item .news_info a .right .date_cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news_list03 .news_item .news_info a .right .date_cate {
    margin-bottom: 20px;
  }
}
.news_list03 .news_item .news_info a .right .date_cate .news_date p {
  color: #000;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
}
.news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(1) {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1440px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(1) {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(1) {
    font-size: 30px;
  }
}
@media (max-width: 840px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(1) {
    font-size: 26px;
  }
}
.news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(2) {
  font-size: 13px;
}
@media (max-width: 840px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(2) {
    font-size: 12px;
  }
}
.news_list03 .news_item .news_info a .right .date_cate .news_cate {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 8px 0;
  background: linear-gradient(to right, #000, #000);
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_cate {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_cate {
    font-size: 14px;
  }
}
.news_list03 .news_item .news_info a .right .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_list03 .news_item .news_info a .right .news_title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .news_list03 .news_item .news_info a .right .news_title {
    color: #000000;
  }
}
@media (max-width: 768px) {
  .news_list03 .news_item .news_info a .right .news_title {
    font-size: 17px;
  }
}
.news_list03 .news_item .news_info a .right .news_desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_list03 .news_item .news_info a .right .news_desc {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .news_list03 .news_item .news_info a .right .news_desc {
    font-size: 13px;
  }
}
.news_list03 .news_item .news_info:hover a .left div img {
  transform: scale(1.05);
}
.news_list03 .news_item .news_info:hover a .right .news_title {
  color: #000000;
}
.news_list03 .news_item .lightGallery {
  height: 0;
  overflow: hidden;
}

.news_detail03 {
  padding-bottom: 60px;
}
.news_detail03 .news_frame {
  padding: 4.42708vw 5.72917vw 30px;
  background: #f1f1f1;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news_detail03 .news_frame {
    padding: 30px 30px 20px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .news_frame {
    padding: 25px 20px 20px;
  }
}
.news_detail03 .news_frame .date_cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news_detail03 .news_frame .date_cate {
    margin-bottom: 20px;
  }
}
.news_detail03 .news_frame .date_cate .news_date p {
  color: #000;
  transition: all 0.3s;
}
.news_detail03 .news_frame .date_cate .news_date p:nth-child(1) {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1440px) {
  .news_detail03 .news_frame .date_cate .news_date p:nth-child(1) {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .news_detail03 .news_frame .date_cate .news_date p:nth-child(1) {
    font-size: 30px;
  }
}
@media (max-width: 840px) {
  .news_detail03 .news_frame .date_cate .news_date p:nth-child(1) {
    font-size: 26px;
  }
}
.news_detail03 .news_frame .date_cate .news_date p:nth-child(2) {
  font-size: 13px;
}
@media (max-width: 840px) {
  .news_detail03 .news_frame .date_cate .news_date p:nth-child(2) {
    font-size: 12px;
  }
}
.news_detail03 .news_frame .date_cate .news_cate {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 8px 0;
  background: linear-gradient(to right, #000, #000);
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail03 .news_frame .date_cate .news_cate {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .news_detail03 .news_frame .date_cate .news_cate {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .news_detail03 .news_frame .date_cate .news_cate {
    font-size: 12px;
  }
}
.news_detail03 .news_frame .news_title {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: justify;
  padding-bottom: 20px;
  margin-bottom: 60px;
  background-image: linear-gradient(to right, #4e4e4e, #4e4e4e), linear-gradient(to right, #808285, #808285);
  background-size: 85px 3px, calc(100% - 85px) 1px;
  background-position: left bottom, 85px calc(100% - 1px);
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .news_frame .news_title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .news_detail03 .news_frame .news_title {
    font-size: 18px;
  }
}
.news_detail03 .news_frame .news_pic {
  margin-bottom: 40px;
}
.news_detail03 .news_frame .news_pic img {
  margin: 0 auto;
}
.news_detail03 .news_frame .editor {
  margin-bottom: 50px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .news_frame .editor {
    margin-bottom: 30px;
  }
}
.news_detail03 .news_frame .news_share {
  display: flex;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .news_frame .news_share {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .news_frame .news_share {
    flex-direction: column;
  }
}
.news_detail03 .news_frame .news_share p {
  min-width: fit-content;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 33px;
  margin-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail03 .news_frame .news_share p {
    font-size: 14px;
  }
}
.news_detail03 .news_frame .news_share .medias {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_detail03 .news_frame .news_share .medias a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
  background: #4e4e4e;
  border-radius: 50%;
  transition: all 0.3s;
}
.news_detail03 .news_frame .news_share .medias a:not(:last-child) {
  margin-right: 10px;
}
.news_detail03 .news_frame .news_share .medias a svg {
  width: auto;
  height: 19px;
  fill: #fff;
  transition: all 0.3s;
}
.news_detail03 .news_frame .news_share .medias a:hover {
  color: #fff;
  background: #000000;
}
.news_detail03 .news_frame .news_share .medias a:hover svg {
  fill: #fff;
}
.news_detail03 .news_frame .tag_list {
  display: flex;
}
@media (max-width: 480px) {
  .news_detail03 .news_frame .tag_list {
    flex-direction: column;
  }
}
.news_detail03 .news_frame .tag_list p {
  min-width: fit-content;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 32px;
  margin-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail03 .news_frame .tag_list p {
    font-size: 14px;
  }
}
.news_detail03 .news_frame .tag_list .tags {
  display: flex;
  flex-wrap: wrap;
}
.news_detail03 .news_frame .tag_list .tags a {
  display: block;
  position: relative;
  width: 130px;
  min-width: fit-content;
  color: #4e4e4e;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid #4e4e4e;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail03 .news_frame .tag_list .tags a {
    width: auto;
    padding: 0 15px;
  }
}
.news_detail03 .news_frame .tag_list .tags a:not(:last-child) {
  margin-right: 10px;
}
.news_detail03 .news_frame .tag_list .tags a:hover, .news_detail03 .news_frame .tag_list .tags a.active {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.news_detail03 .button_set {
  margin-top: 80px !important;
}
@media (max-width: 1800px) {
  .news_detail03 .button_set {
    margin-top: 70px !important;
  }
}
@media (max-width: 1700px) {
  .news_detail03 .button_set {
    margin-top: 60px !important;
  }
}
@media (max-width: 1600px) {
  .news_detail03 .button_set {
    margin-top: 50px !important;
  }
}
@media (max-width: 1500px) {
  .news_detail03 .button_set {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .news_detail03 .button_set {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .news_detail03 .button_set {
    margin-top: 35px !important;
  }
}
.news_detail03 .related {
  margin-top: 75px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .related {
    margin-top: 60px;
  }
}
.news_detail03 .related .related_title {
  padding-bottom: 34px;
  margin-bottom: 33px;
  border-bottom: 1px solid #7b7473;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news_detail03 .related .related_title {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
.news_detail03 .related .related_title p:nth-child(1) {
  color: #e6e6e6;
  font-size: 50px;
  line-height: 1.05;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 840px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 30px;
  }
}
.news_detail03 .related .related_title p:nth-child(2) {
  color: #393939;
  font-size: 22px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail03 .related .related_title p:nth-child(2) {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .news_detail03 .related .related_title p:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 840px) {
  .news_detail03 .related .related_title p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .news_detail03 .related .related_title p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .related .related_title p:nth-child(2) {
    font-size: 15px;
  }
}
.news_detail03 .related .related_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .news_detail03 .related .related_list {
    margin: 0 -15px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .related .related_list {
    margin: 0 -10px;
  }
}
.news_detail03 .related .related_list > div {
  width: 50%;
  padding: 0 22px 30px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .news_detail03 .related .related_list > div {
    padding: 0 15px 30px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .related .related_list > div {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.news_detail03 .related .related_list > div a {
  display: block;
}
.news_detail03 .related .related_list > div a .related_pic {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail03 .related .related_list > div a .related_pic {
    margin-bottom: 10px;
  }
}
.news_detail03 .related .related_list > div a .related_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.6s;
}
.news_detail03 .related .related_list > div a .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .related .related_list > div a .news_title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .news_detail03 .related .related_list > div a .news_title {
    color: #000000;
  }
}
@media (max-width: 768px) {
  .news_detail03 .related .related_list > div a .news_title {
    font-size: 17px;
  }
}
@media (max-width: 720px) {
  .news_detail03 .related .related_list > div a .news_title {
    margin-bottom: 5px;
  }
}
.news_detail03 .related .related_list > div a .news_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .related .related_list > div a .news_desc {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .news_detail03 .related .related_list > div a .news_desc {
    font-size: 13px;
  }
}
.news_detail03 .related .related_list > div a:hover .related_pic img {
  transform: scale(1.05);
}
.news_detail03 .related .related_list > div a:hover .news_title {
  color: #000000;
}

.news_list04 {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .news_list04 .row {
    flex-direction: column-reverse;
  }
}
.news_list04 .left {
  width: 69.2857142857%;
}
@media (max-width: 1024px) {
  .news_list04 .left {
    width: 100%;
  }
}
.news_list04 .left .news_list_title {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .news_list04 .left .news_list_title {
    display: none;
  }
}
.news_list04 .left .news_list_title p:nth-child(1) {
  color: #e6e6e6;
  font-family: "Poppins", sans-serif;
  font-size: calc(1.96875rem + 0.9635416667vw);
  letter-spacing: 4px;
  margin-bottom: 3px;
}
.news_list04 .left .news_list_title p:nth-child(2) {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.news_list04 .left .news_item_list .news_item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e7e7e7;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .news_list04 .left .news_item_list .news_item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.news_list04 .left .news_item_list .news_item .news_img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  margin-bottom: 25px;
  overflow: hidden;
}
@media (max-width: 680px) {
  .news_list04 .left .news_item_list .news_item .news_img {
    padding-bottom: 200px;
  }
}
.news_list04 .left .news_item_list .news_item .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.news_list04 .left .news_item_list .news_item .news_img:hover img {
  transform: scale(1.02);
}
.news_list04 .left .news_item_list .news_item .cate_tags {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .news_list04 .left .news_item_list .news_item .cate_tags {
    flex-wrap: wrap;
  }
}
.news_list04 .left .news_item_list .news_item .cate_tags .news_cate {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: max-content;
  height: 27px;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 0 12px;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 1px solid #4e4e4e;
  transition: all 0.3s;
}
.news_list04 .left .news_item_list .news_item .cate_tags .news_cate:hover {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.news_list04 .left .news_item_list .news_item .cate_tags .news_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 576px) {
  .news_list04 .left .news_item_list .news_item .cate_tags .news_tags {
    justify-content: flex-start;
  }
}
.news_list04 .left .news_item_list .news_item .cate_tags .news_tags li {
  margin-bottom: 10px;
}
@media (min-width: 577px) {
  .news_list04 .left .news_item_list .news_item .cate_tags .news_tags li + li {
    margin-left: 15px;
  }
}
@media (max-width: 576px) {
  .news_list04 .left .news_item_list .news_item .cate_tags .news_tags li:not(:last-child) {
    margin-right: 15px;
  }
}
.news_list04 .left .news_item_list .news_item .cate_tags .news_tags li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 27px;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 0 12px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}
.news_list04 .left .news_item_list .news_item .cate_tags .news_tags li a:hover {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.news_list04 .left .news_item_list .news_item .news_headlines {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 6px;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .news_list04 .left .news_item_list .news_item .news_headlines {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .news_list04 .left .news_item_list .news_item .news_headlines {
    font-size: 18px;
  }
}
.news_list04 .left .news_item_list .news_item .news_headlines:hover {
  color: #000000;
}
.news_list04 .left .news_item_list .news_item .news_desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}
.news_list04 .left .news_item_list .news_item [class^=button] {
  margin-top: 24px;
}
.news_list04 .right {
  width: 30.7142857143%;
  padding-left: 5.9895833333vw;
}
@media (max-width: 1024px) {
  .news_list04 .right {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .news_list04 .right > div {
    position: sticky;
    top: 110px;
  }
}
.news_list04 .right > div > div {
  margin-bottom: 40px;
}
.news_list04 .right .block_title {
  color: #4e4e4e;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_list04 .right .block_title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .news_list04 .right .block_title {
    display: none;
  }
}
@media (max-width: 1024px) {
  .news_list04 .right .news_cate_list ul.pc {
    display: none;
  }
}
.news_list04 .right .news_cate_list ul.pc li {
  border-bottom: 1px solid #f0f0f0;
}
.news_list04 .right .news_cate_list ul.pc li a {
  display: block;
  color: #4e4e4e;
  font-size: 18px;
  padding: 8px 0;
  transition: all 0.3s;
}
.news_list04 .right .news_cate_list ul.pc li a:hover, .news_list04 .right .news_cate_list ul.pc li a.active {
  color: #000000;
}
.news_list04 .right .news_cate_list .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .news_list04 .right .news_cate_list .selector {
    display: none;
  }
}
.news_list04 .right .news_cate_list .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.news_list04 .right .news_cate_list ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .news_list04 .right .news_cate_list ul.mb {
    display: none !important;
  }
}
.news_list04 .right .news_cate_list ul.mb li + li {
  border-top: 1px solid #ededed;
}
.news_list04 .right .news_cate_list ul.mb li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.news_list04 .right .news_cate_list ul.mb li a.active {
  background: #ededed;
}
@media (max-width: 1024px) {
  .news_list04 .right .news_tags_list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .news_list04 .right .news_tags_list {
    flex-wrap: wrap;
  }
}
.news_list04 .right .news_tags_list p:not(.block_title) {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
}
@media (min-width: 1025px) {
  .news_list04 .right .news_tags_list p:not(.block_title) {
    display: none;
  }
}
@media (min-width: 481px) {
  .news_list04 .right .news_tags_list p:not(.block_title) {
    line-height: 35px;
  }
}
@media (max-width: 480px) {
  .news_list04 .right .news_tags_list p:not(.block_title) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.news_list04 .right .news_tags_list ul {
  display: flex;
  flex-wrap: wrap;
}
.news_list04 .right .news_tags_list ul li {
  margin: 0 15px 12px 0;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .news_list04 .right .news_tags_list ul li {
    margin: 0 15px 10px 0;
  }
}
@media (max-width: 480px) {
  .news_list04 .right .news_tags_list ul li {
    margin: 0 10px 10px 0;
  }
}
.news_list04 .right .news_tags_list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 127px;
  height: 35px;
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  padding: 0 12px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .news_list04 .right .news_tags_list ul li a {
    min-width: 100px;
  }
}
@media (max-width: 1200px) {
  .news_list04 .right .news_tags_list ul li a {
    min-width: 90px;
  }
}
@media (max-width: 1024px) {
  .news_list04 .right .news_tags_list ul li a {
    min-width: 110px;
  }
}
@media (max-width: 768px) {
  .news_list04 .right .news_tags_list ul li a {
    min-width: 90px;
  }
}
@media (max-width: 480px) {
  .news_list04 .right .news_tags_list ul li a {
    min-width: unset;
    height: 30px;
  }
}
.news_list04 .right .news_tags_list ul li a:hover, .news_list04 .right .news_tags_list ul li a.active {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}

.news_detail04 {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .news_detail04 .row {
    flex-direction: column-reverse;
  }
}
.news_detail04 .left {
  width: 69.2857142857%;
}
@media (max-width: 1024px) {
  .news_detail04 .left {
    width: 100%;
  }
}
.news_detail04 .left .news_img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .news_detail04 .left .news_img {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news_detail04 .left .news_img {
    margin-bottom: 40px;
  }
}
@media (max-width: 680px) {
  .news_detail04 .left .news_img {
    padding-bottom: 200px;
  }
}
.news_detail04 .left .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_detail04 .left .news_date {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.news_detail04 .left .news_headlines {
  color: #4e4e4e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: justify;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail04 .left .news_headlines {
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  .news_detail04 .left .news_headlines {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .news_detail04 .left .news_headlines {
    font-size: 20px;
  }
}
.news_detail04 .left .news_share {
  display: flex;
  align-items: center;
  margin: 10px 0 50px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .news_detail04 .left .news_share {
    margin: 10px 0 40px;
  }
}
.news_detail04 .left .news_share a {
  display: block;
  color: #BCBEC0;
  font-size: 22px;
  padding: 0 5px;
  margin-right: 5px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail04 .left .news_share a {
    margin-right: 0;
  }
}
.news_detail04 .left .news_share a i {
  display: block;
}
.news_detail04 .left .news_share a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #BCBEC0;
  transition: all 0.3s;
}
.news_detail04 .left .news_share a:hover {
  color: #000000;
}
.news_detail04 .left .news_share a:hover svg {
  fill: #000000;
}
.news_detail04 .left .news_catalog {
  padding-left: 40px;
  border-left: 1px solid #d7d7d7;
  transition: all 0.3s;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .news_detail04 .left .news_catalog {
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .news_detail04 .left .news_catalog {
    margin-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .news_detail04 .left .news_catalog {
    padding-left: 20px;
  }
}
@media (max-width: 400px) {
  .news_detail04 .left .news_catalog {
    padding-left: 0;
    border-left: 0;
  }
}
.news_detail04 .left .news_catalog p {
  color: #4e4e4e;
  font-size: 23px;
  font-weight: 500;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail04 .left .news_catalog p {
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .news_detail04 .left .news_catalog p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .news_detail04 .left .news_catalog p {
    font-size: 17px;
  }
}
.news_detail04 .left .news_catalog ul {
  list-style-type: disc;
  margin-left: 50px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail04 .left .news_catalog ul {
    margin-left: 44px;
  }
}
@media (max-width: 480px) {
  .news_detail04 .left .news_catalog ul {
    margin-left: 24px;
  }
}
.news_detail04 .left .news_catalog ul li {
  padding: 5px 0;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail04 .left .news_catalog ul li {
    padding: 2px 0;
  }
}
.news_detail04 .left .news_catalog ul li a {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}
.news_detail04 .left .news_catalog ul li a:hover {
  color: #000000;
}
.news_detail04 .left .editor {
  padding: 6px 7px;
  border: 1px solid #e9e9e9;
}
.news_detail04 .left .news_tags_list {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .news_detail04 .left .news_tags_list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.news_detail04 .left .news_tags_list p {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
}
@media (min-width: 481px) {
  .news_detail04 .left .news_tags_list p {
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .news_detail04 .left .news_tags_list p {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.news_detail04 .left .news_tags_list ul {
  display: flex;
  flex-wrap: wrap;
}
.news_detail04 .left .news_tags_list ul li {
  margin: 0 15px 10px 0;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .news_detail04 .left .news_tags_list ul li {
    margin: 0 10px 10px 0;
  }
}
.news_detail04 .left .news_tags_list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 30px;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 0 12px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}
.news_detail04 .left .news_tags_list ul li a:hover {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.news_detail04 .right {
  width: 30.7142857143%;
  padding-left: 5.9895833333vw;
}
@media (max-width: 1024px) {
  .news_detail04 .right {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .news_detail04 .right > div {
    position: sticky;
    top: 110px;
  }
}
.news_detail04 .right > div > div {
  margin-bottom: 40px;
}
.news_detail04 .right .block_title {
  color: #4e4e4e;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail04 .right .block_title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .news_detail04 .right .block_title {
    display: none;
  }
}
@media (max-width: 1024px) {
  .news_detail04 .right .news_cate_list ul.pc {
    display: none;
  }
}
.news_detail04 .right .news_cate_list ul.pc li {
  border-bottom: 1px solid #f0f0f0;
}
.news_detail04 .right .news_cate_list ul.pc li a {
  display: block;
  color: #4e4e4e;
  font-size: 18px;
  padding: 8px 0;
  transition: all 0.3s;
}
.news_detail04 .right .news_cate_list ul.pc li a:hover, .news_detail04 .right .news_cate_list ul.pc li a.active {
  color: #000000;
}
.news_detail04 .right .news_cate_list .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .news_detail04 .right .news_cate_list .selector {
    display: none;
  }
}
.news_detail04 .right .news_cate_list .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.news_detail04 .right .news_cate_list ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .news_detail04 .right .news_cate_list ul.mb {
    display: none !important;
  }
}
.news_detail04 .right .news_cate_list ul.mb li + li {
  border-top: 1px solid #ededed;
}
.news_detail04 .right .news_cate_list ul.mb li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.news_detail04 .right .news_cate_list ul.mb li a.active {
  background: #ededed;
}
.news_detail04 .recommend_title {
  margin: 60px 0 40px;
  transition: all 0.3s;
}
.news_detail04 .recommend_title p {
  color: #4e4e4e;
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail04 .recommend_title p {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .news_detail04 .recommend_title p {
    font-size: 26px;
  }
}
@media (max-width: 400px) {
  .news_detail04 .recommend_title p {
    font-size: 24px;
  }
}
.news_detail04 .recommend_list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail04 .recommend_list {
    gap: 30px;
  }
}
.news_detail04 .recommend_list .recommend_item {
  display: block;
  width: calc((100% - 96px) / 3);
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .news_detail04 .recommend_list .recommend_item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .news_detail04 .recommend_list .recommend_item {
    width: 100%;
  }
}
.news_detail04 .recommend_list .recommend_item .recommend_img {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail04 .recommend_list .recommend_item .recommend_img {
    margin-bottom: 15px;
  }
}
.news_detail04 .recommend_list .recommend_item .recommend_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.3s ease-out;
}
.news_detail04 .recommend_list .recommend_item .recommend_date {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.news_detail04 .recommend_list .recommend_item .recommend_headlines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .news_detail04 .recommend_list .recommend_item .recommend_headlines {
    font-size: 16px;
  }
}
.news_detail04 .recommend_list .recommend_item .recommend_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
}
.news_detail04 .recommend_list .recommend_item:hover .recommend_img img {
  transform: scale(1.03);
}
.news_detail04 .recommend_list .recommend_item:hover .recommend_headlines {
  color: #000000;
}

.news_list05 {
  padding-bottom: 60px;
}
.news_list05 .news_item {
  width: 25%;
  padding-bottom: 30px;
}
@media (max-width: 1366px) {
  .news_list05 .news_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .news_list05 .news_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .news_list05 .news_item {
    width: 100%;
    padding-bottom: 20px;
  }
}
.news_list05 .news_item > div {
  padding: 35px 20px 30px;
  background: #f1f1f1;
}
@media (max-width: 840px) {
  .news_list05 .news_item > div {
    padding: 25px 20px 30px;
  }
}
.news_list05 .news_item > div .news_date {
  position: relative;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  padding-right: 18px;
  margin-bottom: 30px;
}
@media (max-width: 840px) {
  .news_list05 .news_item > div .news_date {
    margin-bottom: 20px;
  }
}
.news_list05 .news_item > div .news_date::after {
  content: attr(data-year);
  display: block;
  position: absolute;
  top: 8px;
  right: -12px;
  color: #bbb;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  transform: rotate(90deg);
}
.news_list05 .news_item > div .news_title {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 481px) {
  .news_list05 .news_item > div .news_title {
    display: -webkit-box;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .news_list05 .news_item > div .news_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news_list05 .news_item > div .line {
  height: 1px;
  margin: 20px 0;
  background: #dcdcdc;
}
.news_list05 .news_item > div .module_desc {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 481px) {
  .news_list05 .news_item > div .module_desc {
    display: -webkit-box;
    height: 117px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .news_list05 .news_item > div .module_desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.news_list05 .news_item > div [class^=button] {
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .news_list05 .news_item > div [class^=button] {
    margin-top: 35px !important;
  }
}
.news_list05 [class^=pagination] {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
}

.news_detail05 {
  padding-bottom: 60px;
}
.news_detail05 .news_img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .news_detail05 .news_img {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news_detail05 .news_img {
    margin-bottom: 40px;
  }
}
@media (max-width: 680px) {
  .news_detail05 .news_img {
    padding-bottom: 200px;
  }
}
.news_detail05 .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_detail05 .news_headlines {
  color: #4e4e4e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: justify;
  padding-left: calc(1rem + 1.09375vw);
  border-left: 3px solid #000000;
  transition: font-size 0.3s;
}
@media (max-width: 1440px) {
  .news_detail05 .news_headlines {
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  .news_detail05 .news_headlines {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .news_detail05 .news_headlines {
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 480px) {
  .news_detail05 .news_headlines {
    font-size: 20px;
  }
}
.news_detail05 .news_info_bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 20px;
  margin-top: 15px;
  border-bottom: 1px solid #f1f1f1;
}
.news_detail05 .news_info_bar .author_date {
  display: flex;
  gap: 50px;
}
@media (max-width: 1024px) {
  .news_detail05 .news_info_bar .author_date {
    gap: 25px;
  }
}
@media (max-width: 640px) {
  .news_detail05 .news_info_bar .author_date {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .news_detail05 .news_info_bar .author_date {
    width: 100%;
  }
}
.news_detail05 .news_info_bar .author_date p {
  color: #737373;
}
.news_detail05 .news_info_bar .social_media {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.1s;
}
@media (max-width: 640px) {
  .news_detail05 .news_info_bar .social_media {
    gap: 10px;
  }
}
.news_detail05 .news_info_bar .social_media a svg {
  display: block;
  height: 21px;
  fill: #737373;
  transition: all 0.1s;
}
@media (max-width: 640px) {
  .news_detail05 .news_info_bar .social_media a svg {
    height: 18px;
  }
}
.news_detail05 .news_info_bar .social_media a:hover svg {
  fill: #000000;
}
.news_detail05 .news_catalog {
  width: 100%;
  padding: 15px;
  margin: 30px 0;
  background: #f1f1f1;
  transition: all 0.3s;
}
@media (min-width: 841px) {
  .news_detail05 .news_catalog {
    width: max-content !important;
    min-width: 50%;
    max-width: 100%;
  }
}
.news_detail05 .news_catalog p {
  color: #4e4e4e;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail05 .news_catalog p {
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .news_detail05 .news_catalog p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .news_detail05 .news_catalog p {
    font-size: 17px;
  }
}
.news_detail05 .news_catalog ul {
  list-style-type: disc;
  margin-left: 22px;
}
.news_detail05 .news_catalog ul li {
  padding: 5px 0;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail05 .news_catalog ul li {
    padding: 2px 0;
  }
}
.news_detail05 .news_catalog ul li a {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}
.news_detail05 .news_catalog ul li a:hover {
  color: #000000;
}
.news_detail05 .button_set {
  justify-content: space-between;
  margin-top: 50px !important;
}
@media (max-width: 1500px) {
  .news_detail05 .button_set {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .news_detail05 .button_set {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .news_detail05 .button_set {
    margin-top: 35px !important;
  }
}
.news_detail05 .article_neighbor {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1024px) {
  .news_detail05 .article_neighbor {
    display: none;
  }
}
.news_detail05 .article_neighbor a {
  max-width: calc((100% - 210px) / 2);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000;
  font-size: 16px;
}
.news_detail05 .article_neighbor a + a {
  text-align: right;
}
.news_detail05 .article_author {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  margin-top: 4.6875vw;
  background: #f1f1f1;
}
@media (max-width: 1024px) {
  .news_detail05 .article_author {
    padding: 30px;
    margin-top: 50px;
  }
}
.news_detail05 .article_author .author_photo {
  width: 200px;
}
@media (max-width: 1024px) {
  .news_detail05 .article_author .author_photo {
    width: 175px;
  }
}
@media (max-width: 640px) {
  .news_detail05 .article_author .author_photo {
    margin: 0 auto;
  }
}
.news_detail05 .article_author .author_photo p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.news_detail05 .article_author .author_photo p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_detail05 .article_author .author_info {
  width: calc(100% - 200px);
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .news_detail05 .article_author .author_info {
    width: calc(100% - 175px);
    padding-left: 30px;
  }
}
@media (max-width: 640px) {
  .news_detail05 .article_author .author_info {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
.news_detail05 .article_author .author_info p:first-child {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .news_detail05 .article_author .author_info p:first-child {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .news_detail05 .article_author .author_info p:first-child {
    text-align: center;
  }
}
.news_detail05 .article_author .author_info .author_name {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .news_detail05 .article_author .author_info .author_name {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .news_detail05 .article_author .author_info .author_name {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .news_detail05 .article_author .author_info .author_name {
    font-size: 20px;
  }
}
.news_detail05 .article_author .author_info .module_desc {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .news_detail05 .article_author .author_info .module_desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .news_detail05 .article_author .author_info .module_desc {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .news_detail05 .article_author .author_info .module_desc {
    font-size: 14px;
  }
}

.news_list06 {
  padding-bottom: 60px;
}
.news_list06 .news_item:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #979797;
}
@media (max-width: 640px) {
  .news_list06 .news_item:not(:last-child) {
    padding-bottom: 25px;
  }
}
.news_list06 .news_item.video_type .news_info, .news_list06 .news_item.album_type .news_info {
  position: relative;
}
.news_list06 .news_item.video_type .news_info::before, .news_list06 .news_item.album_type .news_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.news_list06 .news_item .news_info a {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 641px) {
  .news_list06 .news_item .news_info a {
    flex-direction: row-reverse;
  }
}
.news_list06 .news_item .news_info a .left {
  width: 377px;
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .left {
    width: 325px;
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .left {
    width: 280px;
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.news_list06 .news_item .news_info a .left div {
  position: relative;
  height: 0;
  min-height: 100%;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
}
.news_list06 .news_item .news_info a .left div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .news_list06 .news_item .news_info a .left div img {
    transform: scale(1.001);
    transition: all 0.6s;
  }
}
.news_list06 .news_item .news_info a .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 377px);
}
@media (min-width: 641px) {
  .news_list06 .news_item .news_info a .right {
    padding: 0 3.75vw 0 0.9375vw;
  }
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right {
    width: calc(100% - 325px);
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .right {
    width: 100%;
  }
}
.news_list06 .news_item .news_info a .right .news_cate {
  color: #4e4e4e;
  margin-bottom: 8px;
}
@media (min-width: 1441px) {
  .news_list06 .news_item .news_info a .right .news_cate {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .right .news_cate {
    margin-bottom: 10px;
  }
}
.news_list06 .news_item .news_info a .right .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: calc(0.8125rem + 0.9895833333vw);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  transition: color 0.3s;
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right .news_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .right .news_title {
    margin-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .right .news_title {
    line-height: 1.5;
  }
}
.news_list06 .news_item .news_info a .right .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
}
@media (min-width: 1201px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    font-size: 16px;
  }
}
@media (min-width: 1367px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (min-width: 1441px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    margin-top: 10px;
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    margin-top: 5px;
  }
}
.news_list06 .news_item .news_info a .right .news_date {
  color: #4e4e4e;
  margin-top: 15px;
}
@media (min-width: 1441px) {
  .news_list06 .news_item .news_info a .right .news_date {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right .news_date {
    margin-top: 7px;
  }
}
@media (min-width: 1025px) {
  .news_list06 .news_item .news_info:hover a .left div img {
    transform: scale(1.05);
  }
}
.news_list06 .news_item .news_info:hover a .right .news_title {
  color: #000000;
}
.news_list06 .news_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.news_list06 [class^=pagination] {
  margin-top: 60px;
}

.news_detail06 .news_top {
  display: flex;
  margin-bottom: 3.90625vw;
}
@media (max-width: 1024px) {
  .news_detail06 .news_top {
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_top {
    flex-direction: column-reverse;
  }
}
.news_detail06 .news_top .news_info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 36.4285714286%;
}
@media (max-width: 960px) {
  .news_detail06 .news_top .news_info {
    width: 100%;
  }
}
.news_detail06 .news_top .news_info .news_useless {
  color: #4e4e4e;
  font-size: 4.0625vw;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .news_detail06 .news_top .news_info .news_useless {
    display: none;
  }
}
.news_detail06 .news_top .news_info .news_title {
  color: #4e4e4e;
  font-size: calc(1.25rem + 0.8333333333vw);
  font-weight: 700;
}
@media (min-width: 1201px) {
  .news_detail06 .news_top .news_info .news_title {
    margin-top: auto;
  }
}
@media (max-width: 1200px) {
  .news_detail06 .news_top .news_info .news_title {
    margin-bottom: auto;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_top .news_info .news_title {
    padding-right: 30px;
  }
}
.news_detail06 .news_top .news_info .news_date {
  display: flex;
  align-items: flex-end;
  gap: 0 30px;
  margin-top: 46px;
}
@media (max-width: 960px) {
  .news_detail06 .news_top .news_info .news_date {
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0 20px;
    margin-top: -38px;
  }
}
.news_detail06 .news_top .news_info .news_date .m_d {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px 0;
}
.news_detail06 .news_top .news_info .news_date .m_d span:nth-child(odd) {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.news_detail06 .news_top .news_info .news_date .m_d span:nth-child(even) {
  width: 1px;
  height: 40px;
  background: #4e4e4e;
}
.news_detail06 .news_top .news_info .news_date .y {
  color: #4e4e4e;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 481px) {
  .news_detail06 .news_top .news_info .news_date .y {
    font-size: calc(0.625rem + 1.0416666667vw);
  }
}
.news_detail06 .news_top .news_pic {
  width: 63.5714285714%;
  padding-left: 20px;
}
@media (max-width: 960px) {
  .news_detail06 .news_top .news_pic {
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
  }
}
@media (min-width: 961px) {
  .news_detail06 .news_top .news_pic p {
    position: relative;
    height: 0;
    min-height: 100%;
    padding-bottom: 57.9268292683%;
    overflow: hidden;
  }
  .news_detail06 .news_top .news_pic p img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.news_detail06 .back_to_list {
  margin-top: 60px;
}
.news_detail06 .news_switcher {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.news_detail06 .news_switcher a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
  width: 50%;
  height: 120px;
  padding: 15px 25px;
  border-top: 1px solid #000000;
  transition: background 0.3s;
}
@media (min-width: 769px) {
  .news_detail06 .news_switcher a + a {
    border-left: 1px solid #000000;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_switcher a {
    gap: 0 15px;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .news_detail06 .news_switcher a {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .news_detail06 .news_switcher a {
    height: 80px;
  }
}
.news_detail06 .news_switcher a span {
  flex-shrink: 0;
  position: relative;
  width: 5.0520833333vw;
  height: 1px;
  margin-top: 4px;
  background: #000000;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .news_detail06 .news_switcher a span {
    width: 40px;
  }
}
.news_detail06 .news_switcher a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transition: border-color 0.3s;
}
.news_detail06 .news_switcher a span:first-child::before {
  left: 0;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #000000 transparent;
}
.news_detail06 .news_switcher a span:last-child::before {
  right: 0;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #000000;
}
.news_detail06 .news_switcher a p {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .news_detail06 .news_switcher a p {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_switcher a p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .news_detail06 .news_switcher a p {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .news_detail06 .news_switcher a:hover {
    background: #000000;
  }
  .news_detail06 .news_switcher a:hover span {
    background: #fff;
  }
  .news_detail06 .news_switcher a:hover span:first-child::before {
    border-color: transparent transparent #fff transparent;
  }
  .news_detail06 .news_switcher a:hover span:last-child::before {
    border-color: transparent transparent transparent #fff;
  }
  .news_detail06 .news_switcher a:hover p {
    color: #fff;
  }
}

.news_list07 {
  padding-bottom: 60px;
}
.news_list07 .row_by_gap.no_gutter {
  gap: 0 6.25vw;
}
.news_list07 .top_news {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 1024px) {
  .news_list07 .top_news {
    order: 2;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.news_list07 .top_news.video_type .left > div,
.news_list07 .top_news.video_type .right > div, .news_list07 .top_news.album_type .left > div,
.news_list07 .top_news.album_type .right > div {
  position: relative;
}
.news_list07 .top_news.video_type .left > div::before,
.news_list07 .top_news.video_type .right > div::before, .news_list07 .top_news.album_type .left > div::before,
.news_list07 .top_news.album_type .right > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.news_list07 .top_news .left {
  width: 50%;
}
@media (max-width: 720px) {
  .news_list07 .top_news .left {
    width: 100%;
  }
}
.news_list07 .top_news .left > p {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 721px) {
  .news_list07 .top_news .left > p {
    display: none;
  }
}
.news_list07 .top_news .left > div > a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  border-radius: 20px;
  isolation: isolate;
  overflow: hidden;
}
.news_list07 .top_news .left > div > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0001);
  transition: transform 0.6s;
}
.news_list07 .top_news .left > div > a .news_date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: calc(0.3125rem + 0.78125vw);
  right: calc(0.3125rem + 0.78125vw);
  width: calc(3.5625rem + 0.6770833333vw);
  height: calc(3.5625rem + 0.6770833333vw);
  padding-bottom: 5px;
  background: #000000;
  border-radius: 50%;
}
.news_list07 .top_news .left > div > a .news_date p {
  color: #fff;
  font-size: calc(1.1875rem + 0.2604166667vw);
  line-height: 1;
  margin-bottom: 2px;
}
.news_list07 .top_news .left > div > a .news_date span {
  color: #fff;
  font-size: calc(0.75rem + 0.0520833333vw);
  line-height: 1;
  letter-spacing: 0;
}
.news_list07 .top_news .left > div .lightGallery {
  height: 0;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .news_list07 .top_news .left > div:hover > a img {
    transform: scale(1.05);
  }
}
.news_list07 .top_news .right {
  width: 50%;
  padding: 20px 0 20px 40px;
}
@media (max-width: 1024px) {
  .news_list07 .top_news .right {
    padding: 10px 0 10px 30px;
  }
}
@media (max-width: 720px) {
  .news_list07 .top_news .right {
    width: 100%;
    padding: 0;
  }
}
.news_list07 .top_news .right > div > a {
  display: block;
}
.news_list07 .top_news .right > div > a .news_cate {
  width: fit-content;
  color: #4e4e4e;
  padding: 6px 8px;
  margin-bottom: 9px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}
.news_list07 .top_news .right > div > a .news_title {
  color: #4e4e4e;
  font-size: calc(1rem + 0.8333333333vw);
  font-weight: 700;
  transition: color 0.1s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_list07 .top_news .right > div > a .module_desc {
  margin-top: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .news_list07 .top_news .right > div > a .module_desc {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .news_list07 .top_news .right > div:hover > a .news_title {
    color: #000000;
  }
}
.news_list07 .news_left {
  width: 370px;
}
@media (max-width: 1440px) {
  .news_list07 .news_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .news_list07 .news_left {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
}
.news_list07 .news_left > div {
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  .news_list07 .news_left .catalog_type {
    display: none;
  }
}
.news_list07 .news_left .catalog_type div {
  padding: 0 0 calc(0.875rem + 0.7291666667vw);
  margin-bottom: calc(0.625rem + 0.46875vw);
  background-image: linear-gradient(to right, #4e4e4e, #4e4e4e);
  background-size: calc(1.5625rem + 1.0416666667vw) 0.2604166667vw;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.news_list07 .news_left .catalog_type div p:nth-child(1) {
  width: fit-content;
  color: #000000;
  font-size: calc(1rem + 0.4166666667vw);
  font-weight: 700;
  line-height: 1;
}
.news_list07 .news_left .catalog_type div p:nth-child(2) {
  color: #4e4e4e;
  font-size: calc(1.25rem + 0.625vw);
  font-weight: 700;
  margin-top: 9px;
}
.news_list07 .news_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.news_list07 .news_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0 17px 25px;
  transition: all 0.3s;
}
.news_list07 .news_left .catalog_type .catalog_menu > li > a:hover, .news_list07 .news_left .catalog_type .catalog_menu > li > a.active {
  color: #fff;
  background: #000000;
}
.news_list07 .news_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.news_list07 .news_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.news_list07 .news_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.news_list07 .news_left .catalog_type .catalog_menu > li.moremenu > a::before, .news_list07 .news_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.news_list07 .news_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.news_list07 .news_left .catalog_type .catalog_menu > li.moremenu > a:hover::before, .news_list07 .news_left .catalog_type .catalog_menu > li.moremenu > a:hover::after, .news_list07 .news_left .catalog_type .catalog_menu > li.moremenu > a.active::before, .news_list07 .news_left .catalog_type .catalog_menu > li.moremenu > a.active::after {
  background: #fff;
}
.news_list07 .news_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.news_list07 .news_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.news_list07 .news_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0 19px 25px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.news_list07 .news_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.news_list07 .news_left .catalog_type .catalog_menu > li ul li a:hover, .news_list07 .news_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.news_list07 .news_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.news_list07 .news_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 50px;
}
@media (min-width: 1025px) {
  .news_list07 .news_left .catalog_type_mb {
    display: none;
  }
}
.news_list07 .news_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.news_list07 .news_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.news_list07 .news_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .news_list07 .news_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.news_list07 .news_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.news_list07 .news_right {
  width: calc(100% - 370px - 6.25vw);
}
@media (max-width: 1440px) {
  .news_list07 .news_right {
    width: calc(100% - 280px - 6.25vw);
  }
}
@media (max-width: 1024px) {
  .news_list07 .news_right {
    order: 3;
    width: 100%;
  }
}
.news_list07 .news_right .bottom_news {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.news_list07 .news_right .bottom_news .cate_info {
  width: 100%;
}
@media (min-width: 721px) {
  .news_list07 .news_right .bottom_news .cate_info {
    min-height: 50px;
  }
}
.news_list07 .news_right .bottom_news .cate_info .cate_title {
  max-width: calc(50% - 15px);
  color: #4e4e4e;
  font-size: calc(0.9375rem + 0.78125vw);
  font-weight: 700;
}
@media (max-width: 720px) {
  .news_list07 .news_right .bottom_news .cate_info .cate_title {
    max-width: 100%;
    font-size: 24px;
    text-align: center;
  }
}
.news_list07 .news_right .bottom_news .cate_info .module_desc {
  max-width: calc(50% - 15px);
  margin-top: 7px;
}
@media (max-width: 720px) {
  .news_list07 .news_right .bottom_news .cate_info .module_desc {
    max-width: 100%;
    text-align-last: center;
  }
}
.news_list07 .news_right .bottom_news .news_item {
  width: calc(50% - 15px);
  padding: 20px;
  border: 1px solid #cdcdcd;
  border-radius: 15px;
}
@media (min-width: 721px) {
  .news_list07 .news_right .bottom_news .news_item:nth-child(odd) {
    position: relative;
    top: -85px;
  }
}
@media (max-width: 600px) {
  .news_list07 .news_right .bottom_news .news_item {
    width: 100%;
  }
}
.news_list07 .news_right .bottom_news .news_item.video_type .news_info, .news_list07 .news_right .bottom_news .news_item.album_type .news_info {
  position: relative;
}
.news_list07 .news_right .bottom_news .news_item.video_type .news_info::before, .news_list07 .news_right .bottom_news .news_item.album_type .news_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.news_list07 .news_right .bottom_news .news_item .news_info > a .news_cate {
  width: fit-content;
  color: #4e4e4e;
  padding: 6px 8px;
  margin-bottom: 15px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}
.news_list07 .news_right .bottom_news .news_item .news_info > a .news_title {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  transition: color 0.1s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_list07 .news_right .bottom_news .news_item .news_info > a .module_desc {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .news_list07 .news_right .bottom_news .news_item .news_info > a .module_desc {
    margin-top: 10px;
  }
}
.news_list07 .news_right .bottom_news .news_item .news_info > a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  margin-top: 29px;
  border-radius: 20px;
  isolation: isolate;
  overflow: hidden;
}
.news_list07 .news_right .bottom_news .news_item .news_info > a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0001);
  transition: transform 0.6s;
}
.news_list07 .news_right .bottom_news .news_item .news_info > a .news_img .news_date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: calc(0.3125rem + 0.78125vw);
  right: calc(0.3125rem + 0.78125vw);
  width: calc(3.5625rem + 0.6770833333vw);
  height: calc(3.5625rem + 0.6770833333vw);
  padding-bottom: 5px;
  background: #000000;
  border-radius: 50%;
}
.news_list07 .news_right .bottom_news .news_item .news_info > a .news_img .news_date p {
  color: #fff;
  font-size: calc(1.1875rem + 0.2604166667vw);
  line-height: 1;
  margin-bottom: 2px;
}
.news_list07 .news_right .bottom_news .news_item .news_info > a .news_img .news_date span {
  color: #fff;
  font-size: calc(0.75rem + 0.0520833333vw);
  line-height: 1;
  letter-spacing: 0;
}
.news_list07 .news_right .bottom_news .news_item .lightGallery {
  height: 0;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .news_list07 .news_right .bottom_news .news_item:hover .news_info > a .news_title {
    color: #000000;
  }
  .news_list07 .news_right .bottom_news .news_item:hover .news_info > a .news_img img {
    transform: scale(1.05);
  }
}
.news_list07 .news_right [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_list07 .news_right [class^=pagination] {
    margin-top: 40px;
  }
}

.news_detail07 {
  padding-bottom: 60px;
}
.news_detail07 .row_by_gap.no_gutter {
  gap: 0 6.25vw;
}
.news_detail07 .news_left {
  width: 370px;
}
@media (max-width: 1440px) {
  .news_detail07 .news_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .news_detail07 .news_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.news_detail07 .news_left > div {
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  .news_detail07 .news_left .catalog_type {
    display: none;
  }
}
.news_detail07 .news_left .catalog_type div {
  padding: 0 0 calc(0.875rem + 0.7291666667vw);
  margin-bottom: calc(0.625rem + 0.46875vw);
  background-image: linear-gradient(to right, #4e4e4e, #4e4e4e);
  background-size: calc(1.5625rem + 1.0416666667vw) 0.2604166667vw;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.news_detail07 .news_left .catalog_type div p:nth-child(1) {
  width: fit-content;
  color: #000000;
  font-size: calc(1rem + 0.4166666667vw);
  font-weight: 700;
  line-height: 1;
}
.news_detail07 .news_left .catalog_type div p:nth-child(2) {
  color: #4e4e4e;
  font-size: calc(1.25rem + 0.625vw);
  font-weight: 700;
  margin-top: 9px;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0 17px 25px;
  transition: all 0.3s;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li > a:hover, .news_detail07 .news_left .catalog_type .catalog_menu > li > a.active {
  color: #fff;
  background: #000000;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li.moremenu > a::before, .news_detail07 .news_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.news_detail07 .news_left .catalog_type .catalog_menu > li.moremenu > a:hover::before, .news_detail07 .news_left .catalog_type .catalog_menu > li.moremenu > a:hover::after, .news_detail07 .news_left .catalog_type .catalog_menu > li.moremenu > a.active::before, .news_detail07 .news_left .catalog_type .catalog_menu > li.moremenu > a.active::after {
  background: #fff;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.news_detail07 .news_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0 19px 25px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li ul li a:hover, .news_detail07 .news_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.news_detail07 .news_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 50px;
}
@media (min-width: 1025px) {
  .news_detail07 .news_left .catalog_type_mb {
    display: none;
  }
}
.news_detail07 .news_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.news_detail07 .news_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .news_detail07 .news_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.news_detail07 .news_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.news_detail07 .news_right {
  width: calc(100% - 370px - 6.25vw);
}
@media (max-width: 1440px) {
  .news_detail07 .news_right {
    width: calc(100% - 280px - 6.25vw);
  }
}
@media (max-width: 1024px) {
  .news_detail07 .news_right {
    width: 100%;
  }
}
.news_detail07 .news_right .news_pic {
  position: relative;
  margin-bottom: 40px;
}
.news_detail07 .news_right .news_pic img {
  width: 100%;
}
.news_detail07 .news_right .news_pic .news_date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: calc(0.3125rem + 0.78125vw);
  right: calc(0.3125rem + 0.78125vw);
  width: calc(3.5625rem + 0.6770833333vw);
  height: calc(3.5625rem + 0.6770833333vw);
  padding-bottom: 5px;
  background: #000000;
  border-radius: 50%;
}
.news_detail07 .news_right .news_pic .news_date p {
  color: #fff;
  font-size: calc(1.1875rem + 0.2604166667vw);
  line-height: 1;
  margin-bottom: 2px;
}
.news_detail07 .news_right .news_pic .news_date span {
  color: #fff;
  font-size: calc(0.75rem + 0.0520833333vw);
  line-height: 1;
  letter-spacing: 0;
}
.news_detail07 .news_right .news_cate {
  width: fit-content;
  color: #4e4e4e;
  padding: 6px 8px;
  margin-bottom: 9px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}
.news_detail07 .news_right .news_title {
  color: #4e4e4e;
  font-size: calc(1rem + 0.8333333333vw);
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.news_detail07 .news_right .button_set {
  justify-content: space-between;
  margin-top: 60px !important;
}
@media (max-width: 1700px) {
  .news_detail07 .news_right .button_set {
    margin-top: 55px !important;
  }
}
@media (max-width: 1600px) {
  .news_detail07 .news_right .button_set {
    margin-top: 50px !important;
  }
}
@media (max-width: 1500px) {
  .news_detail07 .news_right .button_set {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .news_detail07 .news_right .button_set {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .news_detail07 .news_right .button_set {
    margin-top: 35px !important;
  }
}
@media (min-width: 721px) {
  .news_detail07 .news_right .button_set {
    align-items: flex-start;
  }
}
@media (min-width: 721px) {
  .news_detail07 .news_right .button_set .special {
    width: calc((100% - 190px) / 2);
  }
}
@media (min-width: 1201px) {
  .news_detail07 .news_right .button_set .special {
    width: calc((100% - 240px) / 2);
  }
}
@media (max-width: 720px) {
  .news_detail07 .news_right .button_set .special {
    flex-shrink: 0;
  }
}
.news_detail07 .news_right .button_set .special.next {
  text-align: right;
}
.news_detail07 .news_right .button_set .special p {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 720px) {
  .news_detail07 .news_right .button_set .special p {
    font-size: 14px;
  }
}
.news_detail07 .news_right .button_set .special span {
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 720px) {
  .news_detail07 .news_right .button_set .special span {
    display: none;
  }
}
@media (min-width: 721px) {
  .news_detail07 .news_right .button_set [class^=button] {
    flex-shrink: 0;
  }
}

.pro_list01 {
  padding-bottom: 60px;
}
.pro_list01 .pro_left {
  width: 355px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list01 .pro_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .pro_list01 .pro_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pro_list01 .pro_left > div {
  position: sticky;
  top: 100px;
}
.pro_list01 .pro_left .pro_search {
  margin-bottom: 40px;
}
.pro_list01 .pro_left .pro_search p {
  color: #939598;
  font-size: 15px;
  margin-bottom: 10px;
}
.pro_list01 .pro_left .pro_search div {
  position: relative;
}
.pro_list01 .pro_left .pro_search div input {
  width: 100%;
  color: #6D6E71;
  font-size: 13px;
  line-height: 19px;
  padding: 7px 45px 7px 25px;
  background: transparent;
  border: 1px solid #D1D3D4;
  border-radius: 50px;
}
.pro_list01 .pro_left .pro_search div button {
  position: absolute;
  top: 1px;
  right: 12px;
  width: 33px;
  height: 33px;
  color: #6D6E71;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .pro_list01 .pro_left .catalog_type {
    display: none;
  }
}
.pro_list01 .pro_left .catalog_type div {
  padding: 0 25px 15px;
}
.pro_list01 .pro_left .catalog_type div p:nth-child(1) {
  width: fit-content;
  color: #e6e6e6;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list01 .pro_left .catalog_type div p:nth-child(1) {
    font-size: 26px;
  }
}
.pro_list01 .pro_left .catalog_type div p:nth-child(2) {
  color: #393939;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .pro_list01 .pro_left .catalog_type div p:nth-child(2) {
    font-size: 15px;
  }
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #000000;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0 17px 25px;
  transition: all 0.3s;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li > a:hover, .pro_list01 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000000;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .pro_list01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0 19px 25px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .pro_list01 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 50px;
}
@media (min-width: 1025px) {
  .pro_list01 .pro_left .catalog_type_mb {
    display: none;
  }
}
.pro_list01 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.pro_list01 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .pro_list01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.pro_list01 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.pro_list01 .pro_left .pro_tag {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .pro_list01 .pro_left .pro_tag {
    margin-top: 20px;
  }
}
.pro_list01 .pro_left .pro_tag p {
  color: #6D6E71;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .pro_list01 .pro_left .pro_tag p {
    display: none;
  }
}
.pro_list01 .pro_left .pro_tag p::before {
  content: "─";
  padding-right: 10px;
}
.pro_list01 .pro_left .pro_tag ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 5px 22px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .pro_list01 .pro_left .pro_tag ul {
    padding: 0;
    border-left: 0;
  }
}
.pro_list01 .pro_left .pro_tag ul li {
  margin: 0 6px 6px 0;
}
.pro_list01 .pro_left .pro_tag ul li a {
  display: block;
  color: #939598;
  font-size: 14px;
  padding: 6px 20px;
  border: 1px solid #939598;
  border-radius: 50px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_list01 .pro_left .pro_tag ul li a {
    border-radius: 0;
  }
}
.pro_list01 .pro_left .pro_tag ul li a:hover, .pro_list01 .pro_left .pro_tag ul li a.active {
  color: #000000;
  border: 1px solid #000000;
}
.pro_list01 .pro_right {
  width: calc(100% - 355px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list01 .pro_right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  .pro_list01 .pro_right {
    width: 100%;
  }
}
.pro_list01 .pro_right .pro_shelves {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
@media (min-width: 721px) {
  .pro_list01 .pro_right .pro_shelves {
    margin: 0 -15px;
  }
}
@media (min-width: 1025px) {
  .pro_list01 .pro_right .pro_shelves {
    padding-left: 40px;
  }
}
.pro_list01 .pro_right .pro_shelves .pro_item {
  width: 33.3333333333%;
  padding: 0 15px 30px;
  transition: all 0.3s;
}
@media (max-width: 1680px) {
  .pro_list01 .pro_right .pro_shelves .pro_item {
    padding: 0 10px 20px;
  }
}
@media (max-width: 1440px) {
  .pro_list01 .pro_right .pro_shelves .pro_item {
    padding: 0 7.5px 15px;
  }
}
@media (max-width: 1200px) {
  .pro_list01 .pro_right .pro_shelves .pro_item {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .pro_list01 .pro_right .pro_shelves .pro_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 840px) {
  .pro_list01 .pro_right .pro_shelves .pro_item {
    width: 50%;
  }
}
.pro_list01 .pro_right .pro_shelves .pro_item.video_type .pro_info::before, .pro_list01 .pro_right .pro_shelves .pro_item.album_type .pro_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}
.pro_list01 .pro_right .pro_shelves .pro_item.video_type .pro_info > a:nth-child(2), .pro_list01 .pro_right .pro_shelves .pro_item.album_type .pro_info > a:nth-child(2) {
  display: none;
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info {
  position: relative;
  height: 100%;
  transform: translateY(0);
  transition: all 0.3s;
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin: 0 0 30px;
  overflow: hidden;
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info a .pro_label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #000000;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list01 .pro_right .pro_shelves .pro_item .pro_info a .pro_label {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 600px) {
  .pro_list01 .pro_right .pro_shelves .pro_item .pro_info a .pro_label {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info a .pro_cate {
  display: none;
  color: #939598;
  font-size: 14px;
  text-align: center;
  margin-bottom: 3px;
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info a .pro_title {
  display: -webkit-box;
  max-height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.5px;
  text-align: center;
  margin-bottom: 3px;
  transition: all 0.3s;
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info a .pro_model {
  display: -webkit-box;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #939598;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 17px;
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info:hover {
  transform: translateY(-5px);
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info:hover a .pro_title {
  color: #000000;
}
.pro_list01 .pro_right .pro_shelves .pro_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.pro_list01 .pro_right [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list01 .pro_right [class^=pagination] {
    margin-top: 40px;
  }
}

.pro_detail01 {
  padding-bottom: 60px;
}
.pro_detail01 .pro_left {
  width: 355px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail01 .pro_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pro_detail01 .pro_left > div {
  position: sticky;
  top: 100px;
}
.pro_detail01 .pro_left .pro_search {
  margin-bottom: 40px;
}
.pro_detail01 .pro_left .pro_search p {
  color: #939598;
  font-size: 15px;
  margin-bottom: 10px;
}
.pro_detail01 .pro_left .pro_search div {
  position: relative;
}
.pro_detail01 .pro_left .pro_search div input {
  width: 100%;
  color: #6D6E71;
  font-size: 13px;
  line-height: 19px;
  padding: 7px 45px 7px 25px;
  background: transparent;
  border: 1px solid #D1D3D4;
  border-radius: 50px;
}
.pro_detail01 .pro_left .pro_search div button {
  position: absolute;
  top: 1px;
  right: 12px;
  width: 33px;
  height: 33px;
  color: #6D6E71;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_left .catalog_type {
    display: none;
  }
}
.pro_detail01 .pro_left .catalog_type div {
  padding: 0 25px 15px;
}
.pro_detail01 .pro_left .catalog_type div p:nth-child(1) {
  width: fit-content;
  color: #e6e6e6;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail01 .pro_left .catalog_type div p:nth-child(1) {
    font-size: 26px;
  }
}
.pro_detail01 .pro_left .catalog_type div p:nth-child(2) {
  color: #393939;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .pro_detail01 .pro_left .catalog_type div p:nth-child(2) {
    font-size: 15px;
  }
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #000000;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0 17px 25px;
  transition: all 0.3s;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li > a:hover, .pro_detail01 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000000;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .pro_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0 19px 25px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .pro_detail01 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 50px;
}
@media (min-width: 1025px) {
  .pro_detail01 .pro_left .catalog_type_mb {
    display: none;
  }
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.pro_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.pro_detail01 .pro_left .pro_tag {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_left .pro_tag {
    margin-top: 20px;
  }
}
.pro_detail01 .pro_left .pro_tag p {
  color: #6D6E71;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_left .pro_tag p {
    display: none;
  }
}
.pro_detail01 .pro_left .pro_tag p::before {
  content: "─";
  padding-right: 10px;
}
.pro_detail01 .pro_left .pro_tag ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 5px 22px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_left .pro_tag ul {
    padding: 0;
    border-left: 0;
  }
}
.pro_detail01 .pro_left .pro_tag ul li {
  margin: 0 6px 6px 0;
}
.pro_detail01 .pro_left .pro_tag ul li a {
  display: block;
  color: #939598;
  font-size: 14px;
  padding: 6px 20px;
  border: 1px solid #939598;
  border-radius: 50px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_left .pro_tag ul li a {
    border-radius: 0;
  }
}
.pro_detail01 .pro_left .pro_tag ul li a:hover, .pro_detail01 .pro_left .pro_tag ul li a.active {
  color: #000000;
  border: 1px solid #000000;
}
.pro_detail01 .pro_right {
  width: calc(100% - 355px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail01 .pro_right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_right {
    width: 100%;
  }
}
.pro_detail01 .pro_right .pro_content_top {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .pro_detail01 .pro_right .pro_content_top {
    margin-left: 40px;
  }
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left {
  width: 50%;
  transition: all 0.3s;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 30px !important;
  height: 30px !important;
  padding: 6px;
  background: #000;
}
@media (max-width: 1200px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow svg {
  fill: #fff;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover {
  background: #000000;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover svg {
  fill: #fff;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail {
  margin: 15px -5px 0 -7px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-slide {
  padding: 0 7px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: all 0.3s;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-slide:hover a {
  border: 1px solid #000000;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 1200px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 35px;
  transition: all 0.3s;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 960px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_right {
    width: 100%;
    padding-left: 0;
  }
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_name {
  color: #4e4e4e;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_model {
  color: #000000;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc > p {
  color: #999;
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc > div {
  position: relative;
  height: 100%;
}
@media (min-width: 1201px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 1201px) and (min-width: 1025px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor::-webkit-scrollbar {
    width: 2px;
  }
  .pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_tag {
  margin-top: 30px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_tag > p {
  color: #4e4e4e;
  font-size: 14px;
  margin-bottom: 10px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_tag ul li a {
  display: block;
  color: #939598;
  font-size: 14px;
  padding: 6px 20px;
  border: 1px solid #939598;
  border-radius: 50px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_tag ul li a {
    border-radius: 0;
  }
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_tag ul li a:hover, .pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_tag ul li a.active {
  color: #000000;
  border: 1px solid #000000;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_share > p {
  color: #4e4e4e;
  font-size: 14px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_share div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_share div a {
  display: block;
  color: #BCBEC0;
  font-size: 22px;
  transition: all 0.3s;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_share div a i {
  display: block;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_share div a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #BCBEC0;
  transition: all 0.3s;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_share div a:hover {
  color: #000000;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_share div a:hover svg {
  fill: #000000;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_btn {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1680px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_btn {
    gap: 20px;
  }
}
@media (max-width: 1440px) {
  .pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_btn {
    gap: 15px;
  }
}
.pro_detail01 .pro_right .pro_content_bottom {
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 1025px) {
  .pro_detail01 .pro_right .pro_content_bottom {
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_right .pro_content_bottom {
    margin-top: 40px;
  }
}
@media (max-width: 840px) {
  .pro_detail01 .pro_right .pro_content_bottom {
    border-bottom: 0;
  }
}
.pro_detail01 .pro_right .pro_content_bottom .pro_tab {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 840px) {
  .pro_detail01 .pro_right .pro_content_bottom .pro_tab {
    display: none;
  }
}
.pro_detail01 .pro_right .pro_content_bottom .pro_tab > div {
  width: 100%;
  color: #4e4e4e;
  font-size: 16px;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.3s;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_tab > div.active {
  color: #fff;
  background: #000000;
  border-bottom: 1px solid #000000;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_tab_content_all {
  position: relative;
  overflow: hidden;
}
@media (max-width: 840px) {
  .pro_detail01 .pro_right .pro_content_bottom .pro_tab_content_all {
    display: none;
  }
}
.pro_detail01 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) .cb_module {
  visibility: hidden;
}
@media (min-width: 841px) {
  .pro_detail01 .pro_right .pro_content_bottom .pro_content_mb {
    display: none;
  }
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .accordion_item:not(:first-child) .accordion_content {
  display: none;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title {
  position: relative;
  color: #4e4e4e;
  font-size: 16px;
  padding: 7px 30px 7px 10px;
  border-bottom: 1px solid #d6d6d6;
  transition: all 0.3s;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title::before, .pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 12px;
  height: 1px;
  background: #d6d6d6;
  transition: all 0.3s;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title::after {
  transform: rotate(90deg);
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active {
  color: #fff;
  background: #000000;
  border-bottom: 1px solid #d6d6d6;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active::before, .pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active::after {
  background: #fff;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active::after {
  transform: rotate(0deg);
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_content {
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.pro_detail01 .pro_right .pro_content_bottom .download_item {
  padding: 0 8px 12px;
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1979166667vw 4.9479166667vw;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_right .pro_content_bottom .download_item .the_item {
    padding: 15px 18px 15px 25px;
  }
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item:nth-child(odd) {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item:nth-child(even) {
  background: #e6e7e8;
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item:not(:last-child) {
  margin-bottom: 15px;
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_left {
  padding-right: 20px;
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_left p {
  display: none;
  color: #939598;
  font-size: 14px;
  line-height: 1.3;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_left p {
    font-size: 12px;
  }
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_left a {
  color: #4e4e4e;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_left a {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_left a {
    font-size: 18px;
  }
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_left a:hover {
  color: #000000;
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_right {
  min-width: max-content;
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_right a {
  display: flex;
  align-items: center;
  color: #58595b;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_right a i {
  font-size: 30px;
}
@media (max-width: 1440px) {
  .pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_right a i {
    font-size: 26px;
  }
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_right a span {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_right a span {
    display: none;
  }
}
.pro_detail01 .pro_right .pro_content_bottom .download_item .the_item .item_right a:hover {
  color: #000000;
}
.pro_detail01 .back_to_list {
  margin-top: 60px;
}
.pro_detail01 .related {
  margin: 60px 0 0;
}
.pro_detail01 .related .module_title {
  margin-bottom: 40px;
}
.pro_detail01 .related .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.pro_detail01 .related .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.pro_detail01 .related .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.pro_detail01 .related .module_title.white p:nth-child(1) {
  color: #fff;
}
.pro_detail01 .related .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .pro_detail01 .related .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .pro_detail01 .related .module_title {
    margin-bottom: 30px;
  }
}
.pro_detail01 .related .related_slick {
  margin: 0 -15px;
}
@media (max-width: 1024px) {
  .pro_detail01 .related .related_slick {
    padding-bottom: 30px;
  }
}
.pro_detail01 .related .related_slick .slick-slide {
  padding: 0 15px;
}
.pro_detail01 .related .related_slick .slick-slide .pro_info {
  position: relative;
  height: 100%;
}
.pro_detail01 .related .related_slick .slick-slide .pro_info a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}
.pro_detail01 .related .related_slick .slick-slide .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin: 0 0 30px;
  overflow: hidden;
}
.pro_detail01 .related .related_slick .slick-slide .pro_info a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.pro_detail01 .related .related_slick .slick-slide .pro_info a .pro_label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #000000;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail01 .related .related_slick .slick-slide .pro_info a .pro_label {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 600px) {
  .pro_detail01 .related .related_slick .slick-slide .pro_info a .pro_label {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
.pro_detail01 .related .related_slick .slick-slide .pro_info a .pro_cate {
  display: none;
  color: #939598;
  font-size: 14px;
  text-align: center;
  margin-bottom: 3px;
}
.pro_detail01 .related .related_slick .slick-slide .pro_info a .pro_title {
  display: -webkit-box;
  max-height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.5px;
  text-align: center;
  margin-bottom: 3px;
  transition: all 0.3s;
}
.pro_detail01 .related .related_slick .slick-slide .pro_info a .pro_model {
  display: -webkit-box;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #939598;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 17px;
}
.pro_detail01 .related .related_slick .slick-slide .pro_info:hover a .pro_title {
  color: #000000;
}
.pro_detail01 .related .related_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .pro_detail01 .related .related_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail01 .related .related_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail01 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail01 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail01 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail01 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail01 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail01 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail01 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail01 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail01 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail01 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail01 .related .related_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail01 .related .related_slick .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail01 .related .related_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail01 .related .related_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .pro_detail01 .related .related_slick .slick-arrow {
    display: none !important;
  }
}

.pro_list02_filter {
  margin-bottom: 40px;
}
.pro_list02_filter .filter_btn {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 0 0 auto;
}
.pro_list02_filter .filter_btn p {
  width: max-content;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  padding: 5px 10px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}
.pro_list02_filter .filter_btn p:nth-child(1) {
  min-width: 120px;
}
.pro_list02_filter .filter_btn p:nth-child(2) {
  background: #000000;
  border: 1px solid #000000;
}
.pro_list02_filter .filter_btn p svg {
  display: block;
  width: auto;
  height: 28px;
  fill: #fff;
  transition: all 0.3s;
}
.pro_list02_filter .filter_btn p:hover, .pro_list02_filter .filter_btn p.active {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.pro_list02_filter .filter_window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 101;
  transition: all 0.3s;
}
.pro_list02_filter .filter_window .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.pro_list02_filter .filter_window .filter_form {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 90px 100px;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: all 0.3s, opacity 1s ease, transform 1s ease;
}
@media (max-width: 1024px) {
  .pro_list02_filter .filter_window .filter_form {
    padding: 70px;
  }
}
@media (max-width: 768px) {
  .pro_list02_filter .filter_window .filter_form {
    padding: 50px 40px;
  }
}
@media (max-width: 400px) {
  .pro_list02_filter .filter_window .filter_form {
    padding: 40px 25px;
  }
}
.pro_list02_filter .filter_window .filter_form .close_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #4e4e4e;
  cursor: pointer;
  transition: all 0.3s;
}
.pro_list02_filter .filter_window .filter_form .close_btn::before, .pro_list02_filter .filter_window .filter_form .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
}
.pro_list02_filter .filter_window .filter_form .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pro_list02_filter .filter_window .filter_form .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pro_list02_filter .filter_window .filter_form .close_btn:hover {
  background: #000000;
}
.pro_list02_filter .filter_window .filter_form .filter_form_title {
  color: #000;
  font-size: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #000000;
  transition: all 0.3s;
}
.pro_list02_filter .filter_window .filter_form form {
  width: 760px;
  max-width: 100%;
  letter-spacing: 1px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_list02_filter .filter_window .filter_form form {
    width: 560px;
  }
}
.pro_list02_filter .filter_window .filter_form form .form_item {
  padding-block: 30px;
}
@media (min-width: 769px) {
  .pro_list02_filter .filter_window .filter_form form .form_item:not(:last-child) {
    display: flex;
    align-items: flex-start;
  }
}
.pro_list02_filter .filter_window .filter_form form .form_item:last-child {
  padding-bottom: 0;
}
.pro_list02_filter .filter_window .filter_form form .form_item .label {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .pro_list02_filter .filter_window .filter_form form .form_item .label {
    width: 100px;
  }
}
.pro_list02_filter .filter_window .filter_form form .form_item .label label {
  color: #000;
  font-size: 16px;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .pro_list02_filter .filter_window .filter_form form .form_item .check {
    width: calc(100% - 100px);
  }
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  height: 28.8px;
  color: #000;
  font-size: 14px;
  margin: 0 25px 0 0;
  cursor: pointer;
  transition: all 0.2s;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label input {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  opacity: 0;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.2s;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: #ececec;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label::after {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 2px;
  color: transparent;
  font-size: 12px;
  font-family: "FontAwesome";
  z-index: 1;
  transform: translateY(-50%);
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label:hover {
  color: #000000;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label:hover::before {
  background: #000000;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.checked {
  color: #000000;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.checked::before {
  background: #000000;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.checked::after {
  color: #fff;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style {
  height: 37px;
  padding: 8px 20px 6px;
  margin: 5px 5px 0 0;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style input {
  position: absolute;
  margin: 0;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style p {
  border: 1px solid #ececec;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style::before, .pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style::after {
  opacity: 0;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style:hover p, .pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style.checked p {
  border: 1px solid #000000;
}
.pro_list02_filter .filter_window .filter_form form .form_item input[type=submit] {
  display: none;
}
.pro_list02_filter .filter_window.show {
  opacity: 1;
  pointer-events: auto;
}
.pro_list02_filter .filter_window.show .filter_form {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.pro_list02 {
  padding-bottom: 60px;
}
.pro_list02 .pro_shelves[data-box="2"] .row {
  margin: 0 -25px;
}
.pro_list02 .pro_shelves[data-box="2"] .row > * {
  padding: 0 25px;
}
@media (max-width: 1024px) {
  .pro_list02 .pro_shelves[data-box="2"] .row {
    margin: 0 -15px;
  }
  .pro_list02 .pro_shelves[data-box="2"] .row > * {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .pro_list02 .pro_shelves[data-box="2"] .row {
    margin: 0 -10px;
  }
  .pro_list02 .pro_shelves[data-box="2"] .row > * {
    padding: 0 10px;
  }
}
.pro_list02 .pro_shelves[data-box="2"] .pro_item {
  width: 50%;
}
@media (max-width: 480px) {
  .pro_list02 .pro_shelves[data-box="2"] .pro_item {
    width: 100%;
  }
}
.pro_list02 .pro_shelves[data-box="3"] .pro_item {
  width: 33.3333333333%;
}
@media (max-width: 960px) {
  .pro_list02 .pro_shelves[data-box="3"] .pro_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .pro_list02 .pro_shelves[data-box="3"] .pro_item {
    width: 100%;
  }
}
.pro_list02 .pro_shelves[data-box="4"] .pro_item {
  width: 25%;
}
@media (max-width: 1200px) {
  .pro_list02 .pro_shelves[data-box="4"] .pro_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .pro_list02 .pro_shelves[data-box="4"] .pro_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .pro_list02 .pro_shelves[data-box="4"] .pro_item {
    width: 100%;
  }
}
.pro_list02 .pro_shelves .pro_item {
  margin-bottom: 3.8vw;
  transition: all 0.3s;
}
@media (max-width: 790px) {
  .pro_list02 .pro_shelves .pro_item {
    margin-bottom: 30px;
  }
}
.pro_list02 .pro_shelves .pro_item .pro_info a {
  display: block;
}
.pro_list02 .pro_shelves .pro_item .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_img {
    margin-bottom: 15px;
  }
}
.pro_list02 .pro_shelves .pro_item .pro_info a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.5s;
}
.pro_list02 .pro_shelves .pro_item .pro_info a .pro_title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_title {
    margin-bottom: 0;
  }
}
@media (max-width: 840px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_title {
    font-size: 18px;
  }
}
@media (max-width: 720px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_title {
    font-size: 16px;
  }
}
.pro_list02 .pro_shelves .pro_item .pro_info a .pro_cate {
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_cate {
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_cate {
    font-size: 13px;
  }
}
.pro_list02 .pro_shelves .pro_item .pro_info:hover a .pro_img img {
  transform: scale(1.05);
}
.pro_list02 .pro_shelves .pro_item .pro_info:hover a .pro_title {
  color: #000000;
}
.pro_list02 .pro_shelves .pro_item .pro_info:hover a .pro_cate {
  color: #393993;
}
.pro_list02 .pro_shelves .pro_item.video_type .pro_info, .pro_list02 .pro_shelves .pro_item.album_type .pro_info {
  position: relative;
}
.pro_list02 .pro_shelves .pro_item.video_type .pro_info::before, .pro_list02 .pro_shelves .pro_item.album_type .pro_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.pro_list02 .pro_shelves .pro_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.pro_list02 [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list02 [class^=pagination] {
    margin-top: 40px;
  }
}

.pro_detail02 {
  padding-bottom: 60px;
}
.pro_detail02 .container {
  max-width: 1207px;
}
.pro_detail02 .pro_name_big {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 27px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_name_big {
    margin-bottom: 20px;
  }
}
.pro_detail02 .pro_name_big p {
  color: #4e4e4e;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  padding-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail02 .pro_name_big p {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .pro_detail02 .pro_name_big p {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .pro_detail02 .pro_name_big p {
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  .pro_detail02 .pro_name_big p {
    font-size: 22px;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .pro_name_big p {
    font-size: 20px;
  }
}
.pro_detail02 .pro_name_big a {
  display: block;
  min-width: max-content;
  color: #4e4e4e;
  font-size: 13px;
  padding: 10px 0;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_name_big a {
    padding: 6px 0;
  }
}
@media (max-width: 720px) {
  .pro_detail02 .pro_name_big a {
    display: none;
  }
}
.pro_detail02 .pro_name_big a i {
  color: #4e4e4e;
  font-size: 17px;
  margin-right: 5px;
  transition: all 0.3s;
}
.pro_detail02 .pro_name_big a:hover {
  color: #000000;
}
.pro_detail02 .pro_name_big a:hover i {
  color: #000000;
}
.pro_detail02 .pro_slick {
  max-width: 750px;
  margin: 0 auto;
}
.pro_detail02 .pro_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_detail02 .pro_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail02 .pro_thumbnail {
  max-width: 750px;
  margin: 30px auto 0;
  padding: 0 50px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_thumbnail {
    margin: 20px auto 0;
    padding: 0 45px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .pro_thumbnail {
    padding: 0 25px;
  }
}
.pro_detail02 .pro_thumbnail .slick-slide {
  padding: 0 7px;
}
.pro_detail02 .pro_thumbnail .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: all 0.3s;
}
.pro_detail02 .pro_thumbnail .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail02 .pro_thumbnail .slick-slide:hover a {
  border: 1px solid #000000;
}
.pro_detail02 .pro_thumbnail .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .pro_detail02 .pro_thumbnail .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .pro_thumbnail .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail02 .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail02 .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail02 .pro_thumbnail .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail02 .pro_thumbnail .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail02 .pro_thumbnail .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail02 .pro_thumbnail .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 480px) {
  .pro_detail02 .pro_thumbnail .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.pro_detail02 .pro_name_small {
  padding-bottom: 13px;
  margin: 50px 0 16px;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_name_small {
    margin: 40px 0 16px;
  }
}
.pro_detail02 .pro_name_small.get_line {
  background-image: linear-gradient(to right, rgba(147, 149, 152, 0.2), rgba(147, 149, 152, 0.2)), linear-gradient(to right, rgba(147, 149, 152, 0.2), rgba(147, 149, 152, 0.2));
  background-position: 0 bottom, 20px bottom;
  background-size: 20px 1px, calc(100% - 20px) 1px;
  background-repeat: no-repeat;
}
.pro_detail02 .pro_name_small p {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_name_small p {
    font-size: 22px;
  }
}
@media (max-width: 720px) {
  .pro_detail02 .pro_name_small p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .pro_name_small p {
    font-size: 18px;
  }
}
.pro_detail02 .pro_intro_content,
.pro_detail02 .pro_detail_content {
  margin-bottom: 40px;
}
.pro_detail02 .pro_tags_btn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .pro_detail02 .pro_tags_btn {
    flex-direction: column;
  }
}
.pro_detail02 .pro_tags_btn .pro_tags {
  display: flex;
  align-items: flex-start;
  margin-right: 30px;
}
@media (max-width: 720px) {
  .pro_detail02 .pro_tags_btn .pro_tags {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pro_detail02 .pro_tags_btn .pro_tags img {
  min-width: 28px;
  padding: 4px 0;
  margin-right: 28px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .pro_detail02 .pro_tags_btn .pro_tags img {
    padding: 2px 0;
    margin-right: 20px;
  }
}
.pro_detail02 .pro_tags_btn .pro_tags p {
  display: flex;
  flex-wrap: wrap;
}
.pro_detail02 .pro_tags_btn .pro_tags p a {
  display: block;
  color: #4e4e4e;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 5px;
  border-left: 1px solid #4e4e4e;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_tags_btn .pro_tags p a {
    font-size: 16px;
    padding: 0 12px;
  }
}
@media (max-width: 720px) {
  .pro_detail02 .pro_tags_btn .pro_tags p a {
    font-size: 14px;
    padding: 0 10px;
  }
}
.pro_detail02 .pro_tags_btn .pro_tags p a:last-child {
  border-right: 1px solid #4e4e4e;
}
.pro_detail02 .pro_tags_btn .pro_tags p a:hover {
  color: #000000;
}
.pro_detail02 .pro_tags_btn [class^=button] {
  flex-shrink: 0;
}
.pro_detail02 .pro_share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(147, 149, 152, 0.2);
}
.pro_detail02 .pro_share > p {
  color: #4e4e4e;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.pro_detail02 .pro_share div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pro_detail02 .pro_share div a {
  display: block;
  color: #BCBEC0;
  font-size: 22px;
  transition: all 0.3s;
}
.pro_detail02 .pro_share div a i {
  display: block;
}
.pro_detail02 .pro_share div a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #BCBEC0;
  transition: all 0.3s;
}
.pro_detail02 .pro_share div a:hover {
  color: #000000;
}
.pro_detail02 .pro_share div a:hover svg {
  fill: #000000;
}
.pro_detail02 .related {
  margin: 60px 0 0;
}
.pro_detail02 .related .module_title {
  margin-bottom: 40px;
}
.pro_detail02 .related .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.pro_detail02 .related .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.pro_detail02 .related .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.pro_detail02 .related .module_title.white p:nth-child(1) {
  color: #fff;
}
.pro_detail02 .related .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .pro_detail02 .related .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .related .module_title {
    margin-bottom: 30px;
  }
}
.pro_detail02 .related .related_slick {
  margin: 0 -15px;
}
@media (max-width: 1024px) {
  .pro_detail02 .related .related_slick {
    padding-bottom: 30px;
  }
}
.pro_detail02 .related .related_slick .slick-slide {
  padding: 0 15px;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info {
  position: relative;
  height: 100%;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin: 0 0 30px;
  overflow: hidden;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #000000;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_label {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 600px) {
  .pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_label {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_cate {
  display: none;
  color: #939598;
  font-size: 14px;
  text-align: center;
  margin-bottom: 3px;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_title {
  display: -webkit-box;
  max-height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.5px;
  text-align: center;
  margin-bottom: 3px;
  transition: all 0.3s;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_model {
  display: -webkit-box;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #939598;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 17px;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info:hover a .pro_title {
  color: #000000;
}
.pro_detail02 .related .related_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .pro_detail02 .related .related_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .related .related_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail02 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail02 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail02 .related .related_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail02 .related .related_slick .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail02 .related .related_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail02 .related .related_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .pro_detail02 .related .related_slick .slick-arrow {
    display: none !important;
  }
}

.pro_list03 {
  padding-bottom: 60px;
}
.pro_list03 .pro_left {
  width: 355px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list03 .pro_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .pro_list03 .pro_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pro_list03 .pro_left > div {
  position: sticky;
  top: 100px;
}
@media (min-width: 1025px) {
  .pro_list03 .pro_left > div {
    max-height: calc(100vh - 100px);
    padding-left: 20px;
    direction: rtl;
    overflow-y: auto;
  }
  .pro_list03 .pro_left > div::-webkit-scrollbar {
    width: 2px;
  }
  .pro_list03 .pro_left > div::-webkit-scrollbar-track {
    background: #bcbec0;
  }
  .pro_list03 .pro_left > div::-webkit-scrollbar-thumb {
    background: #58595b;
  }
  .pro_list03 .pro_left > div > * {
    direction: ltr;
  }
}
@media (max-width: 1024px) {
  .pro_list03 .pro_left .catalog_type {
    display: none;
  }
}
.pro_list03 .pro_left .catalog_type div {
  margin-bottom: 15px;
}
.pro_list03 .pro_left .catalog_type div p {
  color: #4e4e4e;
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list03 .pro_left .catalog_type div p {
    font-size: 32px;
  }
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0;
  transition: all 0.3s;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li > a:hover, .pro_list03 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000000;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li > a.active {
  font-weight: 500;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .pro_list03 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0 19px 15px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "\f101";
  font-family: "FontAwesome";
  padding: 0 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .pro_list03 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li ul li a:hover::before, .pro_list03 .pro_left .catalog_type .catalog_menu > li ul li a.active::before {
  opacity: 1;
}
.pro_list03 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 35px;
}
@media (min-width: 1025px) {
  .pro_list03 .pro_left .catalog_type_mb {
    display: none;
  }
}
.pro_list03 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.pro_list03 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .pro_list03 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.pro_list03 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.pro_list03 .pro_left .pro_tag {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .pro_list03 .pro_left .pro_tag {
    margin-top: 20px;
  }
}
.pro_list03 .pro_left .pro_tag p {
  color: #4e4e4e;
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list03 .pro_left .pro_tag p {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .pro_list03 .pro_left .pro_tag p {
    display: none;
  }
}
.pro_list03 .pro_left .pro_tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.pro_list03 .pro_left .pro_tag ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 14px;
  padding: 6px 20px;
  background: #f0f0f0;
  transition: all 0.3s;
}
.pro_list03 .pro_left .pro_tag ul li a:hover, .pro_list03 .pro_left .pro_tag ul li a.active {
  color: #fff;
  background: #000000;
}
.pro_list03 .pro_left [class^=button] {
  margin-top: 55px !important;
  width: 100%;
}
@media (max-width: 1200px) {
  .pro_list03 .pro_left [class^=button] {
    margin-top: 35px !important;
  }
}
.pro_list03 .pro_right {
  width: calc(100% - 355px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list03 .pro_right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  .pro_list03 .pro_right {
    width: 100%;
  }
}
.pro_list03 .pro_right .pro_shelves {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .pro_list03 .pro_right .pro_shelves {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .pro_list03 .pro_right .pro_shelves {
    margin: 0 -10px;
  }
}
.pro_list03 .pro_right .pro_shelves .pro_item {
  width: 33.3333333333%;
  padding: 0 15px 30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .pro_list03 .pro_right .pro_shelves .pro_item {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .pro_list03 .pro_right .pro_shelves .pro_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 840px) {
  .pro_list03 .pro_right .pro_shelves .pro_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .pro_list03 .pro_right .pro_shelves .pro_item {
    padding: 0 10px 20px;
  }
}
.pro_list03 .pro_right .pro_shelves .pro_item.video_type .pro_info::before, .pro_list03 .pro_right .pro_shelves .pro_item.album_type .pro_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}
.pro_list03 .pro_right .pro_shelves .pro_item.video_type .pro_info > a:nth-child(2), .pro_list03 .pro_right .pro_shelves .pro_item.album_type .pro_info > a:nth-child(2) {
  display: none;
}
.pro_list03 .pro_right .pro_shelves .pro_item .pro_info {
  position: relative;
  height: 100%;
}
.pro_list03 .pro_right .pro_shelves .pro_item .pro_info a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}
.pro_list03 .pro_right .pro_shelves .pro_item .pro_info a .pro_label {
  min-height: 25px;
  margin-bottom: 15px;
}
.pro_list03 .pro_right .pro_shelves .pro_item .pro_info a .pro_label span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px 3px;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .pro_list03 .pro_right .pro_shelves .pro_item .pro_info a .pro_label span {
    font-size: 13px;
  }
}
.pro_list03 .pro_right .pro_shelves .pro_item .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin: 0 0 17px;
  overflow: hidden;
}
.pro_list03 .pro_right .pro_shelves .pro_item .pro_info a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.001);
  transition: all 0.3s;
}
.pro_list03 .pro_right .pro_shelves .pro_item .pro_info a .pro_cate {
  color: #939598;
  font-size: 14px;
  margin-bottom: 3px;
}
.pro_list03 .pro_right .pro_shelves .pro_item .pro_info a .pro_title {
  display: -webkit-box;
  max-height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
  transition: all 0.3s;
}
.pro_list03 .pro_right .pro_shelves .pro_item .pro_info a .pro_model {
  display: -webkit-box;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #939598;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 17px;
}
.pro_list03 .pro_right .pro_shelves .pro_item .pro_info:hover a .pro_img img {
  transform: scale(1.1);
}
.pro_list03 .pro_right .pro_shelves .pro_item .pro_info:hover a .pro_title {
  color: #000000;
}
.pro_list03 .pro_right .pro_shelves .pro_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.pro_list03 .pro_right [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list03 .pro_right [class^=pagination] {
    margin-top: 40px;
  }
}

.pro_detail03 {
  padding-bottom: 60px;
}
.pro_detail03 .pro_content_top {
  display: flex;
  flex-wrap: wrap;
}
.pro_detail03 .pro_content_top .pro_content_left {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 64.7142857143%;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail03 .pro_content_top .pro_content_left {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .pro_detail03 .pro_content_top .pro_content_left {
    display: block;
  }
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick {
  width: 87.1964679912%;
  padding: 3.6458333333vw;
}
@media (max-width: 960px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick {
    padding: 35px 0 35px 3.6458333333vw;
  }
}
@media (max-width: 400px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 30px !important;
  height: 30px !important;
  padding: 6px;
  background: #000;
}
@media (max-width: 1200px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow svg {
  fill: #fff;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover {
  background: #000000;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover svg {
  fill: #fff;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail {
  width: 12.8035320088%;
  padding: 25px 0;
}
@media (max-width: 480px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail {
    padding: 20px 0;
  }
}
@media (max-width: 400px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-slide {
  padding: 7px 0;
}
@media (max-width: 960px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-slide {
    padding: 5px 0;
  }
}
@media (max-width: 400px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-slide {
    padding: 0 5px;
  }
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: all 0.3s;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-slide:hover a {
  border: 1px solid #000000;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 1200px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (min-width: 401px) {
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .pro_detail03 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    top: unset !important;
    bottom: 0 !important;
    right: 50% !important;
    transform: translateX(50%);
  }
}
.pro_detail03 .pro_content_top .pro_content_right {
  display: flex;
  flex-direction: column;
  width: 35.2857142857%;
  padding: 25px 35px 35px;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (min-width: 961px) and (max-width: 1200px) {
  .pro_detail03 .pro_content_top .pro_content_right {
    padding: 15px 25px 25px;
  }
}
@media (max-width: 960px) {
  .pro_detail03 .pro_content_top .pro_content_right {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .pro_detail03 .pro_content_top .pro_content_right {
    padding: 15px 25px 25px;
  }
}
.pro_detail03 .pro_content_top .pro_content_right .pro_cate {
  color: #58595b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pro_detail03 .pro_content_top .pro_content_right .pro_title {
  color: #4e4e4e;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.pro_detail03 .pro_content_top .pro_content_right .pro_model {
  color: #58595b;
  margin-bottom: 20px;
}
@media (min-width: 961px) {
  .pro_detail03 .pro_content_top .pro_content_right .pro_desc {
    position: relative;
    height: 100%;
  }
  .pro_detail03 .pro_content_top .pro_content_right .pro_desc .editor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 961px) and (min-width: 1025px) {
  .pro_detail03 .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar {
    width: 2px;
  }
  .pro_detail03 .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .pro_detail03 .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .pro_detail03 .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
.pro_detail03 .pro_content_top .pro_content_right .pro_share {
  display: flex;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pro_detail03 .pro_content_top .pro_content_right .pro_share > p {
  flex-shrink: 0;
  color: #4e4e4e;
  font-size: 14px;
  margin-right: 10px;
}
.pro_detail03 .pro_content_top .pro_content_right .pro_share div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pro_detail03 .pro_content_top .pro_content_right .pro_share div a {
  display: block;
  color: #BCBEC0;
  font-size: 22px;
  transition: all 0.3s;
}
.pro_detail03 .pro_content_top .pro_content_right .pro_share div a i {
  display: block;
}
.pro_detail03 .pro_content_top .pro_content_right .pro_share div a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #BCBEC0;
  transition: all 0.3s;
}
.pro_detail03 .pro_content_top .pro_content_right .pro_share div a:hover {
  color: #000000;
}
.pro_detail03 .pro_content_top .pro_content_right .pro_share div a:hover svg {
  fill: #000000;
}
.pro_detail03 .pro_content_top .pro_content_right .pro_btn {
  display: flex;
  gap: 30px;
  margin-top: 25px;
}
@media (max-width: 1680px) {
  .pro_detail03 .pro_content_top .pro_content_right .pro_btn {
    gap: 20px;
  }
}
@media (max-width: 1440px) {
  .pro_detail03 .pro_content_top .pro_content_right .pro_btn {
    gap: 15px;
  }
}
.pro_detail03 .pro_content_bottom {
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.pro_detail03 .pro_content_bottom .pro_tab {
  display: flex;
  margin-bottom: 40px;
}
.pro_detail03 .pro_content_bottom .pro_tab > div {
  width: 100%;
  color: #4e4e4e;
  font-size: 16px;
  text-align: center;
  padding: 15px 10px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
}
.pro_detail03 .pro_content_bottom .pro_tab > div + div {
  border-left: 1px solid #d6d6d6;
}
.pro_detail03 .pro_content_bottom .pro_tab > div.active {
  border-bottom: 3px solid #000000;
}
.pro_detail03 .pro_content_bottom .pro_tab_content_all {
  position: relative;
  overflow: hidden;
}
.pro_detail03 .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.pro_detail03 .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) .cb_module {
  visibility: hidden;
}
.pro_detail03 .back_to_list {
  margin-top: 60px;
}
.pro_detail03 .related {
  margin: 60px 0 0;
}
.pro_detail03 .related .module_title {
  margin-bottom: 40px;
}
.pro_detail03 .related .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.pro_detail03 .related .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.pro_detail03 .related .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.pro_detail03 .related .module_title.white p:nth-child(1) {
  color: #fff;
}
.pro_detail03 .related .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .pro_detail03 .related .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .pro_detail03 .related .module_title {
    margin-bottom: 30px;
  }
}
.pro_detail03 .related .related_slick {
  margin: 0 -15px;
}
@media (max-width: 1024px) {
  .pro_detail03 .related .related_slick {
    padding-bottom: 30px;
  }
}
.pro_detail03 .related .related_slick .slick-slide {
  padding: 0 15px;
}
.pro_detail03 .related .related_slick .slick-slide .pro_info {
  position: relative;
  height: 100%;
}
.pro_detail03 .related .related_slick .slick-slide .pro_info a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}
.pro_detail03 .related .related_slick .slick-slide .pro_info a .pro_label {
  min-height: 25px;
  margin-bottom: 15px;
}
.pro_detail03 .related .related_slick .slick-slide .pro_info a .pro_label span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px 3px;
  background: #000000;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .pro_detail03 .related .related_slick .slick-slide .pro_info a .pro_label span {
    font-size: 13px;
  }
}
.pro_detail03 .related .related_slick .slick-slide .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin: 0 0 17px;
  overflow: hidden;
}
.pro_detail03 .related .related_slick .slick-slide .pro_info a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.001);
  transition: all 0.3s;
}
.pro_detail03 .related .related_slick .slick-slide .pro_info a .pro_cate {
  color: #939598;
  font-size: 14px;
  margin-bottom: 3px;
}
.pro_detail03 .related .related_slick .slick-slide .pro_info a .pro_title {
  display: -webkit-box;
  max-height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
  transition: all 0.3s;
}
.pro_detail03 .related .related_slick .slick-slide .pro_info a .pro_model {
  display: -webkit-box;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #939598;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 17px;
}
.pro_detail03 .related .related_slick .slick-slide .pro_info:hover a .pro_img img {
  transform: scale(1.1);
}
.pro_detail03 .related .related_slick .slick-slide .pro_info:hover a .pro_title {
  color: #000000;
}
.pro_detail03 .related .related_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .pro_detail03 .related .related_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail03 .related .related_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail03 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail03 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail03 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail03 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail03 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail03 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail03 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail03 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail03 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail03 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail03 .related .related_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail03 .related .related_slick .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail03 .related .related_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail03 .related .related_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .pro_detail03 .related .related_slick .slick-arrow {
    display: none !important;
  }
}

.pro_list04 {
  margin-bottom: 40px;
}
.pro_list04 .pro_shelves .row {
  gap: 3.125vw 0;
}
@media (max-width: 960px) {
  .pro_list04 .pro_shelves .row {
    gap: 30px 0;
  }
}
.pro_list04 .pro_shelves .pro_item {
  width: 50%;
}
@media (max-width: 1440px) {
  .pro_list04 .pro_shelves .pro_item {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .pro_list04 .pro_shelves .pro_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .pro_list04 .pro_shelves .pro_item {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .pro_list04 .pro_shelves .pro_item {
    width: 100%;
  }
}
.pro_list04 .pro_shelves .pro_item .pro_info {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e6e7e8;
}
.pro_list04 .pro_shelves .pro_item .pro_info .left {
  width: 50%;
}
@media (max-width: 1440px) {
  .pro_list04 .pro_shelves .pro_item .pro_info .left {
    width: 100%;
  }
}
.pro_list04 .pro_shelves .pro_item .pro_info .left a {
  display: block;
  position: relative;
  height: 0;
  min-height: 100%;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_list04 .pro_shelves .pro_item .pro_info .left a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0001);
  transition: all 0.3s;
}
.pro_list04 .pro_shelves .pro_item .pro_info .right {
  width: 50%;
  padding: 20px 30px 30px;
}
@media (max-width: 1440px) {
  .pro_list04 .pro_shelves .pro_item .pro_info .right {
    width: 100%;
    padding: 15px;
  }
}
.pro_list04 .pro_shelves .pro_item .pro_info .right .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.pro_list04 .pro_shelves .pro_item .pro_info .right .info .pro_cate {
  display: none;
  color: #58595b;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .pro_list04 .pro_shelves .pro_item .pro_info .right .info .pro_cate {
    font-size: 14px;
  }
}
.pro_list04 .pro_shelves .pro_item .pro_info .right .info .pro_title {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .pro_list04 .pro_shelves .pro_item .pro_info .right .info .pro_title {
    font-size: 17px;
  }
}
.pro_list04 .pro_shelves .pro_item .pro_info .right .info .pro_model {
  color: #58595b;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .pro_list04 .pro_shelves .pro_item .pro_info .right .info .pro_model {
    font-size: 13px;
  }
}
.pro_list04 .pro_shelves .pro_item .pro_info .right .info .module_desc {
  font-size: 14px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro_list04 .pro_shelves .pro_item .pro_info .right .info .button_set {
  margin-top: 0 !important;
}
.pro_list04 .pro_shelves .pro_item .pro_info:hover .left a img {
  transform: scale(1.1);
}
.pro_list04 .pro_shelves .pro_item .pro_info:hover .right .info .pro_title {
  color: #000000;
}
.pro_list04 .pro_shelves .pro_item.video_type .pro_info, .pro_list04 .pro_shelves .pro_item.album_type .pro_info {
  position: relative;
}
.pro_list04 .pro_shelves .pro_item.video_type .pro_info::before, .pro_list04 .pro_shelves .pro_item.album_type .pro_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.pro_list04 .pro_shelves .pro_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.pro_list04 [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list04 [class^=pagination] {
    margin-top: 40px;
  }
}

.pro_detail04 {
  padding-bottom: 60px;
}
.pro_detail04 .pro_content_top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .pro_detail04 .pro_content_top {
    margin-bottom: 40px;
  }
}
.pro_detail04 .pro_content_top .pro_content_left {
  width: 50%;
  padding-left: 50px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail04 .pro_content_top .pro_content_left {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_slick {
    margin-bottom: 15px;
  }
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 30px !important;
  height: 30px !important;
  padding: 6px;
  background: #000;
}
@media (max-width: 1200px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow svg {
  fill: #fff;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover {
  background: #000000;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover svg {
  fill: #fff;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail {
  margin: 0 -5px;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-slide {
  padding: 0 5px;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: all 0.3s;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-slide:hover a {
  border: 1px solid #000000;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 1200px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail04 .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.pro_detail04 .pro_content_top .pro_content_right {
  display: flex;
  flex-direction: column;
  width: 50%;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail04 .pro_content_top .pro_content_right {
    width: 100%;
  }
}
.pro_detail04 .pro_content_top .pro_content_right .pro_cate {
  display: none;
  color: #58595b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pro_detail04 .pro_content_top .pro_content_right .pro_title {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.pro_detail04 .pro_content_top .pro_content_right .pro_model {
  color: #58595b;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .pro_detail04 .pro_content_top .pro_content_right .pro_model {
    margin-bottom: 15px;
  }
}
.pro_detail04 .pro_content_top .pro_content_right .pro_desc {
  padding: 25px 0;
  margin-bottom: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 961px) {
  .pro_detail04 .pro_content_top .pro_content_right .pro_desc .editor {
    max-height: 189px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 961px) and (min-width: 1025px) {
  .pro_detail04 .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar {
    width: 2px;
  }
  .pro_detail04 .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .pro_detail04 .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .pro_detail04 .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
.pro_detail04 .pro_content_top .pro_content_right .pro_share {
  display: flex;
  margin-top: 25px;
}
.pro_detail04 .pro_content_top .pro_content_right .pro_share > p {
  flex-shrink: 0;
  color: #4e4e4e;
  font-weight: 500;
  margin-right: 10px;
}
.pro_detail04 .pro_content_top .pro_content_right .pro_share div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pro_detail04 .pro_content_top .pro_content_right .pro_share div a {
  display: block;
  color: #BCBEC0;
  font-size: 22px;
  transition: all 0.3s;
}
.pro_detail04 .pro_content_top .pro_content_right .pro_share div a i {
  display: block;
}
.pro_detail04 .pro_content_top .pro_content_right .pro_share div a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #BCBEC0;
  transition: all 0.3s;
}
.pro_detail04 .pro_content_top .pro_content_right .pro_share div a:hover {
  color: #000000;
}
.pro_detail04 .pro_content_top .pro_content_right .pro_share div a:hover svg {
  fill: #000000;
}
.pro_detail04 .pro_content_top .pro_content_right .pro_btn {
  display: flex;
  gap: 30px;
  margin-top: 25px;
}
@media (max-width: 1680px) {
  .pro_detail04 .pro_content_top .pro_content_right .pro_btn {
    gap: 20px;
  }
}
@media (max-width: 1440px) {
  .pro_detail04 .pro_content_top .pro_content_right .pro_btn {
    gap: 15px;
  }
}
.pro_detail04 .pro_content_bottom {
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.pro_detail04 .pro_content_bottom .pro_tab {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .pro_detail04 .pro_content_bottom .pro_tab {
    margin-bottom: 30px;
  }
}
.pro_detail04 .pro_content_bottom .pro_tab > div {
  width: 100%;
  color: #4e4e4e;
  font-size: 16px;
  text-align: center;
  padding: 15px 10px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
}
.pro_detail04 .pro_content_bottom .pro_tab > div + div {
  border-left: 1px solid #d6d6d6;
}
.pro_detail04 .pro_content_bottom .pro_tab > div.active {
  border-bottom: 3px solid #000000;
}
.pro_detail04 .pro_content_bottom .pro_tab_content_all {
  position: relative;
  overflow: hidden;
}
.pro_detail04 .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.pro_detail04 .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) .cb_module {
  visibility: hidden;
}
.pro_detail04 .back_to_list {
  margin-top: 60px;
}
.pro_detail04 .related {
  margin: 60px 0 0;
}
.pro_detail04 .related .module_title {
  margin-bottom: 40px;
}
.pro_detail04 .related .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.pro_detail04 .related .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.pro_detail04 .related .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.pro_detail04 .related .module_title.white p:nth-child(1) {
  color: #fff;
}
.pro_detail04 .related .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .pro_detail04 .related .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .pro_detail04 .related .module_title {
    margin-bottom: 30px;
  }
}
.pro_detail04 .related .related_slick {
  margin: 0 -15px;
}
@media (max-width: 1200px) {
  .pro_detail04 .related .related_slick {
    padding-bottom: 45px;
  }
}
.pro_detail04 .related .related_slick .slick-list {
  padding: 1px 0;
}
.pro_detail04 .related .related_slick .slick-slide {
  padding: 0 15px;
}
.pro_detail04 .related .related_slick .slick-slide .pro_info {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e6e7e8;
}
.pro_detail04 .related .related_slick .slick-slide .pro_info .left {
  width: 50%;
}
@media (max-width: 1440px) {
  .pro_detail04 .related .related_slick .slick-slide .pro_info .left {
    width: 100%;
  }
}
.pro_detail04 .related .related_slick .slick-slide .pro_info .left a {
  display: block;
  position: relative;
  height: 0;
  min-height: 100%;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_detail04 .related .related_slick .slick-slide .pro_info .left a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0001);
  transition: all 0.3s;
}
.pro_detail04 .related .related_slick .slick-slide .pro_info .right {
  width: 50%;
  padding: 20px 30px 30px;
}
@media (max-width: 1440px) {
  .pro_detail04 .related .related_slick .slick-slide .pro_info .right {
    width: 100%;
    padding: 15px;
  }
}
.pro_detail04 .related .related_slick .slick-slide .pro_info .right .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.pro_detail04 .related .related_slick .slick-slide .pro_info .right .info .pro_cate {
  display: none;
  color: #58595b;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .pro_detail04 .related .related_slick .slick-slide .pro_info .right .info .pro_cate {
    font-size: 14px;
  }
}
.pro_detail04 .related .related_slick .slick-slide .pro_info .right .info .pro_title {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .pro_detail04 .related .related_slick .slick-slide .pro_info .right .info .pro_title {
    font-size: 17px;
  }
}
.pro_detail04 .related .related_slick .slick-slide .pro_info .right .info .pro_model {
  color: #58595b;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .pro_detail04 .related .related_slick .slick-slide .pro_info .right .info .pro_model {
    font-size: 13px;
  }
}
.pro_detail04 .related .related_slick .slick-slide .pro_info .right .info .module_desc {
  font-size: 14px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro_detail04 .related .related_slick .slick-slide .pro_info .right .info .button_set {
  margin-top: 0 !important;
}
.pro_detail04 .related .related_slick .slick-slide .pro_info:hover .left a img {
  transform: scale(1.1);
}
.pro_detail04 .related .related_slick .slick-slide .pro_info:hover .right .info .pro_title {
  color: #000000;
}
.pro_detail04 .related .related_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .pro_detail04 .related .related_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail04 .related .related_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail04 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail04 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail04 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail04 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail04 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail04 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail04 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail04 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail04 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail04 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail04 .related .related_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail04 .related .related_slick .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail04 .related .related_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail04 .related .related_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .pro_detail04 .related .related_slick .slick-arrow {
    display: none !important;
  }
}

.pro_list05 {
  padding-bottom: 60px;
}
.pro_list05 .pro_left {
  width: 345px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list05 .pro_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .pro_list05 .pro_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pro_list05 .pro_left > div {
  position: sticky;
  top: 100px;
}
.pro_list05 .pro_left .pro_search {
  margin-bottom: 40px;
}
.pro_list05 .pro_left .pro_search p {
  color: #939598;
  font-size: 15px;
  margin-bottom: 10px;
}
.pro_list05 .pro_left .pro_search div {
  position: relative;
}
.pro_list05 .pro_left .pro_search div input {
  width: 100%;
  color: #6D6E71;
  font-size: 13px;
  line-height: 19px;
  padding: 7px 45px 7px 25px;
  background: transparent;
  border: 1px solid #D1D3D4;
  border-radius: 50px;
}
.pro_list05 .pro_left .pro_search div button {
  position: absolute;
  top: 1px;
  right: 12px;
  width: 33px;
  height: 33px;
  color: #6D6E71;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .pro_list05 .pro_left .catalog_type {
    display: none;
  }
}
.pro_list05 .pro_left .catalog_type div {
  margin-bottom: 15px;
}
.pro_list05 .pro_left .catalog_type div p {
  color: #e6e6e6;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list05 .pro_left .catalog_type div p {
    font-size: 24px;
  }
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #000000;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0;
  transition: all 0.3s;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li > a:hover, .pro_list05 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000000;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .pro_list05 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .pro_list05 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.pro_list05 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 25px;
}
@media (min-width: 1025px) {
  .pro_list05 .pro_left .catalog_type_mb {
    display: none;
  }
}
.pro_list05 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.pro_list05 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .pro_list05 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.pro_list05 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.pro_list05 .pro_left .pro_filter > div {
  margin: 40px 0 15px;
}
@media (max-width: 1024px) {
  .pro_list05 .pro_left .pro_filter > div {
    margin: 15px 0 0;
  }
}
.pro_list05 .pro_left .pro_filter > div .filter_btn {
  color: #e6e6e6;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list05 .pro_left .pro_filter > div .filter_btn {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .pro_list05 .pro_left .pro_filter > div .filter_btn {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 35px 10px 25px;
    background: #4e4e4e;
    pointer-events: auto;
  }
  .pro_list05 .pro_left .pro_filter > div .filter_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    pointer-events: none;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media (min-width: 1025px) {
  .pro_list05 .pro_left .pro_filter .filter {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .pro_list05 .pro_left .pro_filter .filter {
    display: none;
  }
}
.pro_list05 .pro_left .pro_filter .filter .form_item {
  position: relative;
}
.pro_list05 .pro_left .pro_filter .filter .form_item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
  border-bottom: 1px solid #e7e7e7;
}
.pro_list05 .pro_left .pro_filter .filter .form_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.pro_list05 .pro_left .pro_filter .filter .form_item.no_act::before {
  display: none;
}
.pro_list05 .pro_left .pro_filter .filter .form_item.no_act > a::before, .pro_list05 .pro_left .pro_filter .filter .form_item.no_act > a::after {
  display: none;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > a {
  display: block;
  position: relative;
  color: #4e4e4e;
  font-size: 16px;
  padding: 17px 0;
  transition: all 0.3s;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > a::before, .pro_list05 .pro_left .pro_filter .filter .form_item > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > a::before {
  transform: rotate(90deg);
}
@media (min-width: 1025px) {
  .pro_list05 .pro_left .pro_filter .filter .form_item > a:hover {
    color: #000000;
  }
}
.pro_list05 .pro_left .pro_filter .filter .form_item > a.active::before {
  transform: rotate(0deg);
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage {
  display: none;
  padding: 10px 20px 40px;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] {
  height: 7px;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] .noUi-connect {
  background: #000000;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] .noUi-handle {
  width: 15px;
  height: 15px;
  top: -5px;
  right: -7.5px;
  border: 1px solid #a7a9ac;
  border-radius: 50%;
  box-shadow: unset;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] .noUi-handle::before, .pro_list05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] .noUi-handle::after {
  display: none;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] .noUi-handle .noUi-tooltip {
  top: 120%;
  bottom: unset;
  color: #4e4e4e;
  padding: 0;
  background: unset;
  border: unset;
  border-radius: unset;
  visibility: hidden;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage .get_tip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin: 12px 0 -30px;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage .get_tip input {
  width: 100%;
  height: 30px;
  text-align: center;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage .get_tip span {
  flex-shrink: 0;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage .checkbox {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage .checkbox + .checkbox {
  margin-top: 8px;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage .checkbox * {
  pointer-events: none;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage .checkbox span {
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage .checkbox span::before {
  content: "✔";
  position: relative;
  top: -2px;
  color: transparent;
  font-size: 17px;
  line-height: 1;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage .checkbox span.check::before {
  color: #000000;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > .storage .checkbox input {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 1px 10px 0 0;
  visibility: hidden;
}
.pro_list05 .pro_left .pro_filter .filter .form_item select {
  width: 256px;
  margin-bottom: 20px;
}
.pro_list05 .pro_left .pro_filter .filter .form_item > input[type=submit] {
  display: none;
}
.pro_list05 .pro_right {
  width: calc(100% - 345px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list05 .pro_right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  .pro_list05 .pro_right {
    width: 100%;
  }
}
.pro_list05 .pro_right .pro_shelves {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1025px) {
  .pro_list05 .pro_right .pro_shelves {
    padding-left: 40px;
  }
}
@media (min-width: 1441px) {
  .pro_list05 .pro_right .pro_shelves {
    padding-left: 55px;
  }
}
.pro_list05 .pro_right .pro_shelves .pro_item {
  position: relative;
  width: calc(33.3333333333% - 6.6666666667px);
  padding: 25px 15px 28px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .pro_list05 .pro_right .pro_shelves .pro_item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 1024px) {
  .pro_list05 .pro_right .pro_shelves .pro_item {
    width: calc(33.3333333333% - 6.6666666667px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 840px) {
  .pro_list05 .pro_right .pro_shelves .pro_item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 540px) {
  .pro_list05 .pro_right .pro_shelves .pro_item {
    padding: 15px 15px 18px;
  }
}
@media (max-width: 400px) {
  .pro_list05 .pro_right .pro_shelves .pro_item {
    width: 100%;
  }
}
.pro_list05 .pro_right .pro_shelves .pro_item.video_type .pro_info::before, .pro_list05 .pro_right .pro_shelves .pro_item.album_type .pro_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}
.pro_list05 .pro_right .pro_shelves .pro_item.video_type .pro_info > a:nth-child(2), .pro_list05 .pro_right .pro_shelves .pro_item.album_type .pro_info > a:nth-child(2) {
  display: none;
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_info {
  position: relative;
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_info > a {
  display: block;
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_info > a .pro_title {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .pro_list05 .pro_right .pro_shelves .pro_item .pro_info > a .pro_title {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .pro_list05 .pro_right .pro_shelves .pro_item .pro_info > a .pro_title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .pro_list05 .pro_right .pro_shelves .pro_item .pro_info > a .pro_title {
    font-size: 17px;
  }
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_info > a .pro_model {
  color: #4e4e4e;
  font-weight: 500;
  text-align: center;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_info > a .pro_img {
  position: relative;
  height: 0;
  margin-top: 15px;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_info > a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_info > a .pro_img img:nth-child(2) {
  opacity: 0;
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_info .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  text-align-last: center;
  margin-top: 18px;
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_info .pro_btn {
  margin-top: 25px;
}
@media (min-width: 1025px) {
  .pro_list05 .pro_right .pro_shelves .pro_item .pro_info .pro_btn {
    display: none;
  }
}
@media (max-width: 540px) {
  .pro_list05 .pro_right .pro_shelves .pro_item .pro_info .pro_btn {
    margin-top: 15px;
  }
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 401px) and (max-width: 540px) {
  .pro_list05 .pro_right .pro_shelves .pro_item .pro_btn {
    flex-direction: column;
    gap: 10px 0;
  }
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_btn a::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 21px;
  height: 21px;
  margin-right: 5px;
  background-color: #c9c9c9;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to bottom, #fff, #fff);
  background-size: 50% 1px, 1px 50%;
  background-position: center center, center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (min-width: 481px) {
  .pro_list05 .pro_right .pro_shelves .pro_item .pro_btn a::before {
    position: relative;
    top: 1px;
  }
}
@media (max-width: 640px) {
  .pro_list05 .pro_right .pro_shelves .pro_item .pro_btn a::before {
    width: 17px;
    height: 17px;
  }
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_btn a p {
  color: #4e4e4e;
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_btn a:hover::before {
  background-color: #000000;
}
.pro_list05 .pro_right .pro_shelves .pro_item .pro_btn span {
  width: 1px;
  height: 25px;
  background: #e8e8e8;
}
@media (max-width: 640px) {
  .pro_list05 .pro_right .pro_shelves .pro_item .pro_btn span {
    display: none;
  }
}
.pro_list05 .pro_right .pro_shelves .pro_item > .pro_btn {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_list05 .pro_right .pro_shelves .pro_item > .pro_btn {
    display: none;
  }
}
.pro_list05 .pro_right .pro_shelves .pro_item > .pro_btn::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  pointer-events: none;
}
.pro_list05 .pro_right .pro_shelves .pro_item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro_list05 .pro_right .pro_shelves .pro_item:hover .pro_info > a .pro_title {
  color: #000000;
}
.pro_list05 .pro_right .pro_shelves .pro_item:hover .pro_info > a .pro_img img:nth-child(1) {
  opacity: 0;
}
.pro_list05 .pro_right .pro_shelves .pro_item:hover .pro_info > a .pro_img img:nth-child(2) {
  opacity: 1;
}
.pro_list05 .pro_right .pro_shelves .pro_item:hover > .pro_btn {
  padding-bottom: 28px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.pro_list05 .pro_right .pro_shelves .pro_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.pro_list05 .pro_right [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list05 .pro_right [class^=pagination] {
    margin-top: 40px;
  }
}

.pro_detail05 {
  padding-bottom: 60px;
}
.pro_detail05 .pro_left {
  width: 345px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail05 .pro_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .pro_detail05 .pro_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pro_detail05 .pro_left > div {
  position: sticky;
  top: 100px;
}
.pro_detail05 .pro_left .pro_search {
  margin-bottom: 40px;
}
.pro_detail05 .pro_left .pro_search p {
  color: #939598;
  font-size: 15px;
  margin-bottom: 10px;
}
.pro_detail05 .pro_left .pro_search div {
  position: relative;
}
.pro_detail05 .pro_left .pro_search div input {
  width: 100%;
  color: #6D6E71;
  font-size: 13px;
  line-height: 19px;
  padding: 7px 45px 7px 25px;
  background: transparent;
  border: 1px solid #D1D3D4;
  border-radius: 50px;
}
.pro_detail05 .pro_left .pro_search div button {
  position: absolute;
  top: 1px;
  right: 12px;
  width: 33px;
  height: 33px;
  color: #6D6E71;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .pro_detail05 .pro_left .catalog_type {
    display: none;
  }
}
.pro_detail05 .pro_left .catalog_type div {
  margin-bottom: 15px;
}
.pro_detail05 .pro_left .catalog_type div p {
  color: #e6e6e6;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail05 .pro_left .catalog_type div p {
    font-size: 24px;
  }
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #000000;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0;
  transition: all 0.3s;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li > a:hover, .pro_detail05 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000000;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .pro_detail05 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .pro_detail05 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.pro_detail05 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 25px;
}
@media (min-width: 1025px) {
  .pro_detail05 .pro_left .catalog_type_mb {
    display: none;
  }
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.pro_detail05 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.pro_detail05 .pro_left .pro_filter > div {
  margin: 40px 0 15px;
}
@media (max-width: 1024px) {
  .pro_detail05 .pro_left .pro_filter > div {
    margin: 15px 0 0;
  }
}
.pro_detail05 .pro_left .pro_filter > div .filter_btn {
  color: #e6e6e6;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail05 .pro_left .pro_filter > div .filter_btn {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .pro_detail05 .pro_left .pro_filter > div .filter_btn {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 8px 35px 8px 25px;
    background: #4e4e4e;
    pointer-events: auto;
  }
  .pro_detail05 .pro_left .pro_filter > div .filter_btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
  }
  .pro_detail05 .pro_left .pro_filter > div .filter_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 11px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
  }
}
@media (min-width: 1025px) {
  .pro_detail05 .pro_left .pro_filter .filter {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .pro_detail05 .pro_left .pro_filter .filter {
    display: none;
  }
}
.pro_detail05 .pro_left .pro_filter .filter .form_item {
  position: relative;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
  border-bottom: 1px solid #e7e7e7;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item.no_act::before {
  display: none;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item.no_act > a::before, .pro_detail05 .pro_left .pro_filter .filter .form_item.no_act > a::after {
  display: none;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > a {
  display: block;
  position: relative;
  color: #4e4e4e;
  font-size: 16px;
  padding: 17px 0;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_detail05 .pro_left .pro_filter .filter .form_item > a {
    padding: 10px 0;
  }
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > a::before, .pro_detail05 .pro_left .pro_filter .filter .form_item > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > a::before {
  transform: rotate(90deg);
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > a:hover {
  color: #000000;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > a.active::before {
  transform: rotate(0deg);
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage {
  display: none;
  padding: 10px 20px 40px;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] {
  height: 7px;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] .noUi-connect {
  background: #000000;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] .noUi-handle {
  width: 15px;
  height: 15px;
  top: -5px;
  right: -7.5px;
  border: 1px solid #a7a9ac;
  border-radius: 50%;
  box-shadow: unset;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] .noUi-handle::before, .pro_detail05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] .noUi-handle::after {
  display: none;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage [id^=rod] .noUi-handle .noUi-tooltip {
  top: 120%;
  bottom: unset;
  color: #4e4e4e;
  padding: 0;
  background: unset;
  border: unset;
  border-radius: unset;
  visibility: hidden;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage .get_tip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin: 12px 0 -30px;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage .get_tip input {
  width: 100%;
  height: 30px;
  text-align: center;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage .get_tip span {
  flex-shrink: 0;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage .checkbox {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage .checkbox + .checkbox {
  margin-top: 8px;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage .checkbox * {
  pointer-events: none;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage .checkbox span {
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage .checkbox span::before {
  content: "✔";
  position: relative;
  top: -2px;
  color: transparent;
  font-size: 17px;
  line-height: 1;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage .checkbox span.check::before {
  color: #000000;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > .storage .checkbox input {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 1px 10px 0 0;
  visibility: hidden;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item select {
  width: 256px;
  margin-bottom: 20px;
}
.pro_detail05 .pro_left .pro_filter .filter .form_item > input[type=submit] {
  display: none;
}
.pro_detail05 .pro_right {
  width: calc(100% - 345px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail05 .pro_right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  .pro_detail05 .pro_right {
    width: 100%;
  }
}
.pro_detail05 .pro_right .pro_content_top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left {
  display: flex;
  align-items: center;
  width: 70%;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left {
    display: block;
    margin-bottom: 15px;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick {
  width: 81.6777041943%;
  padding: 3.6458333333vw;
}
@media (max-width: 960px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick {
    padding: 0 3.6458333333vw;
  }
}
@media (max-width: 640px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick {
    padding: 0 3.6458333333vw 0 0;
  }
}
@media (max-width: 400px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-list {
  border: 1px solid #ccc;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 640px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow {
    display: none !important;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev {
  left: 1.8229166667vw;
  transform: translate(-50%, -50%);
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next {
  right: 1.8229166667vw;
  transform: translate(50%, -50%);
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail {
  width: 18.3222958057%;
  padding: 25px 0;
}
@media (max-width: 480px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail {
    padding: 20px 0;
  }
}
@media (max-width: 400px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail {
    width: 100%;
    padding: 0;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-slide {
  padding: 7px 1px;
}
@media (max-width: 960px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-slide {
    padding: 5px 1px;
  }
}
@media (max-width: 400px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-slide {
    padding: 1px 5px;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: all 0.3s;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-slide:hover a {
  border: 1px solid #000000;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 1200px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (min-width: 401px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    top: unset !important;
    bottom: 0 !important;
    right: 50% !important;
    transform: translateX(50%);
  }
}
@media (min-width: 641px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
    display: none !important;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right {
  display: flex;
  flex-direction: column;
  width: 30%;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_right {
    width: 100%;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_title {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_title {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_title {
    font-size: 20px;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_model {
  color: #58595b;
  font-size: 18px;
  padding-bottom: 22px;
  margin-bottom: 17px;
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to right, #e5e5e5, #e5e5e5);
  background-size: 87px 2px, calc(100% - 87px) 2px;
  background-position: left bottom, 87px bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_model {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_model {
    font-size: 15px;
  }
}
@media (min-width: 961px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_desc {
    position: relative;
    height: 100%;
  }
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_desc .editor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 961px) and (min-width: 1025px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar {
    width: 2px;
  }
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_desc .editor::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_share {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  margin-top: 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_share > p {
  flex-shrink: 0;
  color: #4e4e4e;
  font-size: 14px;
  margin-right: 10px;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_share div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_share div a {
  display: block;
  color: #BCBEC0;
  font-size: 22px;
  transition: all 0.3s;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_share div a i {
  display: block;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_share div a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #BCBEC0;
  transition: all 0.3s;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_share div a:hover {
  color: #000000;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_share div a:hover svg {
  fill: #000000;
}
.pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_btn {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
@media (max-width: 1680px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_btn {
    gap: 20px;
  }
}
@media (max-width: 1440px) {
  .pro_detail05 .pro_right .pro_content_top .pro_content_right .pro_btn {
    gap: 15px;
  }
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .pro_detail05 .pro_right .pro_content_bottom .pro_tab {
    margin-bottom: 25px;
  }
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab > div {
  width: 100%;
  color: #4e4e4e;
  font-size: 16px;
  text-align: center;
  padding: 15px 10px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab > div + div {
  border-left: 1px solid #d6d6d6;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab > div.active {
  border-bottom: 3px solid #000000;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all {
  position: relative;
  overflow: hidden;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) .cb_module {
  visibility: hidden;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-tools {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-tools {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-tools .dt-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-tools .dt-buttons .dt-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 15px;
  margin: 0;
  background: #000000;
  border: 1px solid #000000;
  outline: none;
  transition: all 0.3s;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-tools .dt-buttons .dt-button span {
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  line-height: normal;
  letter-spacing: 1px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-tools .dt-buttons .dt-button span {
    font-size: 13px;
  }
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-tools .dt-buttons .dt-button:hover {
  background: #fff;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-tools .dt-buttons .dt-button:hover span {
  color: #000000;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-tools .dt-tools-right {
  display: flex;
  flex-shrink: 0;
  gap: 0 10px;
}
@media (max-width: 640px) {
  .pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-tools .dt-tools-right .dt-search {
    margin-top: 0;
  }
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-tools .dt-tools-right .dt-search .dt-input {
  width: 100px;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-bottom {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-scroll-body::-webkit-scrollbar {
    height: 5px;
  }
  .pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-scroll-body::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 50px;
  }
  .pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-scroll-body::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 50px;
  }
  .pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .dt-scroll-body::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
  }
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .pro_table thead th {
  color: #fff;
  font-weight: 400;
  background: #000000;
  border-bottom: unset;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .pro_table thead th:nth-child(1) {
  text-align: center;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .pro_table tbody .checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .pro_table tbody .checkbox::before {
  content: "✔";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 17px;
  line-height: 1;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #a7a9ac;
  transition: all 0.2s;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .pro_table tbody .checkbox:hover::before {
  border: 1px solid #000;
}
.pro_detail05 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content .pro_table tbody .checkbox.checked::before {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}

.pro_list06 {
  padding-bottom: 60px;
}
.pro_list06 .pro_masonry .gutter_size {
  width: 2.1428571429%;
}
@media (max-width: 640px) {
  .pro_list06 .pro_masonry .gutter_size {
    width: 3.4482758621%;
  }
}
.pro_list06 .pro_masonry .pro_item {
  width: 23.3928571429%;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .pro_list06 .pro_masonry .pro_item {
    width: 31.9047619048%;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .pro_list06 .pro_masonry .pro_item {
    width: 31.0344827586%;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .pro_list06 .pro_masonry .pro_item {
    width: 46.5517241379%;
  }
}
@media (max-width: 360px) {
  .pro_list06 .pro_masonry .pro_item {
    width: 100%;
  }
}
.pro_list06 .pro_masonry .pro_item .pro_info a {
  display: block;
}
.pro_list06 .pro_masonry .pro_item .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: var(--ratio);
  overflow: hidden;
}
.pro_list06 .pro_masonry .pro_item .pro_info a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.5s;
}
.pro_list06 .pro_masonry .pro_item .pro_info a .pro_title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 16px;
  margin-top: 15px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_list06 .pro_masonry .pro_item .pro_info a .pro_title {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .pro_list06 .pro_masonry .pro_item .pro_info a .pro_title {
    font-size: 14px;
  }
}
.pro_list06 .pro_masonry .pro_item .pro_info:hover a .pro_img img {
  transform: scale(1.05);
}
.pro_list06 .pro_masonry .pro_item .pro_info:hover a .pro_title {
  color: #000000;
}
.pro_list06 .pro_masonry .pro_item.video_type .pro_info, .pro_list06 .pro_masonry .pro_item.album_type .pro_info {
  position: relative;
}
.pro_list06 .pro_masonry .pro_item.video_type .pro_info::before, .pro_list06 .pro_masonry .pro_item.album_type .pro_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.pro_list06 .pro_masonry .pro_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.pro_list06 [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list06 [class^=pagination] {
    margin-top: 40px;
  }
}

.pro_detail06 {
  padding-bottom: 60px;
}
.pro_detail06 .pro_main {
  padding: 3.6458333333vw 4.9479166667vw 4.1666666667vw;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2.6041666667vw 2.6041666667vw 0 0;
}
@media (max-width: 840px) {
  .pro_detail06 .pro_main {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 768px) {
  .pro_detail06 .pro_main {
    padding: 25px 30px 40px;
  }
}
@media (max-width: 480px) {
  .pro_detail06 .pro_main {
    padding: 25px 25px 40px;
  }
}
.pro_detail06 .pro_main .pro_name {
  font-size: calc(1.5625rem + 1.0416666667vw);
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}
.pro_detail06 .pro_main .pro_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .pro_detail06 .pro_main .pro_tag {
    gap: 10px 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .pro_detail06 .pro_main .pro_tag {
    margin-bottom: 40px;
  }
}
.pro_detail06 .pro_main .pro_tag a {
  color: #585858;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .pro_detail06 .pro_main .pro_tag a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .pro_detail06 .pro_main .pro_tag a {
    font-size: 16px;
  }
}
.pro_detail06 .pro_main .pro_pic {
  width: 100%;
  margin-bottom: 70px;
  border-radius: 30px;
}
@media (max-width: 1440px) {
  .pro_detail06 .pro_main .pro_pic {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .pro_detail06 .pro_main .pro_pic {
    margin-bottom: 40px;
  }
}
@media (max-width: 840px) {
  .pro_detail06 .pro_main .pro_pic {
    border-radius: 20px;
  }
}
.pro_detail06 .pro_main .module_title {
  margin-bottom: 20px;
}
.pro_detail06 .pro_main .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.pro_detail06 .pro_main .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.pro_detail06 .pro_main .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.pro_detail06 .pro_main .module_title.white p:nth-child(1) {
  color: #fff;
}
.pro_detail06 .pro_main .module_title.white p:nth-child(2) {
  color: #fff;
}
.pro_detail06 .pro_main .editor {
  margin-top: 95px;
  margin-bottom: 95px;
  margin-top: 0 !important;
}
@media (max-width: 1440px) {
  .pro_detail06 .pro_main .editor {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .pro_detail06 .pro_main .editor {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .pro_detail06 .pro_main .editor {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.pro_detail06 .pro_main .related_slick {
  margin: 0 -10px;
}
.pro_detail06 .pro_main .related_slick .slick-slide {
  padding: 0 10px;
}
.pro_detail06 .pro_main .related_slick .slick-slide a {
  display: block;
}
.pro_detail06 .pro_main .related_slick .slick-slide a div {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border-radius: 15px;
  overflow: hidden;
}
.pro_detail06 .pro_main .related_slick .slick-slide a div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0001);
  transition: all 0.3s;
}
.pro_detail06 .pro_main .related_slick .slick-slide a p {
  color: #4e4e4e;
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail06 .pro_main .related_slick .slick-slide a p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .pro_detail06 .pro_main .related_slick .slick-slide a p {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .pro_detail06 .pro_main .related_slick .slick-slide a:hover div img {
    transform: scale(1.1);
  }
  .pro_detail06 .pro_main .related_slick .slick-slide a:hover p {
    color: #000000;
  }
}
.pro_detail06 .pro_main .related_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .pro_detail06 .pro_main .related_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail06 .pro_main .related_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail06 .pro_main .related_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail06 .pro_main .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail06 .pro_main .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail06 .pro_main .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail06 .pro_main .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail06 .pro_main .related_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail06 .pro_main .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail06 .pro_main .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail06 .pro_main .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail06 .pro_main .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail06 .pro_main .related_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail06 .pro_main .related_slick .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail06 .pro_main .related_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail06 .pro_main .related_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.pro_detail06 .pro_btn {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  padding: 4.6875vw 4.9479166667vw;
  background: #eee;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2.6041666667vw 2.6041666667vw;
}
@media (max-width: 840px) {
  .pro_detail06 .pro_btn {
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 768px) {
  .pro_detail06 .pro_btn {
    padding: 25px 30px;
  }
}
@media (max-width: 480px) {
  .pro_detail06 .pro_btn {
    padding: 25px;
  }
}
.pro_detail06 .pro_btn .button_set {
  margin-top: 0 !important;
}
.pro_detail06 .pro_btn .button_set p.prev,
.pro_detail06 .pro_btn .button_set p.next {
  color: #4e4e4e;
  font-size: 15px;
  transition: all 0.1s;
}
@media (max-width: 400px) {
  .pro_detail06 .pro_btn .button_set p.prev,
  .pro_detail06 .pro_btn .button_set p.next {
    display: none;
  }
}
.pro_detail06 .pro_btn .button_set .name {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.1s;
}
@media (max-width: 1440px) {
  .pro_detail06 .pro_btn .button_set .name {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .pro_detail06 .pro_btn .button_set .name {
    display: none;
  }
}
.pro_detail06 .pro_btn .button_set .the_img {
  width: calc(1.875rem + 4.1666666667vw);
  height: calc(1.875rem + 4.1666666667vw);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .pro_detail06 .pro_btn .button_set .the_img {
    display: none;
  }
}
.pro_detail06 .pro_btn .button_set .the_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .pro_detail06 .pro_btn .button_set:hover p.prev,
  .pro_detail06 .pro_btn .button_set:hover p.next {
    color: #000000;
  }
  .pro_detail06 .pro_btn .button_set:hover .name {
    color: #000000;
  }
}

.pro_list07 {
  padding-bottom: 60px;
}
.pro_list07 .pro_left {
  width: 345px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list07 .pro_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .pro_list07 .pro_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pro_list07 .pro_left > div {
  position: sticky;
  top: 100px;
}
.pro_list07 .pro_left .pro_search {
  margin-bottom: 40px;
}
.pro_list07 .pro_left .pro_search p {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .pro_list07 .pro_left .pro_search p {
    font-size: 24px;
  }
}
.pro_list07 .pro_left .pro_search div {
  position: relative;
}
.pro_list07 .pro_left .pro_search div input {
  width: 100%;
  padding: 9px 40px 9px 10px;
}
.pro_list07 .pro_left .pro_search div button {
  position: absolute;
  top: 1px;
  right: 0;
  width: 40px;
  height: 38px;
  color: #4e4e4e;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .pro_list07 .pro_left .catalog_type {
    display: none;
  }
}
.pro_list07 .pro_left .catalog_type div {
  margin-bottom: 15px;
}
.pro_list07 .pro_left .catalog_type div p {
  color: #e6e6e6;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1440px) {
  .pro_list07 .pro_left .catalog_type div p {
    font-size: 24px;
  }
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #000000;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0;
  transition: all 0.3s;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li > a:hover, .pro_list07 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000000;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .pro_list07 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .pro_list07 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.pro_list07 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 25px;
}
@media (min-width: 1025px) {
  .pro_list07 .pro_left .catalog_type_mb {
    display: none;
  }
}
.pro_list07 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.pro_list07 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .pro_list07 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.pro_list07 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.pro_list07 .pro_right {
  width: calc(100% - 345px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list07 .pro_right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  .pro_list07 .pro_right {
    width: 100%;
  }
}
.pro_list07 .pro_right .pro_list07_filter {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .pro_list07 .pro_right .pro_list07_filter {
    margin-bottom: 40px;
  }
}
.pro_list07 .pro_right .pro_list07_filter .filter_btn {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  padding: 6px 17px 7px;
  background: #000000;
  border-radius: 50px;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 101;
  transition: all 0.3s;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 25px 20px 25px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease, transform 1s ease;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form .close_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form .close_btn::before, .pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #000000;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form .filter_form_title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form {
  width: 780px;
  max-width: 100%;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form {
    padding-right: 10px;
  }
  .pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form::-webkit-scrollbar {
    width: 2px;
  }
  .pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .label {
  margin-bottom: 15px;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .label.check_type {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  cursor: pointer;
  transition: margin-bottom 0.3s;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .label.check_type * {
  cursor: pointer;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .label.check_type::after {
  content: "＋";
  flex-shrink: 0;
  color: #000;
  font-size: 14px;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .label.check_type.active::after {
  content: "－";
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .label.check_type:not(.active) {
  margin-bottom: 5px;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .label label {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage.rod_type {
  max-width: 300px;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage.check_type {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 25px;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage [id^=rod] {
  max-width: 288px;
  margin-left: 6px;
  height: 7px;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage [id^=rod] .noUi-connect {
  background: #000000;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage [id^=rod] .noUi-handle {
  width: 15px;
  height: 15px;
  top: -5px;
  right: -7.5px;
  border: 1px solid #a7a9ac;
  border-radius: 50%;
  box-shadow: unset;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage [id^=rod] .noUi-handle::before, .pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage [id^=rod] .noUi-handle::after {
  display: none;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage [id^=rod] .noUi-handle .noUi-tooltip {
  top: 120%;
  bottom: unset;
  color: #4e4e4e;
  padding: 0;
  background: unset;
  border: unset;
  border-radius: unset;
  visibility: hidden;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .get_tip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin: 12px 0 0;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .get_tip input {
  width: 100%;
  height: 30px;
  text-align: center;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .get_tip span {
  flex-shrink: 0;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .checkbox {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: calc(16.6666666667% - 20.8333333333px);
  cursor: pointer;
}
@media (max-width: 840px) {
  .pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .checkbox {
    width: calc(20% - 20px);
  }
}
@media (max-width: 720px) {
  .pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .checkbox {
    width: calc(25% - 18.75px);
  }
}
@media (max-width: 600px) {
  .pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .checkbox {
    width: calc(33.3333333333% - 16.6666666667px);
  }
}
@media (max-width: 440px) {
  .pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .checkbox {
    width: calc(50% - 12.5px);
  }
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .checkbox * {
  pointer-events: none;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .checkbox span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .checkbox span::before {
  content: "✔";
  position: relative;
  top: -6px;
  left: 1px;
  color: transparent;
  font-size: 14px;
  line-height: 1;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .checkbox span.check::before {
  color: #000000;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item .storage .checkbox input {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin: 4px 10px 0 0;
  visibility: hidden;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window .filter_form form .form_item > input[type=submit] {
  display: none;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window.show {
  opacity: 1;
  pointer-events: auto;
}
.pro_list07 .pro_right .pro_list07_filter .filter_window.show .filter_form {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.pro_list07 .pro_right .pro_shelves[data-box="2"] .row {
  margin: 0 -25px;
}
.pro_list07 .pro_right .pro_shelves[data-box="2"] .row > * {
  padding: 0 25px;
}
@media (max-width: 1024px) {
  .pro_list07 .pro_right .pro_shelves[data-box="2"] .row {
    margin: 0 -15px;
  }
  .pro_list07 .pro_right .pro_shelves[data-box="2"] .row > * {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .pro_list07 .pro_right .pro_shelves[data-box="2"] .row {
    margin: 0 -10px;
  }
  .pro_list07 .pro_right .pro_shelves[data-box="2"] .row > * {
    padding: 0 10px;
  }
}
.pro_list07 .pro_right .pro_shelves[data-box="2"] .pro_item {
  width: 50%;
}
@media (max-width: 480px) {
  .pro_list07 .pro_right .pro_shelves[data-box="2"] .pro_item {
    width: 100%;
  }
}
.pro_list07 .pro_right .pro_shelves[data-box="3"] .pro_item {
  width: 33.3333333333%;
}
@media (max-width: 960px) {
  .pro_list07 .pro_right .pro_shelves[data-box="3"] .pro_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .pro_list07 .pro_right .pro_shelves[data-box="3"] .pro_item {
    width: 100%;
  }
}
.pro_list07 .pro_right .pro_shelves[data-box="4"] .pro_item {
  width: 25%;
}
@media (max-width: 1200px) {
  .pro_list07 .pro_right .pro_shelves[data-box="4"] .pro_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .pro_list07 .pro_right .pro_shelves[data-box="4"] .pro_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .pro_list07 .pro_right .pro_shelves[data-box="4"] .pro_item {
    width: 100%;
  }
}
.pro_list07 .pro_right .pro_shelves .pro_item {
  margin-bottom: 30px;
}
.pro_list07 .pro_right .pro_shelves .pro_item .pro_info a {
  display: block;
}
.pro_list07 .pro_right .pro_shelves .pro_item .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_list07 .pro_right .pro_shelves .pro_item .pro_info a .pro_img {
    margin-bottom: 15px;
  }
}
.pro_list07 .pro_right .pro_shelves .pro_item .pro_info a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.5s;
}
.pro_list07 .pro_right .pro_shelves .pro_item .pro_info a .pro_title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 840px) {
  .pro_list07 .pro_right .pro_shelves .pro_item .pro_info a .pro_title {
    font-size: 17px;
  }
}
.pro_list07 .pro_right .pro_shelves .pro_item .pro_info a .pro_model {
  color: #4e4e4e;
  font-size: 15px;
}
@media (max-width: 840px) {
  .pro_list07 .pro_right .pro_shelves .pro_item .pro_info a .pro_model {
    font-size: 14px;
  }
}
.pro_list07 .pro_right .pro_shelves .pro_item .pro_info:hover a .pro_img img {
  transform: scale(1.05);
}
.pro_list07 .pro_right .pro_shelves .pro_item .pro_info:hover a .pro_title {
  color: #000000;
}
.pro_list07 .pro_right .pro_shelves .pro_item.video_type .pro_info, .pro_list07 .pro_right .pro_shelves .pro_item.album_type .pro_info {
  position: relative;
}
.pro_list07 .pro_right .pro_shelves .pro_item.video_type .pro_info::before, .pro_list07 .pro_right .pro_shelves .pro_item.album_type .pro_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.pro_list07 .pro_right .pro_shelves .pro_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.pro_list07 .pro_right [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list07 .pro_right [class^=pagination] {
    margin-top: 40px;
  }
}

.pro_detail07 {
  padding-bottom: 60px;
}
.pro_detail07 .pro_content_top {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.pro_detail07 .pro_content_top .pro_page_btn {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 50%;
  color: #4e4e4e;
  font-size: 13px;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.1s;
}
@media (max-width: 768px) {
  .pro_detail07 .pro_content_top .pro_page_btn {
    display: none;
  }
}
.pro_detail07 .pro_content_top .pro_page_btn.prev {
  left: -100px;
}
@media (max-width: 1700px) {
  .pro_detail07 .pro_content_top .pro_page_btn.prev {
    left: -75px;
  }
}
@media (max-width: 1580px) {
  .pro_detail07 .pro_content_top .pro_page_btn.prev {
    left: -48px;
  }
}
.pro_detail07 .pro_content_top .pro_page_btn.next {
  flex-direction: row-reverse;
  right: -100px;
}
@media (max-width: 1700px) {
  .pro_detail07 .pro_content_top .pro_page_btn.next {
    right: -75px;
  }
}
@media (max-width: 1580px) {
  .pro_detail07 .pro_content_top .pro_page_btn.next {
    right: -48px;
  }
}
.pro_detail07 .pro_content_top .pro_page_btn svg {
  fill: #4e4e4e;
  width: auto;
  height: 20px;
  transition: all 0.1s;
}
@media (max-width: 1580px) {
  .pro_detail07 .pro_content_top .pro_page_btn svg {
    display: none;
  }
}
.pro_detail07 .pro_content_top .pro_page_btn:hover {
  color: #000000;
}
.pro_detail07 .pro_content_top .pro_page_btn:hover svg {
  fill: #000000;
}
.pro_detail07 .pro_content_top .pro_content_left {
  width: 50%;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail07 .pro_content_top .pro_content_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 30px !important;
  height: 30px !important;
  padding: 6px;
  background: #000;
}
@media (max-width: 1200px) {
  .pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow svg {
  fill: #fff;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover {
  background: #000000;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover svg {
  fill: #fff;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_slick .slick-dots {
  bottom: 10px;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_dashboard {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 40px;
  padding: 10px 0;
  background: #f4f4f4;
  border-radius: 0 30px;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_dashboard a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_dashboard a i {
  color: #000;
  font-size: 24px;
  transition: all 0.3s;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_dashboard a svg {
  fill: #000;
  width: auto;
  height: 24px;
  transition: all 0.3s;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_dashboard a p {
  color: #000;
  font-size: 13px;
  transition: all 0.3s;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_dashboard a:hover i {
  color: #000000;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_dashboard a:hover svg {
  fill: #000000;
}
.pro_detail07 .pro_content_top .pro_content_left .pro_dashboard a:hover p {
  color: #000000;
}
.pro_detail07 .pro_content_top .pro_content_left .lightGallery {
  height: 0;
  overflow: hidden;
}
.pro_detail07 .pro_content_top .pro_content_left .degree_360 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.pro_detail07 .pro_content_top .pro_content_left .degree_360 .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.pro_detail07 .pro_content_top .pro_content_left .degree_360 .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 800px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 10px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.pro_detail07 .pro_content_top .pro_content_left .degree_360 .popup_content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .pro_detail07 .pro_content_top .pro_content_left .degree_360 .popup_content .close_btn {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.pro_detail07 .pro_content_top .pro_content_left .degree_360 .popup_content .close_btn::before, .pro_detail07 .pro_content_top .pro_content_left .degree_360 .popup_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .pro_detail07 .pro_content_top .pro_content_left .degree_360 .popup_content .close_btn::before, .pro_detail07 .pro_content_top .pro_content_left .degree_360 .popup_content .close_btn::after {
    width: 15px;
  }
}
.pro_detail07 .pro_content_top .pro_content_left .degree_360 .popup_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pro_detail07 .pro_content_top .pro_content_left .degree_360 .popup_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pro_detail07 .pro_content_top .pro_content_left .degree_360 .popup_content iframe {
  border: none;
}
.pro_detail07 .pro_content_top .pro_content_left .degree_360.show {
  opacity: 1;
  pointer-events: auto;
}
.pro_detail07 .pro_content_top .pro_content_left .degree_360.show .popup_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.pro_detail07 .pro_content_top .pro_content_right {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
  padding-left: 35px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail07 .pro_content_top .pro_content_right {
    width: 100%;
    padding-left: 0;
  }
}
.pro_detail07 .pro_content_top .pro_content_right .back_to_list {
  position: absolute;
  top: 7px;
  right: 0;
}
@media (max-width: 960px) {
  .pro_detail07 .pro_content_top .pro_content_right .back_to_list {
    display: none;
  }
}
.pro_detail07 .pro_content_top .pro_content_right .back_to_list a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
}
.pro_detail07 .pro_content_top .pro_content_right .back_to_list a svg {
  fill: #000000;
  width: auto;
  height: 29px;
}
.pro_detail07 .pro_content_top .pro_content_right .back_to_list a span {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_name {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (min-width: 961px) {
  .pro_detail07 .pro_content_top .pro_content_right .pro_name {
    padding-right: 50px;
  }
}
.pro_detail07 .pro_content_top .pro_content_right .pro_model {
  color: #4e4e4e;
}
@media (min-width: 961px) {
  .pro_detail07 .pro_content_top .pro_content_right .pro_model {
    padding-right: 50px;
  }
}
.pro_detail07 .pro_content_top .pro_content_right .pro_desc {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_desc > div {
  position: relative;
  height: 100%;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_desc > div .editor {
  line-height: 1.8;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_share > p {
  color: #4e4e4e;
  font-size: 14px;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_share div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_share div a {
  display: block;
  color: #BCBEC0;
  font-size: 22px;
  transition: all 0.3s;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_share div a i {
  display: block;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_share div a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #BCBEC0;
  transition: all 0.3s;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_share div a:hover {
  color: #000000;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_share div a:hover svg {
  fill: #000000;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_tag {
  margin-top: 30px;
  border: 1px solid #a9a9a9;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_tag .tag_set {
  display: flex;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_tag .tag_set:not(:last-child) div {
  border-bottom: 1px solid #a9a9a9;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_tag .tag_set div:nth-child(1) {
  flex-shrink: 0;
  width: 100px;
  color: #000;
  text-align: center;
  padding: 9px 10px;
  background: #f4f4f4;
  border-right: 1px solid #a9a9a9;
}
@media (max-width: 480px) {
  .pro_detail07 .pro_content_top .pro_content_right .pro_tag .tag_set div:nth-child(1) {
    width: 80px;
  }
}
.pro_detail07 .pro_content_top .pro_content_right .pro_tag .tag_set div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 7px 10px;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_tag .tag_set div:nth-child(2) span {
  min-width: 48px;
  text-align: center;
  letter-spacing: 0;
  padding: 0 5px 2px;
  border: 1px solid #a9a9a9;
  cursor: pointer;
  transition: all 0.1s;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_tag .tag_set div:nth-child(2) span:hover, .pro_detail07 .pro_content_top .pro_content_right .pro_tag .tag_set div:nth-child(2) span.active {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.pro_detail07 .pro_content_top .pro_content_right .pro_btn {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1680px) {
  .pro_detail07 .pro_content_top .pro_content_right .pro_btn {
    gap: 20px;
  }
}
@media (max-width: 1440px) {
  .pro_detail07 .pro_content_top .pro_content_right .pro_btn {
    gap: 15px;
  }
}
.pro_detail07 .pro_content_bottom {
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 1024px) {
  .pro_detail07 .pro_content_bottom {
    margin-top: 40px;
  }
}
@media (max-width: 840px) {
  .pro_detail07 .pro_content_bottom {
    border-bottom: 0;
  }
}
.pro_detail07 .pro_content_bottom .pro_tab {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 840px) {
  .pro_detail07 .pro_content_bottom .pro_tab {
    display: none;
  }
}
.pro_detail07 .pro_content_bottom .pro_tab > div {
  width: 100%;
  color: #4e4e4e;
  font-size: 16px;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.3s;
}
.pro_detail07 .pro_content_bottom .pro_tab > div.active {
  color: #fff;
  background: #000000;
  border-bottom: 1px solid #000000;
}
.pro_detail07 .pro_content_bottom .pro_tab_content_all {
  position: relative;
  overflow: hidden;
}
@media (max-width: 840px) {
  .pro_detail07 .pro_content_bottom .pro_tab_content_all {
    display: none;
  }
}
.pro_detail07 .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.pro_detail07 .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) .cb_module {
  visibility: hidden;
}
@media (min-width: 841px) {
  .pro_detail07 .pro_content_bottom .pro_content_mb {
    display: none;
  }
}
.pro_detail07 .pro_content_bottom .pro_content_mb .accordion_item:not(:first-child) .accordion_content {
  display: none;
}
.pro_detail07 .pro_content_bottom .pro_content_mb .accordion_item .accordion_title {
  position: relative;
  color: #4e4e4e;
  font-size: 16px;
  padding: 7px 30px 7px 10px;
  border-bottom: 1px solid #d6d6d6;
  transition: all 0.3s;
}
.pro_detail07 .pro_content_bottom .pro_content_mb .accordion_item .accordion_title::before, .pro_detail07 .pro_content_bottom .pro_content_mb .accordion_item .accordion_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 12px;
  height: 1px;
  background: #d6d6d6;
  transition: all 0.3s;
}
.pro_detail07 .pro_content_bottom .pro_content_mb .accordion_item .accordion_title::after {
  transform: rotate(90deg);
}
.pro_detail07 .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active {
  color: #fff;
  background: #000000;
  border-bottom: 1px solid #d6d6d6;
}
.pro_detail07 .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active::before, .pro_detail07 .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active::after {
  background: #fff;
}
.pro_detail07 .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active::after {
  transform: rotate(0deg);
}
.pro_detail07 .pro_content_bottom .pro_content_mb .accordion_item .accordion_content {
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.pro_detail07 .pro_content_bottom .download_item {
  padding: 0 8px 12px;
}
.pro_detail07 .pro_content_bottom .download_item .the_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1979166667vw 4.9479166667vw;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_detail07 .pro_content_bottom .download_item .the_item {
    padding: 15px 18px 15px 25px;
  }
}
.pro_detail07 .pro_content_bottom .download_item .the_item:nth-child(odd) {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.pro_detail07 .pro_content_bottom .download_item .the_item:nth-child(even) {
  background: #e6e7e8;
}
.pro_detail07 .pro_content_bottom .download_item .the_item:not(:last-child) {
  margin-bottom: 15px;
}
.pro_detail07 .pro_content_bottom .download_item .the_item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.pro_detail07 .pro_content_bottom .download_item .the_item .item_left {
  padding-right: 20px;
}
.pro_detail07 .pro_content_bottom .download_item .the_item .item_left p {
  display: none;
  color: #939598;
  font-size: 14px;
  line-height: 1.3;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail07 .pro_content_bottom .download_item .the_item .item_left p {
    font-size: 12px;
  }
}
.pro_detail07 .pro_content_bottom .download_item .the_item .item_left a {
  color: #4e4e4e;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail07 .pro_content_bottom .download_item .the_item .item_left a {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .pro_detail07 .pro_content_bottom .download_item .the_item .item_left a {
    font-size: 18px;
  }
}
.pro_detail07 .pro_content_bottom .download_item .the_item .item_left a:hover {
  color: #000000;
}
.pro_detail07 .pro_content_bottom .download_item .the_item .item_right {
  min-width: max-content;
}
.pro_detail07 .pro_content_bottom .download_item .the_item .item_right a {
  display: flex;
  align-items: center;
  color: #58595b;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.pro_detail07 .pro_content_bottom .download_item .the_item .item_right a i {
  font-size: 30px;
}
@media (max-width: 1440px) {
  .pro_detail07 .pro_content_bottom .download_item .the_item .item_right a i {
    font-size: 26px;
  }
}
.pro_detail07 .pro_content_bottom .download_item .the_item .item_right a span {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .pro_detail07 .pro_content_bottom .download_item .the_item .item_right a span {
    display: none;
  }
}
.pro_detail07 .pro_content_bottom .download_item .the_item .item_right a:hover {
  color: #000000;
}
.pro_detail07 .related {
  margin: 60px 0 0;
}
.pro_detail07 .related .module_title {
  margin-bottom: 40px;
}
.pro_detail07 .related .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.pro_detail07 .related .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.pro_detail07 .related .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.pro_detail07 .related .module_title.white p:nth-child(1) {
  color: #fff;
}
.pro_detail07 .related .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .pro_detail07 .related .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .pro_detail07 .related .module_title {
    margin-bottom: 30px;
  }
}
.pro_detail07 .related .related_slick {
  margin: 0 -15px;
}
@media (max-width: 1024px) {
  .pro_detail07 .related .related_slick {
    padding-bottom: 30px;
  }
}
.pro_detail07 .related .related_slick .slick-slide {
  padding: 0 15px;
}
.pro_detail07 .related .related_slick .slick-slide .pro_info {
  position: relative;
  height: 100%;
}
.pro_detail07 .related .related_slick .slick-slide .pro_info a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}
.pro_detail07 .related .related_slick .slick-slide .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin: 0 0 30px;
  overflow: hidden;
}
.pro_detail07 .related .related_slick .slick-slide .pro_info a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.pro_detail07 .related .related_slick .slick-slide .pro_info a .pro_title {
  display: -webkit-box;
  max-height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.5px;
  margin-bottom: 3px;
  transition: all 0.3s;
}
.pro_detail07 .related .related_slick .slick-slide .pro_info a .pro_model {
  display: -webkit-box;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
}
.pro_detail07 .related .related_slick .slick-slide .pro_info:hover a .pro_title {
  color: #000000;
}
.pro_detail07 .related .related_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .pro_detail07 .related .related_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail07 .related .related_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail07 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail07 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail07 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail07 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail07 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail07 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail07 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail07 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail07 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail07 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail07 .related .related_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail07 .related .related_slick .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail07 .related .related_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail07 .related .related_slick .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 1024px) {
  .pro_detail07 .related .related_slick .slick-arrow {
    display: none !important;
  }
}

.pro_list08 {
  padding-bottom: 60px;
  overflow-x: clip;
}
.pro_list08 .pro_left {
  width: 345px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list08 .pro_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .pro_list08 .pro_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pro_list08 .pro_left > div {
  position: sticky;
  top: 100px;
}
.pro_list08 .pro_left .pro_search {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1024px) {
  .pro_list08 .pro_left .pro_search {
    margin-bottom: 20px;
  }
}
.pro_list08 .pro_left .pro_search p {
  color: #4e4e4e;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .pro_list08 .pro_left .pro_search p {
    display: none;
  }
}
.pro_list08 .pro_left .pro_search div {
  position: relative;
}
.pro_list08 .pro_left .pro_search div input {
  width: 100%;
  padding: 6.5px 50px 6.5px 20px;
  border-radius: 50px;
}
.pro_list08 .pro_left .pro_search div button {
  position: absolute;
  top: 1px;
  right: 0;
  width: 50px;
  height: 33px;
  color: #4e4e4e;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .pro_list08 .pro_left .catalog_type {
    display: none;
  }
}
.pro_list08 .pro_left .catalog_type div {
  margin-bottom: 35px;
}
.pro_list08 .pro_left .catalog_type div p {
  color: #4e4e4e;
  font-size: calc(0.75rem + 1.25vw);
  font-weight: 700;
  line-height: 1;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #000000;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0;
  transition: all 0.3s;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li > a:hover, .pro_list08 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000000;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  content: "\f107";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  color: #A7A9AC;
  font-size: 18px;
  font-family: "FontAwesome";
  transform: translateY(-50%);
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  content: "\f106";
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
  padding-bottom: 17px;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 8px 0;
  transition: all 0.3s;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "";
  padding: 0 9px;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .pro_list08 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li ul li.moremenu {
  position: relative;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li ul li.moremenu > a {
  position: relative;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li ul li.moremenu > a::after {
  content: "\f107";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  color: #A7A9AC;
  font-size: 18px;
  font-family: "FontAwesome";
  transform: translateY(-50%);
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li ul li.moremenu.active > a::after {
  content: "\f106";
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li ul li ul {
  padding-bottom: 0;
}
.pro_list08 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 8px 0 8px 17px;
}
@media (min-width: 1025px) {
  .pro_list08 .pro_left .catalog_type_mb {
    display: none;
  }
}
.pro_list08 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.pro_list08 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .pro_list08 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.pro_list08 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.pro_list08 .pro_right {
  width: calc(100% - 345px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list08 .pro_right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  .pro_list08 .pro_right {
    width: 100%;
  }
}
.pro_list08 .pro_right .pro_cate_name {
  margin-bottom: 35px;
}
.pro_list08 .pro_right .pro_cate_name p {
  color: #4e4e4e;
  font-size: calc(0.75rem + 1.25vw);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .pro_list08 .pro_right .pro_cate_name p {
    font-size: calc(1.5rem + 0.78125vw);
    text-align: center;
  }
}
.pro_list08 .pro_right .pro_shelves .pro_item {
  position: relative;
  padding: 40px 0 40px 3.6458333333vw;
}
@media (max-width: 1100px) {
  .pro_list08 .pro_right .pro_shelves .pro_item {
    padding: 40px 0 40px 40px;
  }
}
@media (max-width: 1024px) {
  .pro_list08 .pro_right .pro_shelves .pro_item {
    padding: 30px;
  }
}
@media (max-width: 680px) {
  .pro_list08 .pro_right .pro_shelves .pro_item {
    padding: 40px 25px;
  }
}
.pro_list08 .pro_right .pro_shelves .pro_item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .pro_list08 .pro_right .pro_shelves .pro_item::before {
    display: none;
  }
}
.pro_list08 .pro_right .pro_shelves .pro_item:nth-child(odd)::before {
  background: #fff;
}
@media (max-width: 1024px) {
  .pro_list08 .pro_right .pro_shelves .pro_item:nth-child(odd) {
    background: #fff;
  }
}
.pro_list08 .pro_right .pro_shelves .pro_item:nth-child(even)::before {
  background: #f3f3f3;
}
@media (max-width: 1024px) {
  .pro_list08 .pro_right .pro_shelves .pro_item:nth-child(even) {
    background: #f3f3f3;
  }
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media (max-width: 1024px) {
  .pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div {
    gap: 20px 30px;
  }
}
@media (max-width: 680px) {
  .pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe {
  flex-shrink: 0;
  width: 225px;
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe .wardrobe_item li:not(.active) {
  display: none;
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe .wardrobe_item li a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe .wardrobe_item li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe .wardrobe_color {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe .wardrobe_color li {
  position: relative;
  width: 26px;
  height: 26px;
  background: var(--bg);
  background-size: 100% 100%;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe .wardrobe_color li {
    width: 20px;
    height: 20px;
  }
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe .wardrobe_color li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe .wardrobe_color li:hover::before, .pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe .wardrobe_color li.active::before {
  opacity: 1;
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe_info {
  width: 100%;
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe_info .pro_title {
  color: #4e4e4e;
  font-size: 24px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe_info .pro_title {
    font-size: 22px;
  }
}
@media (max-width: 680px) {
  .pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe_info .pro_title {
    text-align: center;
  }
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe_info .pro_model {
  color: #4e4e4e;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 680px) {
  .pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe_info .pro_model {
    text-align: center;
  }
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe_info .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 680px) {
  .pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe_info .module_desc {
    text-align-last: center;
  }
}
.pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe_info .button_set {
  justify-content: flex-end;
}
@media (max-width: 680px) {
  .pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe_info .button_set {
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .pro_list08 .pro_right .pro_shelves .pro_item .pro_info > div .wardrobe_info:hover .pro_title {
    color: #000000;
  }
}
.pro_list08 .pro_right .pro_shelves .pro_item.video_type .pro_info > div .wardrobe_info .button_set, .pro_list08 .pro_right .pro_shelves .pro_item.album_type .pro_info > div .wardrobe_info .button_set {
  position: relative;
}
.pro_list08 .pro_right .pro_shelves .pro_item.video_type .pro_info > div .wardrobe_info .button_set::before, .pro_list08 .pro_right .pro_shelves .pro_item.album_type .pro_info > div .wardrobe_info .button_set::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.pro_list08 .pro_right .pro_shelves .pro_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.pro_list08 .pro_right [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list08 .pro_right [class^=pagination] {
    margin-top: 40px;
  }
}

.pro_detail08 {
  padding-bottom: 60px;
}
.pro_detail08 .pro_left {
  width: 345px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail08 .pro_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pro_detail08 .pro_left > div {
  position: sticky;
  top: 100px;
}
.pro_detail08 .pro_left .pro_search {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_left .pro_search {
    margin-bottom: 20px;
  }
}
.pro_detail08 .pro_left .pro_search p {
  color: #4e4e4e;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_left .pro_search p {
    display: none;
  }
}
.pro_detail08 .pro_left .pro_search div {
  position: relative;
}
.pro_detail08 .pro_left .pro_search div input {
  width: 100%;
  padding: 6.5px 50px 6.5px 20px;
  border-radius: 50px;
}
.pro_detail08 .pro_left .pro_search div button {
  position: absolute;
  top: 1px;
  right: 0;
  width: 50px;
  height: 33px;
  color: #4e4e4e;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_left .catalog_type {
    display: none;
  }
}
.pro_detail08 .pro_left .catalog_type div {
  margin-bottom: 35px;
}
.pro_detail08 .pro_left .catalog_type div p {
  color: #4e4e4e;
  font-size: calc(0.75rem + 1.25vw);
  font-weight: 700;
  line-height: 1;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #000000;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0;
  transition: all 0.3s;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li > a:hover, .pro_detail08 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000000;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  content: "\f107";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  color: #A7A9AC;
  font-size: 18px;
  font-family: "FontAwesome";
  transform: translateY(-50%);
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  content: "\f106";
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
  padding-bottom: 17px;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 8px 0;
  transition: all 0.3s;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "";
  padding: 0 9px;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .pro_detail08 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li ul li.moremenu {
  position: relative;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li ul li.moremenu > a {
  position: relative;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li ul li.moremenu > a::after {
  content: "\f107";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  color: #A7A9AC;
  font-size: 18px;
  font-family: "FontAwesome";
  transform: translateY(-50%);
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li ul li.moremenu.active > a::after {
  content: "\f106";
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li ul li ul {
  padding-bottom: 0;
}
.pro_detail08 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 8px 0 8px 17px;
}
@media (min-width: 1025px) {
  .pro_detail08 .pro_left .catalog_type_mb {
    display: none;
  }
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.pro_detail08 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.pro_detail08 .pro_right {
  width: calc(100% - 345px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail08 .pro_right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_right {
    width: 100%;
  }
}
.pro_detail08 .pro_right .pro_content_top {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .pro_detail08 .pro_right .pro_content_top {
    margin-left: 40px;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left {
  position: relative;
  width: 50%;
  transition: all 0.3s;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left {
    width: 100%;
    max-width: 383px;
    margin: 0 auto;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set + .slick_set {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set:not(.active) {
  visibility: hidden;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_slick] {
  margin-bottom: 10px;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_slick] .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_slick] .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-slide {
  padding: 0 13px;
}
@media (max-width: 1200px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-slide {
    padding: 0 7.5px;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-slide p {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  cursor: pointer;
  overflow: hidden;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-slide p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-slide p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transition: all 0.15s;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-slide.slick-current p::after, .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-slide:hover p::after {
  border: 1px solid #000;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow:hover svg {
  fill: #000000;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_left .slick_set [class^=pro_thumb] .slick-arrow svg {
  height: 20px;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 35px;
  transform: all 0.3s;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 960px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right {
    width: 100%;
    padding-left: 0;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .back_to_list {
  width: 100%;
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .back_to_list {
    display: none;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .back_to_list a {
  display: block;
  width: fit-content;
  margin-left: auto;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_name {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_name {
    font-size: 24px;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_model {
  color: #b0afaf;
  font-size: 18px;
  margin-bottom: 35px;
}
@media (max-width: 1366px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_model {
    margin-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_model {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_model {
    margin-bottom: 15px;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_desc {
  height: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_desc > div {
  position: relative;
  height: 100%;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor {
  line-height: 1.8;
}
@media (min-width: 1201px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 1201px) and (min-width: 1025px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor::-webkit-scrollbar {
    width: 2px;
  }
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_tag {
  margin-top: 30px;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_tag > p {
  color: #4e4e4e;
  font-size: 14px;
  margin-bottom: 10px;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_tag ul li a {
  display: block;
  color: #939598;
  font-size: 14px;
  padding: 6px 20px;
  border: 1px solid #939598;
  border-radius: 50px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_tag ul li a {
    border-radius: 0;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_tag ul li a:hover, .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_tag ul li a.active {
  color: #000000;
  border: 1px solid #000000;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_choose {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_choose p {
  line-height: 26px;
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_choose p {
    line-height: 20px;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_choose .pro_color {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_choose .pro_color li {
  position: relative;
  width: 26px;
  height: 26px;
  background: var(--bg);
  background-size: 100% 100%;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_choose .pro_color li {
    width: 20px;
    height: 20px;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_choose .pro_color li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_choose .pro_color li:hover::before, .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_choose .pro_color li.active::before {
  opacity: 1;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_share {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 20px;
  margin-bottom: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_share p {
  line-height: 22px;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_share div {
  display: flex;
  align-items: center;
  gap: 10px 16px;
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_share div {
    gap: 10px 8px;
  }
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_share div a {
  display: block;
  color: #9fa0a0;
  font-size: 22px;
  transition: all 0.3s;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_share div a i {
  display: block;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_share div a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #9fa0a0;
  transition: all 0.3s;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_share div a:hover {
  color: #000000;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_share div a:hover svg {
  fill: #000000;
}
.pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_btn {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1680px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_btn {
    gap: 20px;
  }
}
@media (max-width: 1440px) {
  .pro_detail08 .pro_right .pro_content_top .pro_content_right .pro_btn {
    gap: 15px;
  }
}
.pro_detail08 .pro_right .pro_content_bottom {
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
}
.pro_detail08 .pro_right .pro_content_bottom .introduction {
  margin: 3.5416666667vw 0 22px;
}
@media (max-width: 640px) {
  .pro_detail08 .pro_right .pro_content_bottom .introduction {
    margin: 22px 0;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .introduction p {
  color: #f7f7f7;
  font-size: calc(1.125rem + 2.7083333333vw);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.pro_detail08 .pro_right .pro_content_bottom .pro_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .pro_detail08 .pro_right .pro_content_bottom .pro_tab {
    gap: 15px;
  }
}
@media (max-width: 840px) {
  .pro_detail08 .pro_right .pro_content_bottom .pro_tab {
    display: none;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .pro_tab > div {
  min-width: 200px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 9px 20px;
  background: #393993;
  border-bottom: 1px solid #393993;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail08 .pro_right .pro_content_bottom .pro_tab > div {
    min-width: 150px;
    font-size: 16px;
    padding: 10px 15px;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .pro_tab > div.active, .pro_detail08 .pro_right .pro_content_bottom .pro_tab > div:hover {
  background: #393993;
  border-bottom: 1px solid #000000;
}
.pro_detail08 .pro_right .pro_content_bottom .pro_tab_content_all {
  position: relative;
  overflow: hidden;
}
@media (max-width: 840px) {
  .pro_detail08 .pro_right .pro_content_bottom .pro_tab_content_all {
    display: none;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.pro_detail08 .pro_right .pro_content_bottom .pro_tab_content_all .pro_tab_content:not(.active) .cb_module {
  visibility: hidden;
}
@media (min-width: 841px) {
  .pro_detail08 .pro_right .pro_content_bottom .pro_content_mb {
    display: none;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .pro_content_mb .accordion_item:not(:first-child) .accordion_content {
  display: none;
}
.pro_detail08 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title {
  position: relative;
  color: #4e4e4e;
  font-size: 16px;
  padding: 7px 30px 7px 10px;
  border-bottom: 1px solid #d6d6d6;
  transition: all 0.3s;
}
.pro_detail08 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title::before, .pro_detail08 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 12px;
  height: 1px;
  background: #d6d6d6;
  transition: all 0.3s;
}
.pro_detail08 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title::after {
  transform: rotate(90deg);
}
.pro_detail08 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active {
  color: #fff;
  background: #000000;
  border-bottom: 1px solid #d6d6d6;
}
.pro_detail08 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active::before, .pro_detail08 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active::after {
  background: #fff;
}
.pro_detail08 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_title.active::after {
  transform: rotate(0deg);
}
.pro_detail08 .pro_right .pro_content_bottom .pro_content_mb .accordion_item .accordion_content {
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.pro_detail08 .pro_right .pro_content_bottom .download_item {
  padding: 0 8px 12px;
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1979166667vw 4.9479166667vw;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_right .pro_content_bottom .download_item .the_item {
    padding: 15px 18px 15px 25px;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item:nth-child(odd) {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item:nth-child(even) {
  background: #e6e7e8;
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item:not(:last-child) {
  margin-bottom: 15px;
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_left {
  padding-right: 20px;
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_left p {
  display: none;
  color: #939598;
  font-size: 14px;
  line-height: 1.3;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_left p {
    font-size: 12px;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_left a {
  color: #4e4e4e;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_left a {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_left a {
    font-size: 18px;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_left a:hover {
  color: #000000;
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_right {
  min-width: max-content;
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_right a {
  display: flex;
  align-items: center;
  color: #58595b;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_right a i {
  font-size: 30px;
}
@media (max-width: 1440px) {
  .pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_right a i {
    font-size: 26px;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_right a span {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_right a span {
    display: none;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .download_item .the_item .item_right a:hover {
  color: #000000;
}
.pro_detail08 .pro_right .pro_content_bottom .prev_next_btn {
  display: flex;
  gap: 0 40px;
  margin-top: calc(1.875rem + 2.0833333333vw);
}
@media (max-width: 1366px) {
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn {
    gap: 0 20px;
  }
}
@media (max-width: 480px) {
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn {
    margin-top: 40px;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a {
  display: flex;
  justify-content: space-between;
  gap: 0 25px;
  width: calc(50% - 20px);
  padding: 30px;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a {
    padding: 20px;
    background: #f5f5f5;
  }
}
@media (max-width: 960px) {
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a {
    background: unset;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a:nth-child(2) {
  flex-direction: row-reverse;
}
.pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a:nth-child(2) > div:nth-child(2) {
  width: calc(100% - 79px);
}
.pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  flex-shrink: 0;
  width: fit-content;
  color: #4e4e4e;
  font-size: 13px;
}
.pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a > div:nth-child(1) i {
  font-size: 17px;
}
.pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
  width: calc(100% - 113px);
}
@media (max-width: 480px) {
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a > div:nth-child(2) {
    display: none;
  }
}
.pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a > div:nth-child(2) div {
  flex-shrink: 0;
  width: 60px;
}
.pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a > div:nth-child(2) div p {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a > div:nth-child(2) div p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a > div:nth-child(2) > p {
  max-width: calc(100% - 85px);
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a > div:nth-child(2) > p {
    display: none;
  }
}
@media (max-width: 960px) {
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a > div:nth-child(2) > p {
    display: none;
  }
}
@media (min-width: 1025px) {
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a:hover {
    background: #f5f5f5;
  }
  .pro_detail08 .pro_right .pro_content_bottom .prev_next_btn a:hover > div:nth-child(2) p {
    color: #000000;
  }
}
.pro_detail08 .pro_right .related {
  margin-top: 60px;
}
.pro_detail08 .pro_right .related .module_title {
  margin-bottom: 40px;
}
.pro_detail08 .pro_right .related .module_title .eng {
  color: #e6e6e6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.pro_detail08 .pro_right .related .module_title .chi {
  color: #393939;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.pro_detail08 .pro_right .related .module_title img {
  width: 37px;
  height: auto;
  object-fit: contain;
}
.pro_detail08 .pro_right .related .module_title.white p:nth-child(1) {
  color: #fff;
}
.pro_detail08 .pro_right .related .module_title.white p:nth-child(2) {
  color: #fff;
}
@media (max-width: 1200px) {
  .pro_detail08 .pro_right .related .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .pro_detail08 .pro_right .related .module_title {
    margin-bottom: 30px;
  }
}
.pro_detail08 .pro_right .related .module_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.pro_detail08 .pro_right .related .module_content .wardrobe {
  width: calc(25% - 15px);
  padding: 20px;
  border: 1px solid #e4e4e4;
}
@media (max-width: 1366px) {
  .pro_detail08 .pro_right .related .module_content .wardrobe {
    padding: 20px 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .pro_detail08 .pro_right .related .module_content .wardrobe {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 840px) {
  .pro_detail08 .pro_right .related .module_content .wardrobe {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 640px) {
  .pro_detail08 .pro_right .related .module_content .wardrobe {
    width: calc(50% - 10px);
  }
}
@media (max-width: 400px) {
  .pro_detail08 .pro_right .related .module_content .wardrobe {
    width: 100%;
  }
}
.pro_detail08 .pro_right .related .module_content .wardrobe > a {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .pro_detail08 .pro_right .related .module_content .wardrobe > a {
    font-size: 18px;
  }
}
.pro_detail08 .pro_right .related .module_content .wardrobe .wardrobe_item li:not(.active) {
  display: none;
}
.pro_detail08 .pro_right .related .module_content .wardrobe .wardrobe_item li a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.pro_detail08 .pro_right .related .module_content .wardrobe .wardrobe_item li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail08 .pro_right .related .module_content .wardrobe .wardrobe_color {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.pro_detail08 .pro_right .related .module_content .wardrobe .wardrobe_color li {
  position: relative;
  width: 26px;
  height: 26px;
  background: var(--bg);
  background-size: 100% 100%;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .pro_detail08 .pro_right .related .module_content .wardrobe .wardrobe_color li {
    width: 20px;
    height: 20px;
  }
}
.pro_detail08 .pro_right .related .module_content .wardrobe .wardrobe_color li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.pro_detail08 .pro_right .related .module_content .wardrobe .wardrobe_color li:hover::before, .pro_detail08 .pro_right .related .module_content .wardrobe .wardrobe_color li.active::before {
  opacity: 1;
}

.article_list01 {
  padding-bottom: 60px;
}
.article_list01 .article_left {
  width: 425px;
  padding-right: 70px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .article_list01 .article_left {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .article_list01 .article_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.article_list01 .article_left > div {
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  .article_list01 .article_left .catalog_type {
    display: none;
  }
}
.article_list01 .article_left .catalog_type div {
  padding: 0 25px 15px;
}
.article_list01 .article_left .catalog_type div p:nth-child(1) {
  width: fit-content;
  color: #e6e6e6;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .article_list01 .article_left .catalog_type div p:nth-child(1) {
    font-size: 26px;
  }
}
.article_list01 .article_left .catalog_type div p:nth-child(2) {
  color: #393939;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .article_list01 .article_left .catalog_type div p:nth-child(2) {
    font-size: 15px;
  }
}
.article_list01 .article_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.article_list01 .article_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #000000;
}
.article_list01 .article_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0 17px 25px;
  transition: all 0.3s;
}
.article_list01 .article_left .catalog_type .catalog_menu > li > a:hover, .article_list01 .article_left .catalog_type .catalog_menu > li > a.active {
  color: #000000;
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu > a::before, .article_list01 .article_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0 19px 25px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul li a:hover, .article_list01 .article_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 50px;
}
@media (min-width: 1025px) {
  .article_list01 .article_left .catalog_type_mb {
    display: none;
  }
}
.article_list01 .article_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.article_list01 .article_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.article_list01 .article_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .article_list01 .article_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.article_list01 .article_right {
  width: calc(100% - 425px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .article_list01 .article_right {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1024px) {
  .article_list01 .article_right {
    width: 100%;
  }
}
.article_list01 .article_right .article_title {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .article_list01 .article_right .article_title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .article_list01 .article_right .article_title {
    font-size: 26px;
  }
}

.location_list01_filter {
  margin-bottom: 40px;
}
.location_list01_filter form {
  max-width: 900px;
}
@media (max-width: 840px) {
  .location_list01_filter form {
    max-width: 450px;
  }
}
.location_list01_filter form .row {
  justify-content: center;
}
.location_list01_filter form .form_item {
  width: 33.3333333333%;
}
@media (max-width: 840px) {
  .location_list01_filter form .form_item {
    width: 100%;
  }
  .location_list01_filter form .form_item + .form_item {
    margin-top: 5px;
  }
}
.location_list01_filter form .form_item select {
  width: 100%;
}

.location_list01 {
  padding-bottom: 60px;
}
.location_list01 .locations .row {
  gap: 3.125vw 0;
}
.location_list01 .locations .location_item {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
@media (max-width: 1440px) {
  .location_list01 .locations .location_item {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .location_list01 .locations .location_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .location_list01 .locations .location_item {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .location_list01 .locations .location_item {
    width: 100%;
  }
}
.location_list01 .locations .location_item .left {
  width: 50%;
}
@media (max-width: 1440px) {
  .location_list01 .locations .location_item .left {
    width: 100%;
  }
}
.location_list01 .locations .location_item .left a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.location_list01 .locations .location_item .left a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location_list01 .locations .location_item .right {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 0 0 20px;
}
@media (max-width: 1440px) {
  .location_list01 .locations .location_item .right {
    width: 100%;
    padding: 15px 0;
  }
}
.location_list01 .locations .location_item .right .info {
  margin-bottom: 20px;
}
.location_list01 .locations .location_item .right .info > a {
  display: block;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .location_list01 .locations .location_item .right .info > a {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .location_list01 .locations .location_item .right .info > a {
    font-size: 17px;
  }
}
.location_list01 .locations .location_item .right .info > a:hover {
  color: #000000;
}
.location_list01 .locations .location_item .right .info > p {
  display: flex;
}
.location_list01 .locations .location_item .right .info > p + p {
  margin-top: 5px;
}
.location_list01 .locations .location_item .right .info > p svg {
  flex-shrink: 0;
  width: auto;
  height: 16px;
  fill: #4e4e4e;
  margin-top: 2px;
  margin-right: 10px;
}
.location_list01 .locations .location_item .right .info > p i {
  flex-shrink: 0;
  width: 16px;
  color: #4e4e4e;
  font-size: 17px;
  margin-top: 1px;
  margin-right: 10px;
}
.location_list01 .locations .location_item .right .info > p span {
  color: #4e4e4e;
  font-size: 14px;
}
.location_list01 .locations .location_item .right .info > p span a {
  color: #4e4e4e;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .info > p span a:hover {
  color: #000000;
}
.location_list01 .locations .location_item .right .location_map {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 5px 3px;
  margin-top: auto;
  border: 1px solid #4e4e4e;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .location_map svg {
  width: auto;
  height: 21px;
  fill: #4e4e4e;
  margin-right: 5px;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .location_map span {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .location_map:hover {
  background: #000000;
  border: 1px solid #000000;
}
.location_list01 .locations .location_item .right .location_map:hover svg {
  fill: #fff;
}
.location_list01 .locations .location_item .right .location_map:hover span {
  color: #fff;
}
.location_list01 [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .location_list01 [class^=pagination] {
    margin-top: 40px;
  }
}

.location_detail01 {
  padding-bottom: 60px;
}
.location_detail01 .container {
  max-width: 1207px;
}
.location_detail01 .location_name_big {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 27px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .location_detail01 .location_name_big {
    margin-bottom: 20px;
  }
}
.location_detail01 .location_name_big p {
  color: #4e4e4e;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  padding-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .location_detail01 .location_name_big p {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .location_detail01 .location_name_big p {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .location_detail01 .location_name_big p {
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  .location_detail01 .location_name_big p {
    font-size: 22px;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .location_detail01 .location_name_big p {
    font-size: 20px;
  }
}
.location_detail01 .location_name_big a {
  display: block;
  min-width: max-content;
  color: #4e4e4e;
  font-size: 13px;
  padding: 10px 0;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .location_detail01 .location_name_big a {
    padding: 6px 0;
  }
}
@media (max-width: 720px) {
  .location_detail01 .location_name_big a {
    display: none;
  }
}
.location_detail01 .location_name_big a i {
  color: #4e4e4e;
  font-size: 17px;
  margin-right: 5px;
  transition: all 0.3s;
}
.location_detail01 .location_name_big a:hover {
  color: #000000;
}
.location_detail01 .location_name_big a:hover i {
  color: #000000;
}
.location_detail01 .location_slick {
  max-width: 750px;
  margin: 0 auto;
}
.location_detail01 .location_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.location_detail01 .location_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location_detail01 .location_thumbnail {
  max-width: 750px;
  margin: 30px auto 0;
  padding: 0 50px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .location_detail01 .location_thumbnail {
    margin: 20px auto 0;
    padding: 0 45px;
  }
}
@media (max-width: 480px) {
  .location_detail01 .location_thumbnail {
    padding: 0 25px;
  }
}
.location_detail01 .location_thumbnail .slick-slide {
  padding: 0 7px;
}
.location_detail01 .location_thumbnail .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: all 0.3s;
}
.location_detail01 .location_thumbnail .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location_detail01 .location_thumbnail .slick-slide:hover a {
  border: 1px solid #000000;
}
.location_detail01 .location_thumbnail .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .location_detail01 .location_thumbnail .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .location_detail01 .location_thumbnail .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.location_detail01 .location_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.location_detail01 .location_thumbnail .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.location_detail01 .location_thumbnail .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.location_detail01 .location_thumbnail .slick-arrow:hover svg {
  fill: #000000;
}
.location_detail01 .location_thumbnail .slick-arrow.white svg {
  fill: #fff;
}
.location_detail01 .location_thumbnail .slick-arrow.white:hover svg {
  fill: #b1b1b1;
}
@media (max-width: 480px) {
  .location_detail01 .location_thumbnail .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.location_detail01 .location_name_small {
  padding-bottom: 13px;
  margin: 50px 0 16px;
}
@media (max-width: 960px) {
  .location_detail01 .location_name_small {
    margin: 40px 0 16px;
  }
}
.location_detail01 .location_name_small.get_line {
  background-image: linear-gradient(to right, rgba(147, 149, 152, 0.2), rgba(147, 149, 152, 0.2)), linear-gradient(to right, rgba(147, 149, 152, 0.2), rgba(147, 149, 152, 0.2));
  background-position: 0 bottom, 20px bottom;
  background-size: 20px 1px, calc(100% - 20px) 1px;
  background-repeat: no-repeat;
}
.location_detail01 .location_name_small p {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .location_detail01 .location_name_small p {
    font-size: 22px;
  }
}
@media (max-width: 720px) {
  .location_detail01 .location_name_small p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .location_detail01 .location_name_small p {
    font-size: 18px;
  }
}
.location_detail01 .location_intro_content,
.location_detail01 .location_detail_content {
  margin-bottom: 40px;
}
.location_detail01 .location_tags_btn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .location_detail01 .location_tags_btn {
    flex-direction: column;
  }
}
.location_detail01 .location_tags_btn .location_tags {
  display: flex;
  align-items: flex-start;
  margin-right: 30px;
}
@media (max-width: 720px) {
  .location_detail01 .location_tags_btn .location_tags {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.location_detail01 .location_tags_btn .location_tags img {
  min-width: 28px;
  padding: 4px 0;
  margin-right: 28px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .location_detail01 .location_tags_btn .location_tags img {
    padding: 2px 0;
    margin-right: 20px;
  }
}
.location_detail01 .location_tags_btn .location_tags p {
  display: flex;
  flex-wrap: wrap;
}
.location_detail01 .location_tags_btn .location_tags p a {
  display: block;
  color: #4e4e4e;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 5px;
  border-left: 1px solid #4e4e4e;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .location_detail01 .location_tags_btn .location_tags p a {
    font-size: 16px;
    padding: 0 12px;
  }
}
@media (max-width: 720px) {
  .location_detail01 .location_tags_btn .location_tags p a {
    font-size: 14px;
    padding: 0 10px;
  }
}
.location_detail01 .location_tags_btn .location_tags p a:last-child {
  border-right: 1px solid #4e4e4e;
}
.location_detail01 .location_tags_btn .location_tags p a:hover {
  color: #000000;
}
.location_detail01 .location_tags_btn [class^=button] {
  flex-shrink: 0;
}
.location_detail01 .location_share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(147, 149, 152, 0.2);
}
.location_detail01 .location_share > p {
  color: #4e4e4e;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.location_detail01 .location_share div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.location_detail01 .location_share div a {
  display: block;
  color: #BCBEC0;
  font-size: 22px;
  transition: all 0.3s;
}
.location_detail01 .location_share div a i {
  display: block;
}
.location_detail01 .location_share div a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #BCBEC0;
  transition: all 0.3s;
}
.location_detail01 .location_share div a:hover {
  color: #000000;
}
.location_detail01 .location_share div a:hover svg {
  fill: #000000;
}

.enroll_list01_filter {
  margin-bottom: 40px;
}
.enroll_list01_filter form {
  padding: 20px 40px;
  background: #ebebeb;
}
@media (max-width: 540px) {
  .enroll_list01_filter form {
    padding: 20px;
  }
}
.enroll_list01_filter form .form_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 40px;
}
@media (max-width: 1200px) {
  .enroll_list01_filter form .form_row {
    align-items: center;
    flex-direction: column;
  }
}
.enroll_list01_filter form .form_item {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 33.3333333333%;
  max-width: 310px;
}
@media (max-width: 1200px) {
  .enroll_list01_filter form .form_item {
    width: 100%;
    max-width: 450px;
    gap: 0 15px;
  }
}
.enroll_list01_filter form .form_item:last-child {
  position: relative;
}
.enroll_list01_filter form .form_item label {
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .enroll_list01_filter form .form_item label {
    width: 80px;
  }
}
@media (max-width: 400px) {
  .enroll_list01_filter form .form_item label {
    width: auto;
  }
}
@media (max-width: 400px) {
  .enroll_list01_filter form .form_item label span {
    display: none;
  }
}
.enroll_list01_filter form .form_item input {
  padding-right: 40px;
}
.enroll_list01_filter form .form_item input,
.enroll_list01_filter form .form_item select {
  width: 100%;
}
.enroll_list01_filter form .form_item button {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #4e4e4e;
  font-size: 20px;
  transform: translateY(-50%);
}

.enroll_list01 {
  padding-bottom: 60px;
}
.enroll_list01 table {
  border-collapse: separate;
  border-spacing: 0 20px;
}
@media (max-width: 1024px) {
  .enroll_list01 table {
    display: none;
  }
}
.enroll_list01 table tr th {
  min-width: 110px;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 10px;
}
.enroll_list01 table tr td {
  color: #4e4e4e;
  text-align: center;
  padding: 17px 10px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.1s;
}
.enroll_list01 table tr td:first-child {
  border-left: 1px solid #d9d9d9;
}
.enroll_list01 table tr td:last-child {
  border-right: 1px solid #d9d9d9;
}
.enroll_list01 table tr td a:not([class^=button]) {
  color: #4e4e4e;
}
.enroll_list01 table tr td [class^=button] {
  width: 148px;
}
@media (max-width: 1200px) {
  .enroll_list01 table tr td [class^=button] {
    width: 120px;
  }
}
.enroll_list01 table tr td [class^=button].disabled {
  filter: grayscale(1);
  pointer-events: none;
}
.enroll_list01 table tr td [class^=button] svg {
  height: 19px;
  margin-right: 10px !important;
}
@media (min-width: 1025px) {
  .enroll_list01 table tr:hover td {
    color: #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .enroll_list01 table tr:hover td:first-child {
    border-left: 1px solid #000000;
  }
  .enroll_list01 table tr:hover td:last-child {
    border-right: 1px solid #000000;
  }
  .enroll_list01 table tr:hover td a:not([class^=button]) {
    color: #000000;
  }
}
.enroll_list01 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 1025px) {
  .enroll_list01 ul {
    display: none;
  }
}
.enroll_list01 ul li {
  width: calc(50% - 7.5px);
  padding: 20px;
  border: 1px solid #d9d9d9;
}
@media (max-width: 540px) {
  .enroll_list01 ul li {
    width: 100%;
  }
}
.enroll_list01 ul li p + p {
  margin-top: 8px;
}
.enroll_list01 ul li p:first-child > a {
  color: #4e4e4e;
  font-size: 17px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.enroll_list01 ul li p:nth-child(n+2) {
  display: flex;
  gap: 0 16px;
}
.enroll_list01 ul li p:nth-child(n+2) > *:nth-child(1) {
  flex-shrink: 0;
  color: #4e4e4e;
}
.enroll_list01 ul li p:nth-child(n+2) > *:nth-child(2) {
  width: 100%;
  color: #4e4e4e;
  word-break: break-word;
}
.enroll_list01 ul li p:nth-child(n+2) > *:nth-child(2) [class^=button] {
  width: 120px;
  height: 35px;
}
.enroll_list01 ul li p:nth-child(n+2) > *:nth-child(2) [class^=button].disabled {
  filter: grayscale(1);
  pointer-events: none;
}
.enroll_list01 ul li p:nth-child(n+2) > *:nth-child(2) [class^=button] svg {
  height: 14px;
  margin-right: 7px !important;
}

.enroll_detail01 {
  padding-bottom: 60px;
}
.enroll_detail01 .enroll_subject {
  color: #4e4e4e;
  font-size: calc(1.1875rem + 0.6770833333vw);
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .enroll_detail01 .enroll_subject {
    margin-bottom: 20px;
  }
}
.enroll_detail01 .enroll_info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  padding-bottom: 18px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 640px) {
  .enroll_detail01 .enroll_info {
    flex-direction: column;
  }
}
.enroll_detail01 .enroll_info li {
  color: #4e4e4e;
}
.enroll_detail01 .enroll_info li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: #000000;
}
.enroll_detail01 .enroll_content + .enroll_content {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .enroll_detail01 .enroll_content + .enroll_content {
    margin-top: 40px;
  }
}
.enroll_detail01 .enroll_content .box_name {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #4e4e4e;
  font-size: calc(1.0625rem + 0.5729166667vw);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .enroll_detail01 .enroll_content .box_name {
    margin-bottom: 20px;
  }
}
.enroll_detail01 .enroll_content .box_name::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("../img/favicon.svg") no-repeat center center/cover;
}
.enroll_detail01 .enroll_content form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .enroll_detail01 .enroll_content form .form_item.w50 {
    width: 50%;
  }
}
.enroll_detail01 .enroll_content form .form_item .label {
  margin-bottom: 5px;
}
.enroll_detail01 .enroll_content form .form_item.one_line .label {
  display: inline-block;
}
.enroll_detail01 .enroll_content form .form_item label {
  color: #4e4e4e;
  font-size: 16px;
  margin-right: 7px;
}
.enroll_detail01 .enroll_content form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.enroll_detail01 .enroll_content form .form_item label.radio {
  cursor: pointer;
  border: unset;
  border-radius: unset;
}
.enroll_detail01 .enroll_content form .form_item input:not([type=radio]) {
  display: block;
  width: 100%;
}
.enroll_detail01 .enroll_content form .form_item textarea {
  display: block;
  width: 100%;
}
.enroll_detail01 .enroll_content form .form_item .submit {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .enroll_detail01 .enroll_content form .form_item .submit > * {
    margin: 0 auto;
  }
}
.enroll_detail01 .enroll_content form .form_item input[type=submit] {
  display: none;
}
.enroll_detail01 .back_to_list {
  margin-top: 60px;
}

.download_list01 {
  padding-bottom: 60px;
}
.download_list01 .download_left {
  width: 425px;
  padding-right: 70px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .download_list01 .download_left {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .download_list01 .download_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .download_list01 .download_left .catalog_type {
    display: none;
  }
}
.download_list01 .download_left .catalog_type div {
  padding: 0 25px 15px;
}
.download_list01 .download_left .catalog_type div p:nth-child(1) {
  width: fit-content;
  color: #e6e6e6;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .download_list01 .download_left .catalog_type div p:nth-child(1) {
    font-size: 26px;
  }
}
.download_list01 .download_left .catalog_type div p:nth-child(2) {
  color: #393939;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .download_list01 .download_left .catalog_type div p:nth-child(2) {
    font-size: 15px;
  }
}
.download_list01 .download_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.download_list01 .download_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #000000;
}
.download_list01 .download_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0 17px 25px;
  transition: all 0.3s;
}
.download_list01 .download_left .catalog_type .catalog_menu > li > a:hover, .download_list01 .download_left .catalog_type .catalog_menu > li > a.active {
  color: #000000;
}
.download_list01 .download_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.download_list01 .download_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.download_list01 .download_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.download_list01 .download_left .catalog_type .catalog_menu > li.moremenu > a::before, .download_list01 .download_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.download_list01 .download_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.download_list01 .download_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.download_list01 .download_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.download_list01 .download_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0 19px 25px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.download_list01 .download_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.download_list01 .download_left .catalog_type .catalog_menu > li ul li a:hover, .download_list01 .download_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000000;
}
.download_list01 .download_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.download_list01 .download_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 50px;
}
@media (min-width: 1025px) {
  .download_list01 .download_left .catalog_type_mb {
    display: none;
  }
}
.download_list01 .download_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.download_list01 .download_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.download_list01 .download_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .download_list01 .download_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.download_list01 .download_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.download_list01 .download_right {
  width: calc(100% - 425px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .download_list01 .download_right {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1024px) {
  .download_list01 .download_right {
    width: 100%;
  }
}
.download_list01 .download_right .download_item .the_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1979166667vw 4.9479166667vw;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .download_list01 .download_right .download_item .the_item {
    padding: 15px 18px 15px 25px;
  }
}
.download_list01 .download_right .download_item .the_item:nth-child(odd) {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.download_list01 .download_right .download_item .the_item:nth-child(even) {
  background: #e6e7e8;
}
.download_list01 .download_right .download_item .the_item:not(:last-child) {
  margin-bottom: 15px;
}
.download_list01 .download_right .download_item .the_item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.download_list01 .download_right .download_item .the_item .item_left {
  padding-right: 20px;
}
.download_list01 .download_right .download_item .the_item .item_left p {
  display: none;
  color: #939598;
  font-size: 14px;
  line-height: 1.3;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .download_list01 .download_right .download_item .the_item .item_left p {
    font-size: 12px;
  }
}
.download_list01 .download_right .download_item .the_item .item_left a {
  color: #4e4e4e;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .download_list01 .download_right .download_item .the_item .item_left a {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .download_list01 .download_right .download_item .the_item .item_left a {
    font-size: 18px;
  }
}
.download_list01 .download_right .download_item .the_item .item_left a:hover {
  color: #000000;
}
.download_list01 .download_right .download_item .the_item .item_right {
  min-width: max-content;
}
.download_list01 .download_right .download_item .the_item .item_right a {
  display: flex;
  align-items: center;
  color: #58595b;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.download_list01 .download_right .download_item .the_item .item_right a i {
  font-size: 30px;
}
@media (max-width: 1440px) {
  .download_list01 .download_right .download_item .the_item .item_right a i {
    font-size: 26px;
  }
}
.download_list01 .download_right .download_item .the_item .item_right a span {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .download_list01 .download_right .download_item .the_item .item_right a span {
    display: none;
  }
}
.download_list01 .download_right .download_item .the_item .item_right a:hover {
  color: #000000;
}
.download_list01 .download_right [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .download_list01 .download_right [class^=pagination] {
    margin-top: 40px;
  }
}

.download_list02 {
  padding-bottom: 60px;
}
.download_list02 .download_set + .download_set {
  margin-top: 50px;
}
.download_list02 .download_set .set_cate {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.download_list02 .download_set .set_head {
  display: flex;
  gap: 5px;
}
.download_list02 .download_set .set_head p {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 16px;
}
.download_list02 .download_set .set_head p:nth-child(1) {
  width: 100%;
}
.download_list02 .download_set .set_head p:nth-child(2) {
  flex-shrink: 0;
  width: calc(3.75rem + 3.125vw);
}
.download_list02 .download_set .set_body [class^=set_lv] {
  display: flex;
  gap: 5px;
}
.download_list02 .download_set .set_body [class^=set_lv] + [class^=set_lv] {
  margin-top: 5px;
}
.download_list02 .download_set .set_body [class^=set_lv] p {
  transition: all 0.3s;
}
.download_list02 .download_set .set_body [class^=set_lv] p a {
  color: #4e4e4e;
  font-weight: 700;
  transition: all 0.3s;
}
.download_list02 .download_set .set_body [class^=set_lv] p:nth-child(1) {
  width: 100%;
  padding: 13px 16px;
}
.download_list02 .download_set .set_body [class^=set_lv] p:nth-child(1) a:hover {
  color: #000000;
}
.download_list02 .download_set .set_body [class^=set_lv] p:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: calc(3.75rem + 3.125vw);
}
.download_list02 .download_set .set_body [class^=set_lv] p:nth-child(2) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #4e4e4e;
  border-radius: 50%;
}
.download_list02 .download_set .set_body [class^=set_lv] p:nth-child(2) a:hover {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.download_list02 .download_set .set_body [class^=set_lv]:hover p {
  background: rgba(0, 0, 0, 0.1);
}
.download_list02 .download_set .set_body .set_lv_1 p {
  background: #d8d8d8;
}
.download_list02 .download_set .set_body .set_lv_1.no_dl p:nth-child(2) a {
  visibility: hidden;
}
.download_list02 .download_set .set_body .set_lv_2 p {
  background: #ebebeb;
}
.download_list02 .download_set .set_body .set_lv_2 p:nth-child(1) a {
  display: inline-flex;
  align-items: center;
}
.download_list02 .download_set .set_body .set_lv_2 p:nth-child(1) a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 15px;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9.5px;
  border-color: transparent transparent transparent #999;
}

.download_list03 {
  padding-bottom: 60px;
}
.download_list03 .row {
  gap: 3.125vw 0;
}
@media (max-width: 480px) {
  .download_list03 .row {
    gap: 30px 0;
  }
}
.download_list03 .download_item {
  display: flex;
  flex-wrap: wrap;
  width: 33.3333333333%;
}
@media (max-width: 1200px) {
  .download_list03 .download_item {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .download_list03 .download_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 540px) {
  .download_list03 .download_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .download_list03 .download_item {
    width: 100%;
  }
}
.download_list03 .download_item .left {
  width: 50%;
}
@media (min-width: 481px) and (max-width: 840px) {
  .download_list03 .download_item .left {
    width: 100%;
  }
}
.download_list03 .download_item .left a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 127.8%;
  overflow: hidden;
}
.download_list03 .download_item .left a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.download_list03 .download_item .right {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  width: 50%;
  padding: 15px 0 15px 20px;
}
@media (min-width: 481px) and (max-width: 840px) {
  .download_list03 .download_item .right {
    width: 100%;
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  .download_list03 .download_item .right {
    padding: 0 0 0 15px;
  }
}
.download_list03 .download_item .right .dl_name {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .download_list03 .download_item .right .dl_name {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .download_list03 .download_item .right .dl_name {
    font-size: 16px;
  }
}
.download_list03 .download_item .right .dl_name:hover {
  color: #000000;
}
@media (min-width: 841px) {
  .download_list03 .download_item .right .dl_desc {
    position: relative;
    height: 100%;
  }
  .download_list03 .download_item .right .dl_desc .editor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 841px) and (min-width: 1025px) {
  .download_list03 .download_item .right .dl_desc .editor::-webkit-scrollbar {
    width: 2px;
  }
  .download_list03 .download_item .right .dl_desc .editor::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .download_list03 .download_item .right .dl_desc .editor::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .download_list03 .download_item .right .dl_desc .editor::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
@media (max-width: 480px) {
  .download_list03 .download_item .right .dl_desc {
    position: relative;
    height: 100%;
  }
  .download_list03 .download_item .right .dl_desc .editor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 480px) and (min-width: 1025px) {
  .download_list03 .download_item .right .dl_desc .editor::-webkit-scrollbar {
    width: 2px;
  }
  .download_list03 .download_item .right .dl_desc .editor::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .download_list03 .download_item .right .dl_desc .editor::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .download_list03 .download_item .right .dl_desc .editor::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}

.download_list04 {
  padding-bottom: 60px;
}
.download_list04 table thead th {
  color: #fff;
  padding: 17px 15px;
}
.download_list04 table thead th:nth-child(1) {
  text-align: left;
  background: #7e7e7e;
  border-radius: 10px 0 0 10px;
}
@media (min-width: 577px) {
  .download_list04 table thead th:nth-child(1) {
    padding-left: 2.6041666667vw;
  }
}
.download_list04 table thead th:nth-child(2) {
  width: 10.9375vw;
  min-width: 100px;
  background: #868686;
}
@media (max-width: 540px) {
  .download_list04 table thead th:nth-child(2) {
    min-width: 80px;
  }
  .download_list04 table thead th:nth-child(2) span {
    display: none;
  }
}
@media (max-width: 400px) {
  .download_list04 table thead th:nth-child(2) {
    display: none;
  }
}
.download_list04 table thead th:nth-child(3) {
  width: 13.125vw;
  min-width: 120px;
  background: #939393;
}
@media (max-width: 540px) {
  .download_list04 table thead th:nth-child(3) {
    display: none;
  }
}
.download_list04 table thead th:nth-child(4) {
  width: 6.6666666667vw;
  min-width: 80px;
  background: #a4a4a4;
  border-radius: 0 10px 10px 0;
}
.download_list04 table tbody td {
  color: #4e4e4e;
  padding: 12px 15px;
  border-bottom: 1px solid #d8d8d8;
}
.download_list04 table tbody td:not(:first-child) {
  text-align: center;
}
@media (min-width: 577px) {
  .download_list04 table tbody td:nth-child(1) {
    padding-left: 2.6041666667vw;
  }
}
@media (max-width: 400px) {
  .download_list04 table tbody td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 540px) {
  .download_list04 table tbody td:nth-child(3) {
    display: none;
  }
}
.download_list04 table tbody td a {
  color: #4e4e4e;
  transition: all 0.1s;
}
.download_list04 table tbody td a i {
  display: block;
  font-size: 25px;
  transform: scale(-1, 1);
}
@media (max-width: 540px) {
  .download_list04 table tbody td a i {
    font-size: 22px;
  }
}
.download_list04 table tbody td a:hover {
  color: #000000;
}
.download_list04 .no_data {
  margin-top: 60px;
}
.download_list04 .no_data > p {
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
}
.download_list04 .no_data > p + p {
  margin-top: 20px;
}
.download_list04 .no_data > p i {
  display: block;
  font-size: 30px;
  transform: scale(-1, 1);
}

.file_lock01 {
  padding-bottom: 60px;
}
.file_lock01 img {
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .file_lock01 img {
    width: 120px;
  }
}
.file_lock01 form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 15px;
}
@media (max-width: 400px) {
  .file_lock01 form {
    flex-direction: column;
  }
}
.file_lock01 form.unlock_file {
  margin-top: 30px;
}
@media (max-width: 400px) {
  .file_lock01 form.unlock_file {
    margin-top: 40px;
  }
}
.file_lock01 form input:not([type=radio]):not([type=checkbox]) {
  padding: 11.5px 10px;
}
@media (max-width: 1200px) {
  .file_lock01 form input:not([type=radio]):not([type=checkbox]) {
    padding: 9px 10px;
  }
}
@media (max-width: 400px) {
  .file_lock01 form input:not([type=radio]):not([type=checkbox]) {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .file_lock01 form [class^=button] {
    width: 100%;
  }
}

.faq01 {
  padding-bottom: 60px;
}
.faq01 .faq_list .faq_item {
  border: 1px solid #ccc;
}
.faq01 .faq_list .faq_item:not(:last-child) {
  margin-bottom: 15px;
}
.faq01 .faq_list .faq_item .faq_title {
  display: flex;
  padding-left: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .faq01 .faq_list .faq_item .faq_title {
    padding-left: 10px;
  }
}
.faq01 .faq_list .faq_item .faq_title > *:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  color: #4e4e4e;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  padding-top: 18px;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title > *:first-child i {
  display: block;
}
.faq01 .faq_list .faq_item .faq_title > p {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
  color: #4e4e4e;
  font-size: 16px;
  padding: 10px 15px 10px 0;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title > *:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  color: #fff;
  font-size: 16px;
  background: #000000;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title > *:last-child i {
  display: block;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title.active {
  background: #000000 !important;
}
.faq01 .faq_list .faq_item .faq_title.active > *:first-child {
  color: #fff;
}
.faq01 .faq_list .faq_item .faq_title.active > p {
  color: #fff;
}
.faq01 .faq_list .faq_item .faq_title.active > *:last-child {
  color: #4e4e4e;
}
.faq01 .faq_list .faq_item .faq_title.active > *:last-child i {
  transform: rotate(45deg);
}
.faq01 .faq_list .faq_item:nth-child(odd) .faq_title {
  background: #E6E7E9;
}
.faq01 .faq_list .faq_item:nth-child(odd) .faq_title.active > *:last-child {
  background: #E6E7E9;
}
.faq01 .faq_list .faq_item:nth-child(even) .faq_title {
  background: #FBFBFB;
}
.faq01 .faq_list .faq_item:nth-child(even) .faq_title.active > *:last-child {
  background: #FBFBFB;
}
.faq01 .faq_list .faq_item .faq_answer {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #ccc;
}
.faq01 .faq_list .faq_item .faq_answer > div {
  display: flex;
  align-items: flex-start;
  padding: 30px 60px 30px 20px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .faq01 .faq_list .faq_item .faq_answer > div {
    padding: 25px 30px 25px 10px;
  }
}
.faq01 .faq_list .faq_item .faq_answer > div > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  color: #4e4e4e;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  text-align: center;
}
.faq01 .faq_list .faq_item .faq_answer > div > div:nth-child(1) i {
  display: block;
}
.faq01 .faq_list .faq_item .faq_answer > div > div:nth-child(2) {
  width: calc(100% - 50px);
}
.faq01 [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .faq01 [class^=pagination] {
    margin-top: 40px;
  }
}

.compare01 {
  padding-bottom: 60px;
}
.compare01 .compare_table .compare_title {
  color: #4e4e4e;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .compare01 .compare_table .compare_title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .compare01 .compare_table .compare_title {
    font-size: 26px;
  }
}
.compare01 .compare_table .compare_content {
  overflow-x: auto;
}
.compare01 .compare_table .compare_content table {
  border-bottom: 1px solid #dcdcdc;
}
.compare01 .compare_table .compare_content table tr th {
  vertical-align: top;
  padding: 0 20px 30px;
}
@media (max-width: 1024px) {
  .compare01 .compare_table .compare_content table tr th {
    padding: 0 20px 15px;
  }
}
.compare01 .compare_table .compare_content table tr th + th {
  border-left: 1px solid #dcdcdc;
}
.compare01 .compare_table .compare_content table tr th:first-child {
  color: #4e4e4e;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .compare01 .compare_table .compare_content table tr th:first-child {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .compare01 .compare_table .compare_content table tr th:first-child {
    font-size: 28px;
  }
}
@media (max-width: 720px) {
  .compare01 .compare_table .compare_content table tr th:first-child {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .compare01 .compare_table .compare_content table tr th:first-child {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .compare01 .compare_table .compare_content table tr th:first-child {
    font-size: 22px;
  }
}
.compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item {
  position: relative;
}
.compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item > div {
  max-width: 380px;
  margin: 0 auto;
}
.compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item > div .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item > div .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item .pro_title {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 720px) {
  .compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item .pro_title {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item .pro_title {
    font-size: 16px;
  }
}
.compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item .delete {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #393993;
  transition: all 0.3s;
}
.compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item .delete::before, .compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item .delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  width: 20px;
  height: 1px;
  background: #fff;
}
.compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item .delete::before {
  transform: rotate(45deg);
}
.compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item .delete::after {
  transform: rotate(-45deg);
}
.compare01 .compare_table .compare_content table tr th:nth-child(n+2) .item .delete:hover {
  background: #000000;
}
.compare01 .compare_table .compare_content table tr td {
  vertical-align: top;
  padding: 15px 20px;
  background: #f5f5f5;
  border-top: 1px solid #dcdcdc;
}
.compare01 .compare_table .compare_content table tr td + td {
  border-left: 1px solid #dcdcdc;
}
.compare01 .compare_table .compare_content table tr td:first-child {
  font-weight: 700;
}
.compare01 .compare_table .compare_content table tr td:nth-child(n+2) {
  text-align: center;
}

.compare02 {
  padding-bottom: 60px;
}
.compare02 .compare_table .compare_title {
  margin-bottom: 40px;
}
.compare02 .compare_table .compare_title p:nth-child(1) {
  color: #4e4e4e;
  font-size: 30px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .compare02 .compare_table .compare_title p:nth-child(1) {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .compare02 .compare_table .compare_title p:nth-child(1) {
    font-size: 26px;
  }
}
.compare02 .compare_table .compare_title p:nth-child(2) {
  color: #58595b;
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .compare02 .compare_table .compare_title p:nth-child(2) {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .compare02 .compare_table .compare_title p:nth-child(2) {
    font-size: 18px;
  }
}
.compare02 .compare_table .compare_content .dt-tools {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .compare02 .compare_table .compare_content .dt-tools {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.compare02 .compare_table .compare_content .dt-tools .dt-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.compare02 .compare_table .compare_content .dt-tools .dt-buttons .dt-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 15px;
  margin: 0;
  background: #000000;
  border: 1px solid #000000;
  outline: none;
  transition: all 0.3s;
}
.compare02 .compare_table .compare_content .dt-tools .dt-buttons .dt-button span {
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  line-height: normal;
  letter-spacing: 1px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .compare02 .compare_table .compare_content .dt-tools .dt-buttons .dt-button span {
    font-size: 13px;
  }
}
.compare02 .compare_table .compare_content .dt-tools .dt-buttons .dt-button:hover {
  background: #fff;
}
.compare02 .compare_table .compare_content .dt-tools .dt-buttons .dt-button:hover span {
  color: #000000;
}
.compare02 .compare_table .compare_content .dt-tools .dt-tools-right {
  display: flex;
  flex-shrink: 0;
  gap: 0 10px;
}
@media (max-width: 640px) {
  .compare02 .compare_table .compare_content .dt-tools .dt-tools-right .dt-search {
    margin-top: 0;
  }
}
.compare02 .compare_table .compare_content .dt-tools .dt-tools-right .dt-search .dt-input {
  width: 100px;
}
.compare02 .compare_table .compare_content .dt-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .compare02 .compare_table .compare_content .dt-bottom {
    flex-direction: column;
    margin-top: 20px;
  }
}
.compare02 .compare_table .compare_content .dt-scroll-body {
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 1025px) {
  .compare02 .compare_table .compare_content .dt-scroll-body::-webkit-scrollbar {
    height: 5px;
  }
  .compare02 .compare_table .compare_content .dt-scroll-body::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 50px;
  }
  .compare02 .compare_table .compare_content .dt-scroll-body::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 50px;
  }
  .compare02 .compare_table .compare_content .dt-scroll-body::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
  }
}
.compare02 .compare_table .compare_content .compare_table thead th {
  color: #4e4e4e;
  background: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  border-bottom: unset;
}
.compare02 .compare_table .compare_content .compare_table thead th + th {
  border-left: 1px solid #dcdcdc;
}
.compare02 .compare_table .compare_content .compare_table thead th:nth-child(n+2) {
  text-align: center;
}
.compare02 .compare_table .compare_content .compare_table tbody td {
  border-top: 1px solid #dcdcdc;
}
.compare02 .compare_table .compare_content .compare_table tbody td + td {
  border-left: 1px solid #dcdcdc;
}
.compare02 .compare_table .compare_content .compare_table tbody td:first-child {
  font-weight: 700;
  background: #f5f5f5;
}
.compare02 .compare_table .compare_content .compare_table tbody td:nth-child(n+2) {
  text-align: center;
}

.inquiry01 {
  padding-bottom: 60px;
}
.inquiry01 .inquiry_form .inquiry_title {
  color: #4e4e4e;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .inquiry01 .inquiry_form .inquiry_title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .inquiry01 .inquiry_form .inquiry_title {
    font-size: 26px;
  }
}
.inquiry01 .inquiry_form .inquiry_top {
  margin-bottom: 60px;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 20px 35px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: calc(0.625rem + 0.5208333333vw);
  overflow: hidden;
  transition: all 0.3s;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item {
    padding: 15px;
  }
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_img {
  width: 160px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_img {
    width: 120px;
  }
}
@media (max-width: 600px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_img {
    margin-bottom: 15px;
  }
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_img a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_img a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy {
  display: block;
  position: relative;
  width: calc(100% - 345px);
  padding: 0 40px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy {
    width: calc(100% - 240px);
    padding: 0 25px;
  }
}
@media (max-width: 840px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy {
    width: calc(100% - 120px);
  }
}
@media (max-width: 600px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy {
    width: 100%;
    padding: 0;
  }
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy::before {
  content: "";
  position: absolute;
  top: -300px;
  bottom: -300px;
  left: 100%;
  width: 220px;
  background: #eee;
  z-index: -1;
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy::before {
    display: none;
  }
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .item_title {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .item_title {
    font-size: 17px;
  }
}
@media (min-width: 1025px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .item_title:hover {
    color: #000000;
  }
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy > p {
  color: #999;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy > p {
    font-size: 14px;
  }
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy > p.item_model {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy > p.item_choose {
  margin-top: 5px;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy > p.item_info {
  margin-top: 3px;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy > p.item_quantity_mb {
  display: flex;
  align-items: center;
  color: #4e4e4e;
  font-weight: 500;
  margin-top: 20px;
}
@media (min-width: 841px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy > p.item_quantity_mb {
    display: none;
  }
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy > p.item_quantity_mb input {
  width: 60px;
  padding: 2px 10px;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .inquiry_cus {
  margin-top: 5px;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .inquiry_cus > div {
  display: flex;
  margin-top: 15px;
}
@media (max-width: 440px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .inquiry_cus > div {
    flex-direction: column;
  }
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .inquiry_cus > div p {
  flex-shrink: 0;
  color: #4e4e4e;
}
@media (max-width: 840px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .inquiry_cus > div p {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 440px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .inquiry_cus > div p {
    margin-bottom: 5px;
  }
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .inquiry_cus > div .size_vol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .inquiry_cus > div .size_vol span {
  min-width: 48px;
  text-align: center;
  letter-spacing: 0;
  padding: 0 5px 2px;
  border: 1px solid #a9a9a9;
  cursor: pointer;
  transition: all 0.1s;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .inquiry_cus > div .size_vol span:hover, .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_deploy .inquiry_cus > div .size_vol span.active {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_quantity {
  width: 185px;
  padding: 0 40px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_quantity {
    width: 120px;
    padding: 0 25px;
  }
}
@media (max-width: 840px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_quantity {
    display: none;
  }
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_quantity label {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .item_quantity input {
  width: 100%;
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .delete_btn {
  position: absolute;
  bottom: calc(50% - 10px);
  right: calc(0.9375rem + 1.3020833333vw);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .delete_btn {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 840px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .delete_btn {
    bottom: 22px;
    right: 35px;
  }
}
@media (max-width: 480px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .delete_btn {
    bottom: 18px;
    right: 20px;
  }
}
.inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .delete_btn i {
  display: block;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item .delete_btn i {
    color: #4e4e4e;
  }
}
@media (min-width: 1025px) {
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item:hover .item_deploy::before {
    background: #C0C0C0;
  }
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item:hover .item_quantity label {
    color: #fff;
  }
  .inquiry01 .inquiry_form .inquiry_top .inquiry_list .inquiry_item:hover .delete_btn {
    opacity: 1;
    pointer-events: auto;
  }
}
.inquiry01 .inquiry_form .inquiry_bottom {
  margin-bottom: 40px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .inquiry01 .inquiry_form .inquiry_bottom {
    margin-bottom: 20px;
  }
}
.inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item {
  width: 50%;
  padding-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item {
    width: 100%;
  }
}
.inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item:last-child {
  width: 100%;
}
.inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div {
  display: flex;
  align-items: center;
  padding: 7px 32px;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div {
    padding: 7px 16px;
  }
}
@media (max-width: 480px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div {
    flex-wrap: wrap;
    padding: 7px 15px;
  }
}
.inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > label {
  display: block;
  min-width: 100px;
  color: #626262;
  font-size: 16px;
  border-right: 1px solid #6d6e71;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > label {
    min-width: 85px;
  }
}
@media (max-width: 480px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > label {
    order: 1;
    width: 100%;
    min-width: unset;
    border-right: 0;
  }
}
@media (max-width: 480px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > label.special {
    width: calc(100% - 120px);
  }
}
.inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > input {
  width: 100%;
  margin: 0 15px;
  border: 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > input {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > input {
    order: 3;
    margin: 0;
    padding: 7px 0;
  }
}
.inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > select {
  width: 100%;
  margin: 0 11px;
  padding: 7px 10px;
  background: unset;
  border: 0;
  appearance: auto;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > select {
    margin: 0 6px;
  }
}
@media (max-width: 480px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > select {
    order: 3;
    margin: 0 -4px;
    padding: 7px 0;
  }
}
.inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > textarea {
  width: 100%;
  margin: 0 15px;
  border: 0;
  resize: none;
}
@media (max-width: 1200px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > textarea {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div > textarea {
    order: 3;
    margin: 0;
    padding: 7px 0;
  }
}
.inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div .gender {
  min-width: 120px;
}
@media (max-width: 480px) {
  .inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div .gender {
    order: 2;
  }
}
.inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div .gender label {
  color: #626262;
  font-size: 16px;
  letter-spacing: 0;
  cursor: pointer;
}
.inquiry01 .inquiry_form .inquiry_bottom .the_form .form_item > div .gender label:nth-child(1) {
  margin-right: 7px;
}

.inquiry02 {
  padding-bottom: 60px;
}
.inquiry02 .inquiry_title {
  font-size: calc(1.59375rem + 0.546875vw);
  margin-bottom: 40px;
  color: #4e4e4e;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .inquiry02 .inquiry_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .inquiry02 .inquiry_title {
    margin-bottom: 30px;
  }
}
.inquiry02 .editor {
  margin-bottom: 4.6875vw;
}
.inquiry02 .trial_calc {
  max-width: 1100px;
  margin: 0 auto calc(2.5rem + 2.6041666667vw);
  padding-bottom: calc(2.5rem + 2.6041666667vw);
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1200px) {
  .inquiry02 .trial_calc form {
    max-width: 430px;
    margin: 0 auto;
  }
}
.inquiry02 .trial_calc form .form_item {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1200px) {
  .inquiry02 .trial_calc form .form_item {
    flex-wrap: wrap;
  }
}
.inquiry02 .trial_calc form .form_item + .form_item {
  margin-top: 30px;
}
.inquiry02 .trial_calc form .form_item > div:nth-child(1) {
  width: 350px;
}
@media (max-width: 1200px) {
  .inquiry02 .trial_calc form .form_item > div:nth-child(1) {
    width: 100%;
  }
}
.inquiry02 .trial_calc form .form_item > div:nth-child(2), .inquiry02 .trial_calc form .form_item > div:nth-child(3) {
  width: 195px;
}
@media (max-width: 1200px) {
  .inquiry02 .trial_calc form .form_item > div:nth-child(2), .inquiry02 .trial_calc form .form_item > div:nth-child(3) {
    width: calc(50% - 7.5px);
  }
}
.inquiry02 .trial_calc form .form_item > div:nth-child(4) {
  width: 195px;
}
@media (max-width: 1200px) {
  .inquiry02 .trial_calc form .form_item > div:nth-child(4) {
    width: 100%;
  }
}
.inquiry02 .trial_calc form .form_item > div:nth-child(5) {
  margin-left: 3.3854166667vw;
}
@media (max-width: 1200px) {
  .inquiry02 .trial_calc form .form_item > div:nth-child(5) {
    width: 100%;
    margin-left: 0;
  }
}
.inquiry02 .trial_calc form .form_item > div label {
  display: block;
  color: #4e4e4e;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .inquiry02 .trial_calc form .form_item > div label {
    display: none;
  }
}
.inquiry02 .trial_calc form .form_item > div > div {
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid #ccc;
}
@media (max-width: 840px) {
  .inquiry02 .trial_calc form .form_item > div > div {
    height: 40px;
  }
}
.inquiry02 .trial_calc form .form_item > div > div select,
.inquiry02 .trial_calc form .form_item > div > div input {
  width: 100%;
  border: unset;
}
.inquiry02 .trial_calc form .form_item > div > div span {
  color: #4e4e4e;
}
.inquiry02 .trial_calc form .form_item > div > div.size {
  padding-right: 10px;
}
.inquiry02 .trial_calc form .form_item > div > div.qty span {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  cursor: pointer;
}
.inquiry02 .trial_calc form .form_item > div > div.qty input {
  width: 100%;
  text-align: center;
}
.inquiry02 .trial_calc form .form_item > div > div.cancel {
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .inquiry02 .trial_calc form .form_item > div > div.cancel {
    border: unset;
  }
}
.inquiry02 .trial_calc form .form_item > div > div.cancel i {
  color: #4e4e4e;
  font-size: 30px;
}
@media (max-width: 840px) {
  .inquiry02 .trial_calc form .form_item > div > div.cancel i {
    font-size: 24px;
  }
}
.inquiry02 .trial_calc form .form_item > div > div.cancel svg {
  width: auto;
  height: 30px;
  fill: #4e4e4e;
}
@media (max-width: 840px) {
  .inquiry02 .trial_calc form .form_item > div > div.cancel svg {
    height: 25px;
  }
}
.inquiry02 .trial_calc form .form_item .button_set {
  margin-top: 20px !important;
}
@media (max-width: 1200px) {
  .inquiry02 .trial_calc form .form_item .button_set {
    margin-top: 10px !important;
  }
}
.inquiry02 .trial_calc form .form_item input[type=submit] {
  display: none;
}
.inquiry02 .trial_calc_result {
  max-width: 1100px;
  margin: 0 auto calc(2.5rem + 2.6041666667vw);
}
@media (max-width: 960px) {
  .inquiry02 .trial_calc_result table.pc {
    display: none;
  }
}
.inquiry02 .trial_calc_result table.pc tr {
  border-bottom: 1px solid #dcdcdc;
}
.inquiry02 .trial_calc_result table.pc tr th {
  text-align: left;
  padding: 15px 15px 15px 0;
}
.inquiry02 .trial_calc_result table.pc tr td {
  vertical-align: baseline;
  padding: 15px 15px 15px 0;
}
.inquiry02 .trial_calc_result table.pc tr:nth-last-child(4) {
  border-bottom: 0;
}
.inquiry02 .trial_calc_result table.pc tr:nth-last-child(3), .inquiry02 .trial_calc_result table.pc tr:nth-last-child(2), .inquiry02 .trial_calc_result table.pc tr:nth-last-child(1) {
  border-bottom: 0;
}
.inquiry02 .trial_calc_result table.pc tr:nth-last-child(3) td, .inquiry02 .trial_calc_result table.pc tr:nth-last-child(2) td, .inquiry02 .trial_calc_result table.pc tr:nth-last-child(1) td {
  padding: 4px 15px 4px 0;
}
.inquiry02 .trial_calc_result table.pc tr:nth-last-child(3) td:last-child, .inquiry02 .trial_calc_result table.pc tr:nth-last-child(2) td:last-child, .inquiry02 .trial_calc_result table.pc tr:nth-last-child(1) td:last-child {
  color: #000000;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .inquiry02 .trial_calc_result table.pc tr:nth-last-child(3) td:last-child, .inquiry02 .trial_calc_result table.pc tr:nth-last-child(2) td:last-child, .inquiry02 .trial_calc_result table.pc tr:nth-last-child(1) td:last-child {
    font-size: 16px;
  }
}
.inquiry02 .trial_calc_result table.mb {
  max-width: 430px;
  margin: 0 auto;
}
@media (min-width: 961px) {
  .inquiry02 .trial_calc_result table.mb {
    display: none;
  }
}
.inquiry02 .trial_calc_result table.mb tr:nth-last-child(5) {
  padding: 0;
  border-bottom: 1px solid #dcdcdc;
}
.inquiry02 .trial_calc_result table.mb tr td {
  vertical-align: baseline;
  padding: 4px 15px 4px 0;
}
.inquiry02 .trial_calc_result table.mb tr td:first-child {
  min-width: 85px;
}
.inquiry02 .trial_calc_result table.mb tr:nth-last-child(3) td:last-child, .inquiry02 .trial_calc_result table.mb tr:nth-last-child(2) td:last-child, .inquiry02 .trial_calc_result table.mb tr:nth-last-child(1) td:last-child {
  color: #000000;
}
.inquiry02 .customer_info form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .inquiry02 .customer_info form .form_item.w50 {
    width: 50%;
  }
}
.inquiry02 .customer_info form .form_item .label {
  margin-bottom: 5px;
}
.inquiry02 .customer_info form .form_item.one_line .label {
  display: inline-block;
}
.inquiry02 .customer_info form .form_item label {
  color: #4e4e4e;
  font-size: 16px;
  margin-right: 7px;
}
.inquiry02 .customer_info form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.inquiry02 .customer_info form .form_item label.radio {
  cursor: pointer;
  border: unset;
  border-radius: unset;
}
.inquiry02 .customer_info form .form_item input:not([type=radio]) {
  display: block;
  width: 100%;
}
.inquiry02 .customer_info form .form_item textarea {
  display: block;
  width: 100%;
}
.inquiry02 .customer_info form .form_item .submit {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .inquiry02 .customer_info form .form_item .submit > * {
    margin: 0 auto;
  }
}
.inquiry02 .customer_info form .form_item input[type=submit] {
  display: none;
}

.contact01 {
  padding-bottom: 60px;
}
.contact01 .contact_left {
  width: 65%;
  padding-right: 65px;
}
@media (max-width: 1024px) {
  .contact01 .contact_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.contact01 .contact_left .hello {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
}
.contact01 .contact_left form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .contact01 .contact_left form .form_item.w50 {
    width: 50%;
  }
}
.contact01 .contact_left form .form_item .label {
  margin-bottom: 5px;
}
.contact01 .contact_left form .form_item.one_line .label {
  display: inline-block;
}
.contact01 .contact_left form .form_item label {
  color: #4e4e4e;
  font-size: 16px;
  margin-right: 7px;
}
.contact01 .contact_left form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.contact01 .contact_left form .form_item label.radio {
  cursor: pointer;
  border: unset;
  border-radius: unset;
}
.contact01 .contact_left form .form_item input:not([type=radio]) {
  display: block;
  width: 100%;
}
.contact01 .contact_left form .form_item textarea {
  display: block;
  width: 100%;
}
.contact01 .contact_left form .form_item .submit {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .contact01 .contact_left form .form_item .submit {
    margin-top: 20px;
  }
  .contact01 .contact_left form .form_item .submit > * {
    margin: 0 auto;
  }
}
.contact01 .contact_left form .form_item input[type=submit] {
  display: none;
}
.contact01 .contact_right {
  width: 35%;
}
@media (max-width: 1024px) {
  .contact01 .contact_right {
    width: 100%;
  }
}
.contact01 .contact_right .snazzy {
  margin-bottom: 30px;
}
.contact01 .contact_right .snazzy #map {
  height: 0;
  padding-bottom: 78%;
}
@media (max-width: 1024px) {
  .contact01 .contact_right .snazzy #map {
    padding-bottom: 300px;
  }
}
.contact01 .contact_right .google_map {
  margin-bottom: 30px;
}
.contact01 .contact_right .google_map iframe {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .contact01 .contact_right .google_map {
    position: relative;
    height: 0;
    padding-bottom: 78%;
    overflow: hidden;
  }
  .contact01 .contact_right .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.contact01 .contact_right .contact_info a {
  display: flex;
  align-items: center;
}
.contact01 .contact_right .contact_info a:not(:last-child) {
  margin-bottom: 10px;
}
.contact01 .contact_right .contact_info a p {
  transition: all 0.3s;
}
.contact01 .contact_right .contact_info a p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: #a5a5a5;
  font-size: 20px;
  margin-right: 10px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
}
.contact01 .contact_right .contact_info a p:nth-child(1) i {
  display: block;
}
.contact01 .contact_right .contact_info a p:nth-child(2) {
  display: flex;
  align-items: center;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  word-break: break-all;
}
.contact01 .contact_right .contact_info a p:nth-child(2) span {
  padding-right: 10px;
  word-break: keep-all;
}
.contact01 .contact_right .contact_info a:hover p:nth-child(1) {
  color: #000000;
  border: 2px solid #000000;
}
.contact01 .contact_right .contact_info a:hover p:nth-child(2) {
  color: #000000;
}

.contact02 {
  display: flex;
  flex-wrap: wrap;
}
.contact02 .left {
  position: relative;
  width: 32.5%;
  background: #bebebe;
  overflow: hidden;
}
@media (min-width: 769px) {
  .contact02 .left {
    position: sticky;
    top: 70px;
    height: calc(100vh - 120px);
  }
}
@media (min-width: 1025px) {
  .contact02 .left {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 768px) {
  .contact02 .left {
    width: 100%;
  }
}
.contact02 .left::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 768px) {
  .contact02 .left::before {
    height: 100%;
    z-index: 2;
  }
}
.contact02 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .contact02 .left img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.contact02 .left .box {
  position: absolute;
  top: 56%;
  right: 0;
  width: 100%;
  padding: 0 0 0 8.3333vw;
}
@media (max-width: 1366px) {
  .contact02 .left .box {
    right: 50%;
    max-width: 400px;
    padding: 0 20px;
    transform: translateX(50%);
  }
}
@media (max-width: 768px) {
  .contact02 .left .box {
    position: relative;
    top: unset;
    right: unset;
    max-width: unset;
    padding: 40px 30px;
    transform: unset;
    z-index: 3;
  }
}
.contact02 .left .box .contact_title {
  color: #fff;
  font-size: calc(1.5rem + 0.72917vw);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.contact02 .left .box p:nth-child(2) {
  color: #fff;
  font-size: calc(1.5rem + 0.72917vw);
  font-weight: 600;
  font-family: "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact02 .left .box p:nth-child(3) {
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 15px;
}
.contact02 .left .box .contact_hello {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .contact02 .left .box .contact_hello br {
    display: none;
  }
}
.contact02 .left .box .contact_breadcrumb {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.contact02 .left .box .contact_breadcrumb a {
  color: #fff;
  font-size: 13px;
}
.contact02 .left .box .contact_breadcrumb a:first-child {
  font-size: 16px;
}
.contact02 .left .box .contact_breadcrumb a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background: #fff;
}
.contact02 .right {
  width: 67.5%;
  padding: 4.1666666667vw 4.9479166667vw 0;
  background: #fff;
}
@media (max-width: 1024px) {
  .contact02 .right {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .contact02 .right {
    width: 100%;
  }
}
.contact02 .right .box {
  padding: 28px 7.15vw 95px;
  background: #fff;
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .contact02 .right .box {
    padding: 28px 40px 60px;
  }
}
@media (max-width: 768px) {
  .contact02 .right .box {
    padding: 28px 30px 40px;
  }
}
.contact02 .right .box .contact_title {
  color: #4e4e4e;
  font-size: calc(1.5rem + 0.41667vw);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.contact02 .right .box .contact_info {
  margin-bottom: 50px;
}
.contact02 .right .box .contact_info .row {
  justify-content: center;
}
.contact02 .right .box .contact_info .the_info {
  width: 25%;
}
@media (max-width: 1024px) {
  .contact02 .right .box .contact_info .the_info {
    width: 100%;
  }
  .contact02 .right .box .contact_info .the_info:not(:last-child) {
    margin-bottom: 15px;
  }
}
.contact02 .right .box .contact_info .the_info a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .contact02 .right .box .contact_info .the_info a {
    align-items: flex-start;
    flex-direction: row;
  }
  .contact02 .right .box .contact_info .the_info a > *:not(:last-child) {
    margin-right: 10px;
  }
  .contact02 .right .box .contact_info .the_info a > *:nth-child(2) {
    display: none;
  }
  .contact02 .right .box .contact_info .the_info a > *:nth-child(2),
  .contact02 .right .box .contact_info .the_info a > *:nth-child(3) {
    margin-top: 0 !important;
  }
}
.contact02 .right .box .contact_info .the_info a > p {
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .contact02 .right .box .contact_info .the_info a > p {
    text-align: left;
  }
}
.contact02 .right .box .contact_info .the_info a > p:nth-child(1) {
  color: #4e4e4e;
  font-size: 23px;
}
.contact02 .right .box .contact_info .the_info a > p:nth-child(1) i {
  display: block;
}
@media (max-width: 1024px) {
  .contact02 .right .box .contact_info .the_info a > p:nth-child(1) {
    font-size: 20px;
  }
}
.contact02 .right .box .contact_info .the_info a > p:nth-child(2) {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
}
.contact02 .right .box .contact_info .the_info a > p:nth-child(3) {
  color: #4e4e4e;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .contact02 .right .box .contact_info .the_info a:hover > p:nth-child(1) {
    color: #000000;
  }
  .contact02 .right .box .contact_info .the_info a:hover > p:nth-child(2) {
    color: #000000;
  }
}
.contact02 .right .box form .form_item {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item {
    flex-wrap: wrap;
  }
}
.contact02 .right .box form .form_item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact02 .right .box form .form_item .label {
  flex-shrink: 0;
  width: 75px;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item .label {
    order: 1;
    width: fit-content;
  }
}
.contact02 .right .box form .form_item.textarea {
  align-items: flex-start;
  /* 抵消宜瑾的CSS */
  height: auto;
  color: inherit;
  line-height: inherit;
  padding: unset;
  padding-top: unset;
  padding-bottom: unset;
  background-color: unset;
  border: 0;
  resize: auto;
  /* 抵消宜瑾的CSS */
}
@media (min-width: 481px) {
  .contact02 .right .box form .form_item.textarea .label {
    margin-top: 6px;
  }
}
.contact02 .right .box form .form_item.checkbox {
  flex-wrap: wrap;
  /* 抵消宜瑾的CSS */
  position: unset;
  width: unset;
  height: unset;
  border: unset;
  /* 抵消宜瑾的CSS */
}
.contact02 .right .box form .form_item.checkbox .label {
  width: 100%;
  margin-right: 0;
}
.contact02 .right .box form .form_item label {
  color: #4e4e4e;
  font-size: 15px;
}
.contact02 .right .box form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.contact02 .right .box form .form_item label.radio, .contact02 .right .box form .form_item label.check {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.contact02 .right .box form .form_item label.radio input, .contact02 .right .box form .form_item label.check input {
  margin: 2px 5px 0 0;
}
.contact02 .right .box form .form_item label.radio {
  width: unset;
  height: unset;
  border: unset;
  border-radius: unset;
  appearance: auto;
}
.contact02 .right .box form .form_item .gender {
  flex-shrink: 0;
  margin-left: 3.125vw;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item .gender {
    order: 2;
  }
}
.contact02 .right .box form .form_item .gender label:first-child {
  margin-right: 15px;
}
.contact02 .right .box form .form_item .multi {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item .multi {
    order: 3;
  }
}
.contact02 .right .box form .form_item .multi label:not(:last-child) {
  margin-right: 15px;
}
.contact02 .right .box form .form_item select,
.contact02 .right .box form .form_item textarea,
.contact02 .right .box form .form_item input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item select,
  .contact02 .right .box form .form_item textarea,
  .contact02 .right .box form .form_item input:not([type=radio]):not([type=checkbox]) {
    order: 3;
    margin-top: 5px;
  }
}
.contact02 .right .box form .form_item .submit {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .contact02 .right .box form .form_item .submit {
    margin-top: 10px;
  }
}
.contact02 .right .box form .form_item .submit [class^=button] {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .contact02 .right .box form .form_item .submit [class^=button] {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 768px) {
  .contact02 .right .box form .form_item .submit [class^=button] {
    margin: 0 auto;
  }
}
.contact02 .right .box form .form_item input[type=submit] {
  display: none;
}

.contact03 {
  padding-bottom: 60px;
}
.contact03 .contact_left {
  width: 50%;
  padding-right: 55px;
}
@media (max-width: 1200px) {
  .contact03 .contact_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .contact03 .contact_left {
    margin-bottom: 40px;
  }
}
.contact03 .contact_left .hello_title {
  color: #4e4e4e;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .contact03 .contact_left .hello_title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .contact03 .contact_left .hello_title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .contact03 .contact_left .hello_title {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .contact03 .contact_left .hello_title {
    font-size: 30px;
  }
}
.contact03 .contact_left .hello {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
}
.contact03 .contact_left form .form_item {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item {
    flex-wrap: wrap;
  }
}
.contact03 .contact_left form .form_item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact03 .contact_left form .form_item .label {
  flex-shrink: 0;
  width: 75px;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item .label {
    order: 1;
  }
}
.contact03 .contact_left form .form_item.textarea {
  align-items: flex-start;
  /* 抵消宜瑾的CSS */
  height: auto;
  color: inherit;
  line-height: inherit;
  padding: unset;
  padding-top: unset;
  padding-bottom: unset;
  background-color: unset;
  border: 0;
  resize: auto;
  /* 抵消宜瑾的CSS */
}
@media (min-width: 481px) {
  .contact03 .contact_left form .form_item.textarea .label {
    margin-top: 6px;
  }
}
.contact03 .contact_left form .form_item.checkbox {
  flex-wrap: wrap;
  /* 抵消宜瑾的CSS */
  position: unset;
  width: unset;
  height: unset;
  border: unset;
  /* 抵消宜瑾的CSS */
}
.contact03 .contact_left form .form_item.checkbox .label {
  width: 100%;
  margin-right: 0;
}
.contact03 .contact_left form .form_item label {
  color: #4e4e4e;
  font-size: 15px;
}
.contact03 .contact_left form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.contact03 .contact_left form .form_item label.radio, .contact03 .contact_left form .form_item label.check {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.contact03 .contact_left form .form_item label.radio input, .contact03 .contact_left form .form_item label.check input {
  margin: 2px 5px 0 0;
}
.contact03 .contact_left form .form_item label.radio {
  width: unset;
  height: unset;
  border: unset;
  border-radius: unset;
  appearance: auto;
}
.contact03 .contact_left form .form_item .gender {
  flex-shrink: 0;
  margin-left: 3.125vw;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item .gender {
    order: 2;
  }
}
.contact03 .contact_left form .form_item .gender label:first-child {
  margin-right: 15px;
}
.contact03 .contact_left form .form_item .multi {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item .multi {
    order: 3;
  }
}
.contact03 .contact_left form .form_item .multi label:not(:last-child) {
  margin-right: 15px;
}
.contact03 .contact_left form .form_item select,
.contact03 .contact_left form .form_item textarea,
.contact03 .contact_left form .form_item input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item select,
  .contact03 .contact_left form .form_item textarea,
  .contact03 .contact_left form .form_item input:not([type=radio]):not([type=checkbox]) {
    order: 3;
    margin-top: 5px;
  }
}
.contact03 .contact_left form .form_item .submit {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .contact03 .contact_left form .form_item .submit {
    margin-top: 10px;
  }
}
.contact03 .contact_left form .form_item .submit [class^=button] {
  z-index: 1;
}
@media (max-width: 768px) {
  .contact03 .contact_left form .form_item .submit [class^=button] {
    margin: 0 auto;
  }
}
.contact03 .contact_left form .form_item input[type=submit] {
  display: none;
}
.contact03 .contact_right {
  width: 50%;
}
@media (min-width: 1201px) {
  .contact03 .contact_right {
    position: relative;
  }
}
@media (max-width: 1200px) {
  .contact03 .contact_right {
    width: 100%;
  }
}
.contact03 .contact_right > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px 40px;
}
@media (min-width: 1201px) {
  .contact03 .contact_right > div {
    padding-right: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 1201px) and (min-width: 1025px) {
  .contact03 .contact_right > div::-webkit-scrollbar {
    width: 2px;
  }
  .contact03 .contact_right > div::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .contact03 .contact_right > div::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .contact03 .contact_right > div::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
@media (max-width: 1200px) {
  .contact03 .contact_right > div {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .contact03 .contact_right > div {
    gap: 30px;
  }
}
.contact03 .contact_right .info_map {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact03 .contact_right .info_map {
    gap: 15px 25px;
  }
}
.contact03 .contact_right .info_map .map {
  width: 48.5714285714%;
}
@media (max-width: 540px) {
  .contact03 .contact_right .info_map .map {
    width: 100%;
  }
}
.contact03 .contact_right .info_map .map .google_map {
  height: 100%;
  background: var(--bgimg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact03 .contact_right .info_map .map .google_map iframe {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 540px) {
  .contact03 .contact_right .info_map .map .google_map {
    position: relative;
    height: 0;
    padding-bottom: 78%;
    overflow: hidden;
  }
  .contact03 .contact_right .info_map .map .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.contact03 .contact_right .info_map .info {
  width: calc(51.4285714286% - 40px);
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .contact03 .contact_right .info_map .info {
    width: calc(51.4285714286% - 25px);
  }
}
@media (max-width: 540px) {
  .contact03 .contact_right .info_map .info {
    width: 100%;
    padding-bottom: unset;
  }
}
.contact03 .contact_right .info_map .info > p {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
}
.contact03 .contact_right .info_map .info > a {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.contact03 .contact_right .info_map .info > a + a {
  margin-top: 10px;
}
.contact03 .contact_right .info_map .info > a p {
  transition: all 0.3s;
}
.contact03 .contact_right .info_map .info > a p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  background: #8c8c8c;
  border: 2px solid #8c8c8c;
  border-radius: 50%;
}
.contact03 .contact_right .info_map .info > a p:nth-child(1) i {
  display: block;
}
.contact03 .contact_right .info_map .info > a p:nth-child(2) {
  display: flex;
  align-items: center;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  word-break: break-all;
}
.contact03 .contact_right .info_map .info > a p:nth-child(2) span {
  display: none;
  padding-right: 10px;
  word-break: keep-all;
}
.contact03 .contact_right .info_map .info > a:hover p:nth-child(1) {
  background: #000000;
  border: 2px solid #000000;
}
.contact03 .contact_right .info_map .info > a:hover p:nth-child(2) {
  color: #000000;
}

.contact04 {
  padding: 0 0 60px;
}
.contact04 .container {
  max-width: 870px;
}
.contact04 .contact_info {
  margin-bottom: 40px;
}
.contact04 .contact_info .row {
  justify-content: center;
}
.contact04 .contact_info .the_info {
  width: 33.3333333333%;
}
@media (max-width: 540px) {
  .contact04 .contact_info .the_info {
    width: 100%;
  }
  .contact04 .contact_info .the_info:not(:last-child) {
    margin-bottom: 15px;
  }
}
.contact04 .contact_info .the_info a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 540px) {
  .contact04 .contact_info .the_info a {
    flex-direction: row;
  }
  .contact04 .contact_info .the_info a > *:not(:last-child) {
    margin-right: 10px;
  }
  .contact04 .contact_info .the_info a > *:nth-child(2) {
    display: none;
  }
}
.contact04 .contact_info .the_info a .circle {
  width: 100%;
  max-width: 150px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .contact04 .contact_info .the_info a .circle {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .contact04 .contact_info .the_info a .circle {
    max-width: 90px;
  }
}
@media (max-width: 540px) {
  .contact04 .contact_info .the_info a .circle {
    min-width: 45px;
    max-width: 45px;
  }
}
.contact04 .contact_info .the_info a .circle > p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 60px;
  background: #f1f1f1;
  border-radius: 50%;
  transition: all 0.6s;
}
@media (max-width: 1024px) {
  .contact04 .contact_info .the_info a .circle > p {
    font-size: 48px;
    color: #000000;
    background: #393993;
  }
}
@media (max-width: 768px) {
  .contact04 .contact_info .the_info a .circle > p {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
  .contact04 .contact_info .the_info a .circle > p {
    font-size: 24px;
  }
}
.contact04 .contact_info .the_info a .circle > p i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact04 .contact_info .the_info a > p {
  color: #000;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 540px) {
  .contact04 .contact_info .the_info a > p {
    text-align: left;
    margin-top: 0 !important;
  }
}
.contact04 .contact_info .the_info a:hover .circle > p {
  color: #000000;
  background: #393993;
}
.contact04 .contact_title {
  margin-bottom: 45px;
}
.contact04 .contact_title p:nth-child(1) {
  display: flex;
  align-items: center;
  color: #393993;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 3px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .contact04 .contact_title p:nth-child(1) {
    margin-bottom: 0;
  }
}
.contact04 .contact_title p:nth-child(1)::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #393993;
  margin-right: 10px;
}
.contact04 .contact_title p:nth-child(2) {
  color: #000000;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .contact04 .contact_title p:nth-child(2) {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .contact04 .contact_title p:nth-child(2) {
    font-size: 32px;
  }
}
.contact04 .contact_title p:nth-child(3) {
  color: #4e4e4e;
  font-size: 20px;
  margin-top: 9px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .contact04 .contact_title p:nth-child(3) {
    font-size: 19px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .contact04 .contact_title p:nth-child(3) {
    font-size: 18px;
  }
}
.contact04 form .form_item {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #ccc, #ccc) no-repeat;
  background-size: calc(100% - 30px) 1px;
  background-position: 15px bottom;
}
@media (max-width: 480px) {
  .contact04 form .form_item {
    background: linear-gradient(to right, #ccc, #ccc) no-repeat;
    background-size: calc(100% - 20px) 1px;
    background-position: 10px bottom;
  }
}
.contact04 form .form_item:last-child, .contact04 form .form_item:nth-last-child(2) {
  padding-bottom: 0;
  background: unset;
}
@media (min-width: 1025px) {
  .contact04 form .form_item.w50 {
    width: 50%;
  }
}
.contact04 form .form_item .label {
  margin-bottom: 5px;
}
.contact04 form .form_item.one_line .label {
  display: inline-block;
  width: 90px;
}
.contact04 form .form_item.one_line input:not([type=radio]) {
  display: inline-block;
  width: calc(100% - 88px);
}
.contact04 form .form_item label {
  color: #4e4e4e;
  font-size: 16px;
  margin-right: 7px;
}
.contact04 form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.contact04 form .form_item label.radio {
  cursor: pointer;
}
.contact04 form .form_item input:not([type=radio]) {
  display: block;
  width: 100%;
  background: unset;
  border: 0;
}
.contact04 form .form_item select {
  width: calc(100% - 88px);
  color: #4e4e4e;
  background: unset;
  border: 0;
}
.contact04 form .form_item textarea {
  display: block;
  width: 100%;
  background: unset;
}
.contact04 form .form_item .submit {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .contact04 form .form_item .submit > * {
    margin: 0 auto;
  }
}
.contact04 form .form_item input[type=submit] {
  display: none;
}

.search_all02 {
  padding-bottom: 60px;
}
.search_all02 .top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 50px;
}
.search_all02 .top > div {
  width: 50%;
}
@media (max-width: 840px) {
  .search_all02 .top > div {
    width: 100%;
  }
}
.search_all02 .top > div.left {
  padding-right: 4.1666666667vw;
}
@media (max-width: 840px) {
  .search_all02 .top > div.left {
    padding-right: unset;
  }
}
.search_all02 .top > div.left > p:nth-child(1) {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  .search_all02 .top > div.left > p:nth-child(1) {
    font-size: 26px;
  }
}
@media (max-width: 720px) {
  .search_all02 .top > div.left > p:nth-child(1) {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .search_all02 .top > div.left > p:nth-child(1) {
    font-size: 22px;
  }
}
.search_all02 .top > div.left > p:nth-child(2) {
  color: #9e9e9e;
  margin-bottom: 18px;
}
.search_all02 .top > div.left form {
  display: flex;
  max-width: 465px;
  margin: unset;
}
.search_all02 .top > div.left form input {
  width: 400px;
}
.search_all02 .top > div.left form button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  color: #fff;
  font-size: 20px;
  background: #000000;
}
@media (max-width: 640px) {
  .search_all02 .top > div.left form button {
    width: 50px;
    height: 50px;
  }
}
.search_all02 .top > div.right > p {
  color: #9e9e9e;
  margin-bottom: 11px;
}
.search_all02 .top > div.right .keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2.8645833333vw;
  padding: 10px 20px;
  background: #ededed;
}
@media (max-width: 840px) {
  .search_all02 .top > div.right .keywords {
    gap: 10px 25px;
  }
}
.search_all02 .top > div.right .keywords a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #4e4e4e;
  font-weight: 700;
  padding: 8px 0 12px;
  background-image: linear-gradient(to right, #000000, #000000);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.search_all02 .top > div.right .keywords a span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1px 5px 2px;
  background: #4e4e4e;
  border-radius: 5px;
  transition: all 0.3s;
}
.search_all02 .top > div.right .keywords a:hover, .search_all02 .top > div.right .keywords a.active {
  color: #000000;
  background-size: 100% 1px;
}
.search_all02 .top > div.right .keywords a:hover span, .search_all02 .top > div.right .keywords a.active span {
  background: #000000;
}
.search_all02 .bottom > p:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.search_all02 .bottom > p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 17px;
}
@media (max-width: 640px) {
  .search_all02 .bottom > p:nth-child(2) {
    font-size: 15px;
  }
}
.search_all02 .bottom ul {
  border-top: 1px solid #e8e8e8;
}
.search_all02 .bottom ul li {
  border-bottom: 1px solid #e8e8e8;
}
.search_all02 .bottom ul li a {
  display: block;
  padding: 18px 0;
}
.search_all02 .bottom ul li a > p:nth-child(1) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .search_all02 .bottom ul li a > p:nth-child(1) {
    font-size: 17px;
  }
}
.search_all02 .bottom ul li a > p:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4e4e4e;
  margin-top: 10px;
}
.search_all02 .bottom ul li a:hover > p:nth-child(1) {
  color: #000000;
}

.site_map01 {
  padding-bottom: 60px;
}
.site_map01 .map_unit + .map_unit {
  padding-top: 30px;
  margin-top: 35px;
  border-top: 1px solid #e5e5e5;
}
.site_map01 .map_unit > a {
  display: block;
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding-left: 22px;
}
@media (max-width: 480px) {
  .site_map01 .map_unit > a {
    font-size: 17px;
  }
}
.site_map01 .map_unit > a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #000000;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .site_map01 .map_unit > a::before {
    top: 10px;
  }
}
.site_map01 .map_unit > a:hover {
  color: #000000;
}
.site_map01 .map_unit > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .site_map01 .map_unit > ul {
    gap: 10px 40px;
  }
}
.site_map01 .map_unit > ul li:not(:last-child) {
  position: relative;
}
.site_map01 .map_unit > ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 1px;
  height: 60%;
  background: #4e4e4e;
  transform: translateY(calc(-50% + 1px));
}
@media (max-width: 640px) {
  .site_map01 .map_unit > ul li:not(:last-child)::after {
    right: -20px;
  }
}
.site_map01 .map_unit > ul li a {
  color: #4e4e4e;
  font-size: 16px;
  transition: all 0.1s;
}
@media (max-width: 480px) {
  .site_map01 .map_unit > ul li a {
    font-size: 15px;
  }
}
.site_map01 .map_unit > ul li a:hover {
  color: #000000;
}

.not_found01 {
  padding: 100px 0;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .not_found01 {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .not_found01 {
    padding: 60px 0;
  }
}
.not_found01 > p {
  width: max-content;
  color: transparent;
  font-size: 11.51042vw;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-text-stroke: 1px #000000;
  animation: not_found01_move 10s linear infinite;
  transition: all 0.3s;
}
@media (max-width: 868px) {
  .not_found01 > p {
    font-size: 100px;
  }
}
@media (max-width: 600px) {
  .not_found01 > p {
    font-size: 80px;
  }
}
@keyframes not_found01_move {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}
.not_found01 .not_found_content {
  padding-top: 85px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .not_found01 .not_found_content {
    padding-top: 60px;
  }
}
@media (max-width: 960px) {
  .not_found01 .not_found_content {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .not_found01 .not_found_content {
    text-align: center;
  }
}
.not_found01 .not_found_content > p {
  color: #393993;
  font-size: 5.3125vw;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 941px) {
  .not_found01 .not_found_content > p {
    font-size: 50px;
  }
}
@media (max-width: 440px) {
  .not_found01 .not_found_content > p {
    font-size: 35px;
  }
}
.not_found01 .not_found_content > span {
  color: #000;
  font-size: 16px;
}
.not_found01 .not_found_content .two_ways_to_go {
  display: flex;
  align-items: center;
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .not_found01 .not_found_content .two_ways_to_go {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .not_found01 .not_found_content .two_ways_to_go {
    flex-direction: column;
  }
}
.not_found01 .not_found_content .two_ways_to_go [class^=button]:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 960px) {
  .not_found01 .not_found_content .two_ways_to_go [class^=button]:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  .not_found01 .not_found_content .two_ways_to_go [class^=button]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.member_three_in_one01 {
  padding-bottom: 60px;
}
.member_three_in_one01 .member_block {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.member_three_in_one01 .member_block + .member_block {
  display: none;
}
.member_three_in_one01 .member_block .welcome {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .member_three_in_one01 .member_block .welcome br {
    display: none;
  }
}
.member_three_in_one01 .member_block form .form_item {
  margin-bottom: 20px;
}
.member_three_in_one01 .member_block form .form_item:last-child {
  margin-top: 40px;
}
.member_three_in_one01 .member_block form .form_item label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}
.member_three_in_one01 .member_block form .form_item label::after {
  content: "*";
  color: #d20014;
}
.member_three_in_one01 .member_block form .form_item input {
  display: block;
  width: 100%;
}
.member_three_in_one01 .member_block form .form_item input[type=submit] {
  display: none;
}
.member_three_in_one01 .member_block form .form_item > p {
  font-size: 14px;
  margin-bottom: 5px;
}
.member_three_in_one01 .member_block form .form_item > p > span {
  color: #6d6e71;
  cursor: pointer;
}
.member_three_in_one01 .member_block form .form_item > p > span:hover {
  color: #000000;
}
.member_three_in_one01 .member_block form .form_item .submit {
  width: 100%;
}
.member_three_in_one01 .member_block .not_member {
  color: #6d6e71;
  font-size: 14px;
  text-align: center;
}
.member_three_in_one01 .member_block .not_member.go_login {
  cursor: pointer;
}
.member_three_in_one01 .member_block .not_member a {
  color: #8a8a8a;
}
.member_three_in_one01 .member_block .not_member a:hover {
  color: #000000;
}

.member_regist01 {
  padding-bottom: 60px;
}
.member_regist01 form {
  max-width: 1140px;
  margin: 0 auto;
}
.member_regist01 form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .member_regist01 form .form_item.w50 {
    width: 50%;
  }
}
.member_regist01 form .form_item:first-child {
  margin-bottom: 40px;
}
.member_regist01 form .form_item:last-child {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .member_regist01 form .form_item:last-child {
    margin-top: 20px;
  }
}
.member_regist01 form .form_item label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}
.member_regist01 form .form_item label.must:not(.agree):not(.radio)::after {
  content: "*";
  color: #d20014;
}
.member_regist01 form .form_item label.big {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .member_regist01 form .form_item label.big.pc_only {
    display: none;
  }
}
.member_regist01 form .form_item label.agree, .member_regist01 form .form_item label.radio {
  margin-top: 5px;
  margin-bottom: 0;
  cursor: pointer;
}
.member_regist01 form .form_item input:not([type=checkbox]):not([type=radio]) {
  display: block;
  width: 100%;
}
.member_regist01 form .form_item input:not([type=checkbox]):not([type=radio])[type=submit] {
  display: none;
}
.member_regist01 form .form_item input[type=checkbox] {
  position: relative;
  top: 1px;
  margin: 0 7px 0 0;
}
.member_regist01 form .form_item .terms {
  padding: 5px 8px;
  border: 1px solid #ccc;
}
@media (min-width: 1025px) {
  .member_regist01 form .form_item .terms {
    padding: 8px 8px 8px 12px;
  }
}
.member_regist01 form .form_item .terms > div {
  max-height: 230px;
  color: #8f8f8f;
  line-height: 1.6;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .member_regist01 form .form_item .terms > div {
    padding-right: 8px;
  }
  .member_regist01 form .form_item .terms > div::-webkit-scrollbar {
    width: 10px;
  }
  .member_regist01 form .form_item .terms > div::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
  }
  .member_regist01 form .form_item .terms > div::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 50px;
  }
  .member_regist01 form .form_item .terms > div::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
}
.member_regist01 form .form_item .gender {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 1024px) {
  .member_regist01 form .form_item .submit {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .member_regist01 form .form_item .submit {
    width: 100%;
  }
}

.member_center_menu01 {
  position: sticky;
  top: 100px;
}
.member_center_menu01 > p {
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 15px;
}
.member_center_menu01 ul li + li {
  border-top: 1px solid #e5e5e5;
}
.member_center_menu01 ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  padding: 7px 15px;
  background: #f2f2f2;
  transition: all 0.3s;
}
.member_center_menu01 ul li a:hover {
  color: #000000;
}
.member_center_menu01 ul li a.active {
  color: #fff;
  background: #000000;
}

.member_center_edit01 {
  padding-bottom: 60px;
}
.member_center_edit01 .left {
  width: calc(6.25rem + 10.4166666667vw);
  padding-right: 40px;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 1024px) {
  .member_center_edit01 .left {
    display: none;
  }
}
.member_center_edit01 .right {
  width: calc(100% - (6.25rem + 10.4166666667vw));
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .member_center_edit01 .right {
    width: 100%;
    padding-left: unset;
  }
}
.member_center_edit01 .right form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .member_center_edit01 .right form .form_item.w50 {
    width: 50%;
  }
}
.member_center_edit01 .right form .form_item:last-child {
  margin-top: 20px;
}
.member_center_edit01 .right form .form_item label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}
.member_center_edit01 .right form .form_item label.must:not(.radio)::after {
  content: "*";
  color: #d20014;
}
.member_center_edit01 .right form .form_item label.radio {
  margin-top: 5px;
  margin-bottom: 0;
  cursor: pointer;
}
.member_center_edit01 .right form .form_item input[type=email] {
  opacity: 0.5;
  cursor: not-allowed;
}
.member_center_edit01 .right form .form_item input:not([type=radio]) {
  display: block;
  width: 100%;
}
.member_center_edit01 .right form .form_item input:not([type=radio])[type=submit] {
  display: none;
}
.member_center_edit01 .right form .form_item .gender {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 1024px) {
  .member_center_edit01 .right form .form_item .submit {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .member_center_edit01 .right form .form_item .submit {
    width: 100%;
  }
}

.member_center_download01 {
  padding-bottom: 60px;
}
.member_center_download01 .left {
  width: calc(6.25rem + 10.4166666667vw);
  padding-right: 40px;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 1024px) {
  .member_center_download01 .left {
    display: none;
  }
}
.member_center_download01 .right {
  width: calc(100% - (6.25rem + 10.4166666667vw));
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .member_center_download01 .right {
    width: 100%;
    padding-left: unset;
  }
}

.member_center_message01 {
  padding-bottom: 60px;
}
.member_center_message01 .left {
  width: calc(6.25rem + 10.4166666667vw);
  padding-right: 40px;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 1024px) {
  .member_center_message01 .left {
    display: none;
  }
}
.member_center_message01 .right {
  width: calc(100% - (6.25rem + 10.4166666667vw));
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .member_center_message01 .right {
    width: 100%;
    padding-left: unset;
  }
}

.member_center_repair_request01 {
  padding-bottom: 60px;
}
.member_center_repair_request01 .left {
  width: calc(6.25rem + 10.4166666667vw);
  padding-right: 40px;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 1024px) {
  .member_center_repair_request01 .left {
    display: none;
  }
}
.member_center_repair_request01 .right {
  width: calc(100% - (6.25rem + 10.4166666667vw));
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .member_center_repair_request01 .right {
    width: 100%;
    padding-left: unset;
  }
}
.member_center_repair_request01 .right > p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.member_center_repair_request01 .right form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .member_center_repair_request01 .right form .form_item.w50 {
    width: 50%;
  }
}
.member_center_repair_request01 .right form .form_item:last-child {
  margin-top: 20px;
}
.member_center_repair_request01 .right form .form_item label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.member_center_repair_request01 .right form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.member_center_repair_request01 .right form .form_item select,
.member_center_repair_request01 .right form .form_item textarea,
.member_center_repair_request01 .right form .form_item input {
  display: block;
  width: 100%;
}
.member_center_repair_request01 .right form .form_item input[type=submit] {
  display: none;
}
@media (max-width: 1024px) {
  .member_center_repair_request01 .right form .form_item .submit {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .member_center_repair_request01 .right form .form_item .submit {
    width: 100%;
  }
}
.member_center_repair_request01 .right .contact_block {
  margin-top: 7.8125vw;
  padding: 20px;
  border: 1px solid #ccc;
}
.member_center_repair_request01 .right .contact_block > p {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.member_center_repair_request01 .right .contact_block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.member_center_repair_request01 .right .contact_block ul li {
  width: calc(25% - 11.25px);
}
@media (max-width: 840px) {
  .member_center_repair_request01 .right .contact_block ul li {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 400px) {
  .member_center_repair_request01 .right .contact_block ul li {
    width: 100%;
  }
}
.member_center_repair_request01 .right .contact_block ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.member_center_repair_request01 .right .contact_block ul li a img {
  width: auto;
  height: calc(1.75rem + 1.4583333333vw);
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .member_center_repair_request01 .right .contact_block ul li a img {
    margin-bottom: 10px;
  }
}
.member_center_repair_request01 .right .contact_block ul li a p {
  color: #4e4e4e;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1201px) {
  .member_center_repair_request01 .right .contact_block ul li a p {
    font-size: 16px;
  }
}

.member_center_repair_progress01 {
  padding-bottom: 60px;
}
.member_center_repair_progress01 .left {
  width: calc(6.25rem + 10.4166666667vw);
  padding-right: 40px;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 1024px) {
  .member_center_repair_progress01 .left {
    display: none;
  }
}
.member_center_repair_progress01 .right {
  width: calc(100% - (6.25rem + 10.4166666667vw));
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .member_center_repair_progress01 .right {
    width: 100%;
    padding-left: unset;
  }
}
.member_center_repair_progress01 .right .search_block {
  margin-bottom: 40px;
}
.member_center_repair_progress01 .right .search_block form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .member_center_repair_progress01 .right .search_block form {
    justify-content: center;
  }
}
@media (max-width: 720px) {
  .member_center_repair_progress01 .right .search_block form {
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .member_center_repair_progress01 .right .search_block form .form_item > * {
    text-align: center;
  }
}
.member_center_repair_progress01 .right .search_block form .form_item label {
  color: #4e4e4e;
  margin-right: 5px;
}
@media (max-width: 720px) {
  .member_center_repair_progress01 .right .search_block form .form_item label {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.member_center_repair_progress01 .right .search_block form .form_item input[type=submit] {
  cursor: pointer;
  transition: all 0.3s;
}
.member_center_repair_progress01 .right .search_block form .form_item input[type=submit]:hover {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.member_center_repair_progress01 .right table {
  margin: -15px 0;
  border-collapse: separate;
  border-spacing: 0 15px;
}
@media (max-width: 840px) {
  .member_center_repair_progress01 .right table {
    display: none;
  }
}
.member_center_repair_progress01 .right table tr th {
  min-width: 110px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 6px;
  background: #000000;
}
.member_center_repair_progress01 .right table tr td {
  color: #4e4e4e;
  text-align: center;
  padding: 7.5px 6px;
  background: #f2f2f2;
}
.member_center_repair_progress01 .right > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 841px) {
  .member_center_repair_progress01 .right > ul {
    display: none;
  }
}
.member_center_repair_progress01 .right > ul li {
  width: calc(50% - 7.5px);
}
@media (max-width: 540px) {
  .member_center_repair_progress01 .right > ul li {
    width: 100%;
  }
}
.member_center_repair_progress01 .right > ul li p {
  display: flex;
}
.member_center_repair_progress01 .right > ul li p span:nth-child(1) {
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  padding: 3px 16px;
  background: #000000;
}
.member_center_repair_progress01 .right > ul li p span:nth-child(2) {
  width: 100%;
  color: #4e4e4e;
  text-align: center;
  word-break: break-word;
  padding: 3px 16px;
  background: #f2f2f2;
}
.member_center_repair_progress01 .right > ul li p:first-child span:nth-child(1),
.member_center_repair_progress01 .right > ul li p:first-child span:nth-child(2) {
  padding-top: 6px;
}
.member_center_repair_progress01 .right > ul li p:last-child span:nth-child(1),
.member_center_repair_progress01 .right > ul li p:last-child span:nth-child(2) {
  padding-bottom: 6px;
}
.member_center_repair_progress01 .right .contact_block {
  margin-top: 7.8125vw;
  padding: 20px;
  border: 1px solid #ccc;
}
.member_center_repair_progress01 .right .contact_block > p {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.member_center_repair_progress01 .right .contact_block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.member_center_repair_progress01 .right .contact_block ul li {
  width: calc(25% - 11.25px);
}
@media (max-width: 840px) {
  .member_center_repair_progress01 .right .contact_block ul li {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 400px) {
  .member_center_repair_progress01 .right .contact_block ul li {
    width: 100%;
  }
}
.member_center_repair_progress01 .right .contact_block ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.member_center_repair_progress01 .right .contact_block ul li a img {
  width: auto;
  height: calc(1.75rem + 1.4583333333vw);
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .member_center_repair_progress01 .right .contact_block ul li a img {
    margin-bottom: 10px;
  }
}
.member_center_repair_progress01 .right .contact_block ul li a p {
  color: #4e4e4e;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1201px) {
  .member_center_repair_progress01 .right .contact_block ul li a p {
    font-size: 16px;
  }
}

.esg_game01 {
  position: relative;
  height: 100vh;
  background: url("../img/esg/esg01.jpg") no-repeat center center/cover;
  overflow: hidden;
}
.esg_game01 .esg_background > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.esg_game01 .esg_background > div.active {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.6s;
}
.esg_game01 .esg_background > div ul .slick-slide {
  height: 100vh;
}
.esg_game01 .esg_background > div ul .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg_game01 .esg_box .the_box {
  position: absolute;
  top: 43.5%;
  left: 50%;
  width: 900px;
  max-width: calc(100% - 50px);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 0.2s, transform 0.2s;
}
.esg_game01 .esg_box .the_box.in {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
.esg_game01 .esg_box .the_box[data-ans] {
  top: 50%;
}
@media (max-width: 1200px) {
  .esg_game01 .esg_box .the_box[data-ans] {
    top: 25%;
  }
}
@media (max-width: 480px) {
  .esg_game01 .esg_box .the_box[data-ans] {
    top: 20%;
  }
}
.esg_game01 .esg_box .the_box[data-ans] > * {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: calc(0.9375rem + 2.8645833333vw) calc(0.3125rem + 3.90625vw);
  border-radius: calc(1.25rem + 1.5625vw);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% + 40px));
  transition: opacity 0.2s, transform 0.2s;
}
@media (max-width: 1200px) {
  .esg_game01 .esg_box .the_box[data-ans] > * {
    transform: translateY(40px);
  }
}
.esg_game01 .esg_box .the_box[data-ans] > *.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 1200px) {
  .esg_game01 .esg_box .the_box[data-ans] > *.show {
    transform: translateY(0);
  }
}
.esg_game01 .esg_box .the_box .box_title {
  text-align: center;
}
.esg_game01 .esg_box .the_box .box_title.lg {
  color: #000000;
  font-weight: 500;
  font-size: calc(2.625rem + 2.0833333333vw);
}
@media (min-width: 1201px) {
  .esg_game01 .esg_box .the_box .box_title.lg {
    letter-spacing: 2px;
  }
}
.esg_game01 .esg_box .the_box .box_title.md {
  color: #000000;
  font-size: calc(1.125rem + 0.8854166667vw);
  font-weight: 600;
  text-align: left;
}
.esg_game01 .esg_box .the_box .box_title.sm {
  color: #65b97d;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .esg_game01 .esg_box .the_box .box_title.sm {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .esg_game01 .esg_box .the_box .box_title.sm {
    font-size: 16px;
  }
}
.esg_game01 .esg_box .the_box .box_title.xs {
  margin-top: 25px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .esg_game01 .esg_box .the_box .box_title.xs {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .esg_game01 .esg_box .the_box .box_title.xs {
    font-size: 16px;
  }
}
.esg_game01 .esg_box .the_box .button_set {
  margin-top: 50px !important;
}
@media (max-width: 1500px) {
  .esg_game01 .esg_box .the_box .button_set {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .esg_game01 .esg_box .the_box .button_set {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .esg_game01 .esg_box .the_box .button_set {
    margin-top: 35px !important;
  }
}
.esg_game01 .esg_box .the_box .box_q ul {
  margin-top: 25px;
}
.esg_game01 .esg_box .the_box .box_q ul li {
  display: flex;
  align-items: center;
  gap: 0 15px;
  width: fit-content;
  cursor: pointer;
}
.esg_game01 .esg_box .the_box .box_q ul li + li {
  margin-top: 20px;
}
.esg_game01 .esg_box .the_box .box_q ul li .check {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  border: 2px solid #dadcdf;
  border-radius: 50%;
  transition: all 0.3s;
}
.esg_game01 .esg_box .the_box .box_q ul li .check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
.esg_game01 .esg_box .the_box .box_q ul li.active .check::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 1025px) {
  .esg_game01 .esg_box .the_box .box_q ul li:hover .check {
    border: 2px solid #000000;
  }
}
.esg_game01 .esg_box .the_box .box_ans .ans_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
}
@media (max-width: 540px) {
  .esg_game01 .esg_box .the_box .box_ans .ans_title {
    gap: 0 15px;
  }
}
.esg_game01 .esg_box .the_box .box_ans .ans_title img {
  flex-shrink: 0;
}
@media (max-width: 540px) {
  .esg_game01 .esg_box .the_box .box_ans .ans_title img {
    width: 40px;
  }
}
.esg_game01 .esg_box .the_box .box_ans .ans_title .box_title.md {
  color: #4e4e4e;
}
.esg_game01 .esg_box .the_box .box_ans .module_desc {
  margin-top: 30px;
}
.esg_game01 .esg_leaf {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 2;
  opacity: 0;
  transform: translate(0, -50%);
  transition: opacity 0.3s;
}
@media (max-width: 1200px) {
  .esg_game01 .esg_leaf {
    flex-direction: row;
    top: 20%;
    right: 50%;
    transform: translate(50%, 0);
  }
}
@media (max-width: 480px) {
  .esg_game01 .esg_leaf {
    top: 15%;
  }
}
.esg_game01 .esg_leaf svg {
  fill: #a3a3a3;
  transition: all 0.2s;
}
.esg_game01 .esg_leaf svg:first-child, .esg_game01 .esg_leaf svg:last-child {
  display: none;
}
.esg_game01 .esg_leaf svg.focus {
  fill: #000000;
}
.esg_game01 .esg_leaf.in {
  opacity: 1;
}

.investor01_title {
  color: #000;
  font-size: calc(1.4375rem + 0.3645833333vw);
  font-weight: 700;
}
.investor01_title.line {
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 25px;
  background-image: linear-gradient(to right, #000000, #000000);
  background-size: 75px 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .investor01_title.line {
    margin-bottom: 20px;
    transform: translate(0, 40px);
  }
}

.investor01_subtitle {
  color: #000;
  font-size: calc(0.9375rem + 0.3645833333vw);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .investor01_subtitle {
    transform: translate(0, 40px);
  }
}

.investor01 {
  padding-bottom: 10.4166666667vw;
}
@media (max-width: 1024px) {
  .investor01 {
    padding-bottom: 60px;
  }
}
.investor01 .block + .block {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .investor01 .block + .block {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .investor01 .block + .block {
    margin-top: 40px;
  }
}
.investor01 .block_1 {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1024px) {
  .investor01 .block_1 {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .investor01 .block_1 {
    padding-bottom: 30px;
  }
}
.investor01 .block_1 .left {
  width: 65%;
}
@media (min-width: 1025px) {
  .investor01 .block_1 .left {
    padding-right: 40px;
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 100%);
    background-size: 1px 100%;
    background-position: right top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1366px) {
  .investor01 .block_1 .left {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .investor01 .block_1 .left {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (max-width: 480px) {
  .investor01 .block_1 .left {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.investor01 .block_1 .left .module_desc {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .investor01 .block_1 .left .module_desc {
    transform: translate(0, 40px);
  }
}
.investor01 .block_1 .right {
  flex-shrink: 0;
  width: 35%;
  min-width: max-content;
  padding-left: 40px;
}
@media (max-width: 1366px) {
  .investor01 .block_1 .right {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .investor01 .block_1 .right {
    width: 100%;
    padding-left: unset;
  }
}
@media (min-width: 1025px) {
  .investor01 .block_1 .right > div {
    max-width: 400px;
    margin: 0 0 0 auto;
  }
}
.investor01 .block_1 .right > div > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 400px) {
  .investor01 .block_1 .right > div > div {
    align-items: center;
    flex-direction: column;
  }
}
.investor01 .block_1 .right > div > div > div:nth-child(1) {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 400px) {
  .investor01 .block_1 .right > div > div > div:nth-child(1) {
    text-align: center;
    transform: translate(0, 40px);
  }
}
.investor01 .block_1 .right > div > div > div:nth-child(1) p:nth-child(1) {
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.investor01 .block_1 .right > div > div > div:nth-child(1) p:nth-child(2) {
  color: #000000;
  font-size: calc(1.875rem + 1.5625vw);
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  .investor01 .block_1 .right > div > div > div:nth-child(1) p:nth-child(2) {
    font-size: calc(2.5rem + 1.6666666667vw);
  }
}
.investor01 .block_1 .right > div > div > div:nth-child(1) p:nth-child(2) img {
  display: inline;
  height: calc(1.875rem + 0.5729166667vw);
}
@media (max-width: 1024px) {
  .investor01 .block_1 .right > div > div > div:nth-child(1) p:nth-child(2) img {
    height: calc(1.875rem + 1.0416666667vw);
  }
}
@media (max-width: 400px) {
  .investor01 .block_1 .right > div > div > div:nth-child(1) p:nth-child(2) img {
    display: none;
  }
}
.investor01 .block_1 .right > div > div > div:nth-child(2) {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 400px) {
  .investor01 .block_1 .right > div > div > div:nth-child(2) {
    transform: translate(0, 40px);
  }
}
.investor01 .block_1 .right > div > div > div:nth-child(2) p {
  color: #4d4d4d;
  font-weight: 500;
  text-align: right;
}
@media (max-width: 400px) {
  .investor01 .block_1 .right > div > div > div:nth-child(2) p {
    text-align: center;
  }
}
.investor01 .block_1 .right > div > div > div:nth-child(2) p:nth-child(1) {
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .investor01 .block_1 .right > div > div > div:nth-child(2) p:nth-child(1) {
    margin-bottom: 10px;
  }
}
.investor01 .block_1 .right > div > div > div:nth-child(2) p:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .investor01 .block_1 .right > div > div > div:nth-child(2) p:nth-child(n+2) {
    margin-top: 5px;
  }
}
.investor01 .block_1 .right > div .middle {
  width: 100%;
  margin-top: 20px;
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.investor01 .block_1.in .left .investor01_title.line {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.investor01 .block_1.in .left .investor01_subtitle {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.investor01 .block_1.in .left .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.investor01 .block_1.in .right > div > div > div:nth-child(1) {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.investor01 .block_1.in .right > div > div > div:nth-child(2) {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.investor01 .block_1.in .right > div .middle {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s, opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.investor01 .block_2 {
  display: flex;
}
@media (max-width: 1024px) {
  .investor01 .block_2 {
    flex-wrap: wrap;
  }
}
.investor01 .block_2 .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .investor01 .block_2 .left {
    width: 100%;
    padding-right: unset;
    margin-bottom: 20px;
  }
}
.investor01 .block_2 .left .module_desc {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .investor01 .block_2 .left .module_desc {
    transform: translate(0, 40px);
  }
}
.investor01 .block_2 .left .button_set {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .investor01 .block_2 .left .button_set {
    display: none;
  }
}
.investor01 .block_2 .right {
  width: 65%;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .investor01 .block_2 .right {
    width: 100%;
    padding-left: unset;
  }
}
.investor01 .block_2 .right ul {
  max-height: 390px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .investor01 .block_2 .right ul::-webkit-scrollbar {
    width: 2px;
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
@media (min-width: 1025px) {
  .investor01 .block_2 .right ul {
    padding-right: 20px;
  }
}
@media (max-width: 1440px) {
  .investor01 .block_2 .right ul {
    max-height: 330px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .investor01 .block_2 .right ul::-webkit-scrollbar {
    width: 2px;
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
@media (max-width: 1024px) {
  .investor01 .block_2 .right ul {
    max-height: 315px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .investor01 .block_2 .right ul::-webkit-scrollbar {
    width: 2px;
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
@media (max-width: 720px) {
  .investor01 .block_2 .right ul {
    max-height: 312px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 720px) and (min-width: 1025px) {
  .investor01 .block_2 .right ul::-webkit-scrollbar {
    width: 2px;
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.5);
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
  }
}
.investor01 .block_2 .right ul li {
  padding: 25px 0;
}
@media (max-width: 1440px) {
  .investor01 .block_2 .right ul li {
    padding: 20px 0;
  }
}
@media (max-width: 720px) {
  .investor01 .block_2 .right ul li {
    padding: 15px 0;
  }
}
.investor01 .block_2 .right ul li + li {
  border-top: 1px solid #e5e5e5;
}
.investor01 .block_2 .right ul li a {
  display: flex;
  align-items: center;
  gap: 5px 25px;
  color: #000;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .investor01 .block_2 .right ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  .investor01 .block_2 .right ul li a {
    font-size: 17px;
  }
}
@media (min-width: 1441px) {
  .investor01 .block_2 .right ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .investor01 .block_2 .right ul li a {
    gap: 5px 15px;
  }
}
@media (max-width: 720px) {
  .investor01 .block_2 .right ul li a {
    flex-wrap: wrap;
  }
}
.investor01 .block_2 .right ul li a .date {
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .investor01 .block_2 .right ul li a .date {
    font-size: 13px;
  }
}
.investor01 .block_2 .right ul li a .cate {
  flex-shrink: 0;
  color: #fff;
  padding: 0 7px 1px;
  background: #000000;
}
@media (max-width: 1024px) {
  .investor01 .block_2 .right ul li a .cate {
    padding: 1px 7px 2px;
  }
}
@media (max-width: 720px) {
  .investor01 .block_2 .right ul li a .cate {
    font-size: 13px;
    padding: 1px 7px;
  }
}
.investor01 .block_2 .right ul li a p {
  width: 100%;
  transition: color 0.1s;
}
@media (min-width: 721px) {
  .investor01 .block_2 .right ul li a p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 720px) {
  .investor01 .block_2 .right ul li a p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .investor01 .block_2 .right ul li a:hover p {
    color: #000000;
  }
}
.investor01 .block_2 .right .button_set {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .investor01 .block_2 .right .button_set {
    display: none;
  }
}
.investor01 .block_2.in .left .investor01_title.line {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.investor01 .block_2.in .left .investor01_subtitle {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.investor01 .block_2.in .left .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.investor01 .block_2.in .left .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.investor01 .block_2.in .right ul {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
@media (max-width: 1024px) {
  .investor01 .block_2.in .right ul {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.investor01 .block_2.in .right .button_set {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}
.investor01 .block_3 {
  display: flex;
  flex-wrap: wrap;
  gap: 5.2083333333vw 4.1666666667vw;
}
@media (max-width: 840px) {
  .investor01 .block_3 {
    gap: 50px 0;
  }
}
.investor01 .block_3 section {
  width: calc(50% - 2.0833333333vw);
}
@media (max-width: 840px) {
  .investor01 .block_3 section {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .investor01 .block_3 section:nth-child(even) {
    position: relative;
    top: 5.2083333333vw;
  }
}
.investor01 .block_3 section .img {
  position: relative;
  height: 0;
  padding-bottom: 44.7368421053%;
  overflow: hidden;
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.investor01 .block_3 section .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investor01 .block_3 section .frame_txt {
  position: relative;
  color: transparent;
  font-size: calc(1.4375rem + 1.1979166667vw);
  font-weight: 700;
  font-family: sans-serif;
  -webkit-text-stroke: 1px #999;
  margin-top: calc(-0.9375rem - 0.78125vw);
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .investor01 .block_3 section .frame_txt {
    font-size: calc(1rem + 3.5714285714vw);
    margin-top: calc(-0.625rem - 2.380952381vw);
  }
}
.investor01 .block_3 section h2 {
  transform: translate(0, 40px);
}
.investor01 .block_3 section .module_desc {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.investor01 .block_3 section .little_map {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3.6458333333vw;
  margin-top: 15px;
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .investor01 .block_3 section .little_map {
    gap: 10px 30px;
  }
}
.investor01 .block_3 section .little_map li {
  padding-bottom: 7px;
  border-bottom: 1px solid #d9d9d9;
}
.investor01 .block_3 section .little_map li a {
  color: #4e4e4e;
  font-weight: 500;
  transition: color 0.1s;
}
.investor01 .block_3 section .little_map li a::before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 5px;
}
@media (min-width: 1025px) {
  .investor01 .block_3 section .little_map li a:hover {
    color: #000000;
  }
}
.investor01 .block_3 section.in .img {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.investor01 .block_3 section.in .frame_txt {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.investor01 .block_3 section.in h2 {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.investor01 .block_3 section.in .module_desc {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.investor01 .block_3 section.in .little_map {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.investor_info01 {
  position: sticky;
  top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.investor_info01 div {
  width: 100%;
}
.investor_info01 div p {
  color: #666;
}
.investor_info01 div p a {
  color: #666;
}
@media (min-width: 541px) and (max-width: 1024px) {
  .investor_info01 div:not(:first-child) {
    width: calc(50% - 15px);
  }
}
.investor_info01 div:not(:first-child) p:first-child {
  color: #000;
  font-size: calc(0.9375rem + 0.3645833333vw);
  font-weight: 700;
}

.investor_frame01 {
  padding: 20px 0 60px;
}
@media (max-width: 1024px) {
  .investor_frame01 {
    padding: 0 0 60px;
  }
}
.investor_frame01 .left {
  width: 72.8571428571%;
  padding-right: 4.1666666667vw;
}
@media (max-width: 1024px) {
  .investor_frame01 .left {
    width: 100%;
    padding-right: unset;
    margin-bottom: 40px;
  }
}
.investor_frame01 .left .button_set {
  margin-top: 0 !important;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .investor_frame01 .left .button_set {
    display: none;
  }
}
.investor_frame01 .left .title_and_switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 30px;
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .investor_frame01 .left .title_and_switcher {
    flex-direction: column;
  }
  .investor_frame01 .left .title_and_switcher .investor01_title {
    text-align: center;
  }
}
@media (min-width: 541px) {
  .investor_frame01 .left .title_and_switcher select {
    margin-left: auto;
  }
}
.investor_frame01 .left .multi_mode_block .the_block:not(:first-child) {
  display: none;
}
.investor_frame01 .right {
  width: 27.1428571429%;
  padding-left: 3.125vw;
  border-left: 1px solid #ccc;
}
@media (max-width: 1024px) {
  .investor_frame01 .right {
    width: 100%;
    padding-left: unset;
    border-left: unset;
  }
}

.investor_page01 .left .multi_mode_block .the_block .editor table {
  border: 1px solid #d9d9d9;
  border-radius: calc(0.625rem + 0.5208333333vw);
  border-collapse: separate;
  overflow: hidden;
}
.investor_page01 .left .multi_mode_block .the_block .editor table tr th {
  font-weight: 400;
  padding: 18px 10px;
  background: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 1025px) {
  .investor_page01 .left .multi_mode_block .the_block .editor table tr th {
    font-size: 16px;
  }
}
.investor_page01 .left .multi_mode_block .the_block .editor table tr td {
  text-align: center;
  padding: 10px;
}
@media (min-width: 1025px) {
  .investor_page01 .left .multi_mode_block .the_block .editor table tr td {
    font-size: 16px;
  }
}
.investor_page01 .left .multi_mode_block .the_block .editor table tr td + td {
  border-left: 1px solid #d9d9d9;
}
.investor_page01 .left .multi_mode_block .the_block .editor table tr:not(:last-child) td {
  border-bottom: 1px solid #d9d9d9;
}
.investor_page01 .left .multi_mode_block .the_block .editor table tr:last-child td:first-child {
  background: #f2f2f2;
}
.investor_page01 .left .multi_mode_block .the_block .qa_mode {
  border-top: 1px solid #d9d9d9;
}
.investor_page01 .left .multi_mode_block .the_block .qa_mode li {
  border-bottom: 1px solid #d9d9d9;
}
.investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 calc(0.9375rem + 0.78125vw);
  min-height: 60px;
  padding: 10px 30px 10px 1.3020833333vw;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject {
    gap: 0 15px;
    padding: 10px 30px 10px 15px;
  }
}
.investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject::before, .investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 7px;
  width: 16px;
  height: 2px;
  background: #d9d9d9;
  pointer-events: none;
  transition: all 0.3s;
}
.investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject.active::before, .investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject.active::after {
  background: #707070;
}
.investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject:not(.active)::after {
  transform: rotate(90deg);
}
.investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject span {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject span {
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  .investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject span {
    font-size: 18px;
  }
}
@media (min-width: 1441px) {
  .investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject span {
    font-size: 20px;
  }
}
.investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject p {
  width: 100%;
  font-size: 15px;
  padding-right: 20px;
}
@media (min-width: 1025px) {
  .investor_page01 .left .multi_mode_block .the_block .qa_mode li .subject p {
    font-size: 16px;
  }
}
.investor_page01 .left .multi_mode_block .the_block .qa_mode li .answer {
  display: none;
  padding: 0 50px 30px calc(2.375rem + 2.2395833333vw);
}
@media (max-width: 1200px) {
  .investor_page01 .left .multi_mode_block .the_block .qa_mode li .answer {
    padding: 0 50px 30px calc(1.875rem + 2.65625vw);
  }
}
@media (max-width: 1024px) {
  .investor_page01 .left .multi_mode_block .the_block .qa_mode li .answer {
    padding: 0 50px 30px;
  }
}
@media (max-width: 640px) {
  .investor_page01 .left .multi_mode_block .the_block .qa_mode li .answer {
    padding: 0 15px 30px;
  }
}
.investor_page01 .left .multi_mode_block .the_block .report_mode {
  padding-top: 40px;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 540px) {
  .investor_page01 .left .multi_mode_block .the_block .report_mode {
    padding-top: 30px;
  }
}
.investor_page01 .left .multi_mode_block .the_block .report_mode > p {
  color: #000;
  font-size: 18px;
}
.investor_page01 .left .multi_mode_block .the_block .report_mode .report_items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px calc(1.875rem + 1.5625vw);
  padding: calc(1.875rem + 1.5625vw) 0;
  border-bottom: 1px solid #d9d9d9;
}
.investor_page01 .left .multi_mode_block .the_block .report_mode .report_items a {
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.investor_page01 .left .multi_mode_block .the_block .report_mode .report_items a img {
  margin: 0 auto 8px;
  transition: all 0.3s;
}
.investor_page01 .left .multi_mode_block .the_block .report_mode .report_items a p:nth-child(2) {
  color: #666;
  font-size: 14px;
  text-indent: 1px;
  text-align: center;
  margin-bottom: 8px;
  transition: all 0.3s;
}
.investor_page01 .left .multi_mode_block .the_block .report_mode .report_items a p:nth-child(3) {
  color: #fff;
  font-size: 14px;
  text-indent: 1px;
  text-align: center;
  padding: 3px 15px;
  background: #666;
  border-radius: 25px;
  transition: all 0.3s;
}
.investor_page01 .left .multi_mode_block .the_block .report_mode .report_items a.unable {
  pointer-events: none;
  cursor: default;
}
.investor_page01 .left .multi_mode_block .the_block .report_mode .report_items a.unable p:nth-child(2) {
  color: #d9d9d9;
}
.investor_page01 .left .multi_mode_block .the_block .report_mode .report_items a.unable p:nth-child(3) {
  background: #d9d9d9;
}
@media (min-width: 1025px) {
  .investor_page01 .left .multi_mode_block .the_block .report_mode .report_items a:hover {
    background: #000000;
  }
  .investor_page01 .left .multi_mode_block .the_block .report_mode .report_items a:hover img {
    filter: brightness(0) invert(1);
  }
  .investor_page01 .left .multi_mode_block .the_block .report_mode .report_items a:hover p:nth-child(2) {
    color: #fff;
  }
  .investor_page01 .left .multi_mode_block .the_block .report_mode .report_items a:hover p:nth-child(3) {
    color: #000000;
    background: #fff;
  }
}

.investor_list01 .left .multi_mode_block .the_block .news_list02 .news_item {
  width: 33.3333333333%;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .investor_list01 .left .multi_mode_block .the_block .news_list02 .news_item {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .investor_list01 .left .multi_mode_block .the_block .news_list02 .news_item {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .investor_list01 .left .multi_mode_block .the_block .news_list02 .news_item {
    width: 100%;
  }
}
.investor_list01 .left .multi_mode_block .the_block .news_list02 .news_item .news_info a .news_img {
  padding-bottom: 63.925729443%;
}
.investor_list01 .left .multi_mode_block .the_block .news_list02 .news_item .news_info a .news_content .news_desc {
  display: none;
}

.investor_detail01 .left .multi_mode_block .news_detail02 {
  padding-bottom: unset;
}
@media (max-width: 1024px) {
  .investor_detail01 .left .multi_mode_block .news_detail02 .back_to_list {
    margin-top: 40px;
  }
}

.button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  cursor: pointer;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button01 {
    width: 160px;
    height: 40px;
  }
}
.button01.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button01.arrowtype {
    width: 40px;
  }
}
.button01 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button01 span {
    font-size: 13px;
  }
}
.button01 i {
  font-size: 13px;
}
.button01.center {
  margin: 0 auto;
}
.button01.arrowtype {
  padding: 0;
}
.button01 span {
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button01 svg {
  width: auto;
  height: 50%;
  fill: #000;
  transition: all 0.3s;
}
.button01:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button01:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button01:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button01.mirror {
  flex-direction: row-reverse;
}
.button01.mirror svg {
  transform: scale(-1, 1);
}
.button01.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button01.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button01.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button01:hover span, .button01.active span {
  color: #000000;
}
.button01:hover svg, .button01.active svg {
  fill: #000000;
}
.button01.white span {
  color: #fff;
}
.button01.white svg {
  fill: #fff;
}
.button01.white:hover span, .button01.white.active span {
  color: #000000;
}
.button01.white:hover svg, .button01.white.active svg {
  fill: #000000;
}

.button02 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  transition: all 0.3s;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button02 {
    width: 160px;
    height: 40px;
  }
}
.button02.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button02.arrowtype {
    width: 40px;
  }
}
.button02 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button02 span {
    font-size: 13px;
  }
}
.button02 i {
  font-size: 13px;
}
.button02.center {
  margin: 0 auto;
}
.button02 span {
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button02::after {
  content: "";
  flex-shrink: 0;
  width: 30px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(45deg);
  transform-origin: right bottom;
  transition: all 0.3s;
}
.button02:not(.arrowtype) {
  justify-content: space-between;
}
.button02:not(.arrowtype)::after {
  margin: 0 0 0 15px;
}
.button02.mirror {
  flex-direction: row-reverse;
}
.button02.mirror::after {
  transform: skewX(-45deg) scale(-1, 1);
  transform-origin: center bottom;
}
.button02.mirror:not(.arrowtype)::after {
  margin: 0 15px 0 0;
}
.button02:hover span, .button02.active span {
  color: #000000;
}
.button02:hover::after, .button02.active::after {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.button02.white {
  border-bottom: 1px solid #fff;
}
.button02.white span {
  color: #fff;
}
.button02.white::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.button02.white:hover, .button02.white.active {
  border-bottom: 1px solid #000000;
}
.button02.white:hover span, .button02.white.active span {
  color: #000000;
}
.button02.white:hover::after, .button02.white.active::after {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.button03 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button03 {
    width: 160px;
    height: 40px;
  }
}
.button03.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button03.arrowtype {
    width: 40px;
  }
}
.button03 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button03 span {
    font-size: 13px;
  }
}
.button03 i {
  font-size: 13px;
}
.button03.center {
  margin: 0 auto;
}
.button03.arrowtype {
  padding: 0;
}
.button03 span {
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button03 svg {
  width: auto;
  height: 50%;
  fill: #fff;
  transition: all 0.3s;
}
.button03:not(.arrowtype) {
  position: relative;
}
.button03:not(.arrowtype)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  opacity: 0;
  transform-origin: right bottom;
  transform: translate(0%, -95%) skew(45deg);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .button03:not(.arrowtype)::after {
    display: none;
  }
}
.button03:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button03:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button03:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button03.mirror {
  flex-direction: row-reverse;
}
.button03.mirror svg {
  transform: scale(-1, 1);
}
.button03.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button03.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button03.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button03:hover, .button03.active {
  background: #fff;
}
.button03:hover::after, .button03.active::after {
  opacity: 1;
  transform: translate(50%, -95%) skew(45deg);
}
.button03:hover span, .button03.active span {
  color: #000000;
}
.button03:hover svg, .button03.active svg {
  fill: #000000;
}
.button03.white {
  background: transparent;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .button03.white {
    background: #fff;
  }
  .button03.white span {
    color: #000000;
  }
  .button03.white svg {
    fill: #000000;
  }
}
.button03.white:hover, .button03.white.active {
  background: #fff;
}
.button03.white:hover span, .button03.white.active span {
  color: #000000;
}
.button03.white:hover svg, .button03.white.active svg {
  fill: #000000;
}

.button04 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button04 {
    width: 160px;
    height: 40px;
  }
}
.button04.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button04.arrowtype {
    width: 40px;
  }
}
.button04 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button04 span {
    font-size: 13px;
  }
}
.button04 i {
  font-size: 13px;
}
.button04.center {
  margin: 0 auto;
}
.button04.arrowtype {
  padding: 0;
  border-radius: 50%;
}
.button04.middle {
  justify-content: flex-start;
  width: 150px;
  padding: 0;
  border: 0;
}
@media (max-width: 1200px) {
  .button04.middle {
    width: 140px;
  }
}
.button04 span {
  color: #000000;
  font-family: "Noto Sans TC", sans-serif;
  padding: 3px 0;
  background-image: linear-gradient(to right, #000000, #000000);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.button04 svg {
  width: auto;
  height: 12px;
  fill: #000000;
  transition: all 0.3s;
}
.button04 div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 15px;
  background: #000000;
  border-radius: 50%;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button04 div {
    width: 160px;
    height: 40px;
  }
}
.button04 div.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button04 div.arrowtype {
    width: 40px;
  }
}
.button04 div span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button04 div span {
    font-size: 13px;
  }
}
.button04 div i {
  font-size: 13px;
}
.button04 div::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  transform: scale(0.2);
  transition: all 0.3s 0.3s;
}
.button04 div svg {
  position: relative;
  margin: 0 !important;
  z-index: 2;
  opacity: 0;
  transform: translateX(-5px);
}
.button04:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button04:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button04:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button04.mirror {
  flex-direction: row-reverse;
}
.button04.mirror svg {
  transform: scale(-1, 1);
}
.button04.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button04.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button04.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button04:hover span, .button04.active span {
  background-size: 100% 1px;
}
.button04:hover div::before, .button04.active div::before {
  transform: scale(1);
  transition: all 0.3s;
}
.button04:hover div svg, .button04.active div svg {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s 0.3s;
}
.button04:hover.arrowtype, .button04.active.arrowtype {
  background: #000000;
}
.button04:hover.arrowtype span, .button04.active.arrowtype span {
  color: #fff;
}
.button04:hover.arrowtype svg, .button04.active.arrowtype svg {
  fill: #fff;
}
.button04.white span {
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.button04.white.arrowtype {
  border: 1px solid #fff;
}
.button04.white.arrowtype span {
  color: #fff;
}
.button04.white.arrowtype svg {
  fill: #fff;
}
@media (max-width: 1024px) {
  .button04.white.arrowtype {
    background: #fff;
  }
  .button04.white.arrowtype span {
    color: #000000;
  }
  .button04.white.arrowtype svg {
    fill: #000000;
  }
}
.button04.white.arrowtype:hover, .button04.white.arrowtype.active {
  background: #fff;
}
.button04.white.arrowtype:hover span, .button04.white.arrowtype.active span {
  color: #000000;
}
.button04.white.arrowtype:hover svg, .button04.white.arrowtype.active svg {
  fill: #000000;
}

.button05 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  cursor: pointer;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button05 {
    gap: 0 10px;
  }
}
@media (max-width: 1200px) {
  .button05 {
    width: 160px;
    height: 40px;
  }
}
.button05.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button05.arrowtype {
    width: 40px;
  }
}
.button05 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button05 span {
    font-size: 13px;
  }
}
.button05 i {
  font-size: 13px;
}
.button05.center {
  margin: 0 auto;
}
.button05 span {
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button05 svg {
  width: auto;
  height: 18px;
  fill: #000;
  transition: all 0.3s;
}
.button05 div {
  flex-shrink: 0;
  position: relative;
  width: 44px;
  height: 30px;
}
.button05 div::before, .button05 div::after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
}
.button05 div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.button05 div::after {
  content: "H";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  background: #fff;
  border: 1px solid #000;
}
.button05.mirror {
  flex-direction: row-reverse;
}
.button05.mirror svg {
  transform: scale(-1, 1);
}
.button05:hover span, .button05.active span {
  color: #000000;
}
.button05:hover svg, .button05.active svg {
  fill: #000000;
}
.button05:hover div::before, .button05.active div::before {
  left: 50%;
  transform: translateX(-50%);
}
.button05:hover div::after, .button05.active div::after {
  right: 50%;
  background: transparent;
  border: 1px solid #fff;
  transform: translateX(50%);
}
.button05.white span {
  color: #fff;
}
.button05.white svg {
  fill: #fff;
}
.button05.white:hover span, .button05.white.active span {
  color: #000000;
}
.button05.white:hover svg, .button05.white.active svg {
  fill: #000000;
}

.button06 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #e84309;
  border: 1px solid #e84309;
  cursor: pointer;
  font-style: italic;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button06 {
    width: 160px;
    height: 40px;
  }
}
.button06.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button06.arrowtype {
    width: 40px;
  }
}
.button06 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button06 span {
    font-size: 13px;
  }
}
.button06 i {
  font-size: 13px;
}
.button06.center {
  margin: 0 auto;
}
.button06.arrowtype {
  padding: 0;
}
.button06 span {
  color: #fff;
  transition: all 0.3s;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
}
.button06 svg {
  width: auto;
  height: 50%;
  fill: #fff;
  transition: all 0.3s;
}
.button06 i {
  position: relative;
  top: 1px;
  color: #fff;
  transition: all 0.3s;
}
.button06:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button06:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button06:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button06:not(.arrowtype) i {
  margin: 0 0 0 7px;
}
.button06.mirror {
  flex-direction: row-reverse;
}
.button06.mirror svg, .button06.mirror i {
  transform: scale(-1, 1);
}
.button06.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button06.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button06.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button06.mirror:not(.arrowtype) i {
  margin: 0 7px 0 0;
}
.button06:hover, .button06.active {
  background: #fff;
}
.button06:hover span, .button06:hover i, .button06.active span, .button06.active i {
  color: #000000;
}
.button06:hover svg, .button06.active svg {
  fill: #000000;
}
.button06.white {
  background: transparent;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .button06.white {
    background: #fff;
  }
  .button06.white span, .button06.white i {
    color: #000000;
  }
  .button06.white svg {
    fill: #000000;
  }
}
.button06.white:hover, .button06.white.active {
  background: #fff;
}
.button06.white:hover span, .button06.white:hover i, .button06.white.active span, .button06.white.active i {
  color: #000000;
}
.button06.white:hover svg, .button06.white.active svg {
  fill: #000000;
}
.button06.reverse {
  transform: rotateX("180deg");
}

.button12 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button12 {
    width: 160px;
    height: 40px;
  }
}
.button12.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button12.arrowtype {
    width: 40px;
  }
}
.button12 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button12 span {
    font-size: 13px;
  }
}
.button12 i {
  font-size: 13px;
}
.button12.center {
  margin: 0 auto;
}
.button12.arrowtype {
  padding: 0;
  border-radius: 50%;
}
.button12 span {
  color: #000000;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button12 svg {
  width: auto;
  height: 18px;
  fill: #000000;
  transition: all 0.3s;
}
.button12:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button12:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button12:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button12.mirror {
  flex-direction: row-reverse;
}
.button12.mirror svg {
  transform: scale(-1, 1);
}
.button12.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button12.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button12.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button12:hover, .button12.active {
  background: #9d9d9d;
  border: 1px solid #9d9d9d;
}
.button12:hover span, .button12.active span {
  color: #fff;
}
.button12:hover svg, .button12.active svg {
  fill: #fff;
}
.button12.white {
  border: 1px solid #fff;
}
.button12.white span {
  color: #fff;
}
.button12.white svg {
  fill: #fff;
}
@media (max-width: 1024px) {
  .button12.white {
    background: #fff;
  }
  .button12.white span {
    color: #000000;
  }
  .button12.white svg {
    fill: #000000;
  }
}
.button12.white:hover, .button12.white.active {
  background: #fff;
}
.button12.white:hover span, .button12.white.active span {
  color: #000000;
}
.button12.white:hover svg, .button12.white.active svg {
  fill: #000000;
}

.breadcrumb01 {
  text-align: right;
  padding: 15px 0 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .breadcrumb01 {
    text-align: left;
  }
}
.breadcrumb01 a {
  color: #bbb;
  font-size: 13px;
}
.breadcrumb01 a:first-child {
  font-size: 16px;
}
.breadcrumb01 a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background: #bbb;
}

.title01 {
  margin-bottom: 40px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .title01 {
    margin-bottom: 30px;
  }
}
.title01 p {
  color: #e6e6e6;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .title01 p {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .title01 p {
    font-size: 34px;
  }
}
@media (max-width: 840px) {
  .title01 p {
    font-size: 32px;
  }
}
@media (max-width: 720px) {
  .title01 p {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  .title01 p {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .title01 p {
    font-size: 26px;
  }
}
.title01 span {
  color: #393939;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .title01 span {
    font-size: 17px;
  }
}
@media (max-width: 540px) {
  .title01 span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .title01 span {
    font-size: 15px;
  }
}

.topmenu01 {
  margin-bottom: 40px;
}
.topmenu01 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .topmenu01 ul.pc {
    display: none;
  }
}
.topmenu01 ul.pc li {
  padding: 0 20px;
}
.topmenu01 ul.pc li + li {
  background-image: linear-gradient(to bottom, #393993 0%, #393993 100%);
  background-size: 1px 12px;
  background-position: left 9px;
  background-repeat: no-repeat;
}
.topmenu01 ul.pc li a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #000000 0%, #000000 100%);
  background-size: 0% 2px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.topmenu01 ul.pc li a:hover, .topmenu01 ul.pc li a.active {
  color: #000000;
  background-size: 100% 2px;
}
.topmenu01 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu01 .selector {
    display: none;
  }
}
.topmenu01 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu01 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu01 ul.mb {
    display: none !important;
  }
}
.topmenu01 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu01 ul.mb li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu01 ul.mb li a.active {
  background: #ededed;
}

.topmenu02 {
  margin-bottom: 40px;
}
.topmenu02 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}
@media (max-width: 1024px) {
  .topmenu02 ul.pc {
    display: none;
  }
}
.topmenu02 ul.pc li a {
  display: block;
  position: relative;
  min-width: 120px;
  color: #4e4e4e;
  font-size: 16px;
  text-align: center;
  padding: 6px 10px;
  background: #f0f0f0;
  border-radius: 5px;
  transition: all 0.3s;
}
.topmenu02 ul.pc li a::after {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.topmenu02 ul.pc li a:hover, .topmenu02 ul.pc li a.active {
  color: #fff;
  background: #000000;
}
.topmenu02 ul.pc li a.active::after {
  display: block;
}
.topmenu02 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu02 .selector {
    display: none;
  }
}
.topmenu02 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu02 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu02 ul.mb {
    display: none !important;
  }
}
.topmenu02 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu02 ul.mb li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu02 ul.mb li a.active {
  background: #ededed;
}

.topmenu03 {
  margin-bottom: 40px;
}
.topmenu03 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}
@media (max-width: 1024px) {
  .topmenu03 ul.pc {
    display: none;
  }
}
.topmenu03 ul.pc li a {
  display: block;
  min-width: 120px;
  color: #4e4e4e;
  font-size: 16px;
  text-align: center;
  padding: 5px 10px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}
.topmenu03 ul.pc li a:hover, .topmenu03 ul.pc li a.active {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.topmenu03 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu03 .selector {
    display: none;
  }
}
.topmenu03 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu03 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu03 ul.mb {
    display: none !important;
  }
}
.topmenu03 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu03 ul.mb li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu03 ul.mb li a.active {
  background: #ededed;
}

.topmenu04 {
  margin-bottom: 40px;
}
.topmenu04 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}
@media (max-width: 1024px) {
  .topmenu04 ul.pc {
    display: none;
  }
}
.topmenu04 ul.pc li a {
  display: block;
  min-width: 120px;
  color: #4e4e4e;
  font-size: 16px;
  text-align: center;
  padding: 5px 10px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 50px;
  transition: all 0.3s;
}
.topmenu04 ul.pc li a:hover, .topmenu04 ul.pc li a.active {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.topmenu04 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu04 .selector {
    display: none;
  }
}
.topmenu04 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu04 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu04 ul.mb {
    display: none !important;
  }
}
.topmenu04 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu04 ul.mb li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu04 ul.mb li a.active {
  background: #ededed;
}

.topmenu05 {
  margin-bottom: 40px;
}
.topmenu05 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #7b7473;
}
@media (max-width: 1024px) {
  .topmenu05 ul.pc {
    display: none;
  }
}
.topmenu05 ul.pc li:not(:first-child) {
  margin-left: 20px;
}
.topmenu05 ul.pc li a {
  display: block;
  position: relative;
  color: #4e4e4e;
  font-size: 16px;
  padding: 18px 15px;
  transition: all 0.3s;
}
.topmenu05 ul.pc li a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 0;
  height: 3px;
  background: #000000;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.topmenu05 ul.pc li a:hover, .topmenu05 ul.pc li a.active {
  color: #000000;
}
.topmenu05 ul.pc li a:hover::after, .topmenu05 ul.pc li a.active::after {
  width: 100%;
}
.topmenu05 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu05 .selector {
    display: none;
  }
}
.topmenu05 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu05 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu05 ul.mb {
    display: none !important;
  }
}
.topmenu05 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu05 ul.mb li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu05 ul.mb li a.active {
  background: #ededed;
}

.topmenu06 {
  margin-bottom: 40px;
}
.topmenu06 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
}
@media (max-width: 1024px) {
  .topmenu06 ul.pc {
    display: none;
  }
}
.topmenu06 ul.pc li a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #000000 0%, #000000 100%);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.topmenu06 ul.pc li a:hover, .topmenu06 ul.pc li a.active {
  color: #000000;
  background-size: 100% 1px;
}
.topmenu06 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu06 .selector {
    display: none;
  }
}
.topmenu06 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu06 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu06 ul.mb {
    display: none !important;
  }
}
.topmenu06 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu06 ul.mb li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu06 ul.mb li a.active {
  background: #ededed;
}

.topmenu07 {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .topmenu07 {
    background: #f5f5f5;
  }
}
@media (max-width: 1024px) {
  .topmenu07 ul.pc {
    display: none;
  }
}
.topmenu07 ul.pc .slick-list {
  padding: 0 1px;
}
.topmenu07 ul.pc .slick-slide:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.topmenu07 ul.pc .slick-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #929292;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  background-image: linear-gradient(to right, #000000, #000000);
  background-size: 0 3px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.topmenu07 ul.pc .slick-slide a:hover, .topmenu07 ul.pc .slick-slide a.active {
  color: #4e4e4e;
  background-size: 100% 3px;
}
.topmenu07 ul.pc .slick-arrow {
  width: 30px;
  height: 30px;
}
.topmenu07 ul.pc .slick-arrow.slick-prev {
  left: -50px;
}
@media (max-width: 1520px) {
  .topmenu07 ul.pc .slick-arrow.slick-prev {
    left: -45px;
  }
}
.topmenu07 ul.pc .slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 1520px) {
  .topmenu07 ul.pc .slick-arrow.slick-next {
    right: -45px;
  }
}
.topmenu07 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000000;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu07 .selector {
    display: none;
  }
}
.topmenu07 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu07 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu07 ul.mb {
    display: none !important;
  }
}
.topmenu07 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu07 ul.mb li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu07 ul.mb li a.active {
  background: #ededed;
}
@media (min-width: 1025px) {
  .topmenu07 .catalog_type_mb {
    display: none;
  }
}
.topmenu07 .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000000;
}
.topmenu07 .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu07 .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.topmenu07 .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.topmenu07 .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.topmenu07 .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.topmenu07 .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.topmenu07 .catalog_type_mb .catalog_menu > li.moremenu > a::before, .topmenu07 .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.topmenu07 .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.topmenu07 .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.topmenu07 .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.topmenu07 .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.topmenu07 .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.topmenu07 .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.topmenu07 .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}

.pagination01 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pagination01 ul li {
  padding: 0 5px;
}
.pagination01 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #4e4e4e;
  font-size: 14px;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s;
}
.pagination01 ul li:hover a, .pagination01 ul li.active a {
  color: #fff;
  background: #000000;
}
@media (max-width: 840px) {
  .pagination01 ul li.list {
    display: none;
  }
}
@media (min-width: 841px) {
  .pagination01 ul li.total {
    display: none;
  }
}
.pagination01 ul li.total a {
  color: #4e4e4e !important;
  background: transparent !important;
}
.pagination01 ul li.disable {
  pointer-events: none;
  opacity: 0.2;
}

.gotop01 {
  position: fixed;
  right: 10px;
  bottom: 60px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s;
}
.gotop01.stick {
  position: absolute;
}
.gotop01.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop01 img {
  max-width: 60px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop01 img {
    max-width: 45px;
  }
}
.gotop01:hover img {
  transform: scale(1.1);
}

.gotop02 {
  position: fixed;
  right: 10px;
  bottom: 60px;
  padding: 10px 10px 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000000;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop02 {
    padding: 10px 7px 12px;
  }
}
.gotop02.stick {
  position: absolute;
}
.gotop02.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop02 div {
  color: #000000;
  font-size: 18px;
  writing-mode: vertical-rl;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop02 div {
    font-size: 14px;
  }
}
.gotop02:hover {
  background: rgb(255, 255, 255);
  border: 1px solid #393993;
}
.gotop02:hover div {
  color: #393993;
}

.gotop03 {
  display: flex;
  align-items: center;
  position: fixed;
  right: -190px;
  bottom: 60px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transform: rotate(-90deg);
  transform-origin: left center;
  transition: all 0.3s;
}
.gotop03.stick {
  position: absolute;
  top: 50%;
  bottom: unset;
}
.gotop03.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop03 div:nth-child(1) {
  color: #fff;
  font-size: 16px;
  font-family: "Microsoft JhengHei", sans-serif;
  margin-right: 18px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop03 div:nth-child(1) {
    font-size: 15px;
  }
}
.gotop03 div:nth-child(2) {
  position: relative;
  width: 105px;
  height: 3px;
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  background-size: 0% 1px;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .gotop03 div:nth-child(2) {
    background-size: 100% 1px;
  }
}
.gotop03 div:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 10px;
  height: 3px;
  background: #000000;
  opacity: 0;
}
@media (max-width: 1024px) {
  .gotop03 div:nth-child(2)::after {
    opacity: 1;
    animation: gotop03 2s linear infinite;
  }
}
@keyframes gotop03 {
  0% {
    left: -10px;
    opacity: 0;
  }
  15%, 85% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.gotop03:hover div:nth-child(2) {
  background-size: 100% 1px;
}
.gotop03:hover div:nth-child(2)::after {
  opacity: 1;
  animation: gotop03 2s linear infinite;
}

.gotop04 {
  position: fixed;
  right: -23px;
  bottom: 93px;
  padding: 3.5px 20.5px;
  border: 1px solid #fff;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  z-index: 80;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop04 {
    right: -18px;
    bottom: 88px;
    padding: 3.5px 16px;
  }
}
.gotop04.stick {
  position: absolute;
}
.gotop04.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop04 div {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-family: "Microsoft JhengHei", sans-serif;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop04 div {
    font-size: 14px;
  }
}
.gotop04 div::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 16px;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop04 div::after {
    border-width: 5px 0 5px 8px;
  }
}

.gotop05 {
  position: fixed;
  right: 10px;
  bottom: 60px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #000000;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop05 {
    padding: 2px 6px;
  }
}
.gotop05.stick {
  position: absolute;
}
.gotop05.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop05 div {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #000000;
  font-size: 16px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop05 div {
    font-size: 14px;
  }
}
.gotop05:hover {
  background: rgb(255, 255, 255);
  border: 1px solid #393993;
}
.gotop05:hover div {
  color: #393993;
}

.gotop06 {
  position: fixed;
  right: 0;
  bottom: 60px;
  padding: 10px 10px 15px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop06 {
    padding: 10px 7px 12px;
  }
}
.gotop06.stick {
  position: absolute;
}
.gotop06.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop06 img {
  display: inline;
  margin-bottom: 10px;
}
.gotop06 div {
  color: #1f1f1f;
  font-size: 13px;
  writing-mode: vertical-rl;
}

.gotop07 {
  position: fixed;
  right: 0;
  bottom: 60px;
  padding: 0 5.5px 10px;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: opacity 0.3s;
}
@media (max-width: 600px) {
  .gotop07 {
    padding: 0 3px 10px;
  }
}
.gotop07::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #000000 transparent;
}
@media (max-width: 600px) {
  .gotop07::before {
    border-width: 0 0 23px 23px;
  }
}
.gotop07.stick {
  position: absolute;
  bottom: 50%;
  transform: translateY(64px);
}
@media (max-width: 600px) {
  .gotop07.stick {
    transform: translateY(58px);
  }
}
.gotop07.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop07 img {
  display: inline;
  transform: scale(1, -1);
}
.gotop07 div {
  color: #fff;
  font-size: 13px;
  writing-mode: vertical-rl;
}
@media (max-width: 600px) {
  .gotop07 div {
    font-size: 12px;
  }
}

.gotop08 {
  position: fixed;
  right: 10px;
  bottom: 60px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s;
}
.gotop08.stick {
  position: absolute;
}
.gotop08.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop08 > div {
  display: flex;
  gap: 0 5px;
}
.gotop08 > div div {
  position: relative;
  top: 7px;
  width: 15px;
  height: 100px;
  border-top: 3px solid #000000;
  border-right: 2px solid #000000;
  transform: skewY(-45deg);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .gotop08 > div div {
    width: 10px;
    height: 88px;
    border-top: 2px solid #000000;
    border-right: 1px solid #000000;
  }
}
.gotop08 > div p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .gotop08 > div p {
    font-size: 13px;
    font-weight: 400;
  }
}
@media (min-width: 1025px) {
  .gotop08:hover > div div {
    top: 0;
    border-top: 3px solid #393993;
    border-right: 2px solid #393993;
  }
  .gotop08:hover > div p {
    color: #393993;
  }
}

.float01 {
  position: fixed;
  right: 10px;
  bottom: 140px;
  opacity: 0;
  pointer-events: none;
  z-index: 90;
  transform: scale(0);
  transition: all 0.3s;
}
.float01.show {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.float01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .float01 a {
    width: 60px;
    height: 60px;
  }
}
.float01 a svg {
  max-width: 60px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .float01 a svg {
    max-width: 45px;
  }
}
.float01 a svg path {
  fill: #39cd00;
  transition: all 0.3s;
}
.float01:hover a svg {
  transform: scale(1.1);
}
.float01:hover a svg path {
  fill: #39cd00;
}

.float02 {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 140px;
  z-index: 90;
  transform: translateX(100%);
  transition: all 0.3s;
}
.float02.show {
  transform: translateX(20%);
}
@media (max-width: 1200px) {
  .float02.show {
    transform: translateX(0%);
  }
}
.float02.show:hover {
  transform: translateX(0%);
}
.float02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  background: #393993;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .float02 a {
    width: 45px;
    height: 45px;
  }
}
.float02 a svg {
  display: block;
  width: 43px;
  height: 43px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .float02 a svg {
    width: 30px;
    height: 30px;
  }
}
.float02 a svg path {
  fill: #fff;
}
.float02 .ganggang {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 27px;
  height: 21px;
  margin-left: -2px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .float02 .ganggang {
    width: 10px;
    height: 15px;
  }
}
.float02 .ganggang::before, .float02 .ganggang::after {
  content: "";
  display: block;
  width: 27px;
  height: 6px;
  background: #393993;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .float02 .ganggang::before, .float02 .ganggang::after {
    width: 10px;
    height: 4px;
  }
}

.float03 {
  position: fixed;
  bottom: 60px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 90;
  transition: all 0.3s;
}
.float03.show {
  opacity: 1;
  pointer-events: auto;
}
.float03 a {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 16px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .float03 a {
    padding: 8px 0 8px 2px;
  }
}
.float03 a svg:nth-child(1) {
  display: none;
  margin-right: 15px;
  opacity: 0;
  transform: translateX(-15px);
  transition: all 0.3s;
}
.float03 a svg:nth-child(1) rect, .float03 a svg:nth-child(1) polygon {
  fill: #b3b3b3;
  transition: all 0.3s;
}
.float03 a svg:nth-child(2) {
  fill: #b3b3b3;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .float03 a svg:nth-child(2).fb {
    fill: #0866FF;
  }
}
@media (max-width: 1024px) {
  .float03 a svg:nth-child(2).ig {
    fill: #EB1383;
  }
}
@media (max-width: 1024px) {
  .float03 a svg:nth-child(2).line {
    fill: #07BE5B;
  }
}
@media (max-width: 1024px) {
  .float03 a svg:nth-child(2).tt {
    fill: #5DA9DD;
  }
}
@media (max-width: 1024px) {
  .float03 a svg:nth-child(2).yt {
    fill: #FF0000;
  }
}
.float03 a:hover svg:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 1025px) {
  .float03 a:hover svg:nth-child(2).fb {
    fill: #0866FF;
  }
}
@media (min-width: 1025px) {
  .float03 a:hover svg:nth-child(2).ig {
    fill: #EB1383;
  }
}
@media (min-width: 1025px) {
  .float03 a:hover svg:nth-child(2).line {
    fill: #07BE5B;
  }
}
@media (min-width: 1025px) {
  .float03 a:hover svg:nth-child(2).tt {
    fill: #5DA9DD;
  }
}
@media (min-width: 1025px) {
  .float03 a:hover svg:nth-child(2).yt {
    fill: #FF0000;
  }
}

.float04 {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 90;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .float04 {
    right: 15px;
    bottom: 65px;
  }
}
.float04 a {
  display: block;
  position: relative;
  width: calc(4.375rem + 3.6458333333vw);
  height: calc(4.375rem + 3.6458333333vw);
}
.float04 a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite reverse;
}

.popup01 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.popup01 .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup01 .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 10px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.popup01 .popup_content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .popup01 .popup_content .close_btn {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.popup01 .popup_content .close_btn::before, .popup01 .popup_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .popup01 .popup_content .close_btn::before, .popup01 .popup_content .close_btn::after {
    width: 15px;
  }
}
.popup01 .popup_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup01 .popup_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup01 .popup_content .editor {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.popup01.show {
  opacity: 1;
  pointer-events: auto;
}
.popup01.show .popup_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.hint01 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.hint01 .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.hint01 .hint_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 30px;
  background: #fff;
  border-radius: 25px;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .hint01 .hint_content {
    padding: 30px 15px;
  }
}
.hint01 .hint_content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .hint01 .hint_content .close_btn {
    top: -7px;
    right: -7px;
    width: 30px;
    height: 30px;
  }
}
.hint01 .hint_content .close_btn::before, .hint01 .hint_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 480px) {
  .hint01 .hint_content .close_btn::before, .hint01 .hint_content .close_btn::after {
    width: 15px;
  }
}
.hint01 .hint_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hint01 .hint_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hint01 .hint_content .hint_title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.hint01 .hint_content .hint_title span {
  color: #000000;
}
.hint01 .hint_content .hint_info {
  color: #000;
  font-size: 15px;
  letter-spacing: 2px;
  text-indent: 2px;
  margin-bottom: 15px;
}
.hint01 .hint_content .hint_info span {
  color: #000000;
  font-size: 16px;
}
.hint01 .hint_content hr {
  margin: 0;
  border: 2px solid #000000;
}
.hint01 .hint_content .hint_list {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .hint01 .hint_content .hint_list::-webkit-scrollbar {
    width: 20px;
  }
  .hint01 .hint_content .hint_list::-webkit-scrollbar-track {
    box-sizing: border-box;
    border: 9px solid transparent;
    box-shadow: inset 0 0 0 1px #e3e3e3;
  }
  .hint01 .hint_content .hint_list::-webkit-scrollbar-thumb {
    box-sizing: border-box;
    border: 9px solid transparent;
    box-shadow: inset 0 0 0 1px #888;
  }
}
@media (max-width: 1200px) {
  .hint01 .hint_content .hint_list {
    max-height: calc(100vh - 240px);
  }
}
.hint01 .hint_content .hint_list > div {
  display: flex;
  padding: 15px 0;
}
.hint01 .hint_content .hint_list > div:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.hint01 .hint_content .hint_list > div > div:nth-child(1) {
  width: 100px;
}
@media (max-width: 480px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(1) {
    width: 90px;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(1) .item_img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.hint01 .hint_content .hint_list > div > div:nth-child(1) .item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) {
  position: relative;
  width: calc(100% - 100px);
  padding: 0 15px;
}
@media (max-width: 480px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) {
    width: calc(100% - 90px);
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > p {
  color: #999;
  font-size: 14px;
  font-weight: 300;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_model, .hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_title {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_model, .hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_model {
    margin-bottom: 5px;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_title {
  margin-bottom: 10px;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_quantity {
  color: #4e4e4e;
  font-weight: 500;
  margin-top: 10px;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > a {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > a:nth-last-child(2) {
  bottom: 2px;
  right: 30px;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > a svg {
  display: block;
  fill: #999;
  width: auto;
  height: 12px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > a svg {
    fill: #4e4e4e;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > a i {
  display: block;
  color: #999;
  font-size: 16px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > a i {
    color: #4e4e4e;
  }
}
@media (min-width: 1025px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > a:hover svg {
    fill: #000000;
  }
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > a:hover i {
    color: #000000;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div {
  display: flex;
  gap: 0 5px;
  margin-top: 10px;
}
@media (max-width: 440px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div {
    flex-direction: column;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div p {
  flex-shrink: 0;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 440px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div p {
    margin-bottom: 5px;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div .size_vol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div .size_vol span {
  min-width: 48px;
  text-align: center;
  letter-spacing: 0;
  padding: 0 5px 2px;
  border: 1px solid #a9a9a9;
  cursor: pointer;
  transition: all 0.1s;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div .size_vol span:hover, .hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div .size_vol span.active {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.hint01 .hint_content .hint_btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
}
.hint01.show {
  opacity: 1;
  pointer-events: auto;
}
.hint01.show .hint_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.hint02 {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  z-index: 5;
}
@media (max-width: 1024px) {
  .hint02 {
    bottom: 50px;
  }
}
.hint02 .lists {
  display: flex;
  align-items: center;
  gap: 30px 3.125vw;
  padding: 15px 0;
}
@media (max-width: 1200px) {
  .hint02 .lists {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .hint02 .lists {
    flex-direction: column;
  }
}
.hint02 .lists:not(.active) {
  display: none;
}
.hint02 .lists .the_list {
  display: flex;
  align-items: center;
  gap: 0 3.125vw;
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 1025px) {
  .hint02 .lists .the_list {
    padding-bottom: 10px;
  }
  .hint02 .lists .the_list::-webkit-scrollbar {
    height: 5px;
  }
  .hint02 .lists .the_list::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 50px;
  }
  .hint02 .lists .the_list::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 50px;
  }
  .hint02 .lists .the_list::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
  }
}
.hint02 .lists .the_list .pro_item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
}
@media (max-width: 840px) {
  .hint02 .lists .the_list .pro_item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.hint02 .lists .the_list .pro_item .left {
  flex-shrink: 0;
  width: 9.375vw;
  min-width: 100px;
}
@media (max-width: 840px) {
  .hint02 .lists .the_list .pro_item .left {
    width: 135px;
  }
}
.hint02 .lists .the_list .pro_item .left .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.hint02 .lists .the_list .pro_item .left .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.hint02 .lists .the_list .pro_item .left .pro_img img:nth-child(2) {
  opacity: 0;
}
.hint02 .lists .the_list .pro_item .right {
  flex-shrink: 0;
  width: 165px;
}
.hint02 .lists .the_list .pro_item .right .pro_title {
  color: #4e4e4e;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .hint02 .lists .the_list .pro_item .right .pro_title {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .hint02 .lists .the_list .pro_item .right .pro_title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .hint02 .lists .the_list .pro_item .right .pro_title {
    font-size: 14px;
  }
}
.hint02 .lists .the_list .pro_item .right .pro_model {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 840px) {
  .hint02 .lists .the_list .pro_item .right .pro_model {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .hint02 .lists .the_list .pro_item .right .pro_model {
    font-size: 12px;
  }
}
.hint02 .lists .the_list .pro_item .delete {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 840px) {
  .hint02 .lists .the_list .pro_item .delete {
    align-items: center;
    justify-content: center;
  }
}
.hint02 .lists .the_list .pro_item .delete::before {
  content: "X";
  display: block;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 700;
  font-family: "Gruppo", cursive;
}
.hint02 .lists .the_list .pro_item:hover .left .pro_img img:nth-child(1) {
  opacity: 0;
}
.hint02 .lists .the_list .pro_item:hover .left .pro_img img:nth-child(2) {
  opacity: 1;
}
.hint02 .lists .the_list .pro_item:hover .right .pro_title {
  color: #000000;
}
.hint02 .lists > [class^=button] {
  flex-shrink: 0;
  width: 150px;
}
.hint02 .switcher {
  position: absolute;
  bottom: calc(100% + 35px);
  right: 0;
}
@media (max-width: 1024px) {
  .hint02 .switcher {
    bottom: calc(100% + 15px);
  }
}
.hint02 .switcher > div {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 9.5px 15px 9.5px 18px;
  background: #393993;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .hint02 .switcher > div {
    padding: 7px 7px 7px 10px;
  }
}
.hint02 .switcher > div + div {
  margin-top: 10px;
}
.hint02 .switcher > div span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #393993;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.hint02 .switcher > div span:nth-child(2) {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .hint02 .switcher > div span:nth-child(2) {
    font-size: 13px;
  }
}
.hint02 .switcher > div.active {
  background: #000000;
}
.hint02 .switcher > div.active span:nth-child(1) {
  color: #000000;
}

.gdpr01 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 30px;
  background: rgba(34, 34, 34, 0.85);
  opacity: 0;
  z-index: 200;
  transform: translateY(100%);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .gdpr01 {
    padding: 15px;
  }
}
.gdpr01.show {
  opacity: 1;
  transform: translateY(0%);
}
.gdpr01 div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gdpr01 div {
    flex-direction: column;
  }
}
.gdpr01 div .gdpr_txt {
  width: calc(100% - 150px);
  color: #fff;
  font-size: 14px;
  text-align: justify;
  padding: 0 15px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .gdpr01 div .gdpr_txt {
    width: 100%;
    padding: 0 0 15px;
  }
}
.gdpr01 div .gdpr_txt a {
  color: #fff;
  text-decoration: underline;
}
.gdpr01 div .gdpr_btn {
  display: block;
  width: 200px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 11px 0;
  margin: 0 15px;
  background: #e84309;
  border-width: 1px;
  border-style: solid;
  border-color: #e84309;
  border-radius: 50px;
  transition: all 0.3s;
}
.gdpr01 div .gdpr_btn:hover {
  background: transparent;
}

.gdpr02 {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 760px;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
  z-index: 200;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s;
}
.gdpr02.show {
  opacity: 1;
  transform: translateY(0%);
}
.gdpr02 div .module_desc {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.gdpr02 div .module_desc a {
  color: #e84309;
  font-weight: 700;
}

.gdpr02_mng {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.gdpr02_mng .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.gdpr02_mng .mng_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 30px 20px;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .gdpr02_mng .mng_content {
    padding: 30px 15px;
  }
}
.gdpr02_mng .mng_content .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #000000;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .gdpr02_mng .mng_content .close_btn {
    width: 35px;
    height: 35px;
  }
}
.gdpr02_mng .mng_content .close_btn::before, .gdpr02_mng .mng_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .gdpr02_mng .mng_content .close_btn::before, .gdpr02_mng .mng_content .close_btn::after {
    width: 20px;
  }
}
.gdpr02_mng .mng_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gdpr02_mng .mng_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gdpr02_mng .mng_content .mng_title {
  color: #4e4e4e;
  font-size: calc(1.25rem + 0.3645833333vw);
  font-weight: 700;
  margin-bottom: 20px;
}
.gdpr02_mng .mng_content .module_desc {
  line-height: 1.5;
  margin-bottom: 20px;
}
.gdpr02_mng .mng_content .other_link {
  display: block;
  color: #4e4e4e;
  font-weight: 700;
}
.gdpr02_mng .mng_content .other_link + .other_link {
  margin-top: 10px;
}
.gdpr02_mng .mng_content .other_link:hover {
  color: #000000;
}
@media (max-width: 400px) {
  .gdpr02_mng .mng_content .button_set a span span {
    display: none;
  }
}
.gdpr02_mng.show {
  opacity: 1;
  pointer-events: auto;
}
.gdpr02_mng.show .mng_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

html[lang=en-US] .gdpr02 div .module_desc {
  text-align: left;
}

.loading00 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
}

.loading01 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 80%);
  z-index: 1000;
}
.loading01 > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading02 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 1000;
}
.loading02 div {
  position: absolute;
  left: 0;
  width: 100%;
}
.loading02 .color1 {
  bottom: 0;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  animation: loading02_color1 1.1s cubic-bezier(0, 1, 0.5, 0.97) forwards;
}
.loading02 .color2 {
  bottom: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 2;
  animation: loading02_color2 1s cubic-bezier(0, 1, 0.5, 0.97) 0.1s forwards;
}
@keyframes loading02_color1 {
  0% {
    height: 100%;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes loading02_color2 {
  0% {
    bottom: 100%;
    height: 100%;
  }
  30% {
    height: 100%;
  }
  100% {
    bottom: 0%;
    height: 0%;
  }
}

.loading03 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 80%);
  z-index: 1000;
}
.loading03 > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: 80%;
  transform: translate(-50%, -50%);
}
.loading03 > * img {
  opacity: 0;
  transform: translateY(20px);
}
.loading03.show > * img {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
}
.loading03.hide > * img {
  opacity: 0;
}

.loading04 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 1000;
}
.loading04 > *:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.loading04 > *:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #ffffff;
}
.loading04 > *:nth-child(1) div {
  overflow: hidden;
}
.loading04 > *:nth-child(1) div img {
  opacity: 0;
  transform: translateY(100%);
}
.loading04 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200vw;
  height: 200vw;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
@media (max-width: 960px) {
  .loading04 .circle {
    width: 200vh;
    height: 200vh;
  }
}
.loading04.show > *:nth-child(1)::after {
  height: 0;
  transition: all 1.5s 1.5s;
}
.loading04.show > *:nth-child(1) div img {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s;
}
.loading04.show .circle {
  transform: translate(-50%, -50%) scale(1);
  transition: all 2s 2.8s;
}

.loading05 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 1000;
}
.loading05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 8px;
  background: #ffffff;
}
.loading05 > * {
  position: absolute;
  top: -144px;
  left: calc(50% - 94.5px);
  opacity: 0;
}
.loading05::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #ffffff;
}
.loading05.show::before {
  animation: loading05_line 3.6s forwards;
}
@keyframes loading05_line {
  0% {
    width: 0%;
  }
  20% {
    width: 30%;
  }
  60% {
    width: 65%;
  }
  100% {
    width: 100%;
  }
}
.loading05.show > * {
  animation: loading05_jump 3s forwards;
}
@media (max-width: 640px) {
  .loading05.show > * {
    animation: loading05_jump640 3s forwards;
  }
}
@keyframes loading05_jump {
  0% {
    top: -75px;
    opacity: 0;
  }
  55% {
    top: -37.5px;
    opacity: 1;
  }
  65% {
    top: calc(50% - 25px);
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  68% {
    top: calc(50% - 25px);
    opacity: 1;
    transform: scaleY(1.1) scaleX(0.9);
  }
  78% {
    top: calc(50% - 37.5px);
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  80% {
    top: calc(50% - 37.5px);
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  100% {
    top: calc(50% - 37.5px);
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes loading05_jump640 {
  0% {
    top: -75px;
    opacity: 0;
  }
  55% {
    top: -37.5px;
    opacity: 1;
  }
  65% {
    top: calc(50% - 25px);
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  68% {
    top: calc(50% - 25px);
    opacity: 1;
    transform: scaleY(1.1) scaleX(0.9);
  }
  78% {
    top: calc(50% - 37.5px);
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  80% {
    top: calc(50% - 37.5px);
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  100% {
    top: calc(50% - 37.5px);
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
}
.loading05.show::after {
  animation: loading05_cover 0.8s 4s forwards;
}
@keyframes loading05_cover {
  0% {
    height: 0%;
  }
  100% {
    height: 100vh;
  }
}

.loading06 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%);
  overflow: hidden;
  z-index: 1000;
}
.loading06 div {
  height: 100%;
}
.loading06 .loading_frame {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.loading06 .loading_frame::before, .loading06 .loading_frame::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform-origin: center top;
  transform: scaleY(0);
}
.loading06 .loading_frame::before {
  left: 0;
}
.loading06 .loading_frame::after {
  right: 0;
}
.loading06 .loading_frame p {
  color: #fff;
  font-size: 28px;
  text-align: center;
  overflow: hidden;
}
.loading06 .loading_frame p span {
  display: inline-block;
  opacity: 0.2;
  transform: translateY(100%);
}
.loading06.show .loading_frame::before, .loading06.show .loading_frame::after {
  transform: scaleY(1);
}
.loading06.show .loading_frame::before {
  transition: transform 1.5s cubic-bezier(0, 0, 0, 1) 0.5s;
}
.loading06.show .loading_frame::after {
  transition: transform 1.5s cubic-bezier(0, 0, 0, 1) 1s;
}
.loading06.show .loading_frame p span {
  opacity: 1;
  transform: translateY(0%);
  transition: all 1s cubic-bezier(0, 0, 0, 1);
}
.loading06.show .loading_frame p span:nth-child(1) {
  transition-delay: 0.4s;
}
.loading06.show .loading_frame p span:nth-child(2) {
  transition-delay: 0.55s;
}
.loading06.show .loading_frame p span:nth-child(3) {
  transition-delay: 0.7s;
}
.loading06.hide {
  bottom: 100%;
  opacity: 0.2;
  transition: all 0.5s linear 1s;
}
.loading06.hide .loading_frame p span {
  opacity: 0.2;
  transform: translateY(-100%);
  transition: all 0.75s cubic-bezier(1, 0, 1, 1);
}
.loading06.hide .loading_frame p span:nth-child(1) {
  transition-delay: 0s;
}
.loading06.hide .loading_frame p span:nth-child(2) {
  transition-delay: 0.125s;
}
.loading06.hide .loading_frame p span:nth-child(3) {
  transition-delay: 0.25s;
}

.cb_module {
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.cb_module.cb_margin_bottom {
  margin: 0 0 95px;
}
@media (max-width: 1440px) {
  .cb_module.cb_margin_bottom {
    margin: 0 0 70px;
  }
}
@media (max-width: 960px) {
  .cb_module.cb_margin_bottom {
    margin: 0 0 50px;
  }
}
@media (max-width: 480px) {
  .cb_module.cb_margin_bottom {
    margin: 0 0 40px;
  }
}
.cb_module * {
  box-sizing: border-box;
}
.cb_module p {
  line-height: 1.8;
  margin: 0;
}
.cb_module img {
  display: block;
  height: auto !important;
}
.cb_module .cb_title h2 {
  font-size: 23px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .cb_module .cb_title h2 {
    font-size: 21px;
  }
}
.cb_module .cb_title h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .cb_module .cb_title h3 {
    font-size: 16px;
  }
}

.cb_text02 .comma_box {
  position: relative;
  padding: 50px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text02 .comma_box {
    padding: 40px;
  }
}
.cb_text02 .comma_box::before {
  content: "“";
  position: absolute;
  top: 15px;
  left: -20px;
  color: #000000;
  font-size: 62px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text02 .comma_box::before {
    top: 10px;
    left: -25px;
  }
}
.cb_text02 .comma_box::after {
  content: "”";
  position: absolute;
  bottom: -20px;
  right: -20px;
  color: #000000;
  font-size: 62px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text02 .comma_box::after {
    bottom: -25px;
    right: -25px;
  }
}

.cb_text03.cb_margin_bottom {
  margin: 0 0 20px !important;
}
.cb_text03 blockquote {
  padding: 10px 20px;
  margin: 0;
  border-left: 5px solid #000000;
}
.cb_text03 blockquote p {
  font-weight: 500;
}

.cb_text04 .frame_box {
  padding: 0 7.5px;
}
.cb_text04 .frame_box > div {
  position: relative;
  padding: 40px 16px;
  margin-top: 15.5px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text04 .frame_box > div {
    padding: 30px 16px;
  }
}
.cb_text04 .frame_box > div .frame_name {
  position: absolute;
  top: 0;
  left: 50%;
  width: max-content;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 12px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.cb_text05 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text05 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text05 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text05 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text05 .cb_content > div {
    width: 100%;
  }
}
.cb_text05 .cb_content > div .cb_title {
  margin-bottom: 10px;
}

.cb_text06 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text06 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text06 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text06 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text06 .cb_content > div {
    width: 100%;
  }
}
.cb_text06 .cb_content > div > div {
  padding: 30px;
}
@media (max-width: 480px) {
  .cb_text06 .cb_content > div > div {
    padding: 25px;
  }
}
.cb_text06 .cb_content > div > div .cb_title {
  margin-bottom: 10px;
}

.cb_text07 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text07 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text07 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text07 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text07 .cb_content > div {
    width: 100%;
  }
}
.cb_text07 .cb_content > div .cb_title {
  padding-bottom: 15px;
  margin-bottom: 14px;
}

.cb_text08 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text08 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text08 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text08 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text08 .cb_content > div {
    width: 100%;
  }
}
.cb_text08 .cb_content > div > div {
  padding: 30px;
}
@media (max-width: 480px) {
  .cb_text08 .cb_content > div > div {
    padding: 25px;
  }
}
.cb_text08 .cb_content > div > div .cb_title {
  padding-bottom: 15px;
  margin-bottom: 14px;
}

.cb_text09 p {
  display: flex;
  padding: 10px 0;
}
.cb_text09 p > span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: -4px;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  border-radius: 50%;
}

.cb_text10 .cb_content {
  display: flex;
  align-items: center;
  gap: 0 60px;
}
@media (max-width: 720px) {
  .cb_text10 .cb_content {
    flex-wrap: wrap;
  }
}
.cb_text10 .cb_content > div:nth-child(1) {
  width: 100%;
}
.cb_text10 .cb_content > div:nth-child(2) {
  flex-shrink: 0;
}

.cb_photo01 {
  width: 100%;
}
.cb_photo01 img {
  width: 100%;
  margin: 0 auto;
}

.cb_photo02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cb_photo02 .cb_wrap > div:nth-child(1) {
  width: calc(50% + 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo02 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_photo02 .cb_wrap > div:nth-child(1) img {
  width: 100%;
}
.cb_photo02 .cb_wrap > div:nth-child(2) {
  width: calc(50% - 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo02 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_photo03 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .cb_photo03 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_photo03 .cb_wrap > div:nth-child(1) {
  width: calc(50% - 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo03 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_photo03 .cb_wrap > div:nth-child(2) {
  width: calc(50% + 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo03 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_photo03 .cb_wrap > div:nth-child(2) img {
  width: 100%;
}

.cb_photo04 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_photo04 .cb_wrap > div {
  width: 50%;
}
@media (max-width: 960px) {
  .cb_photo04 .cb_wrap > div {
    width: 100%;
  }
}
.cb_photo04 .cb_wrap > div:nth-child(1) img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo04 .cb_wrap > div:nth-child(2) {
  padding: 3.5% 10% 3.5% 5%;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .cb_photo04 .cb_wrap > div:nth-child(2) {
    padding: 3.5% 5%;
  }
}

.cb_photo05 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .cb_photo05 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_photo05 .cb_wrap > div {
  width: 50%;
}
@media (max-width: 960px) {
  .cb_photo05 .cb_wrap > div {
    width: 100%;
  }
}
.cb_photo05 .cb_wrap > div:nth-child(1) {
  padding: 3.5% 5% 3.5% 10%;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .cb_photo05 .cb_wrap > div:nth-child(1) {
    padding: 3.5% 5%;
  }
}
.cb_photo05 .cb_wrap > div:nth-child(2) img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_photo06 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo06 {
    padding: 10% 30px;
  }
}
.cb_photo06 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo06 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo06 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo06 .cb_wrap > div {
  width: 100%;
  max-width: 780px;
}

.cb_photo07 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo07 {
    padding: 10% 30px;
  }
}
.cb_photo07 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo07 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo07 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo07 .cb_wrap > div {
  width: 100%;
  max-width: calc(100% - 10.416vw);
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .cb_photo07 .cb_wrap > div {
    max-width: 100%;
  }
}
.cb_photo07 .cb_wrap > div > div {
  width: 100%;
  max-width: 545px;
}

.cb_photo08 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo08 {
    padding: 10% 30px;
  }
}
.cb_photo08 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo08 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo08 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo08 .cb_wrap > div {
  width: 100%;
  max-width: calc(100% - 10.416vw);
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .cb_photo08 .cb_wrap > div {
    max-width: 100%;
  }
}
.cb_photo08 .cb_wrap > div > div {
  width: 100%;
  max-width: 545px;
  margin: 0 0 0 auto;
}

.cb_photo09 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo09 {
    padding: 10% 30px;
  }
}
.cb_photo09 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo09 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo09 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo09 .cb_wrap > div {
  width: 100%;
  max-width: 900px;
  padding: 3.125vw;
}

.cb_photo10 .cb_wrap {
  display: flex;
}
.cb_photo10 .cb_wrap .cb_marquee {
  position: relative;
  width: 17.34%;
  overflow: hidden;
}
@media (max-width: 840px) {
  .cb_photo10 .cb_wrap .cb_marquee {
    display: none;
  }
}
.cb_photo10 .cb_wrap .cb_marquee p {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  font-size: calc(3.64583vw + 3rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  white-space: nowrap;
  transform: translate(-50%, 0%);
  animation: cb_marquee 15s linear infinite;
}
@keyframes cb_marquee {
  0% {
    top: 100%;
    transform: translate(-50%, 0%);
  }
  100% {
    top: 0%;
    transform: translate(-50%, -100%);
  }
}
.cb_photo10 .cb_wrap .cb_marquee p:hover {
  animation-play-state: paused;
}
.cb_photo10 .cb_wrap .cb_content {
  display: flex;
  flex-wrap: wrap;
  width: 82.66%;
  padding: 40px 0 40px 40px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .cb_photo10 .cb_wrap .cb_content {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 840px) {
  .cb_photo10 .cb_wrap .cb_content {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .cb_photo10 .cb_wrap .cb_content {
    padding: 20px;
  }
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(1) {
  width: 36.917%;
}
@media (max-width: 720px) {
  .cb_photo10 .cb_wrap .cb_content > div:nth-child(1) {
    width: 100%;
  }
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(1) img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(2) {
  display: flex;
  align-items: center;
  width: 63.083%;
  padding: 5.2083vw;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_photo10 .cb_wrap .cb_content > div:nth-child(2) {
    padding: 3vw;
  }
}
@media (max-width: 720px) {
  .cb_photo10 .cb_wrap .cb_content > div:nth-child(2) {
    width: 100%;
  }
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(2) > div {
  width: 100%;
  max-width: 572px;
}
.cb_photo10.mirror .cb_wrap {
  transform: scale(-1, 1);
}
.cb_photo10.mirror .cb_wrap .cb_marquee {
  transform: scale(-1, 1);
}
.cb_photo10.mirror .cb_wrap .cb_content > div:nth-child(1) img {
  transform: scale(-1, 1);
}
.cb_photo10.mirror .cb_wrap .cb_content > div:nth-child(2) > div {
  transform: scale(-1, 1);
}

.cb_photo11 {
  background: linear-gradient(to bottom, transparent 0%, transparent 246px, var(--bg-color) 246px, var(--bg-color) 100%);
}
@media (max-width: 1300px) {
  .cb_photo11 {
    background: var(--bg-color);
  }
}
.cb_photo11 .cb_content {
  width: calc(100% - 60px);
  max-width: 1300px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .cb_photo11 .cb_content {
    width: 100%;
  }
}
.cb_photo11 .cb_content > div:nth-child(1) img {
  width: 100%;
}
.cb_photo11 .cb_content > div:nth-child(2) {
  padding: 40px 15px 60px;
}

.cb_photo12 .cb_wrap {
  position: relative;
  padding: 3.90625vw 0;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap {
    padding: 0;
  }
}
.cb_photo12 .cb_wrap .bg_color {
  position: absolute;
  top: 0;
  right: 0;
  width: 86.98%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap .bg_color {
    width: 100%;
  }
}
.cb_photo12 .cb_wrap .cb_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(1) {
  width: 43.75%;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap .cb_content > div:nth-child(1) {
    width: 100%;
  }
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(1) div {
  position: relative;
  height: 0;
  padding-bottom: 71.43%;
  overflow: hidden;
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(1) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(2) {
  width: 56.25%;
  padding: 0 7.0312vw 0 3.5156vw;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap .cb_content > div:nth-child(2) {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .cb_photo12 .cb_wrap .cb_content > div:nth-child(2) {
    padding: 15px;
  }
}

.cb_photo13 .cb_wrap {
  position: relative;
  padding: 3.90625vw 0;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap {
    padding: 0;
  }
}
.cb_photo13 .cb_wrap .bg_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 86.98%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .bg_color {
    width: 100%;
  }
}
.cb_photo13 .cb_wrap .cb_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .cb_content {
    flex-direction: column-reverse;
  }
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(1) {
  width: 56.25%;
  padding: 0 3.5156vw 0 7.0312vw;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .cb_content > div:nth-child(1) {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .cb_photo13 .cb_wrap .cb_content > div:nth-child(1) {
    padding: 15px;
  }
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(2) {
  width: 43.75%;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .cb_content > div:nth-child(2) {
    width: 100%;
  }
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(2) div {
  position: relative;
  height: 0;
  padding-bottom: 71.43%;
  overflow: hidden;
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(2) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_photo14 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cb_photo14 .cb_wrap > div:nth-child(1) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo14 .cb_wrap > div:nth-child(1) {
    width: 100%;
    max-width: 350px;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_photo14 .cb_wrap > div:nth-child(1) img {
  width: 100%;
}
.cb_photo14 .cb_wrap > div:nth-child(2) {
  width: calc(75% - 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo14 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_photo15 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .cb_photo15 .cb_wrap {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.cb_photo15 .cb_wrap > div:nth-child(1) {
  width: calc(75% - 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo15 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_photo15 .cb_wrap > div:nth-child(2) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo15 .cb_wrap > div:nth-child(2) {
    width: 100%;
    max-width: 350px;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_photo15 .cb_wrap > div:nth-child(2) img {
  width: 100%;
}

.cb_photo16 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cb_photo16 .cb_wrap > div:nth-child(1) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo16 .cb_wrap > div:nth-child(1) {
    width: 100%;
    max-width: 350px;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_photo16 .cb_wrap > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_photo16 .cb_wrap > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo16 .cb_wrap > div:nth-child(2) {
  width: calc(75% - 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo16 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_photo17 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .cb_photo17 .cb_wrap {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.cb_photo17 .cb_wrap > div:nth-child(1) {
  width: calc(75% - 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo17 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_photo17 .cb_wrap > div:nth-child(2) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo17 .cb_wrap > div:nth-child(2) {
    width: 100%;
    max-width: 350px;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_photo17 .cb_wrap > div:nth-child(2) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_photo17 .cb_wrap > div:nth-child(2) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card01 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card01 .cards > div {
  width: 50%;
  padding: 15px;
}
@media (max-width: 720px) {
  .cb_card01 .cards > div {
    width: 100%;
  }
}
.cb_card01 .cards > div img {
  width: 100%;
}

.cb_card02 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card02 .cards > div {
  width: 33.3333333333%;
  padding: 15px;
}
@media (max-width: 960px) {
  .cb_card02 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card02 .cards > div {
    width: 100%;
  }
}
.cb_card02 .cards > div img {
  width: 100%;
}

.cb_card03 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card03 .cards > div {
  width: 25%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .cb_card03 .cards > div {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .cb_card03 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card03 .cards > div {
    width: 100%;
  }
}
.cb_card03 .cards > div img {
  width: 100%;
}

.cb_card04 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card04 .cb_slick:not(.slick-slider) > div {
  width: 33.3333333333%;
  padding: 15px;
}
.cb_card04 .cb_slick:not(.slick-slider) > div > img {
  width: 100%;
}
.cb_card04 .cb_slick:not(.slick-slider) > div > div {
  padding: 25px 15px 30px;
}
.cb_card04 .cb_slick.slick-slider {
  margin: 0 -15px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card04 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card04 .cb_slick.slick-slider .slick-slide {
  padding: 0 15px;
}
@media (max-width: 720px) {
  .cb_card04 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card04 .cb_slick.slick-slider .slick-slide > img {
  width: 100%;
}
.cb_card04 .cb_slick.slick-slider .slick-slide > div {
  padding: 25px 15px 30px;
}

.cb_card05 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cb_card05 .cb_slick:not(.slick-slider) > div {
  width: 25%;
  padding: 10px;
}
.cb_card05 .cb_slick:not(.slick-slider) > div > img {
  width: 100%;
}
.cb_card05 .cb_slick:not(.slick-slider) > div > div {
  padding: 25px 15px 30px;
  transition: all 0.3s;
}
.cb_card05 .cb_slick:not(.slick-slider) > div > div p {
  transition: all 0.3s;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div {
  background: #000000 !important;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div h3 {
  color: #fff;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div p {
  color: #fff;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div .cb_button01.reverse {
  color: #4e4e4e;
  background: #e6e7e8 !important;
}
.cb_card05 .cb_slick.slick-slider {
  margin: 0 -10px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card05 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card05 .cb_slick.slick-slider .slick-slide {
  padding: 0 10px;
}
@media (max-width: 720px) {
  .cb_card05 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card05 .cb_slick.slick-slider .slick-slide > img {
  width: 100%;
}
.cb_card05 .cb_slick.slick-slider .slick-slide > div {
  padding: 25px 15px 30px;
  transition: all 0.3s;
}
.cb_card05 .cb_slick.slick-slider .slick-slide > div p {
  transition: all 0.3s;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div {
  background: #000000 !important;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div h3 {
  color: #fff;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div p {
  color: #fff;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div .cb_button01.reverse {
  color: #4e4e4e;
  background: #e6e7e8 !important;
}

.cb_card06 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card06 .cards > div {
  width: 50%;
  padding: 15px;
}
@media (max-width: 720px) {
  .cb_card06 .cards > div {
    width: 100%;
  }
}
.cb_card06 .cards > div .image {
  max-width: 52.5547445255%;
  margin: 0 auto;
}
.cb_card06 .cards > div .image > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card06 .cards > div .image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card07 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card07 .cards > div {
  width: 33.3333333333%;
  padding: 15px;
}
@media (max-width: 960px) {
  .cb_card07 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card07 .cards > div {
    width: 100%;
  }
}
.cb_card07 .cards > div .image {
  max-width: 77.1812080537%;
  margin: 0 auto;
}
.cb_card07 .cards > div .image > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card07 .cards > div .image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card08 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card08 .cards > div {
  width: 25%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .cb_card08 .cards > div {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .cb_card08 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card08 .cards > div {
    width: 100%;
  }
}
.cb_card08 .cards > div .image {
  max-width: 72.5373134328%;
  margin: 0 auto;
}
.cb_card08 .cards > div .image > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card08 .cards > div .image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card09 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card09 .cb_slick:not(.slick-slider) > div {
  width: 33.3333333333%;
  padding: 15px;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(1) {
  max-width: 77.1812080537%;
  margin: 0 auto 20px;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(2) {
  padding: 15px 15px 20px;
}
.cb_card09 .cb_slick.slick-slider {
  margin: 0 -15px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card09 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card09 .cb_slick.slick-slider .slick-slide {
  padding: 0 15px;
}
@media (max-width: 720px) {
  .cb_card09 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(1) {
  max-width: 77.1812080537%;
  margin: 0 auto 20px;
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(2) {
  padding: 15px 15px 20px;
}

.cb_card10 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cb_card10 .cb_slick:not(.slick-slider) > div {
  width: 25%;
  padding: 10px;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(1) {
  max-width: 72.5373134328%;
  margin: 0 auto 20px;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(2) {
  padding: 15px 15px 20px;
  transition: all 0.3s;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(2) p {
  transition: all 0.3s;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) {
  background: #000000 !important;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) h3 {
  color: #fff;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) p {
  color: #fff;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) .cb_button01.reverse {
  color: #4e4e4e;
  background: #e6e7e8 !important;
}
.cb_card10 .cb_slick.slick-slider {
  margin: 0 -10px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card10 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card10 .cb_slick.slick-slider .slick-slide {
  padding: 0 10px;
}
@media (max-width: 720px) {
  .cb_card10 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(1) {
  max-width: 72.5373134328%;
  margin: 0 auto 20px;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(2) {
  padding: 15px 15px 20px;
  transition: all 0.3s;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(2) p {
  transition: all 0.3s;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) {
  background: #000000 !important;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) h3 {
  color: #fff;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) p {
  color: #fff;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) .cb_button01.reverse {
  color: #4e4e4e;
  background: #e6e7e8 !important;
}

.cb_box01 {
  overflow: hidden;
}
.cb_box01 .cb_slick {
  margin: 0 -15px;
}
.cb_box01 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.cb_box01 .cb_slick:not(.slick-slider) .box {
  width: 25%;
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    padding: 30px 15px;
  }
}
@media (max-width: 960px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    width: 50%;
  }
}
.cb_box01 .cb_slick:not(.slick-slider) .box img {
  margin: 0 auto 15px;
}
.cb_box01 .cb_slick:not(.slick-slider) .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box01 .cb_slick:not(.slick-slider) .box h4 {
  font-weight: 400;
  margin: 0;
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box01 .cb_slick.slick-slider .slick-slide .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box01 .cb_slick.slick-slider .slick-slide .box {
    padding: 30px 15px;
  }
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box img {
  margin: 0 auto 15px;
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box02 {
  overflow: hidden;
}
.cb_box02 .cb_slick {
  margin: 0 -15px;
}
.cb_box02 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.cb_box02 .cb_slick:not(.slick-slider) .box {
  width: 20%;
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    width: 25%;
    padding: 30px 15px;
  }
}
@media (max-width: 960px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    width: 50%;
  }
}
.cb_box02 .cb_slick:not(.slick-slider) .box img {
  margin: 0 auto 15px;
}
.cb_box02 .cb_slick:not(.slick-slider) .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box02 .cb_slick:not(.slick-slider) .box h4 {
  font-weight: 400;
  margin: 0;
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box02 .cb_slick.slick-slider .slick-slide .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box02 .cb_slick.slick-slider .slick-slide .box {
    padding: 30px 15px;
  }
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box img {
  margin: 0 auto 15px;
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box03 {
  overflow: hidden;
}
.cb_box03 .cb_slick {
  margin: 0 -15px;
}
.cb_box03 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.cb_box03 .cb_slick:not(.slick-slider) .box {
  width: 16.6666666667%;
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1366px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 25%;
    padding: 30px 15px;
  }
}
@media (max-width: 960px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 50%;
  }
}
.cb_box03 .cb_slick:not(.slick-slider) .box img {
  margin: 0 auto 15px;
}
.cb_box03 .cb_slick:not(.slick-slider) .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box03 .cb_slick:not(.slick-slider) .box h4 {
  font-weight: 400;
  margin: 0;
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box03 .cb_slick.slick-slider .slick-slide .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box03 .cb_slick.slick-slider .slick-slide .box {
    padding: 30px 15px;
  }
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box img {
  margin: 0 auto 15px;
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box04 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box04 .boxes .box {
  width: 50%;
  padding: 7.5px;
}
.cb_box04 .boxes .box > div {
  padding: 50px 15px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box04 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box04 .boxes .box > div {
    padding: 30px 15px;
  }
}
.cb_box04 .boxes .box > div img {
  margin: 0 auto 15px;
}
.cb_box04 .boxes .box > div h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box04 .boxes .box > div h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box05 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box05 .boxes .box {
  width: 33.3333333333%;
  padding: 7.5px;
}
@media (max-width: 720px) {
  .cb_box05 .boxes .box {
    width: 50%;
  }
}
.cb_box05 .boxes .box > div {
  padding: 50px 15px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box05 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box05 .boxes .box > div {
    padding: 30px 15px;
  }
}
.cb_box05 .boxes .box > div img {
  margin: 0 auto 15px;
}
.cb_box05 .boxes .box > div h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box05 .boxes .box > div h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box06 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box06 .boxes .box {
  width: 50%;
  padding: 7.5px;
}
@media (max-width: 540px) {
  .cb_box06 .boxes .box {
    width: 100%;
  }
}
.cb_box06 .boxes .box > div {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box06 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box06 .boxes .box > div {
    padding: 30px 15px;
  }
}

.cb_box07 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box07 .boxes .box {
  width: 33.3333333333%;
  padding: 7.5px;
}
@media (max-width: 720px) {
  .cb_box07 .boxes .box {
    width: 100%;
  }
}
.cb_box07 .boxes .box > div {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box07 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box07 .boxes .box > div {
    padding: 30px 15px;
  }
}

.cb_box08 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box08 .boxes .box {
  width: 25%;
  padding: 7.5px;
}
@media (max-width: 1200px) {
  .cb_box08 .boxes .box {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .cb_box08 .boxes .box {
    width: 100%;
  }
}
.cb_box08 .boxes .box > div {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box08 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box08 .boxes .box > div {
    padding: 30px 15px;
  }
}

.cb_box09 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box09 .cb_wrap .box {
  position: relative;
  width: 33.3333333333%;
  background: #000000;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box > div:nth-child(1) {
    width: 55%;
  }
}
@media (max-width: 540px) {
  .cb_box09 .cb_wrap .box > div:nth-child(1) {
    width: 100%;
  }
}
.cb_box09 .cb_wrap .box > div:nth-child(1) div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box09 .cb_wrap .box > div:nth-child(1) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_box09 .cb_wrap .box > div:nth-child(1) div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box > div:nth-child(1) div::after {
    display: none;
  }
}
.cb_box09 .cb_wrap .box > div:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 5vw);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: unset;
    left: unset;
    width: 45%;
    opacity: 1;
    pointer-events: auto;
    transform: unset;
  }
}
@media (max-width: 540px) {
  .cb_box09 .cb_wrap .box > div:nth-child(2) {
    width: 100%;
    padding: 30px 15px;
  }
}
.cb_box09 .cb_wrap .box:hover > div:nth-child(1) div::after {
  opacity: 1;
}
.cb_box09 .cb_wrap .box:hover > div:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
}

.cb_box10 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box10 .cb_wrap .box {
  position: relative;
  width: 25%;
  background: #000000;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box > div:nth-child(1) {
    width: 55%;
  }
}
@media (max-width: 540px) {
  .cb_box10 .cb_wrap .box > div:nth-child(1) {
    width: 100%;
  }
}
.cb_box10 .cb_wrap .box > div:nth-child(1) div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box10 .cb_wrap .box > div:nth-child(1) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_box10 .cb_wrap .box > div:nth-child(1) div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box > div:nth-child(1) div::after {
    display: none;
  }
}
.cb_box10 .cb_wrap .box > div:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: unset;
    left: unset;
    width: 45%;
    opacity: 1;
    pointer-events: auto;
    transform: unset;
  }
}
@media (max-width: 540px) {
  .cb_box10 .cb_wrap .box > div:nth-child(2) {
    width: 100%;
    padding: 30px 15px;
  }
}
.cb_box10 .cb_wrap .box:hover > div:nth-child(1) div::after {
  opacity: 1;
}
.cb_box10 .cb_wrap .box:hover > div:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
}

.cb_box11 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box11 .cb_wrap .box {
  width: 33.3333333333%;
}
@media (max-width: 720px) {
  .cb_box11 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box11 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box11 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_box12 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box12 .cb_wrap .box {
  width: 25%;
}
@media (max-width: 720px) {
  .cb_box12 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box12 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box12 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_box13 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box13 .cb_wrap .box {
  width: 20%;
}
@media (max-width: 1200px) {
  .cb_box13 .cb_wrap .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box13 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box13 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box13 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_box14 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box14 .cb_wrap .box {
  width: 16.6666666667%;
}
@media (max-width: 1200px) {
  .cb_box14 .cb_wrap .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box14 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box14 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box14 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_video01 .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 34.23%;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cb_video01 .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_video01 .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_video02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cb_video02 .cb_wrap > div:nth-child(1) {
  width: calc(50% + 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_video02 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_video02 .cb_wrap > div:nth-child(1) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_video02 .cb_wrap > div:nth-child(1) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_video02 .cb_wrap > div:nth-child(1) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.cb_video02 .cb_wrap > div:nth-child(2) {
  width: calc(50% - 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_video02 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_video03 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_video03 .cb_wrap > div:nth-child(1) {
  width: calc(50% - 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_video03 .cb_wrap > div:nth-child(2) {
  width: calc(50% + 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_video03 .cb_wrap > div:nth-child(2) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap > div:nth-child(2) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_video03 .cb_wrap > div:nth-child(2) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_map01 .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 34.23%;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cb_map01 .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_map01 .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_map02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cb_map02 .cb_wrap > div:nth-child(1) {
  width: calc(50% + 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_map02 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_map02 .cb_wrap > div:nth-child(1) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_map02 .cb_wrap > div:nth-child(1) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_map02 .cb_wrap > div:nth-child(1) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.cb_map02 .cb_wrap > div:nth-child(2) {
  width: calc(50% - 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_map02 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_map03 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_map03 .cb_wrap > div:nth-child(1) {
  width: calc(50% - 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_map03 .cb_wrap > div:nth-child(2) {
  width: calc(50% + 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_map03 .cb_wrap > div:nth-child(2) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap > div:nth-child(2) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_map03 .cb_wrap > div:nth-child(2) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_map04 .cb_content {
  position: relative;
}
.cb_map04 .cb_content .cb_map_txt {
  padding: 30px;
}
@media (min-width: 961px) {
  .cb_map04 .cb_content .cb_map_txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 60%;
    width: 400px;
    max-width: 30%;
    padding: calc(0.625rem + 1.0416666667vw);
    overflow-y: auto;
    z-index: 2;
  }
}
.cb_map04 .cb_content .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 500px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .cb_map04 .cb_content .rwd_frame {
    padding-bottom: 56.25%;
  }
}
@media (max-width: 640px) {
  .cb_map04 .cb_content .rwd_frame {
    padding-bottom: 325px;
  }
}
.cb_map04 .cb_content .rwd_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_history01 .cb_wrap > div {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 540px) {
  .cb_history01 .cb_wrap > div {
    width: 100% !important;
    padding-bottom: 30px;
  }
}
.cb_history01 .cb_wrap > div::before {
  content: "";
  position: absolute;
  top: calc(1.125rem + 0.5208333333vw);
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.cb_history01 .cb_wrap > div::after {
  content: "";
  position: absolute;
  top: calc(1.125rem + 0.5208333333vw);
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
}
.cb_history01:not(.reverse) .cb_wrap > div {
  width: calc(50% + 0.5px);
  text-align: right;
  padding-right: 45px;
  border-right: 1px solid var(--border-color);
}
@media (max-width: 540px) {
  .cb_history01:not(.reverse) .cb_wrap > div {
    text-align: left;
    padding-right: unset;
    padding-left: 30px;
    border-right: unset;
    border-left: 1px solid var(--border-color);
  }
}
.cb_history01:not(.reverse) .cb_wrap > div::before, .cb_history01:not(.reverse) .cb_wrap > div::after {
  left: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 540px) {
  .cb_history01:not(.reverse) .cb_wrap > div::before, .cb_history01:not(.reverse) .cb_wrap > div::after {
    left: unset;
    right: 100%;
    transform: translate(calc(50% - 1px), -50%);
  }
}
.cb_history01:not(.reverse) .cb_wrap > div img {
  margin: 0 0 0 auto;
}
@media (max-width: 540px) {
  .cb_history01:not(.reverse) .cb_wrap > div img {
    margin: unset;
  }
}
.cb_history01.reverse .cb_wrap > div {
  width: calc(50% + 0.5px);
  padding-left: 45px;
  margin: 0 0 0 auto;
  border-left: 1px solid var(--border-color);
}
@media (max-width: 540px) {
  .cb_history01.reverse .cb_wrap > div {
    padding-left: 30px;
  }
}
.cb_history01.reverse .cb_wrap > div::before, .cb_history01.reverse .cb_wrap > div::after {
  right: 100%;
  transform: translate(calc(50% - 1px), -50%);
}

.cb_history02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_history02 .cb_wrap .time {
  flex-shrink: 0;
  position: relative;
  width: 147px;
  text-align: right;
  padding: 5px 20px 20px 0;
  border-right: 3px solid var(--border-color);
}
@media (max-width: 1024px) {
  .cb_history02 .cb_wrap .time {
    width: 107px;
  }
}
@media (max-width: 540px) {
  .cb_history02 .cb_wrap .time {
    display: flex;
    align-items: center;
    gap: 0 10px;
    width: 100%;
    text-align: left;
    padding: 0 0 5px 0;
    border-right: unset;
    border-bottom: 3px solid var(--border-color);
  }
}
.cb_history02 .cb_wrap .time::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 100%;
  width: 16px;
  height: 16px;
  background: #fff url("../img/arrow/arrow19.svg") no-repeat center center;
  border: 2px solid #000000;
  border-radius: 50%;
  transform: translateX(calc(-50% + 1px));
  transition: background 0.2s;
}
@media (max-width: 1024px) {
  .cb_history02 .cb_wrap .time::before {
    background: #000000 url("../img/arrow/arrow19.svg") no-repeat center center;
  }
}
@media (max-width: 540px) {
  .cb_history02 .cb_wrap .time::before {
    flex-shrink: 0;
    position: unset;
    transform: unset;
  }
}
.cb_history02 .cb_wrap .note {
  width: calc(100% - 150px);
  padding: 14px 0 20px 20px;
}
@media (max-width: 1024px) {
  .cb_history02 .cb_wrap .note {
    width: calc(100% - 110px);
  }
}
@media (max-width: 540px) {
  .cb_history02 .cb_wrap .note {
    width: 100%;
    padding: 10px 0 30px;
  }
}
.cb_history02 .cb_wrap:hover .time::before {
  background: #000000 url("../img/arrow/arrow19.svg") no-repeat center center;
}

.cb_button01 {
  display: block;
  width: 200px;
  max-width: 100%;
  color: #4e4e4e;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 13px 10px;
  background: #e6e7e8 !important;
  transition: all 0.3s;
}
.cb_button01.center {
  margin: 0 auto;
}
.cb_button01.right {
  margin: 0 0 0 auto;
}
.cb_button01 span {
  display: inline-block;
  padding-left: 7px;
  transform: scale(0.7);
}
.cb_button01:hover {
  color: #fff;
  background: #000000 !important;
}
.cb_button01.reverse {
  color: #fff;
  background: #000000 !important;
}
.cb_button01.reverse:hover {
  color: #4e4e4e;
  background: #e6e7e8 !important;
}

.cb_button02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  color: #4e4e4e;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 10px;
  background: #fff !important;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  transition: all 0.3s;
}
.cb_button02.center {
  margin: 0 auto;
}
.cb_button02.right {
  margin: 0 0 0 auto;
}
.cb_button02 span {
  display: inline-block;
  padding-left: 30px;
}
.cb_button02 span svg {
  display: block;
}
.cb_button02 span svg polyline {
  stroke: #4e4e4e;
  transition: all 0.3s;
}
.cb_button02:hover {
  color: #fff;
  background: #000000 !important;
}
.cb_button02:hover span svg polyline {
  stroke: #fff;
}
.cb_button02.reverse {
  color: #fff;
  background: #000000 !important;
}
.cb_button02.reverse span svg polyline {
  stroke: #fff;
}
.cb_button02.reverse:hover {
  color: #4e4e4e;
  background: #fff !important;
}
.cb_button02.reverse:hover span svg polyline {
  stroke: #4e4e4e;
}

.cb_button03 {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 13px 40px;
  background: #e6e7e8 !important;
}
.cb_button03.center {
  margin: 0 auto;
}
.cb_button03.right {
  margin: 0 0 0 auto;
}
.cb_button03::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #000000;
  transition: all 0.3s;
}
.cb_button03 svg {
  position: absolute;
  bottom: 15px;
  left: 15px;
  opacity: 1;
  transform: translate(-50%, 50%);
  transition: all 0.3s;
}
.cb_button03 svg line {
  stroke: #fff;
}
.cb_button03 svg polygon {
  stroke: #fff;
}
.cb_button03 svg rect {
  fill: #fff;
}
.cb_button03 span {
  position: relative;
  color: #4e4e4e;
  transition: all 0.3s;
}
.cb_button03:hover::before {
  width: 100%;
  height: 100%;
}
.cb_button03:hover svg {
  opacity: 0;
}
.cb_button03:hover span {
  color: #fff;
}
.cb_button03.reverse {
  background: #000000 !important;
}
.cb_button03.reverse::before {
  background: #e6e7e8;
}
.cb_button03.reverse svg line {
  stroke: #231F20;
}
.cb_button03.reverse svg polygon {
  stroke: #231F20;
}
.cb_button03.reverse svg rect {
  fill: #231F20;
}
.cb_button03.reverse span {
  color: #fff;
}
.cb_button03.reverse:hover span {
  color: #4e4e4e;
}

.cb_button04 {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 10px;
  background: #000000 !important;
}
.cb_button04.center {
  margin: 0 auto;
}
.cb_button04.right {
  margin: 0 0 0 auto;
}
.cb_button04::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #e6e7e8;
  transition: all 0.3s;
}
.cb_button04 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #4e4e4e;
  transition: all 0.3s;
}
.cb_button04 > span span {
  display: inline-block;
  padding-left: 40px;
}
.cb_button04 > span span svg {
  display: block;
}
.cb_button04 > span span svg line {
  stroke: #4e4e4e;
  transition: all 0.3s;
}
.cb_button04 > span span svg circle {
  stroke: #4e4e4e;
  transition: all 0.3s;
}
.cb_button04 > span span svg polygon {
  fill: #4e4e4e;
  transition: all 0.3s;
}
.cb_button04:hover::before {
  width: 0%;
  background: #ababab;
}
.cb_button04:hover > span {
  color: #fff;
}
.cb_button04:hover > span span svg line {
  stroke: #fff;
}
.cb_button04:hover > span span svg circle {
  stroke: #fff;
}
.cb_button04:hover > span span svg polygon {
  fill: #fff;
}
.cb_button04.reverse {
  background: #e6e7e8 !important;
}
.cb_button04.reverse::before {
  background: #000000;
}
.cb_button04.reverse > span {
  color: #fff;
}
.cb_button04.reverse > span span svg line {
  stroke: #fff;
}
.cb_button04.reverse > span span svg circle {
  stroke: #fff;
}
.cb_button04.reverse > span span svg polygon {
  fill: #fff;
}
.cb_button04.reverse:hover > span {
  color: #4e4e4e;
}
.cb_button04.reverse:hover > span span svg line {
  stroke: #4e4e4e;
}
.cb_button04.reverse:hover > span span svg circle {
  stroke: #4e4e4e;
}
.cb_button04.reverse:hover > span span svg polygon {
  fill: #4e4e4e;
}

.cb_button05 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  color: #4e4e4e;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 10px;
  background: #fff !important;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s;
}
.cb_button05.center {
  margin: 0 auto;
}
.cb_button05.right {
  margin: 0 0 0 auto;
}
.cb_button05 span {
  display: inline-block;
  padding-left: 30px;
}
.cb_button05 span svg {
  display: block;
}
.cb_button05 span svg path {
  fill: #4e4e4e;
  transition: all 0.3s;
}
.cb_button05:hover {
  color: #fff;
  background: #000000 !important;
}
.cb_button05:hover span svg path {
  fill: #fff;
}
.cb_button05.reverse {
  color: #fff;
  background: #000000 !important;
}
.cb_button05.reverse span svg path {
  fill: #fff;
}
.cb_button05.reverse:hover {
  color: #4e4e4e;
  background: #fff !important;
}
.cb_button05.reverse:hover span svg path {
  fill: #4e4e4e;
}

.cb_button06 {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  color: #4e4e4e;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 13px 35px;
  background: #fff !important;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  transition: all 0.3s;
}
.cb_button06.center {
  margin: 0 auto;
}
.cb_button06.right {
  margin: 0 0 0 auto;
}
.cb_button06::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 5px;
  height: 5px;
  background: #4e4e4e;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cb_button06:hover {
  color: #fff;
  background: #000000 !important;
}
.cb_button06:hover::before {
  background: #fff;
}
.cb_button06.reverse {
  color: #fff;
  background: #000000 !important;
}
.cb_button06.reverse::before {
  background: #fff;
}
.cb_button06.reverse:hover {
  color: #4e4e4e;
  background: #fff !important;
}
.cb_button06.reverse:hover::before {
  background: #4e4e4e;
}

.no-scroll {
  overflow: hidden;
}

.popup02 .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  backdrop-filter: blur(25px);
}
.popup02 .popup-content {
  position: relative;
  width: 80%;
  display: flex;
  max-width: 1200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup02 iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.popup02 .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 20px;
  cursor: pointer;
  background: #000;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

#popup-text .popup-content, #popup-info .popup-content {
  position: relative;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  max-height: 90vh;
  overflow-y: scroll;
  padding: 50px;
}
#popup-text .popup-content::-webkit-scrollbar, #popup-info .popup-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#popup-text .popup-content::-webkit-scrollbar-track, #popup-info .popup-content::-webkit-scrollbar-track {
  background: transparent;
}
#popup-text .popup-content::-webkit-scrollbar-thumb, #popup-info .popup-content::-webkit-scrollbar-thumb {
  background: #000000;
}
#popup-text .popup-content::-webkit-scrollbar-thumb:hover, #popup-info .popup-content::-webkit-scrollbar-thumb:hover {
  background: #000000;
}