@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montaga&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libertinus+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&display=swap");
/* 拷貝範例
opacity: 0;
transform: translateY(40px);
transition: all 0.3s, opacity $ani_duration $ani_function, transform $ani_duration $ani_function;
*/
.module_desc {
  color: #393939;
  line-height: 1.6;
  text-align: justify;
}
.module_desc.white {
  color: #fff;
}
.module_desc p {
  margin-bottom: 15px;
}

.en-font {
  font-family: "Cormorant", 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;
}

@media (max-width: 1024px) {
  .show-for-large {
    display: none !important;
  }
}

.hide-for-large {
  display: none !important;
}
@media (max-width: 1024px) {
  .hide-for-large {
    display: block !important;
  }
}

@media (max-width: 1280px) {
  .show-for-xlarge {
    display: none !important;
  }
}

.hide-for-xlarge {
  display: none !important;
}
@media (max-width: 1280px) {
  .hide-for-xlarge {
    display: block !important;
  }
}

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

html {
  overflow-x: hidden;
}

body {
  color: #393939;
  font-size: 15px;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
body {
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
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: "Cormorant", 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: #bdcbb9;
}

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

.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: #393939;
  font-size: 15px;
}

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

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(189, 203, 185, 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: #bdcbb9;
  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: #bdcbb9;
  border: 1px solid #bdcbb9;
}

.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;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 3.90625vw;
  background: transparent;
  z-index: 100;
  transition: all 0.3s;
  padding: 40px 45px 0 80px;
}
@media (max-width: 1440px) {
  .header {
    padding: 15px 35px;
  }
}
@media (max-width: 1200px) {
  .header {
    padding: 0 0 0 30px;
    background-color: #fff;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1201px) {
  .header.scroll .navtool .mbPanel_btn {
    background-color: #192308;
  }
  .header.scroll .logo {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 1201px) {
  .header.active .logo {
    opacity: 0;
    pointer-events: none;
  }
}
.header .logo {
  display: block;
  transition: 0.5s all;
}
@media (max-width: 1280px) {
  .header .logo {
    padding: 10px 0;
  }
}
.header .logo svg {
  max-height: 71px;
}
@media (max-width: 1440px) {
  .header .logo svg {
    max-width: 200px;
    max-height: 50px;
  }
}
@media (max-width: 1280px) {
  .header .logo svg {
    max-width: 120px;
    max-height: 40px;
  }
}
.header .logo .cls-1 {
  fill: #fff;
}
@media (max-width: 1200px) {
  .header .logo .cls-1 {
    fill: #00a550;
  }
}
@media (max-width: 1024px) {
  .header .logo {
    margin-right: 15px;
  }
}
.header .navtool {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media (max-width: 1200px) {
  .header .navtool {
    margin-left: 0;
  }
}
.header .navtool form {
  position: static;
  opacity: 1;
  pointer-events: all;
}
.header .navtool > div,
.header .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header .navtool > div,
  .header .navtool > a {
    padding: 0 15px;
  }
}
@media (max-width: 1280px) {
  .header .navtool > div,
  .header .navtool > a {
    padding: 0 25px;
  }
  .header .navtool > div:first-child,
  .header .navtool > a:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 1200px) {
  .header .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header .navtool > a:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header .navtool > div > i,
.header .navtool > a > i {
  color: #393939;
  font-size: 18px;
  transition: all 0.3s;
}
.header .navtool > div > svg,
.header .navtool > a > svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #393939;
  transition: all 0.3s;
}
@media (max-width: 1280px) {
  .header .navtool > div > svg,
  .header .navtool > a > svg {
    height: 30px;
  }
}
.header .navtool > div form,
.header .navtool > a form {
  display: flex;
  width: fit-content;
  padding: 5px 10px;
  position: static;
  border-radius: 30px;
  border: 1px solid #fff;
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s;
}
.header .navtool > div form button,
.header .navtool > a form button {
  color: #fff;
  font-size: 20px;
  margin-right: 5px;
  transition: all 0.3s;
}
.header .navtool > div form button:hover,
.header .navtool > a form button:hover {
  color: #fff;
}
.header .navtool > div input[name=product_search],
.header .navtool > a input[name=product_search] {
  color: #4e4e4e;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0px;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header .navtool > div ul,
.header .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 .navtool > div ul li + li,
.header .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header .navtool > div ul li a,
.header .navtool > a ul li a {
  display: block;
  color: #393939;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header .navtool > div ul li:hover > a, .header .navtool > div ul li.active > a,
.header .navtool > a ul li:hover > a,
.header .navtool > a ul li.active > a {
  color: #fff;
}
.header .navtool > div:hover > i,
.header .navtool > a:hover > i {
  color: #fff;
}
.header .navtool > div:hover > svg,
.header .navtool > a:hover > svg {
  fill: #fff;
}
.header .navtool > div:hover ul,
.header .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header .navtool .mbPanel_btn {
  width: 100%;
  height: 65px;
  padding: 0 15px;
  transition: 0.5s all;
  border-radius: 3px;
  margin-top: -5px;
}
@media (max-width: 1200px) {
  .header .navtool .mbPanel_btn {
    background-color: #345c51;
    border-radius: 0px;
    margin-top: 0px;
  }
}
.header .navtool .mbPanel_btn .bars {
  position: relative;
  width: 35px;
  height: 3px;
}
.header .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.header .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -11px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transform: rotate(0deg);
  transition: opacity 0s 0.3s;
}
.header .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 11px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header .navtool .mbPanel_btn.active {
  background-color: transparent;
}
.header .navtool .mbPanel_btn.active .bars {
  height: 2px;
}
.header .navtool .mbPanel_btn.active .bars .bar {
  background: #252525;
}
.header .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}

.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: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .search01 .popup_content .close_btn {
    width: 30px;
    height: 30px;
    background: #fff;
  }
}
.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: #393939;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.search01 .popup_content form {
  display: flex;
  width: fit-content;
}
.search01 .popup_content form button {
  color: #393939;
  font-size: 22px;
  margin-left: 13px;
  transition: all 0.3s;
}
.search01 .popup_content form button:hover {
  color: #fff;
}
.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: #393939;
  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: #fff;
}
.search02 .search_form .search_form_slogan {
  color: #393939;
  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: #fff;
}
.search02.show {
  opacity: 1;
  pointer-events: auto;
}
.search02.show .search_form {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.mbPanel01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  z-index: 95;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .mbPanel01 {
    top: 64px;
    height: calc(100vh - 64px);
  }
}
.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(255, 255, 255, 0.6);
}
.mbPanel01 .mbPanel_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 660px;
  height: 100%;
  padding: 150px 148px 50px 140px;
  background: #fff;
  transform: translateX(100%);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .mbPanel01 .mbPanel_container {
    padding: 30px 50px 50px;
    max-width: 480px;
  }
}
.mbPanel01 .mbPanel_container > div:not(.bg) {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  z-index: 1;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .logo {
  margin-bottom: 30px;
  display: block;
  transition: 0.5s all;
}
@media (min-width: 1200px) {
  .mbPanel01 .mbPanel_container > div:not(.bg) .logo:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1024px) {
  .mbPanel01 .mbPanel_container > div:not(.bg) .logo {
    display: none;
  }
}
.mbPanel01 .mbPanel_container > div:not(.bg) .logo img {
  max-height: 70px;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navtool {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .mbPanel01 .mbPanel_container > div:not(.bg) .navtool {
    margin-bottom: 20px;
  }
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navtool .lang_toggle {
  display: flex;
  align-items: center;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navtool .lang_toggle i {
  color: #393939;
  font-size: 18px;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navtool .lang_toggle a {
  color: #393939;
  font-size: 14px;
  letter-spacing: 0;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navtool .lang_toggle > *:not(:last-child) {
  margin-right: 10px;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navtool .search_form {
  display: flex;
  justify-content: left;
  width: auto;
  padding-bottom: 5px;
  margin: unset;
  border-bottom: 1px solid #393939;
  width: 100%;
  padding: 8px 18px 7px;
  border: 1px solid #c6c6c6;
  border-radius: 30px;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navtool .search_form button {
  width: 16px;
  color: #777777;
  font-size: 18px;
  margin-right: 8px;
}
@media (max-width: 1024px) {
  .mbPanel01 .mbPanel_container > div:not(.bg) .navtool .search_form button {
    font-size: 15px;
  }
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navtool .search_form input {
  width: 100%;
  color: #393939;
  font-size: 15px;
  padding: 0;
  background: transparent;
  border: 0;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navmenu {
  width: 100%;
  margin-bottom: 35px;
  padding: 0 7px;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navmenu > li {
  padding: 11px 0;
  border-bottom: 1px solid #d8d8d8;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navmenu > li > a {
  display: block;
  color: #494949;
  font-size: clamp(16px, 18 / 19.2 * 1vw, 18px);
  font-weight: 500;
  letter-spacing: 2px;
  transition: 0.5s all;
}
@media (min-width: 1200px) {
  .mbPanel01 .mbPanel_container > div:not(.bg) .navmenu > li > a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1024px) {
  .mbPanel01 .mbPanel_container > div:not(.bg) .navmenu > li > a {
    font-weight: 400;
    letter-spacing: 1px;
  }
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navmenu > li.moremenu > a {
  position: relative;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navmenu > li.moremenu > a::after {
  content: "\f107";
  position: absolute;
  top: 5px;
  right: 5px;
  color: #393939;
  font-size: 18px;
  font-family: "FontAwesome";
  line-height: 1;
  transform: rotateX(0deg);
  transition: all 0.3s ease-out;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navmenu > li.moremenu.active > a::after {
  transform: rotateX(180deg);
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navmenu > li ul {
  display: none;
  margin-left: 36px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .navmenu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 5px 0;
  transition: 0.5s all;
}
@media (min-width: 1200px) {
  .mbPanel01 .mbPanel_container > div:not(.bg) .navmenu > li ul li a:hover {
    opacity: 0.5;
  }
}
.mbPanel01 .mbPanel_container > div:not(.bg) .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  gap: 0 10px;
}
@media (max-width: 1024px) {
  .mbPanel01 .mbPanel_container > div:not(.bg) .social_media {
    justify-content: center;
  }
}
.mbPanel01 .mbPanel_container > div:not(.bg) .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .social_media a svg {
  width: auto;
  height: 30px;
  fill: #6e9e76;
  transition: 0.5s all;
}
@media (min-width: 1200px) {
  .mbPanel01 .mbPanel_container > div:not(.bg) .social_media a svg:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1024px) {
  .mbPanel01 .mbPanel_container > div:not(.bg) .social_media a svg {
    height: 23px;
    fill: #8a8a8a;
  }
}
.mbPanel01 .mbPanel_container > div:not(.bg) .copyright {
  margin-top: 20px;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .copyright p {
  color: #393939;
  font-size: 13px;
}
.mbPanel01 .mbPanel_container > div:not(.bg) .copyright p a {
  color: #393939;
}
@media (max-width: 400px) {
  .mbPanel01 .mbPanel_container > div:not(.bg) .copyright p br {
    display: none;
  }
}
.mbPanel01 .mbPanel_container .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.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: #bdcbb9;
  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: #bdcbb9;
}
@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(1.625rem + 1.25vw);
}
@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;
}
@media (max-width: 1200px) {
  .banner01 .index_banner_cover .slick-slide > div .cover_txt [class^=button] {
    margin-top: 35px !important;
  }
}
.banner01 .index_banner_cover .slick-slide > div .cover_txt [class^=button] {
  opacity: 0;
  transform: translate(-20px, 0);
}
@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;
}
@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: #bdcbb9;
}
[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: #bdcbb9;
}
[data-page=index] .banner01 .banner_news .news_slick .slick-arrow {
  top: unset;
  bottom: 10px;
  width: 15px !important;
  height: 15px !important;
  transform: unset;
}
[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%);
}

.banner15 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner15.index {
  height: auto;
}
.banner15 .index_banner {
  padding-bottom: 100px;
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .banner15 .index_banner {
    margin-bottom: -70px;
  }
}
.banner15 .index_banner .bg-slider {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
.banner15 .index_banner .slick-slide {
  width: 100%;
  height: 100vh;
}
.banner15 .index_banner .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner15 .index_banner .head-area .cover_txt {
  transition: all 0.5s;
  width: 100%;
  height: 100vh;
  padding-top: 70vh;
  text-align: center;
}
@media (max-width: 720px) {
  .banner15 .index_banner .head-area .cover_txt {
    max-width: 292px;
    margin: 0 auto;
  }
}
.banner15 .index_banner .head-area .cover_txt .sub-text {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .banner15 .index_banner .head-area .cover_txt .sub-text {
    font-size: 12px;
  }
}
.banner15 .index_banner .head-area .cover_txt .banner-title {
  font-weight: bold;
  line-height: 1;
  margin: 15px 0;
  font-size: clamp(28px, 50 / 19.2 * 1vw, 50px);
}
@media (max-width: 480px) {
  .banner15 .index_banner .head-area .cover_txt .banner-title {
    font-size: 28px;
  }
}
.banner15 .index_banner .head-area .cover_txt .banner-sub-title {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .banner15 .index_banner .head-area .cover_txt .banner-sub-title {
    font-size: 18px;
  }
}
.banner15 .index_banner .head-area .cover_txt p {
  color: #fff;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
  font-size: clamp(40px, 45 / 19.2 * 1vw, 45px);
}
@media (max-width: 1024px) {
  .banner15 .index_banner .head-area .cover_txt p {
    font-size: 40px;
  }
}
.banner15 .index_banner .head-area .cover_txt .button_set {
  opacity: 0;
}
.banner15 .index_banner .slick-dots {
  bottom: 120px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .banner15 .index_banner .slick-dots {
    bottom: 60px;
  }
}
.banner15 .deco {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
}
.banner15 #videoBanner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.banner15 #videoBanner.is-show {
  opacity: 1;
  pointer-events: all;
}
.banner15 #videoBanner #customVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner15 .close-movie {
  position: fixed;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.banner15 .close-movie.is-show {
  opacity: 1;
  pointer-events: all;
}
.banner15 .close-movie .btn {
  margin-bottom: 5px;
}
.banner15 .close-movie p {
  font: 500 16px/1 "Noto Sans TC", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
}
.banner15 .open-movie {
  position: fixed;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.banner15 .open-movie.is-show {
  opacity: 1;
  pointer-events: all;
}
.banner15 .open-movie .btn {
  margin-bottom: 5px;
}
.banner15 .open-movie p {
  font: 500 12px/1 "Noto Sans TC", sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  writing-mode: vertical-lr;
}
.banner15 .banner_video {
  position: absolute;
  bottom: 7.8125vw;
  right: 8.3333vw;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(189, 203, 185, 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 #bdcbb9;
  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: #bdcbb9;
  font-size: 18px;
  font-family: "Cormorant", 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: #bdcbb9;
  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;
  height: 100vh;
}
.banner15:not(.sp) .page_banner .slick-slide a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner15:not(.sp) .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5333333333) 0%, rgba(0, 0, 0, 0) 50%);
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 108px;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .banner15:not(.sp) .page_banner .slick-slide a .page_title {
    left: 35px;
  }
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title p {
  color: #fff;
  letter-spacing: 2px;
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-family: "Cormorant", serif;
  font-weight: 600;
  font-size: clamp(35px, 56 / 19.2 * 1vw, 56px);
}
@media (max-width: 1024px) {
  .banner15:not(.sp) .page_banner .slick-slide a .page_title p:nth-child(1) {
    font: 600 35px/1 "Cormorant", serif;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    max-width: 300px;
  }
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-family: "Cormorant", serif;
  font-weight: 600;
  font-size: clamp(28px, 45 / 19.2 * 1vw, 45px);
}
@media (max-width: 1024px) {
  .banner15:not(.sp) .page_banner .slick-slide a .page_title p:nth-child(2) {
    font: 600 28px/1 "Cormorant", serif;
  }
}
.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: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  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;
  letter-spacing: 2px;
}
.banner15.sp .page_title p:nth-child(1) {
  font-family: "Cormorant", serif;
  font-weight: 600;
  font-size: clamp(35px, 56 / 19.2 * 1vw, 56px);
}
@media (max-width: 1024px) {
  .banner15.sp .page_title p:nth-child(1) {
    font: 600 35px/1 "Cormorant", serif;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  }
}
.banner15.sp .page_title p:nth-child(2) {
  font-family: "Cormorant", serif;
  font-weight: 600;
  font-size: clamp(28px, 45 / 19.2 * 1vw, 45px);
}
@media (max-width: 1024px) {
  .banner15.sp .page_title p:nth-child(2) {
    font: 600 28px/1 "Cormorant", serif;
  }
}
.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;
}
.banner15 .slick-dots {
  display: block;
  position: absolute;
  transform: translate(0);
  left: 100px;
  bottom: 80px;
}
@media (max-width: 1024px) {
  .banner15 .slick-dots {
    left: 38px;
    bottom: 28px;
  }
}
.banner15 .slick-dots li {
  margin-bottom: 10px;
}
.banner15 .slick-dots li:last-child {
  margin-bottom: 0;
}
.banner15 .slick-dots li button {
  border: 1px solid #fff;
  background-color: transparent;
  transition: 0.5s all;
}
.banner15 .slick-dots li.slick-active button {
  background-color: #fff;
}

.ytp-pause-overlay-container {
  opacity: 0 !important;
  pointer-events: none !important;
}

.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: #009944;
  font-size: 13px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .scroll_down02 p {
    font-size: 12px;
  }
}
.scroll_down02 div {
  position: relative;
  width: 1px;
  height: 125px;
  margin: 0 auto;
  background: #009944;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .scroll_down02 div {
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .scroll_down02 div {
    height: 90px;
  }
}
@media (max-width: 1024px) {
  .scroll_down02 div {
    height: 80px;
  }
}
.scroll_down02 div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 40%;
  background: #009944;
  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;
  top: 50%;
  right: 50px;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .scroll_down03 {
    right: 30px;
    top: auto;
    transform: translateY(0%);
    bottom: 70px;
  }
}
.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: #fff;
  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: #009944;
  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, #bdcbb9, #bdcbb9);
  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: #bdcbb9;
  border-radius: 50%;
  animation: scroll_down05 3s linear infinite;
}
@keyframes scroll_down05 {
  0% {
    top: -7px;
  }
  100% {
    top: 100%;
  }
}
.scroll_down05 p {
  color: #bdcbb9;
  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);
  }
}

body[data-page=index] .footer02 {
  background: transparent;
}

.footer02 {
  position: relative;
  padding: 120px 0 85px;
  background: #345c51;
  transition: all 0.3s;
  z-index: 1;
  height: 600px;
}
@media (max-width: 1024px) {
  .footer02 {
    padding: 80px 0;
    height: auto;
  }
}
.footer02 .wider_container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1024px) {
  .footer02 .wider_container {
    flex-direction: column;
    align-items: center;
  }
}
.footer02 .footer_up {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  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;
}
@media (max-width: 1024px) {
  .footer02 .footer_up .logo {
    min-width: unset;
    margin-bottom: 50px;
  }
}
.footer02 .footer_up .logo img {
  max-height: 100px;
}
@media (max-width: 1200px) {
  .footer02 .footer_up .logo img {
    max-height: 80px;
  }
}
@media (max-width: 1024px) {
  .footer02 .footer_up .logo img {
    max-height: 100px;
  }
}
@media (max-width: 640px) {
  .footer02 .footer_up .logo img {
    max-height: 128px;
  }
}
.footer02 .footer_up .info {
  display: block;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 0px;
}
@media (max-width: 1024px) {
  .footer02 .footer_up .info {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.footer02 .footer_up .info a {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .footer02 .footer_up .info a {
    align-items: center;
  }
}
.footer02 .footer_up .info a i {
  margin-top: 7px;
  margin-right: 7px;
}
@media (min-width: 1025px) {
  .footer02 .footer_up .info a:hover {
    color: #7a7a7a;
  }
}
.footer02 .footer_up .social_media {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1024px) {
  .footer02 .footer_up .social_media {
    justify-content: center;
  }
}
.footer02 .footer_up .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.footer02 .footer_up .social_media a svg {
  width: auto;
  height: 30px;
  fill: #bdcbb9;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer02 .footer_up .social_media a:hover svg {
    fill: #7a7a7a;
  }
}
.footer02 .footer_down {
  display: flex;
  flex-direction: column;
  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;
    padding-top: 24px;
  }
}
@media (max-width: 1024px) {
  .footer02 .footer_down > div:nth-child(1) {
    width: 100%;
  }
}
.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: 0px;
  }
}
.footer02 .footer_down .copyright {
  text-align: right;
}
.footer02 .footer_down .copyright p {
  color: #bdcbb9;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .footer02 .footer_down .copyright p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .footer02 .footer_down .copyright p {
    text-align: center;
  }
}
.footer02 .footer_down .copyright p a {
  color: #bdcbb9;
}
@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;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .footer02 .footer_down .site_map {
    margin-bottom: 55px;
  }
}
.footer02 .footer_down .site_map > li {
  position: relative;
}
.footer02 .footer_down .site_map > li:not(:first-child) {
  margin-left: calc(80 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  .footer02 .footer_down .site_map > li:not(:first-child) {
    margin-left: calc(30 / 19.2 * 1vw);
  }
}
@media (max-width: 1200px) {
  .footer02 .footer_down .site_map > li:not(:first-child) {
    margin-left: calc(20 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  .footer02 .footer_down .site_map > li:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .footer02 .footer_down .site_map > li {
    width: 100%;
    text-align: center;
  }
}
.footer02 .footer_down .site_map > li:hover a {
  color: #bdcbb9;
}
.footer02 .footer_down .site_map > li.current > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.footer02 .footer_down .site_map > li > a {
  width: fit-content;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.3s;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
  position: relative;
}
@media (max-width: 1200px) {
  .footer02 .footer_down .site_map > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .footer02 .footer_down .site_map > li > a {
    width: 100%;
    font-size: 18px;
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .footer02 .footer_down .site_map > li > a::after {
    position: absolute;
    content: "";
    color: #fff;
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 5px;
    background: url("../img/tw/footer/footer-arrow.svg") center/cover no-repeat;
    transition: 0.5s all;
  }
}
@media (min-width: 1025px) {
  .footer02 .footer_down .site_map > li > a:hover {
    color: #7a7a7a;
  }
}
.footer02 .footer_down .site_map > li > ul {
  top: 60px;
  left: 0;
  position: absolute;
  width: max-content;
}
@media (max-width: 1024px) {
  .footer02 .footer_down .site_map > li > ul {
    display: none;
    position: static;
    width: 100%;
    max-width: 100%;
  }
}
.footer02 .footer_down .site_map > li > ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  transition: all 0.3s;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .footer02 .footer_down .site_map > li > ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .footer02 .footer_down .site_map > li > ul li a {
    font-size: 18px;
    padding: 20px 0px;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .footer02 .footer_down .site_map > li > ul li a:hover {
    color: #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;
}

.quick_link01 {
  display: flex;
  position: fixed;
  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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.map_business .map_top .map_nav .left .module_title .chi {
  color: #2f3134;
  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 {
  margin-bottom: 20px;
}
.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;
}
.map_business .map_top .map_nav .left .module_title {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@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;
}
.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;
}
.map_business .map_top .map_nav .left .module_desc {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about01 .about_content .left .module_title .chi {
  color: #2f3134;
  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_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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;
}
@media (max-width: 1200px) {
  .about01 .about_content .left [class^=button] {
    margin-top: 35px !important;
  }
}
.about01 .about_content .left [class^=button] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about02 .about_content .left .module_title .chi {
  color: #2f3134;
  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;
}
.about02 .about_content .left .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 900px) {
  .about02 .about_content .left .module_title {
    order: 1;
    transform: translateY(40px);
  }
}
.about02 .about_content .left .module_desc {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@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;
}
@media (max-width: 1200px) {
  .about02 .about_content .left .button_set {
    margin-top: 35px !important;
  }
}
.about02 .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: 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(100% + 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;
  background: #393939;
  margin: 7px auto 0;
  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: #bdcbb9;
  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-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: #393939;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .about02 .about_content .left .about_timeline .history_slick .slick-slide::before {
    display: none;
  }
}
.about02 .about_content .right {
  width: 50%;
  padding: 0 30px;
  transition: all 0.3s;
}
@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;
}
.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;
}

.about03 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@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 {
  overflow: hidden;
}
.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;
}
@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: #bdcbb9;
}
.about03 .left .about_slick_1 .slick-arrow.white svg {
  fill: #fff;
}
.about03 .left .about_slick_1 .slick-arrow.white:hover svg {
  fill: #bdcbb9;
}
.about03 .left .about_slick_1 .slick-arrow {
  top: unset;
  bottom: 0;
  width: 20px !important;
  height: 20px !important;
  transform: unset;
}
@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: #393939;
  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: #393939;
  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;
}
@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: #bdcbb9;
}
.about03 .left .advantage ul.slick-slider .slick-arrow.white svg {
  fill: #fff;
}
.about03 .left .advantage ul.slick-slider .slick-arrow.white:hover svg {
  fill: #bdcbb9;
}
.about03 .left .advantage ul.slick-slider .slick-arrow {
  width: 20px !important;
  height: 20px !important;
}
.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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about03 .right .module_title .chi {
  color: #2f3134;
  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_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about04 .about_content .left .module_title .chi {
  color: #2f3134;
  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;
}
.about04 .about_content .left .module_title {
  margin-bottom: 40px;
}
@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 .module_title {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.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: #bdcbb9;
  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;
}
@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;
  }
}
.about04 .about_content .left > [class^=button] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about05 .module_title .chi {
  color: #2f3134;
  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_title {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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: #bdcbb9;
}
.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: #bdcbb9;
}
.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: #bdcbb9;
}
.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: #393939;
  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: #393939;
  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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about06 .module_title .chi {
  color: #2f3134;
  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 .module_title {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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, #bdcbb9 0%, #1f4d00 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 #bdcbb9;
  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: #393939;
  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: #bdcbb9;
}
.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: #bdcbb9;
}
.about06 .slick_top .slick-arrow.white svg {
  fill: #fff;
}
.about06 .slick_top .slick-arrow.white:hover svg {
  fill: #bdcbb9;
}
@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: #bdcbb9;
  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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about07 .module_title .chi {
  color: #2f3134;
  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;
}
.about07 .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .about07 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about07 .module_title {
    margin-bottom: 30px;
  }
}
.about07 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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(189, 203, 185, 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: #bdcbb9;
}
.about07 .module_slick .slick-arrow.white svg {
  fill: #fff;
}
.about07 .module_slick .slick-arrow.white:hover svg {
  fill: #bdcbb9;
}
.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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about08 .about_box .module_title .chi {
  color: #2f3134;
  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;
}
.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;
}
@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;
}
@media (max-width: 1200px) {
  .about08 .about_box [class^=button] {
    margin-top: 35px !important;
  }
}
.about08 .about_box [class^=button] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.about09 .about_box .about_content .module_title .chi {
  color: #2f3134;
  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;
}
.about09 .about_box .about_content .module_title {
  margin-bottom: 40px;
}
@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;
  }
}
.about09 .about_box .about_content .module_title {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@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 .eng,
.about10 .about_box .right > .module_title .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", 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: #2f3134;
  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_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_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;
}
@media (max-width: 1200px) {
  .about10 .about_box .left > [class^=button],
  .about10 .about_box .right > [class^=button] {
    margin-top: 35px !important;
  }
}
.about10 .about_box .left > [class^=button],
.about10 .about_box .right > [class^=button] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.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: #bdcbb9;
  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: #bdcbb9;
  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: #bdcbb9;
}
.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;
}

.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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product01 .module_title .chi {
  color: #2f3134;
  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;
}
.product01 .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .product01 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product01 .module_title {
    margin-bottom: 30px;
  }
}
.product01 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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: #bdcbb9;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
}
.product01 .module_content .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product01 .module_content .pro_slick .slick-arrow.white:hover svg {
  fill: #bdcbb9;
}
.product01 .module_content > [class^=button] {
  margin-top: 50px !important;
}
@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 .module_content > [class^=button] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.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;
}

.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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.video01 .module_title .chi {
  color: #2f3134;
  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;
}
.video01 .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .video01 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .video01 .module_title {
    margin-bottom: 30px;
  }
}
.video01 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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(31, 77, 0, 0) 0%, rgba(189, 203, 185, 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(31, 77, 0, 0) 0%, rgba(189, 203, 185, 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: #bdcbb9;
}
.video01 .module_content .serv_slick .slick-arrow.white svg {
  fill: #fff;
}
.video01 .module_content .serv_slick .slick-arrow.white:hover svg {
  fill: #bdcbb9;
}
@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 .container {
  max-width: 960px;
  padding: 0;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1800px) {
  .video02 .container {
    max-width: 700px;
  }
}
@media (max-width: 1400px) {
  .video02 .container {
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .video02 .container {
    max-width: 500px;
  }
}
@media (max-width: 640px) {
  .video02 .container {
    max-width: 300px;
  }
}
.video02 .container .mockup {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1800px) {
  .video02 .container .mockup {
    top: -11px;
  }
}
@media (max-width: 1200px) {
  .video02 .container .mockup {
    top: -8px;
  }
}
@media (max-width: 1024px) {
  .video02 .container .mockup {
    top: -6px;
  }
}
.video02 .container .mockup img {
  min-width: 1080px;
}
@media (max-width: 1800px) {
  .video02 .container .mockup img {
    min-width: 772px;
  }
}
@media (max-width: 1400px) {
  .video02 .container .mockup img {
    min-width: 665px;
  }
}
@media (max-width: 1200px) {
  .video02 .container .mockup img {
    min-width: 555px;
  }
}
@media (max-width: 640px) {
  .video02 .container .mockup img {
    min-width: 335px;
  }
}
.video02 .module_title .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.video02 .module_title .chi {
  color: #2f3134;
  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;
}
.video02 .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .video02 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .video02 .module_title {
    margin-bottom: 30px;
  }
}
.video02 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.video02 .video_slick {
  border-radius: calc(60 / 19.2 * 1vw);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .video02 .video_slick {
    border-radius: 40px;
  }
}
@media (max-width: 640px) {
  .video02 .video_slick {
    border-radius: 20px;
  }
}
.video02 .video_slick .slick-slide > div {
  position: relative;
  height: 0;
  padding-bottom: 46.6666666667%;
  cursor: pointer;
  overflow: hidden;
}
.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%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 3;
  transition: all 0.3s;
}
@media (max-width: 1800px) {
  .video02 .video_slick .slick-slide > div .video_btn svg {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1400px) {
  .video02 .video_slick .slick-slide > div .video_btn svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 640px) {
  .video02 .video_slick .slick-slide > div .video_btn svg {
    width: 66px;
    height: 66px;
  }
}
.video02 .video_slick .slick-slide > div .video_btn .cls-1 {
  fill: #fff;
}
.video02 .video_slick .slick-slide > div:hover::before {
  background: rgba(212, 171, 165, 0);
}
.video02 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.video02 .slick-arrow.slick-prev {
  left: -100px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .video02 .slick-arrow.slick-prev {
    left: -20px;
  }
}
.video02 .slick-arrow.slick-next {
  right: -100px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .video02 .slick-arrow.slick-next {
    right: -20px;
  }
}
@media (max-width: 1024px) {
  .video02 .slick-arrow svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .video02 .slick-arrow svg {
    width: 38px;
    height: 38px;
  }
}
.video02 .slick-arrow svg .cls-1 {
  fill: #fff;
}
.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 .container {
  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;
}

.lg-outer .lg-thumb-outer {
  display: none;
}

.lg-actions {
  display: none;
}

#lg-counter {
  display: none;
}

.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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.question01 .left > div .module_title .chi {
  color: #2f3134;
  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;
}
.question01 .left > div .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@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: #bdcbb9;
  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: #bdcbb9;
}
.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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.question01 .right .module_title .chi {
  color: #2f3134;
  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;
}
.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;
}
@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;
}

.marquee01 {
  padding: 20px 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out;
  display: inline-flex;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .marquee01 {
    display: none;
  }
}
.marquee01.in {
  opacity: 1;
  transition: opacity 2s ease-out;
}
.marquee01 p {
  min-width: max-content;
  font-size: 150px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  margin: 0 50px;
  color: #ebebeb;
}
@media (max-width: 1024px) {
  .marquee01 p {
    font-size: 100px;
    margin: 0 30px;
  }
}
@media (max-width: 600px) {
  .marquee01 p {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .marquee01 p {
    font-size: 60px;
  }
}

.company02 {
  padding: 100px 0 120px;
  background: url("../img/company/company02.jpg") top/cover no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .company02 {
    padding: 60px 0 120px;
  }
}
.company02 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company02 .module_title .en {
  font: 700 50px/1 "Cormorant", serif;
  letter-spacing: 0px;
  color: #393939;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .company02 .module_title .en {
    font: 700 35px/1.4 "Cormorant", serif;
    text-align: center;
    margin-bottom: 25px;
  }
}
.company02 .module_title .ch {
  font: 600 35px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .company02 .module_title .ch {
    font: 600 30px/1.4 "Noto Sans TC", sans-serif;
  }
}
.company02 .company_slick {
  margin: 0 -45px;
  padding-bottom: 105px;
  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: #fff;
  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: #cca38a;
  border-radius: 50%;
  transition: all 0.3s;
  padding: 23px;
}
@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;
  display: none;
}
.company02 .company_slick .slick-slide a .title1 {
  color: #393939;
  font-size: 40px;
  font-weight: 700;
  font-family: "Cormorant", serif;
  padding-bottom: 35px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  background-size: 66px 3px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .company02 .company_slick .slick-slide a .title1 {
    font-size: 30px;
    text-align: center;
    background-position: center bottom;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}
.company02 .company_slick .slick-slide a .title2 {
  color: #393939;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .company02 .company_slick .slick-slide a .title2 {
    font-size: 20px;
    text-align: center;
  }
}
.company02 .company_slick .slick-slide a .module_desc {
  color: #393939;
  letter-spacing: 1px;
  line-height: 1.8;
  max-width: 280px;
  text-align: justify;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .company02 .company_slick .slick-slide a .module_desc br {
    display: none;
  }
}
.company02 .company_slick .slick-arrow {
  top: unset;
  bottom: -30px;
  transform: unset;
}
@media (max-width: 1024px) {
  .company02 .company_slick .slick-arrow {
    bottom: -80px;
  }
}
.company02 .company_slick .slick-arrow .cls-1 {
  fill: #000;
  transition: 0.5s all;
}
.company02 .company_slick .slick-arrow .cls-2 {
  fill: #000;
  transition: 0.5s all;
}
.company02 .company_slick .slick-arrow .cls-3 {
  fill: #fff;
  transition: 0.5s all;
}
.company02 .company_slick .slick-arrow:hover .cls-1 {
  fill: #fff;
}
.company02 .company_slick .slick-arrow:hover .cls-2 {
  fill: #b5b5b6;
}
.company02 .company_slick .slick-arrow:hover .cls-3 {
  fill: #9fa0a0;
}
@media (max-width: 1024px) {
  .company02 .company_slick .slick-arrow.slick-prev {
    left: 35%;
  }
}
@media (max-width: 1024px) {
  .company02 .company_slick .slick-arrow.slick-next {
    right: 35%;
  }
}
@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;
}

.company05 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@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 {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .company05 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
.company05 .module_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.company05 .module_container .left {
  display: flex;
  justify-content: center;
  width: 54%;
  aspect-ratio: 9/5;
  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;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .company05 .module_container .left img {
    width: 100%;
    transform: translateY(40px);
    border-radius: 5px;
  }
}
@media (max-width: 720px) {
  .company05 .module_container .left img {
    width: auto;
    height: 300px;
  }
}
.company05 .module_container .right {
  width: 40%;
  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-top: 20px;
}
@media (max-width: 840px) {
  .company05 .module_container .right .module_title {
    transform: translateY(40px);
  }
}
.company05 .module_container .right .module_title .en {
  font: 700 50px/1 "Cormorant", serif;
  letter-spacing: 0px;
  color: #8da886;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .company05 .module_container .right .module_title .en {
    font: 700 35px/1 "Cormorant", serif;
    margin-bottom: 25px;
  }
}
.company05 .module_container .right .module_title .ch {
  font: 600 35px/1 "Cormorant", serif;
  letter-spacing: 3px;
  color: #393939;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .company05 .module_container .right .module_title .ch {
    font: 600 32px/1 "Cormorant", serif;
    margin-bottom: 30px;
  }
}
.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: #bdcbb9;
  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;
  font: 500 16px/1.8 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 1px;
  text-align: justify;
}
@media (max-width: 1024px) {
  .company05 .module_container .right .module_content {
    font: 500 14px/2.1 "Noto Sans TC", sans-serif;
  }
}
@media (max-width: 840px) {
  .company05 .module_container .right .module_content {
    transform: translateY(40px);
  }
}
.company05 .module_container .right .module_content ul {
  padding-left: 15px;
}
.company05 .module_container .right .module_content ul li {
  position: relative;
}
.company05 .module_container .right .module_content ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #bdcbb9;
  left: -12px;
  top: 12px;
}
.company05 .module_container .right > [class^=button] {
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .company05 .module_container .right > [class^=button] {
    margin-top: 35px !important;
  }
}
.company05 .module_container .right > [class^=button] {
  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 > [class^=button] {
    transform: translateY(40px);
  }
}
.company05 .module_container .bottom {
  display: flex;
  position: relative;
  width: 78%;
  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 {
    align-items: center;
    width: 100%;
    padding: 40px 0px 40px 60px;
  }
}
@media (max-width: 768px) {
  .company05 .module_container .bottom {
    padding: 40px 0px 40px 30px;
  }
}
@media (max-width: 480px) {
  .company05 .module_container .bottom {
    padding: 40px 0px 40px 25px;
  }
}
.company05 .module_container .bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #a1c0a6;
  z-index: -1;
  transition: height 1s ease-out;
  border-radius: 0 0 0 10px;
}
@media (max-width: 1024px) {
  .company05 .module_container .bottom::before {
    border-radius: 5px;
  }
}
.company05 .module_container .bottom .bottom_left {
  width: 100%;
  margin-right: 185px;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .company05 .module_container .bottom .bottom_left {
    width: 50%;
    margin-right: 0;
  }
}
@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: #bdcbb9;
  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_left .module_desc {
  font: 500 16px/1.8 "Noto Sans TC", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-align: justify;
}
@media (max-width: 480px) {
  .company05 .module_container .bottom .bottom_left .module_desc {
    font: 500 14px/2 "Noto Sans TC", sans-serif;
    letter-spacing: 0.5px;
  }
}
.company05 .module_container .bottom .bottom_right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
}
@media (max-width: 1024px) {
  .company05 .module_container .bottom .bottom_right {
    width: 50%;
  }
}
.company05 .module_container .bottom .bottom_right img {
  position: absolute;
  bottom: 0;
  max-height: clamp(300px, 460 / 19.2 * 1vw, 460px);
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
  margin-bottom: -46px;
}
@media (max-width: 1024px) {
  .company05 .module_container .bottom .bottom_right img {
    position: static;
    margin-right: -50px;
    max-height: 300px;
  }
}
@media (max-width: 840px) {
  .company05 .module_container .bottom .bottom_right img {
    transform: translateY(40px);
  }
}
.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);
  }
}

.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::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  background-color: #f0f0f0;
  left: 0;
  top: -22%;
}
@media (max-width: 1024px) {
  .company11::before {
    display: none;
  }
}
.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(189, 203, 185, 0.1);
  font-size: calc(3rem + 3.75vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
.company11 .container {
  max-width: 1700px;
}
@media (max-width: 1600px) {
  .company11 .container {
    max-width: 1400px;
  }
}
.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(odd) {
  flex-direction: row-reverse;
}
.company11 .graphic:nth-child(odd) > div:nth-child(1) {
  width: 49%;
}
@media (max-width: 960px) {
  .company11 .graphic:nth-child(odd) > div:nth-child(1) {
    display: none;
  }
}
.company11 .graphic:nth-child(odd) > div:nth-child(2) {
  width: 51%;
}
@media (max-width: 960px) {
  .company11 .graphic:nth-child(odd) > div:nth-child(2) {
    width: 100%;
  }
}
.company11 .graphic:nth-child(1) .pic::after {
  right: clamp(0px, -40 / 19.2 * 1vw, -15px);
  bottom: clamp(-40px, -40 / 19.2 * 1vw, -15px);
}
@media (max-width: 960px) {
  .company11 .graphic:nth-child(1) .pic::after {
    right: clamp(-40px, -40 / 19.2 * 1vw, -15px);
  }
}
.company11 .graphic:nth-child(2) .pic::after {
  left: clamp(0px, -40 / 19.2 * 1vw, -15px);
  bottom: clamp(-40px, -40 / 19.2 * 1vw, -15px);
}
@media (max-width: 960px) {
  .company11 .graphic:nth-child(2) .pic::after {
    left: clamp(-40px, -40 / 19.2 * 1vw, -15px);
  }
}
.company11 .graphic:nth-child(3) .pic::after {
  left: clamp(0px, -40 / 19.2 * 1vw, -15px);
  top: clamp(-40px, -40 / 19.2 * 1vw, -15px);
}
@media (max-width: 960px) {
  .company11 .graphic:nth-child(3) .pic::after {
    left: clamp(-40px, -40 / 19.2 * 1vw, -15px);
  }
}
.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 .pic {
  position: relative;
}
.company11 .graphic .pic img {
  position: relative;
  z-index: 1;
}
.company11 .graphic .pic::after {
  position: absolute;
  content: "";
  width: clamp(222px, 500 / 19.2 * 1vw, 500px);
  height: clamp(155px, 335 / 19.2 * 1vw, 335px);
  background-color: #a1c0a6;
  z-index: 0;
}
.company11 .graphic > div {
  padding: 0 2.34375vw;
}
.company11 .graphic > div:nth-child(1) {
  width: 67%;
}
@media (max-width: 960px) {
  .company11 .graphic > div:nth-child(1) {
    display: none;
  }
}
.company11 .graphic > div:nth-child(1) img {
  width: 100%;
  border-radius: 10px;
}
.company11 .graphic > div:nth-child(2) {
  width: 39%;
}
@media (max-width: 960px) {
  .company11 .graphic > div:nth-child(2) {
    width: 100%;
  }
}
.company11 .graphic > div:nth-child(2) .module_title {
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .company11 .graphic > div:nth-child(2) .module_title {
    margin-bottom: 50px;
  }
}
.company11 .graphic > div:nth-child(2) img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .company11 .graphic > div:nth-child(2) img {
    margin-bottom: 0px;
  }
}
@media (min-width: 961px) {
  .company11 .graphic > div:nth-child(2) .pic {
    display: none;
  }
}
.company11 .graphic > div .module_title {
  margin-top: 20px;
}
.company11 .graphic > div .module_title .en {
  font: 700 50px/1 "Cormorant", serif;
  letter-spacing: 0px;
  color: #8da886;
  margin-bottom: 20px;
}
.company11 .graphic > div .module_title .ch {
  font: 600 35px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 3px;
  color: #393939;
  margin-bottom: 20px;
}
.company11 .graphic .module_desc {
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
  font: 500 16px/1.8 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 1px;
  text-align: justify;
}
@media (max-width: 1024px) {
  .company11 .graphic .module_desc {
    font: 400 14px/1.8 "Noto Sans TC", sans-serif;
  }
}
.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;
}
.company11 .text {
  font-size: 150px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  padding: 100px 0 30px;
  color: #ebebeb;
  text-align: center;
  transform: translateX(-26%);
}
@media (max-width: 1024px) {
  .company11 .text {
    display: none;
  }
}

.company19 {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 1024px) {
  .company19 {
    height: 1200px;
  }
}
@media (max-width: 640px) {
  .company19 {
    height: 930px;
  }
}
.company19 .container {
  padding: 0;
}
.company19 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company19 .cover {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .company19 .cover {
    top: 150px;
  }
}
@media (max-width: 1024px) {
  .company19 .cover {
    top: 95px;
    padding: 0 35px;
  }
}
.company19 .cover .content {
  max-width: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1440px) {
  .company19 .cover .content {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .company19 .cover .content {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .company19 .cover .content {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 0;
  }
}
.company19 .cover .content .module_title {
  font: 700 105px/0.7 "Cormorant", serif;
  letter-spacing: 0px;
  color: #8da886;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .company19 .cover .content .module_title {
    font: 700 60px/1 "Cormorant", serif;
    margin-bottom: 35px;
    text-align: center;
  }
}
.company19 .cover .content .module_desc {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.company19 .cover .content .module_desc .title {
  font: 500 35px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 3px;
  color: #393939;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .company19 .cover .content .module_desc .title {
    font: 500 33px/1.4 "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.company19 .cover .content .module_desc .description {
  font: 500 16px/1.8 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #393939;
  text-align: justify;
  max-width: 900px;
}
@media (max-width: 1440px) {
  .company19 .cover .content .module_desc .description {
    max-width: 700px;
  }
}
@media (max-width: 1200px) {
  .company19 .cover .content .module_desc .description {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .company19 .cover .content .module_desc .description {
    font: 500 15px/1.8 "Noto Sans TC", sans-serif;
  }
}
.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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.company20 .module_title .chi {
  color: #2f3134;
  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;
}
.company20 .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .company20 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .company20 .module_title {
    margin-bottom: 30px;
  }
}
.company20 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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(189, 203, 185, 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 #bdcbb9;
  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;
}

.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 #bdcbb9;
  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: #bdcbb9;
  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 #bdcbb9;
  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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.decoration02 .deco_content > div .module_title .chi {
  color: #2f3134;
  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;
}
.decoration02 .deco_content > div .module_title {
  margin-bottom: 40px;
}
@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 .module_title {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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;
}
@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;
  }
}
.decoration02_mb {
  background: #495057;
}
@media (min-width: 1025px) {
  .decoration02_mb {
    display: none;
  }
}
.decoration02_mb .module_title .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.decoration02_mb .module_title .chi {
  color: #2f3134;
  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;
}
.decoration02_mb .module_title {
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .decoration02_mb .module_title {
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .decoration02_mb .module_title {
    margin-bottom: 40px;
  }
}
.decoration02_mb .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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, #bdcbb9, #bdcbb9);
  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, #bdcbb9, #bdcbb9);
  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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.decoration04 .module_title .chi {
  color: #2f3134;
  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;
}
.decoration04 .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .decoration04 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .decoration04 .module_title {
    margin-bottom: 30px;
  }
}
.decoration04 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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: #393939;
  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: #bdcbb9;
}
.decoration04 .accordion li > div .plus_minus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #bdcbb9;
}
@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);
}
@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;
  }
}
.decoration05 .track {
  position: relative;
  padding: 0 40px;
  transform: translateX(100%);
  transition: transform 0.5s;
}
@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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.decoration06 .module_title .chi {
  color: #2f3134;
  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;
}
.decoration06 .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .decoration06 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .decoration06 .module_title {
    margin-bottom: 30px;
  }
}
.decoration06 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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;
}
@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 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.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(1.625rem + 1.25vw);
}
@media (min-width: 1201px) {
  .decoration07 .content p:nth-child(2) {
    letter-spacing: 2px;
  }
}
.decoration07 .content p:nth-child(2) {
  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 (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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.decoration08 .module_title .chi {
  color: #2f3134;
  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;
}
.decoration08 .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .decoration08 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .decoration08 .module_title {
    margin-bottom: 30px;
  }
}
.decoration08 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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 #bdcbb9;
}
.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;
}
@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 {
  background: #eee;
}
.form01 .module_title .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.form01 .module_title .chi {
  color: #2f3134;
  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;
}
.form01 .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .form01 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .form01 .module_title {
    margin-bottom: 30px;
  }
}
.form01 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.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: #393939;
  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, #345c51 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 .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.form02 .content .module_title .chi {
  color: #2f3134;
  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;
}
.form02 .content .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .form02 .content .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .form02 .content .module_title {
    margin-bottom: 30px;
  }
}
.form02 .content .module_title {
  text-align: center;
}
.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: #bdcbb9;
  font-size: 22px;
  font-weight: 900;
  font-family: "Cormorant", 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: #bdcbb9;
}
.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-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 1024px) {
  .news_list01 {
    padding-top: 70px;
  }
}
.news_list01 .container {
  max-width: 1600px;
}
.news_list01 .pro_left {
  width: 355px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_list01 .pro_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .news_list01 .pro_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.news_list01 .pro_left > div {
  position: sticky;
  top: 100px;
}
.news_list01 .pro_left .pro_search {
  margin-bottom: 40px;
}
.news_list01 .pro_left .pro_search p {
  color: #393939;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.news_list01 .pro_left .pro_search div {
  position: relative;
}
.news_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;
}
.news_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) {
  .news_list01 .pro_left .catalog_type {
    display: none;
  }
}
.news_list01 .pro_left .catalog_type div {
  padding: 0 0px 15px;
}
.news_list01 .pro_left .catalog_type div p:nth-child(1) {
  width: fit-content;
  color: #8da886;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-family: "Cormorant", serif;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_list01 .pro_left .catalog_type div p:nth-child(1) {
    font-size: 26px;
  }
}
.news_list01 .pro_left .catalog_type div p:nth-child(2) {
  color: #393939;
  font-size: 28px;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .news_list01 .pro_left .catalog_type div p:nth-child(2) {
    font-size: 15px;
  }
}
.news_list01 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #bdcbb9;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 17px 25px;
  transition: all 0.3s;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li > a:hover, .news_list01 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #bdcbb9;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.news_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%;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .news_list01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 0.5px;
  margin-top: -1px;
  background: #8da886;
  transition: all 0.3s ease-out;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.news_list01 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.news_list01 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0 19px 25px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li ul li a:hover {
  color: #bdcbb9;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #fff;
  background-color: #8da886;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.news_list01 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 50px;
}
@media (min-width: 1025px) {
  .news_list01 .pro_left .catalog_type_mb {
    display: none;
  }
}
.news_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: #8da886;
}
.news_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);
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .news_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;
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li ul li ul li a::before {
  content: "•";
}
.news_list01 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.news_list01 .pro_left .pro_tag {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .news_list01 .pro_left .pro_tag {
    margin-top: 20px;
  }
}
.news_list01 .pro_left .pro_tag p {
  color: #6D6E71;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .news_list01 .pro_left .pro_tag p {
    display: none;
  }
}
.news_list01 .pro_left .pro_tag p::before {
  content: "─";
  padding-right: 10px;
}
.news_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) {
  .news_list01 .pro_left .pro_tag ul {
    padding: 0;
    border-left: 0;
  }
}
.news_list01 .pro_left .pro_tag ul li {
  margin: 0 6px 6px 0;
}
.news_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) {
  .news_list01 .pro_left .pro_tag ul li a {
    border-radius: 0;
  }
}
.news_list01 .pro_left .pro_tag ul li a:hover, .news_list01 .pro_left .pro_tag ul li a.active {
  color: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.news_list01 .pro_right {
  width: calc(100% - 355px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_list01 .pro_right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  .news_list01 .pro_right {
    width: 100%;
  }
}
.news_list01 .pro_right .pro_shelves {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
@media (min-width: 721px) {
  .news_list01 .pro_right .pro_shelves {
    margin: 0 -15px;
  }
}
@media (min-width: 1025px) {
  .news_list01 .pro_right .pro_shelves {
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  .news_list01 .pro_right .pro_shelves {
    display: block;
  }
}
.news_list01 .pro_right .pro_shelves .pro_item {
  width: 33.3333333333%;
  padding: 0 15px 30px;
  transition: all 0.3s;
}
@media (max-width: 1680px) {
  .news_list01 .pro_right .pro_shelves .pro_item {
    padding: 0 10px 20px;
  }
}
@media (max-width: 1440px) {
  .news_list01 .pro_right .pro_shelves .pro_item {
    padding: 0 7.5px 15px;
  }
}
@media (max-width: 1200px) {
  .news_list01 .pro_right .pro_shelves .pro_item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .news_list01 .pro_right .pro_shelves .pro_item {
    width: 100%;
  }
}
.news_list01 .pro_right .pro_shelves .pro_item.video_type .pro_info::before, .news_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;
}
.news_list01 .pro_right .pro_shelves .pro_item.video_type .pro_info > a:nth-child(2), .news_list01 .pro_right .pro_shelves .pro_item.album_type .pro_info > a:nth-child(2) {
  display: none;
}
.news_list01 .pro_right .pro_shelves .pro_item .pro_info {
  position: relative;
  height: 100%;
  transform: translateY(0);
  transition: all 0.3s;
}
.news_list01 .pro_right .pro_shelves .pro_item .pro_info a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}
.news_list01 .pro_right .pro_shelves .pro_item .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin: 0 0 15px;
  overflow: hidden;
}
.news_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;
}
.news_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: #bdcbb9;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_list01 .pro_right .pro_shelves .pro_item .pro_info a .pro_label {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 600px) {
  .news_list01 .pro_right .pro_shelves .pro_item .pro_info a .pro_label {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
.news_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;
}
.news_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;
  max-height: initial;
  color: #393939;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.news_list01 .pro_right .pro_shelves .pro_item .pro_info a .news_date {
  display: -webkit-box;
  max-height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #8da886;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.5px;
  margin-bottom: 3px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.news_list01 .pro_right .pro_shelves .pro_item .pro_info a .news_date .icon {
  margin-right: 5px;
}
.news_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;
}
.news_list01 .pro_right .pro_shelves .pro_item .pro_info:hover {
  transform: translateY(-5px);
}
.news_list01 .pro_right .pro_shelves .pro_item .pro_info:hover a .pro_title {
  color: #bdcbb9;
}
.news_list01 .pro_right .pro_shelves .pro_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.news_list01 .pro_right [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_list01 .pro_right [class^=pagination] {
    margin-top: 40px;
  }
}

.news_detail01 {
  padding-top: 130px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .news_detail01 {
    padding-top: 70px;
  }
}
.news_detail01 .container {
  max-width: 1600px;
}
.news_detail01 .row {
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .news_detail01 .row {
    flex-wrap: wrap;
  }
}
.news_detail01 .pro_left {
  width: 355px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail01 .pro_left {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .news_detail01 .pro_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.news_detail01 .pro_left > div {
  position: sticky;
  top: 100px;
}
.news_detail01 .pro_left .pro_search {
  margin-bottom: 40px;
}
.news_detail01 .pro_left .pro_search p {
  color: #393939;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.news_detail01 .pro_left .pro_search div {
  position: relative;
}
.news_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;
}
.news_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) {
  .news_detail01 .pro_left .catalog_type {
    display: none;
  }
}
.news_detail01 .pro_left .catalog_type div {
  padding: 0 0px 15px;
}
.news_detail01 .pro_left .catalog_type div p:nth-child(1) {
  width: fit-content;
  color: #8da886;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-family: "Cormorant", serif;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail01 .pro_left .catalog_type div p:nth-child(1) {
    font-size: 26px;
  }
}
.news_detail01 .pro_left .catalog_type div p:nth-child(2) {
  color: #393939;
  font-size: 28px;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .news_detail01 .pro_left .catalog_type div p:nth-child(2) {
    font-size: 15px;
  }
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #bdcbb9;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 17px 25px;
  transition: all 0.3s;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li > a:hover, .news_detail01 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #bdcbb9;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.news_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%;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .news_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 0.5px;
  margin-top: -1px;
  background: #8da886;
  transition: all 0.3s ease-out;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0 19px 25px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li ul li a:hover {
  color: #bdcbb9;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #fff;
  background-color: #8da886;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.news_detail01 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 50px;
}
@media (min-width: 1025px) {
  .news_detail01 .pro_left .catalog_type_mb {
    display: none;
  }
}
.news_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: #8da886;
}
.news_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);
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .news_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;
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul li ul li a::before {
  content: "•";
}
.news_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.news_detail01 .pro_left .pro_tag {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .news_detail01 .pro_left .pro_tag {
    margin-top: 20px;
  }
}
.news_detail01 .pro_left .pro_tag p {
  color: #6D6E71;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .news_detail01 .pro_left .pro_tag p {
    display: none;
  }
}
.news_detail01 .pro_left .pro_tag p::before {
  content: "─";
  padding-right: 10px;
}
.news_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) {
  .news_detail01 .pro_left .pro_tag ul {
    padding: 0;
    border-left: 0;
  }
}
.news_detail01 .pro_left .pro_tag ul li {
  margin: 0 6px 6px 0;
}
.news_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) {
  .news_detail01 .pro_left .pro_tag ul li a {
    border-radius: 0;
  }
}
.news_detail01 .pro_left .pro_tag ul li a:hover, .news_detail01 .pro_left .pro_tag ul li a.active {
  color: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.news_detail01 .pro_right {
  width: calc(100% - 355px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail01 .pro_right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  .news_detail01 .pro_right {
    width: 100%;
  }
}
.news_detail01 .pro_right .pro_shelves {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
@media (min-width: 721px) {
  .news_detail01 .pro_right .pro_shelves {
    margin: 0 -15px;
  }
}
@media (min-width: 1025px) {
  .news_detail01 .pro_right .pro_shelves {
    padding-left: 40px;
  }
}
.news_detail01 .pro_right .pro_shelves .pro_item {
  width: 33.3333333333%;
  padding: 0 15px 30px;
  transition: all 0.3s;
}
@media (max-width: 1680px) {
  .news_detail01 .pro_right .pro_shelves .pro_item {
    padding: 0 10px 20px;
  }
}
@media (max-width: 1440px) {
  .news_detail01 .pro_right .pro_shelves .pro_item {
    padding: 0 7.5px 15px;
  }
}
@media (max-width: 1200px) {
  .news_detail01 .pro_right .pro_shelves .pro_item {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .news_detail01 .pro_right .pro_shelves .pro_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 840px) {
  .news_detail01 .pro_right .pro_shelves .pro_item {
    width: 50%;
  }
}
.news_detail01 .pro_right .pro_shelves .pro_item.video_type .pro_info::before, .news_detail01 .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;
}
.news_detail01 .pro_right .pro_shelves .pro_item.video_type .pro_info > a:nth-child(2), .news_detail01 .pro_right .pro_shelves .pro_item.album_type .pro_info > a:nth-child(2) {
  display: none;
}
.news_detail01 .pro_right .pro_shelves .pro_item .pro_info {
  position: relative;
  height: 100%;
  transform: translateY(0);
  transition: all 0.3s;
}
.news_detail01 .pro_right .pro_shelves .pro_item .pro_info a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}
.news_detail01 .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;
}
.news_detail01 .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;
}
.news_detail01 .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: #bdcbb9;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail01 .pro_right .pro_shelves .pro_item .pro_info a .pro_label {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 600px) {
  .news_detail01 .pro_right .pro_shelves .pro_item .pro_info a .pro_label {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
.news_detail01 .pro_right .pro_shelves .pro_item .pro_info a .pro_cate {
  display: none;
  color: #939598;
  font-size: 14px;
  text-align: center;
  margin-bottom: 3px;
}
.news_detail01 .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: #393939;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.5px;
  text-align: center;
  margin-bottom: 3px;
  transition: all 0.3s;
}
.news_detail01 .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;
}
.news_detail01 .pro_right .pro_shelves .pro_item .pro_info:hover {
  transform: translateY(-5px);
}
.news_detail01 .pro_right .pro_shelves .pro_item .pro_info:hover a .pro_title {
  color: #bdcbb9;
}
.news_detail01 .pro_right .pro_shelves .pro_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.news_detail01 .pro_right [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail01 .pro_right [class^=pagination] {
    margin-top: 40px;
  }
}
.news_detail01 .news_top {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-image: linear-gradient(to right, #2f3134 0%, #2f3134 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: #bdcbb9;
  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: #393939;
  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: #bdcbb9;
}
.news_detail01 .news_top .news_share a:hover svg {
  fill: #bdcbb9;
}
.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: #393939;
  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: #393939;
  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: #393939;
  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: #393939;
  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: #393939;
  line-height: 1.5;
  transition: all 0.3s;
}
.news_detail01 .related .related_slick .slick-slide a:hover {
  background: #bdcbb9;
  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: #bdcbb9;
}
.news_detail01 .related .related_slick .slick-arrow.white svg {
  fill: #fff;
}
.news_detail01 .related .related_slick .slick-arrow.white:hover svg {
  fill: #bdcbb9;
}
@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: #bdcbb9;
}
.news_list02 .news_item .news_info a .news_content .cate_date .date {
  color: #393939;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
}
.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: #bdcbb9;
}
.news_detail02 .news_top .cate_date .date {
  color: #393939;
  font-size: 16px;
  margin-left: 15px;
}
.news_detail02 .news_top .news_title {
  color: #393939;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.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: #393939;
  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: #bdcbb9;
  }
}
@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: #393939;
  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: #bdcbb9;
}
.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: #393939;
  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, #393939, #393939), 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: #393939;
  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: #393939;
  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: #bdcbb9;
}
.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: #393939;
  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: #393939;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid #393939;
  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: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.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: #bdcbb9;
  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: #2f3134;
  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: #393939;
  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: #bdcbb9;
  }
}
@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: #393939;
  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: #bdcbb9;
}

.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: #bdcbb9;
  font-family: "Cormorant", 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: #2f3134;
  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: #393939;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 0 12px;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 1px solid #393939;
  transition: all 0.3s;
}
.news_list04 .left .news_item_list .news_item .cate_tags .news_cate:hover {
  color: #fff;
  background: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.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: #393939;
  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: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.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: #393939;
  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: #bdcbb9;
}
.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: #393939;
  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: #393939;
  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: #bdcbb9;
}
.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: #bdcbb9;
  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: #393939;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
  border: 1px solid #bdcbb9;
}

.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: #393939;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.news_detail04 .left .news_headlines {
  color: #393939;
  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: #bdcbb9;
}
.news_detail04 .left .news_share a:hover svg {
  fill: #bdcbb9;
}
.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: #393939;
  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: #393939;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}
.news_detail04 .left .news_catalog ul li a:hover {
  color: #bdcbb9;
}
.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: #393939;
  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: #393939;
  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: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.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: #393939;
  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: #393939;
  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: #bdcbb9;
}
.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: #bdcbb9;
  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: #393939;
  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: #393939;
  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: #393939;
  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: #393939;
  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: #393939;
}
.news_detail04 .recommend_list .recommend_item:hover .recommend_img img {
  transform: scale(1.03);
}
.news_detail04 .recommend_list .recommend_item:hover .recommend_headlines {
  color: #bdcbb9;
}

.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: #bdcbb9;
  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: #393939;
  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: #393939;
  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 #bdcbb9;
  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: #bdcbb9;
}
.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: #393939;
  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: #393939;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}
.news_detail05 .news_catalog ul li a:hover {
  color: #bdcbb9;
}
.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: #bdcbb9;
  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: #393939;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
}
.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: #393939;
  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: #393939;
  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: #393939;
  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: #393939;
}
.news_detail06 .news_top .news_info .news_date .y {
  color: #393939;
  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 #bdcbb9;
  transition: background 0.3s;
}
@media (min-width: 769px) {
  .news_detail06 .news_switcher a + a {
    border-left: 1px solid #bdcbb9;
  }
}
@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: #bdcbb9;
  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 #bdcbb9 transparent;
}
.news_detail06 .news_switcher a span:last-child::before {
  right: 0;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #bdcbb9;
}
.news_detail06 .news_switcher a p {
  color: #bdcbb9;
  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: #bdcbb9;
  }
  .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: #393939;
  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: #bdcbb9;
  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: #393939;
  padding: 6px 8px;
  margin-bottom: 9px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}
.news_list07 .top_news .right > div > a .news_title {
  color: #393939;
  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: #bdcbb9;
  }
}
.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, #393939, #393939);
  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: #bdcbb9;
  font-size: calc(1rem + 0.4166666667vw);
  font-weight: 700;
  line-height: 1;
}
.news_list07 .news_left .catalog_type div p:nth-child(2) {
  color: #393939;
  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: #393939;
  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: #bdcbb9;
}
.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: #393939;
  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: #bdcbb9;
}
.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: #8da886;
}
.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: #393939;
  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: #393939;
  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 li ul li a::before {
  content: "•";
}
.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: #393939;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
  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: #bdcbb9;
  }
  .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, #393939, #393939);
  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: #bdcbb9;
  font-size: calc(1rem + 0.4166666667vw);
  font-weight: 700;
  line-height: 1;
}
.news_detail07 .news_left .catalog_type div p:nth-child(2) {
  color: #393939;
  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: #393939;
  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: #bdcbb9;
}
.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: #393939;
  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: #bdcbb9;
}
.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: #8da886;
}
.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: #393939;
  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: #393939;
  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 li ul li a::before {
  content: "•";
}
.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: #bdcbb9;
  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: #393939;
  padding: 6px 8px;
  margin-bottom: 9px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}
.news_detail07 .news_right .news_title {
  color: #393939;
  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: #393939;
  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: #bdcbb9;
  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-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 1024px) {
  .pro_list01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.pro_list01 .container {
  max-width: 1600px;
}
.pro_list01 .pro_left {
  width: 355px;
  transition: all 0.3s;
}
@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: #393939;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.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;
}
.pro_list01 .pro_left .catalog_type div {
  padding: 0 0px 15px;
}
@media (max-width: 1024px) {
  .pro_list01 .pro_left .catalog_type div {
    padding: 0 0px 40px;
  }
}
.pro_list01 .pro_left .catalog_type div p:nth-child(1) {
  width: fit-content;
  color: #8da886;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-family: "Cormorant", serif;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_list01 .pro_left .catalog_type div p:nth-child(1) {
    font-size: 36px;
  }
}
.pro_list01 .pro_left .catalog_type div p:nth-child(2) {
  color: #393939;
  font-size: 28px;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .pro_list01 .pro_left .catalog_type div p:nth-child(2) {
    font-size: 24px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .pro_list01 .pro_left .catalog_type .catalog_menu {
    display: none;
  }
}
.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 #bdcbb9;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 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: #bdcbb9;
}
.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: 25px;
  width: 18px;
  height: 0.5px;
  margin-top: -1px;
  background: #8da886;
  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: #393939;
  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 {
  color: #bdcbb9;
}
.pro_list01 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #fff;
  background-color: #8da886;
}
.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: #8da886;
}
.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: #393939;
  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: #393939;
  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 li ul li a::before {
  content: "•";
}
.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: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.pro_list01 .pro_right {
  width: calc(100% - 355px);
  transition: all 0.3s;
}
@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 60px 30px;
  transition: all 0.3s;
}
@media (max-width: 1680px) {
  .pro_list01 .pro_right .pro_shelves .pro_item {
    padding: 0 60px 20px;
  }
}
@media (max-width: 1440px) {
  .pro_list01 .pro_right .pro_shelves .pro_item {
    padding: 0 30px 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%;
    padding: 0 10px 15px;
  }
}
@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: 118%;
  margin: 0 0 15px;
  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: #bdcbb9;
  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;
  max-height: initial;
  color: #393939;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info a .news_date {
  display: -webkit-box;
  max-height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #8da886;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.5px;
  margin-bottom: 3px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.pro_list01 .pro_right .pro_shelves .pro_item .pro_info a .news_date .icon {
  margin-right: 5px;
}
.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: #bdcbb9;
}
.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-top: 130px;
  padding-bottom: 170px;
}
@media (max-width: 1024px) {
  .pro_detail01 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.pro_detail01 .container {
  max-width: 1600px;
}
.pro_detail01 .pro_left {
  width: 355px;
  transition: all 0.3s;
}
@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: #393939;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.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;
}
.pro_detail01 .pro_left .catalog_type div {
  padding: 0 0px 15px;
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_left .catalog_type div {
    padding: 0 0px 40px;
  }
}
.pro_detail01 .pro_left .catalog_type div p:nth-child(1) {
  width: fit-content;
  color: #8da886;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-family: "Cormorant", serif;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_left .catalog_type div p:nth-child(1) {
    font-size: 36px;
  }
}
.pro_detail01 .pro_left .catalog_type div p:nth-child(2) {
  color: #393939;
  font-size: 28px;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_left .catalog_type div p:nth-child(2) {
    font-size: 24px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_left .catalog_type .catalog_menu {
    display: none;
  }
}
.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 #bdcbb9;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 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: #bdcbb9;
}
.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: 25px;
  width: 18px;
  height: 0.5px;
  margin-top: -1px;
  background: #8da886;
  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: #393939;
  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 {
  color: #bdcbb9;
}
.pro_detail01 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #fff;
  background-color: #8da886;
}
.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: #8da886;
}
.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: #393939;
  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: #393939;
  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 li ul li a::before {
  content: "•";
}
.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: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.pro_detail01 .pro_right {
  width: calc(100% - 355px);
  transition: all 0.3s;
}
@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: 40%;
  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 {
  margin-bottom: 30px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 91.666667%;
  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;
}
@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: #bdcbb9;
}
.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: #bdcbb9;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow {
  transition: 0.5s all;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -10px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -10px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow svg .cls-1 {
  fill: #3f7548;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_slick .slick-arrow:hover {
  opacity: 0.6;
}
.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 #bdcbb9;
}
.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;
}
@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: #bdcbb9;
}
.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: #bdcbb9;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_left .pro_thumbnail .slick-arrow {
  width: 20px !important;
  height: 20px !important;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right {
  display: flex;
  flex-direction: column;
  width: 60%;
  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: #8ca285;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_model {
  color: #bdcbb9;
}
.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 .flex-container {
  display: flex;
  align-items: center;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc p {
  color: #8ca285;
  font-size: 16px;
  font-weight: 500;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc > div {
  position: relative;
  margin-bottom: 20px;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor {
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@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;
    position: static;
  }
}
@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(57, 57, 57, 0.5);
  }
  .pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_desc > div .editor::-webkit-scrollbar-thumb:hover {
    background: #393939;
  }
}
.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: #393939;
  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: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.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: #393939;
  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: #bdcbb9;
}
.pro_detail01 .pro_right .pro_content_top .pro_content_right .pro_share div a:hover svg {
  fill: #bdcbb9;
}
.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: #393939;
  font-size: 16px;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.3s;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_tab > div:nth-child(1) {
  border-left: none;
  border-right: none;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_tab > div:nth-child(3) {
  border-left: none;
  border-right: none;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_tab > div.active {
  border-bottom: 2px solid #8da886;
}
.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;
    position: relative;
  }
}
.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: #393939;
  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: #8da886;
  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;
}
@media (min-width: 1025px) {
  .pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb {
    display: none;
  }
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #8da886;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .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_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li.moremenu > a::before, .pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .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_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li ul li ul li a::before {
  content: "•";
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb {
  margin-bottom: 40px;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_btn {
  padding: 20px 35px 20px 25px;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li a {
  transition: 0.5s all;
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .catalog_type_mb .catalog_menu > li a.active {
  background-color: #8da886;
  color: #fff;
}
@media (max-width: 1024px) {
  .pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all;
    padding: 0 5px;
  }
}
.pro_detail01 .pro_right .pro_content_bottom .pro_content_mb .content.current {
  opacity: 1;
  position: static;
}
.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(189, 203, 185, 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: #393939;
  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: #bdcbb9;
}
.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: #bdcbb9;
}
.pro_detail01 .back_to_list {
  margin-top: 60px;
}
.pro_detail01 .related {
  margin: 60px 0 0;
}
.pro_detail01 .related .module_title .eng {
  color: #bdcbb9;
  font-weight: 700;
  font-family: "Cormorant", serif;
  letter-spacing: 3.6px;
  font-size: calc(1.59375rem + 0.546875vw);
}
.pro_detail01 .related .module_title .chi {
  color: #2f3134;
  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;
}
.pro_detail01 .related .module_title {
  margin-bottom: 40px;
}
@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 .module_title {
  width: 100%;
  color: #393939;
  font-size: 16px;
  text-align: center;
  padding: 15px 10px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 768px) {
  .pro_detail01 .related .module_title {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    background: #8da886;
    padding: 20px 35px 20px 25px;
  }
}
.pro_detail01 .related .related_slick {
  margin: 0;
  padding: 0 30px;
}
@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: 100%;
  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: #bdcbb9;
  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: #393939;
  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: #bdcbb9;
}
.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: #bdcbb9;
}
.pro_detail01 .related .related_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail01 .related .related_slick .slick-arrow.white:hover svg {
  fill: #bdcbb9;
}
.pro_detail01 .related .related_slick .slick-arrow {
  top: 39%;
}
.pro_detail01 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -10px;
}
.pro_detail01 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -10px;
}
.pro_detail01 .related .related_slick .slick-arrow svg .cls-1 {
  fill: #3f7548;
}

.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: #bdcbb9;
  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: #2f3134;
  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 #bdcbb9;
}
.article_list01 .article_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #393939;
  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: #bdcbb9;
}
.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: #393939;
  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: #bdcbb9;
}
.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: #8da886;
}
.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: #393939;
  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: #393939;
  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 li ul li a::before {
  content: "•";
}
.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: #bdcbb9;
  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: #393939;
  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: #bdcbb9;
}
.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: #393939;
  margin-top: 2px;
  margin-right: 10px;
}
.location_list01 .locations .location_item .right .info > p i {
  flex-shrink: 0;
  width: 16px;
  color: #393939;
  font-size: 17px;
  margin-top: 1px;
  margin-right: 10px;
}
.location_list01 .locations .location_item .right .info > p span {
  color: #393939;
  font-size: 14px;
}
.location_list01 .locations .location_item .right .info > p span a {
  color: #393939;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .info > p span a:hover {
  color: #bdcbb9;
}
.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 #393939;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .location_map svg {
  width: auto;
  height: 21px;
  fill: #393939;
  margin-right: 5px;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .location_map span {
  color: #393939;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .location_map:hover {
  background: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.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: #393939;
  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: #393939;
  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: #393939;
  font-size: 17px;
  margin-right: 5px;
  transition: all 0.3s;
}
.location_detail01 .location_name_big a:hover {
  color: #bdcbb9;
}
.location_detail01 .location_name_big a:hover i {
  color: #bdcbb9;
}
.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 #bdcbb9;
}
.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: #bdcbb9;
}
.location_detail01 .location_thumbnail .slick-arrow.white svg {
  fill: #fff;
}
.location_detail01 .location_thumbnail .slick-arrow.white:hover svg {
  fill: #bdcbb9;
}
@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: #393939;
  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: #393939;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 5px;
  border-left: 1px solid #393939;
  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 #393939;
}
.location_detail01 .location_tags_btn .location_tags p a:hover {
  color: #bdcbb9;
}
.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: #393939;
  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: #bdcbb9;
}
.location_detail01 .location_share div a:hover svg {
  fill: #bdcbb9;
}

.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: #393939;
  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: #393939;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 10px;
}
.enroll_list01 table tr td {
  color: #393939;
  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: #393939;
}
.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: #bdcbb9;
    border-top: 1px solid #bdcbb9;
    border-bottom: 1px solid #bdcbb9;
  }
  .enroll_list01 table tr:hover td:first-child {
    border-left: 1px solid #bdcbb9;
  }
  .enroll_list01 table tr:hover td:last-child {
    border-right: 1px solid #bdcbb9;
  }
  .enroll_list01 table tr:hover td a:not([class^=button]) {
    color: #bdcbb9;
  }
}
.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: #393939;
  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: #393939;
}
.enroll_list01 ul li p:nth-child(n+2) > *:nth-child(2) {
  width: 100%;
  color: #393939;
  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: #393939;
  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: #393939;
}
.enroll_detail01 .enroll_info li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: #bdcbb9;
}
.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: #393939;
  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: #393939;
  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: #bdcbb9;
  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: #2f3134;
  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 #bdcbb9;
}
.download_list01 .download_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #393939;
  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: #bdcbb9;
}
.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: #393939;
  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: #bdcbb9;
}
.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: #8da886;
}
.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: #393939;
  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: #393939;
  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 li ul li a::before {
  content: "•";
}
.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(189, 203, 185, 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: #393939;
  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: #bdcbb9;
}
.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: #bdcbb9;
}
.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: #393939;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
}
.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 #393939;
  border-radius: 50%;
}
.download_list02 .download_set .set_body [class^=set_lv] p:nth-child(2) a:hover {
  color: #fff;
  background: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.download_list02 .download_set .set_body [class^=set_lv]:hover p {
  background: rgba(189, 203, 185, 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: #393939;
  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: #bdcbb9;
}
@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(57, 57, 57, 0.5);
  }
  .download_list03 .download_item .right .dl_desc .editor::-webkit-scrollbar-thumb:hover {
    background: #393939;
  }
}
@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(57, 57, 57, 0.5);
  }
  .download_list03 .download_item .right .dl_desc .editor::-webkit-scrollbar-thumb:hover {
    background: #393939;
  }
}

.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: #393939;
  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: #393939;
  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: #bdcbb9;
}
.download_list04 .no_data {
  margin-top: 60px;
}
.download_list04 .no_data > p {
  color: #393939;
  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%;
  }
}

.contact01 {
  padding-bottom: 60px;
  padding-top: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .contact01 {
    padding: 70px 30px 50px;
  }
}
.contact01 .container {
  max-width: 1600px;
  padding: 0;
}
@media (max-width: 1680px) {
  .contact01 .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .contact01 .container {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .contact01 .container {
    max-width: 1000px;
  }
}
.contact01 .contact_left {
  width: 55%;
  padding-right: 65px;
}
@media (max-width: 1024px) {
  .contact01 .contact_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.contact01 .contact_left .head-area {
  margin-bottom: 27px;
}
.contact01 .contact_left .head-area .en {
  font: 600 50px/1 "Cormorant", serif;
  color: #8da886;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .contact01 .contact_left .head-area .en {
    letter-spacing: 1px;
  }
}
.contact01 .contact_left .head-area .ch {
  font: 600 35px/1 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .contact01 .contact_left .head-area .ch {
    letter-spacing: 1px;
  }
}
.contact01 .contact_left .hello {
  margin-bottom: 50px;
  font: 500 18px/1.4 "Noto Sans TC", sans-serif;
  color: #393939;
}
@media (max-width: 1024px) {
  .contact01 .contact_left .hello {
    font: 500 16px/2 "Noto Sans TC", sans-serif;
    text-align: justify;
  }
}
.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.name input {
  margin-bottom: 20px;
}
.contact01 .contact_left form .form_item.name .radio-black {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  margin-right: 5px;
}
.contact01 .contact_left form .form_item.name .radio-black::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #757575;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  opacity: 0;
}
.contact01 .contact_left form .form_item.name .label {
  display: flex;
  align-items: center;
}
.contact01 .contact_left form .form_item.name .label input {
  display: none;
}
.contact01 .contact_left form .form_item.name .label input:checked + label .radio-black::after {
  opacity: 1;
}
.contact01 .contact_left form .form_item.name label {
  display: flex;
  align-items: center;
}
.contact01 .contact_left form .form_item.name #male + label {
  margin-right: 20px;
}
.contact01 .contact_left form .form_item select {
  width: 100%;
  padding: 7px 25px 7px 23px;
}
@media (max-width: 1024px) {
  .contact01 .contact_left form .form_item select {
    padding: 7px 15px 7px 13px;
  }
}
.contact01 .contact_left form .form_item label {
  color: #393939;
  font-size: 16px;
  margin-right: 7px;
}
.contact01 .contact_left form .form_item label.must::after {
  content: "*";
  color: #7bb76b;
}
.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%;
  resize: none;
}
.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: 45%;
}
@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: 40px;
}
@media (max-width: 1024px) {
  .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-title {
  font: 500 18px/1 "Noto Sans TC", sans-serif;
  color: #8da886;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .contact01 .contact_right .contact-title {
    margin-bottom: 15px;
  }
}
.contact01 .contact_right .contact_info {
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  .contact01 .contact_right .contact_info {
    flex-direction: column;
    align-items: baseline;
  }
}
.contact01 .contact_right .contact_info a {
  display: flex;
  align-items: center;
}
.contact01 .contact_right .contact_info a:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1680px) {
  .contact01 .contact_right .contact_info a:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.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;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .contact01 .contact_right .contact_info a p:nth-child(1) {
    margin-right: 8px;
  }
}
.contact01 .contact_right .contact_info a p:nth-child(2) {
  display: flex;
  align-items: center;
  color: #393939;
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.5px;
  word-break: break-all;
  transition: 0.5s all;
}
@media (max-width: 1024px) {
  .contact01 .contact_right .contact_info a p:nth-child(2) {
    font-size: 16px;
  }
}
.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(2) {
  opacity: 0.6;
}

.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: "Cormorant", 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: "Cormorant", 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: #393939;
  font-size: calc(1.5rem + 0.41667vw);
  font-weight: 500;
  font-family: "Cormorant", 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: #393939;
  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: #393939;
  font-size: 18px;
  font-weight: 500;
}
.contact02 .right .box .contact_info .the_info a > p:nth-child(3) {
  color: #393939;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .contact02 .right .box .contact_info .the_info a:hover > p:nth-child(1) {
    color: #bdcbb9;
  }
  .contact02 .right .box .contact_info .the_info a:hover > p:nth-child(2) {
    color: #bdcbb9;
  }
}
.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: #393939;
  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: 150px;
  padding-top: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .contact03 {
    padding: 70px 30px 50px;
  }
}
.contact03 .container {
  max-width: 1600px;
  padding: 0;
}
@media (max-width: 1680px) {
  .contact03 .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .contact03 .container {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .contact03 .container {
    max-width: 1000px;
  }
}
.contact03 .contact_left {
  width: 55%;
  padding-right: 135px;
  padding-right: 7.03125vw;
}
@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 .head-area {
  margin-bottom: 27px;
}
.contact03 .contact_left .head-area .en {
  font: 600 50px/1 "Cormorant", serif;
  color: #8da886;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .contact03 .contact_left .head-area .en {
    letter-spacing: 1px;
  }
}
.contact03 .contact_left .head-area .ch {
  font: 600 35px/1 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .contact03 .contact_left .head-area .ch {
    letter-spacing: 1px;
  }
}
.contact03 .contact_left .hello {
  margin-bottom: 60px;
  font: 500 18px/1.6 "Noto Sans TC", sans-serif;
  color: #393939;
}
@media (max-width: 1024px) {
  .contact03 .contact_left .hello {
    font: 500 16px/2 "Noto Sans TC", sans-serif;
    text-align: justify;
  }
}
@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;
  margin-bottom: 5px;
}
@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: #393939;
  font-size: 15px;
}
.contact03 .contact_left form .form_item label.must::after {
  content: "*";
  color: #7bb76b;
}
.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.name input {
  margin-bottom: 20px;
}
.contact03 .contact_left form .form_item.name .radio-black {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  margin-right: 5px;
}
.contact03 .contact_left form .form_item.name .radio-black::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #757575;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  opacity: 0;
}
.contact03 .contact_left form .form_item.name .label {
  width: 100%;
  display: flex;
  align-items: center;
}
.contact03 .contact_left form .form_item.name .label input {
  display: none;
}
.contact03 .contact_left form .form_item.name .label input:checked + label .radio-black::after {
  opacity: 1;
}
.contact03 .contact_left form .form_item.name label {
  display: flex;
  align-items: center;
}
.contact03 .contact_left form .form_item.name #male + label {
  margin-right: 20px;
}
.contact03 .contact_left form .form_item select {
  width: 100%;
  padding: 7px 25px 7px 23px;
}
@media (max-width: 1024px) {
  .contact03 .contact_left form .form_item select {
    padding: 7px 15px 7px 13px;
  }
}
.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: 45%;
}
@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(57, 57, 57, 0.5);
  }
  .contact03 .contact_right > div::-webkit-scrollbar-thumb:hover {
    background: #393939;
  }
}
@media (max-width: 1200px) {
  .contact03 .contact_right > div {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .contact03 .contact_right > div {
    gap: 30px;
  }
}
.contact03 .contact_right > div {
  /* 整體 scrollbar */
}
.contact03 .contact_right > div::-webkit-scrollbar {
  width: 8px;
}
.contact03 .contact_right > div::-webkit-scrollbar-track {
  background: #d0dbcd;
}
.contact03 .contact_right > div {
  /* scrollbar 拖曳的滑塊 */
}
.contact03 .contact_right > div::-webkit-scrollbar-thumb {
  background: #8da886;
}
.contact03 .contact_right > div::-webkit-scrollbar-thumb:hover {
  background: #8da886;
}
.contact03 .contact_right .info_map {
  display: flex;
  gap: 15px 40px;
  width: 100%;
  aspect-ratio: 3/1;
  align-items: center;
}
@media (max-width: 768px) {
  .contact03 .contact_right .info_map {
    gap: 15px 25px;
    flex-direction: column;
  }
}
.contact03 .contact_right .info_map .map {
  width: 59.8265895954%;
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
}
@media (max-width: 768px) {
  .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: 768px) {
  .contact03 .contact_right .info_map .map .google_map {
    position: relative;
    height: 100%;
    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: 768px) {
  .contact03 .contact_right .info_map .info {
    width: 100%;
    padding-bottom: unset;
  }
}
.contact03 .contact_right .info_map .info > p {
  color: #6c8a64;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.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;
}
.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: #393939;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.5px;
  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(2) {
  opacity: 0.6;
}

.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: #bdcbb9;
}
@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: #393939;
  font-weight: 700;
  padding: 8px 0 12px;
  background-image: linear-gradient(to right, #bdcbb9, #bdcbb9);
  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: #393939;
  border-radius: 5px;
  transition: all 0.3s;
}
.search_all02 .top > div.right .keywords a:hover, .search_all02 .top > div.right .keywords a.active {
  color: #bdcbb9;
  background-size: 100% 1px;
}
.search_all02 .top > div.right .keywords a:hover span, .search_all02 .top > div.right .keywords a.active span {
  background: #bdcbb9;
}
.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: #393939;
  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: #393939;
  margin-top: 10px;
}
.search_all02 .bottom ul li a:hover > p:nth-child(1) {
  color: #bdcbb9;
}

.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: #bdcbb9;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .site_map01 .map_unit > a::before {
    top: 10px;
  }
}
.site_map01 .map_unit > a:hover {
  color: #bdcbb9;
}
.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: #393939;
  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: #393939;
  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: #bdcbb9;
}

.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 #bdcbb9;
  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: #1f4d00;
  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: #bdcbb9;
}
.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: #bdcbb9;
}

.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: #393939;
  font-size: 15px;
  padding: 7px 15px;
  background: #f2f2f2;
  transition: all 0.3s;
}
.member_center_menu01 ul li a:hover {
  color: #bdcbb9;
}
.member_center_menu01 ul li a.active {
  color: #fff;
  background: #bdcbb9;
}

.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: #393939;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.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: #bdcbb9;
}
.member_center_repair_progress01 .right table tr td {
  color: #393939;
  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: #bdcbb9;
}
.member_center_repair_progress01 .right > ul li p span:nth-child(2) {
  width: 100%;
  color: #393939;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
  font-weight: 500;
  font-size: calc(1.625rem + 1.25vw);
}
@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: #bdcbb9;
  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: #bdcbb9;
  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 #bdcbb9;
  }
}
.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: #393939;
}
.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: #bdcbb9;
}
.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, #bdcbb9, #bdcbb9);
  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: #bdcbb9;
  font-size: calc(1.875rem + 1.5625vw);
  font-weight: 700;
  font-family: "Cormorant", 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;
}
@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(57, 57, 57, 0.5);
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb:hover {
    background: #393939;
  }
}
.investor01 .block_2 .right ul {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@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(57, 57, 57, 0.5);
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb:hover {
    background: #393939;
  }
}
@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(57, 57, 57, 0.5);
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb:hover {
    background: #393939;
  }
}
@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(57, 57, 57, 0.5);
  }
  .investor01 .block_2 .right ul::-webkit-scrollbar-thumb:hover {
    background: #393939;
  }
}
.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: #bdcbb9;
}
@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: #bdcbb9;
  }
}
.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: #393939;
  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: #bdcbb9;
  }
}
.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: #bdcbb9;
  }
  .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: #bdcbb9;
    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: #bdcbb9;
}
.button01:hover svg, .button01.active svg {
  fill: #bdcbb9;
}
.button01.white span {
  color: #fff;
}
.button01.white svg {
  fill: #fff;
}
.button01.white:hover span, .button01.white.active span {
  color: #bdcbb9;
}
.button01.white:hover svg, .button01.white.active svg {
  fill: #bdcbb9;
}

.button02 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #bdcbb9;
  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: #bdcbb9;
}
.button02:hover::after, .button02.active::after {
  border-right: 1px solid #bdcbb9;
  border-bottom: 1px solid #bdcbb9;
}
.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 #bdcbb9;
}
.button02.white:hover span, .button02.white.active span {
  color: #bdcbb9;
}
.button02.white:hover::after, .button02.white.active::after {
  border-right: 1px solid #bdcbb9;
  border-bottom: 1px solid #bdcbb9;
}

.button03 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #bdcbb9;
  border: 1px solid #bdcbb9;
  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 #bdcbb9;
  border-bottom: 1px solid #bdcbb9;
  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: #bdcbb9;
}
.button03:hover svg, .button03.active svg {
  fill: #bdcbb9;
}
.button03.white {
  background: transparent;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .button03.white {
    background: #fff;
  }
  .button03.white span {
    color: #bdcbb9;
  }
  .button03.white svg {
    fill: #bdcbb9;
  }
}
.button03.white:hover, .button03.white.active {
  background: #fff;
}
.button03.white:hover span, .button03.white.active span {
  color: #bdcbb9;
}
.button03.white:hover svg, .button03.white.active svg {
  fill: #bdcbb9;
}

.button04 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #bdcbb9;
  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: #bdcbb9;
  font-family: "Noto Sans TC", sans-serif;
  padding: 3px 0;
  background-image: linear-gradient(to right, #bdcbb9, #bdcbb9);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.button04 svg {
  width: auto;
  height: 12px;
  fill: #bdcbb9;
  transition: all 0.3s;
}
.button04 div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 15px;
  background: #bdcbb9;
  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: #bdcbb9;
}
.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: #bdcbb9;
  }
  .button04.white.arrowtype svg {
    fill: #bdcbb9;
  }
}
.button04.white.arrowtype:hover, .button04.white.arrowtype.active {
  background: #fff;
}
.button04.white.arrowtype:hover span, .button04.white.arrowtype.active span {
  color: #bdcbb9;
}
.button04.white.arrowtype:hover svg, .button04.white.arrowtype.active svg {
  fill: #bdcbb9;
}

.button05 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .button05 {
    gap: 0 10px;
  }
}
.button05 {
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@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: #bdcbb9;
}
.button05:hover svg, .button05.active svg {
  fill: #bdcbb9;
}
.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: #bdcbb9;
}
.button05.white:hover svg, .button05.white.active svg {
  fill: #bdcbb9;
}

.button06 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #8da886;
  border: 1px solid #8da886;
  border-radius: 5px;
  cursor: pointer;
  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: "Cormorant", serif;
}
.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: #bdcbb9;
}
.button06:hover svg, .button06.active svg {
  fill: #bdcbb9;
}
.button06.white {
  background: transparent;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .button06.white {
    background: #fff;
  }
  .button06.white span, .button06.white i {
    color: #bdcbb9;
  }
  .button06.white svg {
    fill: #bdcbb9;
  }
}
.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: #bdcbb9;
}
.button06.white:hover svg, .button06.white.active svg {
  fill: #bdcbb9;
}
.button06.reverse {
  transform: rotateX("180deg");
}

.button12 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #bdcbb9;
  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: #bdcbb9;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button12 svg {
  width: auto;
  height: 12px;
  fill: #bdcbb9;
  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: #bdcbb9;
}
.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: #bdcbb9;
  }
  .button12.white svg {
    fill: #bdcbb9;
  }
}
.button12.white:hover, .button12.white.active {
  background: #fff;
}
.button12.white:hover span, .button12.white.active span {
  color: #bdcbb9;
}
.button12.white:hover svg, .button12.white.active svg {
  fill: #bdcbb9;
}

.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: #bdcbb9;
  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: #2f3134;
  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, #1f4d00 0%, #1f4d00 100%);
  background-size: 1px 12px;
  background-position: left 9px;
  background-repeat: no-repeat;
}
.topmenu01 ul.pc li a {
  display: block;
  color: #393939;
  font-size: 16px;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #bdcbb9 0%, #bdcbb9 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: #bdcbb9;
  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: #bdcbb9;
  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: #393939;
  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: #393939;
  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: #bdcbb9 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: #bdcbb9;
}
.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: #bdcbb9;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.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: #bdcbb9;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.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: #bdcbb9;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.topmenu05 ul.pc li a:hover, .topmenu05 ul.pc li a.active {
  color: #bdcbb9;
}
.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: #bdcbb9;
  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: #393939;
  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: #393939;
  font-size: 16px;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #bdcbb9 0%, #bdcbb9 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: #bdcbb9;
  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: #bdcbb9;
  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: #393939;
  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, #bdcbb9, #bdcbb9);
  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: #393939;
  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: #bdcbb9;
  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: #393939;
  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: #8da886;
}
.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: #393939;
  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: #393939;
  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 li ul li a::before {
  content: "•";
}
.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: #393939;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s;
}
.pagination01 ul li:hover a, .pagination01 ul li.active a {
  color: #fff;
  background: #8ca285;
}
.pagination01 ul li.total {
  display: none;
}
.pagination01 ul li.total a {
  color: #393939 !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;
  display: none;
}
.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 #bdcbb9;
  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: #bdcbb9;
  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 #1f4d00;
}
.gotop02:hover div {
  color: #1f4d00;
}

.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: #bdcbb9;
  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 #bdcbb9;
  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: #bdcbb9;
  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 #1f4d00;
}
.gotop05:hover div {
  color: #1f4d00;
}

.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: #bdcbb9;
  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 #bdcbb9 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 #bdcbb9;
  border-right: 2px solid #bdcbb9;
  transform: skewY(-45deg);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .gotop08 > div div {
    width: 10px;
    height: 88px;
    border-top: 2px solid #bdcbb9;
    border-right: 1px solid #bdcbb9;
  }
}
.gotop08 > div p {
  color: #bdcbb9;
  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 #1f4d00;
    border-right: 2px solid #1f4d00;
  }
  .gotop08:hover > div p {
    color: #1f4d00;
  }
}

.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: #bdcbb9;
  transition: all 0.3s;
}
.float01:hover a svg {
  transform: scale(1.1);
}
.float01:hover a svg path {
  fill: #1f4d00;
}

.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: #1f4d00;
  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: #1f4d00;
  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: #bdcbb9;
  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: #bdcbb9;
}
.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: #bdcbb9;
  font-size: 16px;
}
.hint01 .hint_content hr {
  margin: 0;
  border: 2px solid #bdcbb9;
}
.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: #393939;
  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: #393939;
  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: #393939;
  }
}
.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: #393939;
  }
}
@media (min-width: 1025px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > a:hover svg {
    fill: #bdcbb9;
  }
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > a:hover i {
    color: #bdcbb9;
  }
}
.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: #393939;
  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: #bdcbb9;
  border: 1px solid #bdcbb9;
}
.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: #393939;
  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: #393939;
  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: #393939;
  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: #bdcbb9;
}
.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: #1f4d00;
  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: #1f4d00;
  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: #bdcbb9;
}
.hint02 .switcher > div.active span:nth-child(1) {
  color: #bdcbb9;
}

.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: #000;
  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: #bdcbb9;
  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: #393939;
  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: #393939;
  font-weight: 700;
}
.gdpr02_mng .mng_content .other_link + .other_link {
  margin-top: 10px;
}
.gdpr02_mng .mng_content .other_link:hover {
  color: #bdcbb9;
}
@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%);
}

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

.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-weight: 600;
  font-family: "Cormorant", serif;
  margin: 0;
  transition: all 0.3s;
  font-size: 1.5625vw;
  color: #8da886;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .cb_module .cb_title h2 {
    font-size: 21px;
  }
}
.cb_module .cb_title h3 {
  font-size: 30px;
  font-weight: 600;
  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_module p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.8;
}

.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: #bdcbb9;
  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: #bdcbb9;
  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 #bdcbb9;
}
.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: #bdcbb9 !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: #393939;
  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: #bdcbb9 !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: #393939;
  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: #bdcbb9 !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: #393939;
  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: #bdcbb9 !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: #393939;
  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: #bdcbb9;
  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: #bdcbb9;
  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(189, 203, 185, 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: #bdcbb9;
  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 #bdcbb9;
  border-radius: 50%;
  transform: translateX(calc(-50% + 1px));
  transition: background 0.2s;
}
@media (max-width: 1024px) {
  .cb_history02 .cb_wrap .time::before {
    background: #bdcbb9 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: #bdcbb9 url("../img/arrow/arrow19.svg") no-repeat center center;
}

.cb_button01 {
  display: block;
  width: 200px;
  max-width: 100%;
  color: #393939;
  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: #bdcbb9 !important;
}
.cb_button01.reverse {
  color: #fff;
  background: #bdcbb9 !important;
}
.cb_button01.reverse:hover {
  color: #393939;
  background: #e6e7e8 !important;
}

.cb_button02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  color: #393939;
  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: #393939;
  transition: all 0.3s;
}
.cb_button02:hover {
  color: #fff;
  background: #bdcbb9 !important;
}
.cb_button02:hover span svg polyline {
  stroke: #fff;
}
.cb_button02.reverse {
  color: #fff;
  background: #bdcbb9 !important;
}
.cb_button02.reverse span svg polyline {
  stroke: #fff;
}
.cb_button02.reverse:hover {
  color: #393939;
  background: #fff !important;
}
.cb_button02.reverse:hover span svg polyline {
  stroke: #393939;
}

.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: #bdcbb9;
  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: #393939;
  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: #bdcbb9 !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: #393939;
}

.cb_button04 {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 10px;
  background: #bdcbb9 !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: #393939;
  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: #393939;
  transition: all 0.3s;
}
.cb_button04 > span span svg circle {
  stroke: #393939;
  transition: all 0.3s;
}
.cb_button04 > span span svg polygon {
  fill: #393939;
  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: #bdcbb9;
}
.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: #393939;
}
.cb_button04.reverse:hover > span span svg line {
  stroke: #393939;
}
.cb_button04.reverse:hover > span span svg circle {
  stroke: #393939;
}
.cb_button04.reverse:hover > span span svg polygon {
  fill: #393939;
}

.cb_button05 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  color: #393939;
  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: #393939;
  transition: all 0.3s;
}
.cb_button05:hover {
  color: #fff;
  background: #bdcbb9 !important;
}
.cb_button05:hover span svg path {
  fill: #fff;
}
.cb_button05.reverse {
  color: #fff;
  background: #bdcbb9 !important;
}
.cb_button05.reverse span svg path {
  fill: #fff;
}
.cb_button05.reverse:hover {
  color: #393939;
  background: #fff !important;
}
.cb_button05.reverse:hover span svg path {
  fill: #393939;
}

.cb_button06 {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  color: #393939;
  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: #393939;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cb_button06:hover {
  color: #fff;
  background: #bdcbb9 !important;
}
.cb_button06:hover::before {
  background: #fff;
}
.cb_button06.reverse {
  color: #fff;
  background: #bdcbb9 !important;
}
.cb_button06.reverse::before {
  background: #fff;
}
.cb_button06.reverse:hover {
  color: #393939;
  background: #fff !important;
}
.cb_button06.reverse:hover::before {
  background: #393939;
}

.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: #bdcbb9;
}
#popup-text .popup-content::-webkit-scrollbar-thumb:hover, #popup-info .popup-content::-webkit-scrollbar-thumb:hover {
  background: #bdcbb9;
}

body[data-page=index] .index-banner {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: -200px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-banner {
    margin-bottom: -100px;
  }
}
body[data-page=index] .index-banner .index_banner_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
body[data-page=index] .index-banner .index_banner_cover .slick-list {
  height: 100%;
}
body[data-page=index] .index-banner .index_banner_cover .slick-track {
  height: 100%;
}
body[data-page=index] .index-banner .index_banner_cover .banner_cover {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-banner .index_banner_cover .banner_cover {
    height: 100vh;
  }
}
body[data-page=index] .index-banner .index_banner_cover .banner_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[data-page=index] .index-banner .index_banner_cover .slick-dots {
  display: block;
  position: absolute;
  transform: translate(0);
  left: 100px;
  bottom: 80px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-banner .index_banner_cover .slick-dots {
    left: 38px;
    bottom: 28px;
  }
}
body[data-page=index] .index-banner .index_banner_cover .slick-dots li {
  margin-bottom: 10px;
}
body[data-page=index] .index-banner .index_banner_cover .slick-dots li:last-child {
  margin-bottom: 0;
}
body[data-page=index] .index-banner .index_banner_cover .slick-dots li button {
  border: 1px solid #fff;
  background-color: transparent;
  transition: 0.5s all;
}
body[data-page=index] .index-banner .index_banner_cover .slick-dots li.slick-active button {
  background-color: #fff;
}
body[data-page=index] .index-banner .head-area {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  text-align: center;
  padding-top: 65vh;
  opacity: 0;
  transform: translateY(30px);
}
@media (max-width: 1680px) {
  body[data-page=index] .index-banner .head-area {
    padding-top: 60vh;
  }
}
body[data-page=index] .index-banner .head-area p {
  font: 600 56px/1 "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 2px;
}
@media (max-width: 1280px) {
  body[data-page=index] .index-banner .head-area p {
    font: 600 45px/1 "Noto Sans JP", sans-serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-banner .head-area p {
    max-width: 300px;
    margin: 0 auto;
    font: 600 38px/1.6 "Noto Sans JP", sans-serif;
  }
}
body[data-page=index] .index-banner #videoGallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
body[data-page=index] .index-banner figure {
  margin: 0;
}
body[data-page=index] .index-about {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about {
    margin-bottom: -1px;
  }
}
body[data-page=index] .index-about .scroll {
  position: absolute;
  left: 50%;
  top: -75px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
body[data-page=index] .index-about .scroll .text {
  font: 400 15px/1 "Noto Sans TC", sans-serif;
  color: #009944;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .scroll .text {
    font: 400 14px/1 "Noto Sans TC", sans-serif;
  }
}
body[data-page=index] .index-about .scroll .line {
  width: 1px;
  height: 124px;
  background-color: #009944;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .scroll .line {
    height: 115px;
  }
}
body[data-page=index] .index-about .title-area {
  margin-bottom: 115px;
}
@media (max-width: 1280px) {
  body[data-page=index] .index-about .title-area {
    flex-direction: column;
    padding: 0px 35px;
    margin-bottom: 75px;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .deco {
    margin-bottom: -1px;
  }
}
body[data-page=index] .index-about .index-about-inner {
  background-color: #fff;
  padding: 100px 0 100px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .index-about-inner {
    padding: 80px 0px 20px;
  }
}
body[data-page=index] .index-about .aboutWrap {
  display: flex;
  max-width: calc(1760 / 19.2 * 1vw);
  margin-left: auto;
  justify-content: flex-end;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  body[data-page=index] .index-about .aboutWrap {
    padding-bottom: 50px;
    max-width: 100%;
    flex-direction: column;
    padding: 0px 100px;
  }
}
@media (max-width: 640px) {
  body[data-page=index] .index-about .aboutWrap {
    padding: 0px 30px;
  }
}
body[data-page=index] .index-about .five-advantage {
  position: sticky;
  top: 10%;
}
@media (max-width: 1280px) {
  body[data-page=index] .index-about .five-advantage {
    position: static;
  }
}
body[data-page=index] .index-about .five-advantage a {
  display: flex;
  justify-content: space-between;
}
body[data-page=index] .index-about .five-advantage a .title {
  font: 500 28px/1 "Noto Sans TC", sans-serif;
  color: #1f4d00;
  flex: 1 1 0;
}
@media (max-width: 1680px) {
  body[data-page=index] .index-about .five-advantage a .title {
    font: 500 26px/1 "Noto Sans TC", sans-serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .five-advantage a .title {
    font: 500 24px/1 "Noto Sans TC", sans-serif;
  }
}
body[data-page=index] .index-about .five-advantage a .more {
  font: 500 16px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #bdcbb9;
  position: relative;
  flex: 3 1 0;
  text-align: right;
}
@media (max-width: 1680px) {
  body[data-page=index] .index-about .five-advantage a .more {
    flex: 2.5 1 0;
  }
}
@media (max-width: 1280px) {
  body[data-page=index] .index-about .five-advantage a .more {
    flex: 2 1 0;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .five-advantage a .more {
    flex: 1.8 1 0;
    font: 500 14px/1 "Noto Sans TC", sans-serif;
  }
}
body[data-page=index] .index-about .five-advantage a .more::after {
  position: absolute;
  content: "";
  bottom: 5px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #bdcbb9;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .five-advantage a .more::after {
    bottom: 0px;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .advantageList {
    margin-top: 55px;
    margin-bottom: 50px;
  }
}
body[data-page=index] .index-about .advantageList li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 130px);
}
@media (max-width: 1440px) {
  body[data-page=index] .index-about .advantageList li {
    height: calc(100vh - 109px);
  }
}
@media (max-width: 1280px) {
  body[data-page=index] .index-about .advantageList li {
    height: auto;
    margin-bottom: 120px;
  }
}
body[data-page=index] .index-about .advantageList li:last-child {
  margin-bottom: 0;
}
body[data-page=index] .index-about .advantageList li .pic {
  margin-bottom: 35px;
}
body[data-page=index] .index-about .advantageList li .article-area {
  position: relative;
}
body[data-page=index] .index-about .advantageList li .number {
  position: relative;
  font: 400 140px/1 "Outfit", sans-serif;
  color: #bdcbb9;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .advantageList li .number {
    font: 400 120px/1 "Outfit", sans-serif;
  }
}
body[data-page=index] .index-about .advantageList li .number span {
  opacity: 0.4;
}
body[data-page=index] .index-about .advantageList li .title {
  position: absolute;
  top: 60px;
  left: 0;
  font: 500 40px/1 "Noto Sans TC", sans-serif;
  color: #2f3134;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .advantageList li .title {
    font: 400 28px/1 "Noto Sans TC", sans-serif;
    top: 50px;
  }
}
body[data-page=index] .index-about .advantageList li .content {
  font: 500 16px/2 "Noto Sans TC", sans-serif;
  color: #2f3134;
  text-align: justify;
  max-width: 400px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .advantageList li .content {
    max-width: 100%;
    font: 500 13px/2 "Noto Sans TC", sans-serif;
  }
}
body[data-page=index] .index-about .left-area {
  width: 100%;
  max-width: calc(578 / 19.2 * 1vw);
  margin-right: calc(55 / 19.2 * 1vw);
}
@media (max-width: 1680px) {
  body[data-page=index] .index-about .left-area {
    max-width: calc(600 / 19.2 * 1vw);
  }
}
body[data-page=index] .index-about .right-area {
  width: 100%;
  height: 800px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .right-area {
    width: 100%;
    height: auto;
    aspect-ratio: 7/5;
  }
}
body[data-page=index] .index-about .right-area .rightList section {
  position: relative;
  height: calc(100vh - 130px);
}
@media (max-width: 1440px) {
  body[data-page=index] .index-about .right-area .rightList section {
    height: calc(100vh - 109px);
  }
}
body[data-page=index] .index-about .right-area .rightList section .sec-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
@media (max-width: 1680px) {
  body[data-page=index] .index-about .right-area .rightList section .sec-bg {
    background-position: 100% 80%;
    zoom: 0.8;
  }
}
@media (max-width: 1440px) {
  body[data-page=index] .index-about .right-area .rightList section .sec-bg {
    background-position: 100% 67.5%;
    zoom: 0.7;
  }
}
body[data-page=index] .index-about .about-final-area {
  overflow: hidden;
  margin-top: 100px;
}
body[data-page=index] .index-about .about-final-area .svg_video {
  position: relative;
  width: 100%;
  aspect-ratio: 1905/280;
  mask-image: url("../img/tw/advantage/fonterra-text.png");
  mask-repeat: no-repeat;
  mask-position: 57% 50%;
  mask-size: 1500% 1500%;
  transition: 1.5s ease;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-about .about-final-area .svg_video::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0;
  }
}
body[data-page=index] .index-about .about-final-area .svg_video.in {
  mask-position: 50% 50%;
  mask-size: 100% 100%;
}
body[data-page=index] .index-about .about-final-area .svg_video #deco_video {
  top: 1px;
  height: calc(100% - 2px);
}
body[data-page=index] .index-about .about-final-area .svg_video video {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  object-fit: cover;
}
body[data-page=index] .index-about .about-final-area .svg_video iframe {
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-top: -50%;
  transform: translateY(50%);
}
body[data-page=index] .index-about .about-final-area .svg_video .content_video {
  width: 100%;
  height: 100%;
}
body[data-page=index] .index-about .about-final-area .svg_video .content_video #player_banner {
  width: 100%;
  height: 100%;
}
body[data-page=index] .index-advantage {
  position: relative;
  z-index: 2;
  padding: 150px 0 0px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  body[data-page=index] .index-advantage {
    padding: 80px 0 0px;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage {
    padding: 50px 0px 0px;
  }
}
body[data-page=index] .index-advantage .title-area {
  margin-bottom: -100px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage .title-area {
    margin-bottom: 50px;
  }
}
body[data-page=index] .index-advantage .advantage-area {
  position: relative;
  width: 100%;
  height: calc(2343 / 19.2 * 1vw);
  background: url("../img/tw/advantage/advantage-bg.png") bottom/cover no-repeat;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage .advantage-area {
    height: calc(2900 / 19.2 * 1vw);
    padding: 0 0 0 25px;
    background: url("../img/tw/advantage/advantage-bg.png") no-repeat;
    background-position: center 75%;
    background-size: cover;
  }
}
@media (max-width: 640px) {
  body[data-page=index] .index-advantage .advantage-area {
    height: 1800px;
    padding: 0 0 0 25px;
    background: url("../img/tw/advantage/advantage-bg-mobile.png") bottom/cover no-repeat;
  }
}
body[data-page=index] .index-advantage .advantage-area .advantage {
  position: absolute;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage .advantage-area .advantage {
    position: static;
  }
}
body[data-page=index] .index-advantage .advantage-area .advantage.advantage-1 {
  top: calc(162 / 19.2 * 1vw);
  left: calc(219 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=index] .index-advantage .advantage-area .advantage.advantage-1 {
    left: calc(160 / 19.2 * 1vw);
  }
}
@media (max-width: 1280px) {
  body[data-page=index] .index-advantage .advantage-area .advantage.advantage-1 {
    left: calc(120 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage .advantage-area .advantage.advantage-1 {
    margin-bottom: 25px;
  }
}
body[data-page=index] .index-advantage .advantage-area .advantage.advantage-2 {
  top: calc(478 / 19.2 * 1vw);
  right: calc(190 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=index] .index-advantage .advantage-area .advantage.advantage-2 {
    right: calc(100 / 19.2 * 1vw);
  }
}
@media (max-width: 1280px) {
  body[data-page=index] .index-advantage .advantage-area .advantage.advantage-2 {
    right: calc(80 / 19.2 * 1vw);
  }
}
body[data-page=index] .index-advantage .advantage-area .advantage .logo {
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage .advantage-area .advantage .logo img {
    max-height: 65px;
  }
}
body[data-page=index] .index-advantage .advantage-area .advantage .title {
  font: 500 42px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  color: #2f3134;
  margin-bottom: 40px;
}
@media (max-width: 1680px) {
  body[data-page=index] .index-advantage .advantage-area .advantage .title {
    font: 500 36px/1 "Noto Sans TC", sans-serif;
  }
}
@media (max-width: 1280px) {
  body[data-page=index] .index-advantage .advantage-area .advantage .title {
    font: 500 28px/1 "Noto Sans TC", sans-serif;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage .advantage-area .advantage .title {
    font: 600 24px/1.4 "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
  }
}
body[data-page=index] .index-advantage .advantage-area .advantage .content {
  font: 400 16px/2.2 "Noto Sans TC", sans-serif;
  color: #2f3134;
  letter-spacing: 1px;
}
@media (max-width: 1280px) {
  body[data-page=index] .index-advantage .advantage-area .advantage .content {
    font: 400 14px/2.2 "Noto Sans TC", sans-serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage .advantage-area .advantage .content {
    font: 400 13px/2.2 "Noto Sans TC", sans-serif;
    letter-spacing: 0px;
  }
}
body[data-page=index] .index-advantage .advantage-area .number {
  position: absolute;
  min-width: max-content;
}
@media (max-width: 480px) {
  body[data-page=index] .index-advantage .advantage-area .number {
    min-width: 300px;
  }
}
body[data-page=index] .index-advantage .advantage-area .number img {
  min-width: max-content;
}
@media (max-width: 480px) {
  body[data-page=index] .index-advantage .advantage-area .number img {
    min-width: 300px;
  }
}
body[data-page=index] .index-advantage .advantage-area .number.number-1 {
  bottom: 20%;
  left: 118px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage .advantage-area .number.number-1 {
    left: 53%;
    bottom: 14%;
    transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  body[data-page=index] .index-advantage .advantage-area .number.number-1 {
    bottom: 16%;
  }
}
@media (max-width: 1680px) {
  body[data-page=index] .index-advantage .advantage-area .number.number-1 img {
    height: calc(333 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage .advantage-area .number.number-1 img {
    height: auto;
  }
}
body[data-page=index] .index-advantage .advantage-area .number.number-2 {
  bottom: -1%;
  right: 219px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage .advantage-area .number.number-2 {
    left: 53%;
    bottom: -1%;
    transform: translateX(-50%);
    right: auto;
  }
}
@media (max-width: 640px) {
  body[data-page=index] .index-advantage .advantage-area .number.number-2 {
    bottom: 5%;
  }
}
@media (max-width: 1680px) {
  body[data-page=index] .index-advantage .advantage-area .number.number-2 img {
    height: calc(333 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-advantage .advantage-area .number.number-2 img {
    height: auto;
  }
}
body[data-page=index] .index-advantage .advantage-area .number.number-3 {
  bottom: 2%;
  left: 350px;
}
body[data-page=index] .index-product {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 250px;
}
@media (max-width: 1440px) {
  body[data-page=index] .index-product {
    padding-bottom: 150px;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product {
    padding: 80px 30px 90px;
  }
}
body[data-page=index] .index-product .title-area {
  padding: calc(100 / 19.2 * 1vw) calc(140 / 19.2 * 1vw) calc(260 / 19.2 * 1vw);
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .title-area {
    padding: 0px;
    margin-bottom: 60px;
  }
}
body[data-page=index] .index-product .title-area .ch {
  text-align: right;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .title-area .ch {
    text-align: center;
  }
}
body[data-page=index] .index-product .title-area .en {
  text-align: right;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .title-area .en {
    text-align: center;
  }
}
body[data-page=index] .index-product .title-area .more {
  text-align: right;
}
body[data-page=index] .index-product .bg {
  position: absolute;
  width: 100%;
  height: calc(715px / 19.2 * 1vw);
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
body[data-page=index] .index-product .product-area {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  body[data-page=index] .index-product .product-area {
    justify-content: baseline;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .product-area {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .product-area .productCatList {
    margin-bottom: 40px;
  }
}
body[data-page=index] .index-product .product-area .productCatList li {
  font-weight: 400;
  font-size: clamp(13.6px, 17 / 19.2 * 1vw, 17px);
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #1f4d00;
  background-color: #f1f2f1;
  padding: 25px 88px 30px 130px;
  transition: 0.5s all;
  text-align: center;
  border-bottom: 1px solid;
  width: 300px;
  height: 75px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  body[data-page=index] .index-product .product-area .productCatList li {
    width: 230px;
    padding: 25px 30px 30px 80px;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .product-area .productCatList li {
    width: 100%;
    height: 65px;
    font-size: 15px;
    padding: 24px 0px 26px;
  }
}
body[data-page=index] .index-product .product-area .productCatList li:first-child {
  border-top: 1px solid;
}
body[data-page=index] .index-product .product-area .productCatList li:hover {
  background-color: #1f4d00;
  color: #f1f2f1;
  font-size: clamp(15.2px, 19 / 19.2 * 1vw, 19px);
  height: 150px;
}
body[data-page=index] .index-product .product-area .productCatList li.current {
  background-color: #1f4d00;
  color: #f1f2f1;
  font-size: clamp(15.2px, 19 / 19.2 * 1vw, 19px);
  height: 150px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .product-area .productCatList li.current {
    height: 50px;
  }
}
body[data-page=index] .index-product .product-area .productListOutterList {
  max-width: calc(1500 / 19.2 * 1vw);
  min-height: 400px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .product-area .productListOutterList {
    max-width: 100%;
  }
}
body[data-page=index] .index-product .product-area .productListOutterList .slick-list {
  height: 100%;
}
body[data-page=index] .index-product .product-area .productList {
  min-height: 350px;
}
body[data-page=index] .index-product .product-area .productList .slick-list {
  overflow-y: initial;
  overflow-x: hidden;
}
body[data-page=index] .index-product .product-area .productList .slick-track {
  height: 350px;
}
body[data-page=index] .index-product .product-area .productList .slick-arrow {
  top: auto;
  transform: translateY(0);
  bottom: 3px;
  z-index: 10;
  width: 30px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .product-area .productList .slick-arrow {
    width: auto;
  }
}
body[data-page=index] .index-product .product-area .productList .slick-prev {
  transition: 0.5s all;
  left: 10px;
}
@media (min-width: 1025px) {
  body[data-page=index] .index-product .product-area .productList .slick-prev:hover {
    transform: translateX(-10px);
  }
}
body[data-page=index] .index-product .product-area .productList .slick-next {
  right: calc(50 / 19.2 * 1vw);
  transition: 0.5s all;
}
@media (min-width: 1025px) {
  body[data-page=index] .index-product .product-area .productList .slick-next:hover {
    transform: translateX(10px);
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .product-area .productList .slick-next {
    right: 0px;
  }
}
body[data-page=index] .index-product .product-area .productList .slick-prev svg,
body[data-page=index] .index-product .product-area .productList .slick-next svg {
  width: 18px;
  height: 26px;
}
body[data-page=index] .index-product .product-area .productList .slick-prev svg polygon,
body[data-page=index] .index-product .product-area .productList .slick-next svg polygon {
  fill: #47b578;
}
body[data-page=index] .index-product .product-area .productList li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
body[data-page=index] .index-product .product-area .productList li:hover .pic {
  transform: scale(1.1);
}
body[data-page=index] .index-product .product-area .productList li:hover .title {
  color: #1f4d00;
}
body[data-page=index] .index-product .product-area .productList li .pic {
  text-align: center;
  margin-bottom: 20px;
  transform-origin: bottom;
  transition: 0.5s all;
  max-width: 235px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .product-area .productList li .pic {
    font-size: 14px;
    margin-left: 0;
  }
}
body[data-page=index] .index-product .product-area .productList li .title {
  font-weight: 400;
  font-size: clamp(13.6px, 17 / 19.2 * 1vw, 17px);
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #393939;
  transition: 0.5s all;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .product-area .productList li .title {
    font-size: 14px;
    margin-left: 0;
  }
}
body[data-page=index] .index-product .product-area .productList li.slick-current + .slick-slide .pic {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .product-area .productList li.slick-current + .slick-slide .pic {
    transform: scale(1);
  }
}
body[data-page=index] .index-product .product-area .productList li.slick-current + .slick-slide .title {
  font-weight: 400;
  font-size: clamp(13.6px, 17 / 19.2 * 1vw, 17px);
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #1f4d00;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .more {
    text-align: center;
    margin-top: 80px;
  }
}
body[data-page=index] .index-product .more a {
  padding: 15px 55px;
  font: 500 15px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  border-radius: 30px;
  border: 1px solid #aabda5;
  width: fit-content;
  transition: 0.5s all;
  color: #aabda5;
  transition: 0.5s all;
}
body[data-page=index] .index-product .more a:hover {
  background-color: #fff;
  border: 1px solid #1f4d00;
  color: #1f4d00;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-product .more a {
    padding: 8px 55px;
  }
}
body[data-page=index] .index-application {
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-application {
    display: block;
  }
}
body[data-page=index] .index-application .title-area {
  margin-bottom: 125px;
}
@media (max-width: 1280px) {
  body[data-page=index] .index-application .title-area {
    margin-bottom: 80px;
  }
}
body[data-page=index] .index-application .title-area .ch {
  text-align: left;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-application .title-area .ch {
    text-align: center;
    margin-bottom: -17px;
  }
}
body[data-page=index] .index-application .title-area .en {
  text-align: left;
  font: 600 90px/1 "Cormorant", serif;
}
@media (max-width: 1680px) {
  body[data-page=index] .index-application .title-area .en {
    font: 600 70px/1 "Cormorant", serif;
  }
}
@media (max-width: 1280px) {
  body[data-page=index] .index-application .title-area .en {
    font: 600 60px/1 "Cormorant", serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-application .title-area .en {
    font: 600 48px/1 "Cormorant", serif;
    text-align: center;
  }
}
@media (max-width: 640px) {
  body[data-page=index] .index-application .title-area .en {
    font: 600 40px/1 "Cormorant", serif;
    text-align: center;
  }
}
body[data-page=index] .index-application .article-area {
  padding: calc(125 / 19.2 * 1vw) calc(90 / 19.2 * 1vw) calc(125 / 19.2 * 1vw) calc(130 / 19.2 * 1vw);
  background: linear-gradient(180deg, #c9e5cc 0%, #eef7ee 100%);
  width: 50vw;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-application .article-area {
    padding: 100px 30px 110px;
    background: none;
    background-color: #f8fbf8;
    width: 100%;
  }
}
body[data-page=index] .index-application .article-area .articleList {
  margin-left: 18px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-application .article-area .articleList {
    margin: 0;
  }
}
body[data-page=index] .index-application .article-area .articleList li {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-application .article-area .articleList li {
    display: block;
  }
}
body[data-page=index] .index-application .article-area .articleList li:hover .num {
  color: #009944;
}
body[data-page=index] .index-application .article-area .articleList li:hover .title {
  color: #009944;
}
body[data-page=index] .index-application .article-area .articleList li.current .num {
  color: #009944;
}
body[data-page=index] .index-application .article-area .articleList li.current .title {
  color: #009944;
}
body[data-page=index] .index-application .article-area .articleList li:last-child {
  margin-bottom: 0;
}
body[data-page=index] .index-application .article-area .articleList li .num {
  font-size: 22px;
  color: #3e3e3e;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  margin-right: 10px;
  flex: 1 1 0;
  transition: 0.5s all;
}
@media (max-width: 1680px) {
  body[data-page=index] .index-application .article-area .articleList li .num {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-application .article-area .articleList li .num {
    width: fit-content;
    position: absolute;
    font-weight: 100;
    font-family: "Outfit", sans-serif;
    font-size: calc(296 / 19.2 * 1vw);
    letter-spacing: -1px;
    color: #009944;
    right: -5px;
    top: -5px;
    z-index: 8;
  }
}
body[data-page=index] .index-application .article-area .articleList li .title {
  font-size: 24px;
  color: #3e3e3e;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  flex: 21 1 0;
  transition: 0.5s all;
}
@media (max-width: 1680px) {
  body[data-page=index] .index-application .article-area .articleList li .title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .index-application .article-area .articleList li .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
body[data-page=index] .index-application .article-area .articleList li .pic {
  width: calc(520 / 19.2 * 1vw);
  height: calc(551 / 19.2 * 1vw);
  mask: url("../img/tw/application/application-mask.svg") center/cover no-repeat;
  background-color: #e9ece5;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-application .article-area .articleList li .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 520/551;
  }
}
body[data-page=index] .index-application .article-area .articleList li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[data-page=index] .index-application .article-area .articleList li .content {
  font-size: 14px;
  color: #3e3e3e;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  line-height: 2;
}
body[data-page=index] .index-application .article-area .more a {
  padding: 15px 55px;
  font: 500 15px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  border-radius: 30px;
  border: 1px solid #aabda5;
  width: fit-content;
  transition: 0.5s all;
  color: #aabda5;
  transition: 0.5s all;
}
body[data-page=index] .index-application .article-area .more a:hover {
  background-color: #fff;
  border: 1px solid #1f4d00;
  color: #1f4d00;
}
body[data-page=index] .index-application .pic-area {
  width: 50vw;
  background: linear-gradient(45deg, #f3f9f3 0%, #f8fbf8 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body[data-page=index] .index-application .pic-area .swiper-area {
  position: relative;
  margin-bottom: calc(25 / 19.2 * 1vw);
}
body[data-page=index] .index-application .pic-area .swiper-area .number {
  width: fit-content;
  position: absolute;
  font-weight: 100;
  font-family: "Outfit", sans-serif;
  font-size: calc(88 / 19.2 * 1vw);
  letter-spacing: -1px;
  color: #009944;
  right: -5px;
  top: -5px;
  z-index: 8;
}
body[data-page=index] .index-application .pic-area .swiper-area .swiper {
  width: 520px;
  height: 551px;
  transform: scaleX(-1);
}
@media (max-width: 1280px) {
  body[data-page=index] .index-application .pic-area .swiper-area .swiper {
    width: calc(520 / 19.2 * 1vw);
    height: calc(551 / 19.2 * 1vw);
  }
}
body[data-page=index] .index-application .pic-area .swiper-area .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  width: 520px;
  height: 551px;
}
@media (max-width: 1280px) {
  body[data-page=index] .index-application .pic-area .swiper-area .swiper-slide {
    width: calc(520 / 19.2 * 1vw);
    height: calc(551 / 19.2 * 1vw);
  }
}
body[data-page=index] .index-application .pic-area .swiper-area .swiper-slide .pic {
  width: 520px;
  height: 551px;
  mask: url("../img/tw/application/application-mask.svg") center/cover no-repeat;
  background-color: #e9ece5;
  transform: scaleX(-1);
}
@media (max-width: 1280px) {
  body[data-page=index] .index-application .pic-area .swiper-area .swiper-slide .pic {
    width: calc(520 / 19.2 * 1vw);
    height: calc(551 / 19.2 * 1vw);
  }
}
body[data-page=index] .index-application .pic-area .swiper-area .swiper-slide .pic img {
  width: 100%;
  height: auto;
  aspect-ratio: 520/551;
  opacity: 0;
  transition: 0.5s all;
}
body[data-page=index] .index-application .pic-area .swiper-area .swiper-slide.swiper-slide-active .pic img {
  opacity: 1;
}
body[data-page=index] .index-application .pic-area .contentList {
  width: calc(500 / 19.2 * 1vw);
}
body[data-page=index] .index-application .pic-area .contentList li {
  width: calc(500 / 19.2 * 1vw);
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  color: #3e3e3e;
}
@media (max-width: 1440px) {
  body[data-page=index] .index-application .pic-area .contentList li {
    font-size: 14px;
  }
}
body[data-page=index] .index-news-contact {
  position: relative;
  padding: calc(210 / 19.2 * 1vw) 0 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: -600px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-news-contact {
    margin-bottom: -1230px;
  }
}
body[data-page=index] .index-news-contact .news-water {
  position: absolute;
  top: calc(-27 / 19.2 * 1vw);
  left: calc(50% - 31px);
  z-index: 0;
}
body[data-page=index] .index-news-contact .news-water svg .cls-1 {
  fill: #00a650;
}
body[data-page=index] .index-news {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-news {
    padding-bottom: 0;
    padding: 0 30px;
  }
}
body[data-page=index] .index-news .title-area {
  margin-bottom: calc(70 / 19.2 * 1vw);
}
body[data-page=index] .index-news .title-area .line {
  width: 1px;
  height: 125px;
  background-color: #009944;
  margin: 0 auto;
}
body[data-page=index] .index-news .newsSwiper .swiper-slide {
  width: 398px;
  height: 313px;
  background: linear-gradient(0deg, #c9e5cc 0%, #eef7ee 100%);
  background-color: #fff;
  padding: 45px 27px 15px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s all;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-news .newsSwiper .swiper-slide {
    width: 100%;
    height: auto;
    padding: 45px 27px 55px;
  }
}
body[data-page=index] .index-news .newsSwiper .swiper-slide:hover {
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
  border: 1px solid #009944;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-news .newsSwiper .swiper-slide:hover {
    background: linear-gradient(0deg, #c9e5cc 0%, #eef7ee 100%);
    border: none;
  }
}
body[data-page=index] .index-news .newsSwiper .swiper-slide .info-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-news .newsSwiper .swiper-slide .info-area {
    margin-bottom: 15px;
  }
}
body[data-page=index] .index-news .newsSwiper .swiper-slide .info-area .date {
  font-weight: 400;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  color: #2f3134;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-news .newsSwiper .swiper-slide .info-area .date {
    font-size: 17px;
  }
}
body[data-page=index] .index-news .newsSwiper .swiper-slide .info-area .cate {
  font-weight: 400;
  font-size: 16px;
  color: #009944;
  letter-spacing: 1px;
  width: 120px;
  height: 30px;
  padding: 2px 15px 4px;
  border-radius: 20px;
  border: 1px solid #009944;
  text-align: center;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-news .newsSwiper .swiper-slide .info-area .cate {
    font-size: 17px;
  }
}
body[data-page=index] .index-news .newsSwiper .swiper-slide .article-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-news .newsSwiper .swiper-slide .article-area {
    display: block;
  }
}
body[data-page=index] .index-news .newsSwiper .swiper-slide .article-area .pic {
  width: 163px;
  height: 111px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 11px;
  box-shadow: 3px 3px 10px rgba(57, 57, 57, 0.1294117647);
}
@media (max-width: 1024px) {
  body[data-page=index] .index-news .newsSwiper .swiper-slide .article-area .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 163/111;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
body[data-page=index] .index-news .newsSwiper .swiper-slide .article-area .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[data-page=index] .index-news .newsSwiper .swiper-slide .article-area .title {
  font-weight: 400;
  font-size: 16px;
  color: #2f3134;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-news .newsSwiper .swiper-slide .article-area .title {
    font-size: 15px;
  }
}
body[data-page=index] .index-news .newsSwiper .swiper-slide .more {
  text-align: right;
  font-weight: 400;
  font-size: 15px;
  color: #1f4d00;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  padding-bottom: 5px;
  border-bottom: 1px solid #009944;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-news .newsSwiper .swiper-slide .more {
    font-size: 15px;
  }
}
body[data-page=index] .index-contact {
  padding: 110px 0 0;
}
@media (max-width: 1024px) {
  body[data-page=index] .index-contact .title-area {
    margin-bottom: 100px;
  }
}
body[data-page=index] .index-contact .title-area .en {
  transition: 0.5s all;
}
body[data-page=index] .index-contact .contact-area {
  width: 100%;
  height: calc(1234 / 19.2 * 1vw);
}
@media (max-width: 1024px) {
  body[data-page=index] .index-contact .contact-area {
    height: 1170px;
  }
}
body[data-page=index] .index-contact .contact-area .vegas-slide {
  height: 100%;
}
body[data-page=index] .index-contact .contact-area .vegas-slide .vegas-slide-inner {
  height: 100%;
}
body[data-page=index] .index-contact .contact-area .contactList {
  display: flex;
  padding: calc(90 / 19.2 * 1vw) 0 0;
}
body[data-page=index] .index-contact .contact-area .contactList li {
  position: relative;
  cursor: pointer;
}
body[data-page=index] .index-contact .contact-area .contactList li:nth-child(1) {
  margin-right: calc(240 / 19.2 * 1vw);
  margin-left: calc(164 / 19.2 * 1vw);
  margin-top: calc(212 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=index] .index-contact .contact-area .contactList li:nth-child(1) {
    margin-right: calc(200 / 19.2 * 1vw);
  }
}
body[data-page=index] .index-contact .contact-area .contactList li:nth-child(2) {
  margin-right: calc(220 / 19.2 * 1vw);
  margin-top: calc(77 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=index] .index-contact .contact-area .contactList li:nth-child(2) {
    margin-right: calc(190 / 19.2 * 1vw);
  }
}
body[data-page=index] .index-contact .contact-area .contactList li:nth-child(3) {
  margin-right: calc(-20 / 19.2 * 1vw);
  margin-top: calc(288 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=index] .index-contact .contact-area .contactList li:nth-child(3) {
    margin-top: calc(200 / 19.2 * 1vw);
    margin-right: calc(100 / 19.2 * 1vw);
  }
}
body[data-page=index] .index-contact .contact-area .contactList li:hover .pic .hover {
  opacity: 1;
}
body[data-page=index] .index-contact .contact-area .contactList li:hover .pic .article {
  opacity: 0;
}
body[data-page=index] .index-contact .contact-area .contactList li .pic {
  position: relative;
}
body[data-page=index] .index-contact .contact-area .contactList li .pic .water {
  mix-blend-mode: screen;
  width: calc(279 / 19.2 * 1vw);
  height: calc(331 / 19.2 * 1vw);
  position: relative;
  z-index: 1;
}
body[data-page=index] .index-contact .contact-area .contactList li .pic .hover {
  position: absolute;
  width: calc(312 / 19.2 * 1vw);
  height: calc(372 / 19.2 * 1vw);
  left: -6px;
  top: -20px;
  transition: 0.5s all;
  z-index: 0;
  opacity: 0;
}
@media (max-width: 1440px) {
  body[data-page=index] .index-contact .contact-area .contactList li .pic .hover {
    left: -3px;
    top: -13px;
  }
}
body[data-page=index] .index-contact .contact-area .contactList li .article {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 42%;
  left: 51%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
}
body[data-page=index] .index-contact .contact-area .contactList li .article .icon {
  margin-bottom: 15px;
}
body[data-page=index] .index-contact .contact-area .contactList li .article .icon img {
  min-height: 86px;
}
@media (max-width: 1440px) {
  body[data-page=index] .index-contact .contact-area .contactList li .article .icon img {
    min-height: 70px;
  }
}
body[data-page=index] .index-contact .contact-area .contactList li .article .title {
  font-weight: 400;
  font-size: calc(26 / 19.2 * 1vw);
  font-family: "Outfit", sans-serif;
  color: #fff;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  body[data-page=index] .index-contact .contact-area .contactList li .article .title {
    font-size: calc(20 / 19.2 * 1vw);
  }
}
body[data-page=index] .index-contact .contact-area .contactList li .point {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2941176471);
  left: 51.5%;
  transform: translateX(-50%);
  bottom: -50px;
}
body[data-page=index] .index-contact .contact-area .contactList li .point::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4784313725);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body[data-page=index] .title-area .ch {
  font: 600 45px/1 "Noto Sans TC", sans-serif;
  color: #2f3134;
  letter-spacing: 2px;
  margin-bottom: -25px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  body[data-page=index] .title-area .ch {
    font: 600 35px/1 "Noto Sans TC", sans-serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .title-area .ch {
    font: 600 28px/1 "Noto Sans TC", sans-serif;
  }
}
body[data-page=index] .title-area .en {
  font: 600 105px/1 "Cormorant", serif;
  color: #bdcbb9;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1680px) {
  body[data-page=index] .title-area .en {
    font: 600 90px/1 "Cormorant", serif;
  }
}
@media (max-width: 1280px) {
  body[data-page=index] .title-area .en {
    font: 600 60px/1 "Cormorant", serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=index] .title-area .en {
    font: 600 48px/1 "Cormorant", serif;
    letter-spacing: 1px;
  }
}
body[data-page=index] .title-area .content {
  font: 500 15px/1.8 "Noto Sans TC", sans-serif;
  color: #7c7c7c;
  letter-spacing: 2px;
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  body[data-page=index] .title-area .content {
    font: 500 13px/1.8 "Noto Sans TC", sans-serif;
  }
}
body[data-page=index] .title-area .more a {
  padding: 15px 55px;
  font: 500 15px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  border-radius: 30px;
  border: 1px solid #aabda5;
  width: fit-content;
  transition: 0.5s all;
  color: #aabda5;
  transition: 0.5s all;
}
body[data-page=index] .title-area .more a:hover {
  background-color: #fff;
  border: 1px solid #1f4d00;
  color: #1f4d00;
}
@media (max-width: 1024px) {
  body[data-page=index] .title-area .more a {
    padding: 8px 55px;
  }
}

body[data-page=about01] .page_wrap {
  min-height: auto;
}
body[data-page=about01] .about01-area {
  position: relative;
  padding: 150px 0 0;
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area {
    padding: 100px 0 0;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area {
    padding: 70px 0 0;
  }
}
body[data-page=about01] .about01-area .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vw;
}
body[data-page=about01] .about01-area .bg img {
  width: 100%;
  height: 100%;
}
body[data-page=about01] .about01-area .head-area {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .head-area {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .head-area {
    margin-bottom: 65px;
  }
}
body[data-page=about01] .about01-area .head-area .en {
  font: 700 40px/1 "Cormorant", serif;
  color: #a1c0a6;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .head-area .en {
    font: 700 32px/1 "Cormorant", serif;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .head-area .en {
    font: 700 38px/1 "Cormorant", serif;
    margin-bottom: 20px;
  }
}
body[data-page=about01] .about01-area .head-area .ch {
  font: 600 35px/1 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .head-area .ch {
    font: 600 28px/1.4 "Noto Sans TC", sans-serif;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .head-area .ch {
    font: 600 32px/1.4 "Noto Sans TC", sans-serif;
    margin-bottom: 30px;
  }
}
body[data-page=about01] .about01-area .head-area .content {
  font: 500 16px/2 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 1px;
  max-width: 1070px;
  margin: 0 auto;
  text-align: justify;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .head-area .content {
    font: 500 14px/2 "Noto Sans TC", sans-serif;
    max-width: 900px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .head-area .content {
    font: 500 15px/2 "Noto Sans TC", sans-serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area > .head-area {
    padding: 0px 30px;
  }
}
body[data-page=about01] .about01-area .numberList {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .numberList {
    flex-direction: column;
    align-items: center;
  }
}
body[data-page=about01] .about01-area .numberList li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .numberList li {
    margin-bottom: 75px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .numberList li:last-child {
    margin-bottom: 0;
  }
}
body[data-page=about01] .about01-area .numberList .title {
  display: flex;
  margin-bottom: 10px;
}
body[data-page=about01] .about01-area .numberList .title .number {
  font: 700 90px/1 "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #a1c0a6;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .numberList .title .number {
    font: 700 70px/1 "Open Sans", sans-serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .numberList .title .number {
    font: 700 90px/1 "Open Sans", sans-serif;
  }
}
body[data-page=about01] .about01-area .numberList .title .unit .add {
  font: 700 50px/1 "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #a1c0a6;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .numberList .title .unit .add {
    font: 700 40px/1 "Open Sans", sans-serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .numberList .title .unit .add {
    font: 700 50px/1 "Open Sans", sans-serif;
  }
}
body[data-page=about01] .about01-area .numberList .title .unit .text {
  font: 700 25px/1 "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #a1c0a6;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .numberList .title .unit .text {
    font: 700 18px/1 "Open Sans", sans-serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .numberList .title .unit .text {
    font: 700 25px/1 "Open Sans", sans-serif;
  }
}
body[data-page=about01] .about01-area .numberList .content {
  font: 500 16px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #393939;
  text-align: center;
}
body[data-page=about01] .about01-area .about-areaWrap {
  width: 100%;
  aspect-ratio: 1920/5732;
  background: url("../img/tw/about/about-area-bg.png") top/cover no-repeat;
  padding-top: calc(500 / 19.2 * 1vw);
  margin-top: calc(-260 / 19.2 * 1vw);
  position: relative;
  z-index: 0;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap {
    padding-top: calc(430 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap {
    background: none;
    margin-top: calc(-600 / 19.2 * 1vw);
    padding-top: 0;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .deco-top {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .deco-top {
    width: 100%;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .deco-top img {
  width: 100%;
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 {
  position: relative;
  height: calc(880 / 19.2 * 1vw);
  z-index: 2;
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 {
    background-color: #6e9e75;
    margin-top: calc(-227 / 19.2 * 1vw);
    padding: 0 100px;
    height: auto;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 {
    padding: 0 30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .head-area {
  margin-left: 6%;
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .head-area {
    margin-left: 0;
    margin-bottom: 55px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .head-area .en {
  text-align: left;
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .head-area .en {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .head-area .en {
    font: 700 25px/1 "Cormorant", serif;
    color: #393939;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .head-area .ch {
  text-align: left;
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .head-area .ch {
    color: #fff;
    margin-bottom: 30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .head-area .content {
  max-width: 530px;
  margin: 0;
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .head-area .content {
    max-width: 500px;
  }
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .head-area .content {
    max-width: 440px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .head-area .content {
    max-width: 100%;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-1 {
  position: absolute;
  top: calc(-162 / 19.2 * 1vw);
  left: 31%;
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-1 {
    position: static;
    margin-bottom: 40px;
    text-align: center;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-1 img {
  width: calc(637 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-1 img {
    width: calc(500 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-1 img {
    max-width: 400px;
    width: auto;
    margin: 0 auto;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-2 {
  margin-top: 20px;
  margin-left: -50px;
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-2 {
    margin-left: 50px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-2 {
    margin-left: 0px;
  }
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-2 img {
    width: calc(400 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-2 img {
    max-width: 400px;
    margin: 0 auto;
    width: auto;
  }
}
@media (max-width: 480px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-3 {
  margin-right: calc(-328 / 19.2 * 1vw);
  margin-bottom: -18px;
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-3 {
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
}
@media (max-width: 1800px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-3 img {
    width: calc(796 / 19.2 * 1vw);
  }
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-3 img {
    width: calc(600 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-3 img {
    max-width: 400px;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .pic-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-1 {
  position: absolute;
  top: -12px;
  right: 3%;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-1 {
    right: 1%;
    top: 27px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-1 {
    position: static;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-1 .year {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-1 .sub-title {
    text-align: center;
    margin-bottom: 25px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-2 {
  position: absolute;
  top: 150px;
  right: 7%;
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-2 {
    right: 3%;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-2 {
    position: static;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-3 {
  position: absolute;
  top: 300px;
  left: 10%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-3 {
    left: 4%;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-3 {
    position: static;
    flex-direction: column-reverse;
    align-items: start;
    margin-top: 30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-3 .year {
  justify-content: center;
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-3 .year {
    justify-content: left;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-3 .description {
  text-align: center;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-3 .description {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-1 .year-3 .description {
    text-align: justify;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-2 {
  position: relative;
  padding-left: calc(230 / 19.2 * 1vw);
  padding-top: calc(130 / 19.2 * 1vw);
  height: calc(880 / 19.2 * 1vw);
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 {
    padding-top: calc(100 / 19.2 * 1vw);
    padding-left: calc(180 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 {
    height: auto;
    background-color: #6e9e75;
    padding: 60px 100px 0;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 {
    padding: 60px 30px 0;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .pic-4 {
  position: absolute;
  right: calc(278 / 19.2 * 1vw);
  bottom: -69px;
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .pic-4 {
    right: calc(200 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .pic-4 {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .pic-4 img {
  position: relative;
  z-index: 1;
  width: calc(781 / 19.2 * 1vw);
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .pic-4 img {
    width: calc(600 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .pic-4 img {
    max-width: 400px;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .pic-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .deco-1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .deco-1 {
    left: -50px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .deco-1 {
    left: -100px;
    z-index: 0;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .deco-1 {
    left: -30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .year-4 {
  margin-bottom: calc(90 / 19.2 * 1vw);
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .year-4 {
    margin-bottom: calc(70 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .year-4 {
    margin-bottom: 45px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .year-5 {
  margin-bottom: calc(90 / 19.2 * 1vw);
  margin-left: 90px;
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .year-5 {
    margin-left: 60px;
  }
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .year-5 {
    margin-bottom: calc(70 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-2 .year-5 {
    margin-left: 0;
    margin-bottom: 50px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-3 {
  position: relative;
  padding-left: calc(130 / 19.2 * 1vw);
  padding-top: calc(130 / 19.2 * 1vw);
  height: calc(790 / 19.2 * 1vw);
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 {
    padding-top: calc(80 / 19.2 * 1vw);
  }
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 {
    padding-left: calc(70 / 19.2 * 1vw);
  }
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 {
    padding-top: calc(100 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 {
    height: auto;
    background-color: #6e9e75;
    padding: 60px 100px 0;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 {
    padding: 60px 30px 0;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .year-7 {
  margin-bottom: calc(50 / 19.2 * 1vw);
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .year-7 {
    margin-bottom: calc(30 / 19.2 * 1vw);
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .year-8 {
  margin-bottom: calc(60 / 19.2 * 1vw);
  margin-left: 115px;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .year-8 {
    margin-bottom: calc(40 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .year-8 {
    margin-bottom: 50px;
    margin-left: 0px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .year-9 {
  margin-left: 200px;
  margin-bottom: calc(45 / 19.2 * 1vw);
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .year-9 {
    margin-bottom: calc(20 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .year-9 {
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .pic-5 {
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .pic-5 {
    right: -10%;
  }
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .pic-5 {
    bottom: -40px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .pic-5 {
    position: static;
    margin-top: 30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .pic-5 img {
  width: calc(1230 / 19.2 * 1vw);
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .pic-5 img {
    max-width: 400px;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .pic-5 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .slogan-1 {
  position: absolute;
  right: calc(320 / 19.2 * 1vw);
  top: 110px;
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .slogan-1 {
    right: calc(200 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-3 .slogan-1 {
    position: static;
    font: 600 23px/1.2 "Cormorant", serif;
    color: #393939;
    width: fit-content;
    margin: 20px auto 0;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-4 {
  position: relative;
  padding-left: calc(130 / 19.2 * 1vw);
  padding-top: calc(130 / 19.2 * 1vw);
  margin-bottom: calc(150 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 {
    padding-top: calc(100 / 19.2 * 1vw);
  }
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 {
    padding-left: calc(90 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 {
    padding: 0 0 60px;
    background-color: #6e9e75;
    margin-bottom: 0;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .deco-2 {
  position: absolute;
  left: 0;
  top: 63%;
  transform: translateY(-50%);
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .pic-6 {
  position: absolute;
  right: -50px;
  top: -10px;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .pic-6 {
    top: 30px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .pic-6 {
    position: static;
    margin-bottom: 30px;
    margin-left: -60px;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .pic-6 {
    margin-left: -30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .pic-6 img {
  width: calc(1034 / 19.2 * 1vw);
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .pic-6 img {
    width: auto;
  }
}
@media (max-width: 480px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .pic-6 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-10 {
  margin-left: 278px;
  margin-bottom: calc(45 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-10 {
    margin-bottom: calc(30 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-10 {
    margin-left: 0px;
    padding: 0 100px;
    margin-bottom: 45px;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-10 {
    padding: 0 30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-11 {
  margin-left: 130px;
  margin-bottom: calc(45 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-11 {
    margin-bottom: calc(30 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-11 {
    margin-left: 0px;
    padding: 0 100px;
    margin-bottom: 45px;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-11 {
    padding: 0 30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-12 {
  margin-bottom: calc(45 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-12 {
    margin-bottom: calc(30 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-12 {
    padding: 0 100px;
    margin-bottom: 45px;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-12 {
    padding: 0 30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-13 {
  margin-left: 240px;
  margin-bottom: calc(45 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-13 {
    margin-bottom: calc(30 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-13 {
    margin-left: 0px;
    padding: 0 100px;
    margin-bottom: 45px;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-13 {
    padding: 0 30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-14 {
  margin-left: 110px;
  margin-bottom: calc(45 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-14 {
    margin-bottom: calc(30 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-14 {
    margin-left: 0px;
    padding: 0 100px;
    margin-bottom: 45px;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-14 {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-15 {
    margin-left: 0px;
    padding: 0 100px;
    margin-bottom: 45px;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .year-15 {
    padding: 0 30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .slogan-2 {
  position: absolute;
  right: 75px;
  top: calc(620 / 19.2 * 1vw);
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .slogan-2 {
    right: 7px;
  }
}
@media (max-width: 1800px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-4 .slogan-2 {
    top: calc(680 / 19.2 * 1vw);
    right: 50px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-5 {
  margin-bottom: calc(90 / 19.2 * 1vw);
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 {
    padding: 0 100px 60px;
    background-color: #6e9e75;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 {
    padding: 0 30px 60px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .pic-7 {
  margin-top: calc(-225 / 19.2 * 1vw);
  margin-left: calc(385 / 19.2 * 1vw);
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .pic-7 {
    margin-top: calc(-300 / 19.2 * 1vw);
    margin-left: calc(500 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .pic-7 {
    margin: 0 0 70px;
    position: relative;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .pic-7 .title {
  font: 500 30px/1 "Cormorant", serif;
  color: #fff;
  letter-spacing: 0.5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1800px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .pic-7 img {
    width: calc(920 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .pic-7 img {
    width: auto;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList {
  max-width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList {
    max-width: 900px;
    margin: 0 18% 0 21%;
  }
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList {
    margin: 0 12% 0 18%;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList .year {
    justify-content: center;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList .description {
  max-width: 200px;
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList .description {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList .year-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList .slick-prev .cls-1,
body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList .slick-next .cls-1 {
  fill: #fff;
}
body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList .slick-prev {
  left: -90px;
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList .slick-prev {
    left: 0;
  }
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList .slick-next {
    right: -60px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area-5 .yearList .slick-next {
    right: 0;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-video-area {
    padding: 0 0px 60px;
    background-color: #6e9e75;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-video-area .head-area {
  margin-bottom: 55px;
}
@media (max-width: 1440px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-video-area .head-area {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-video-area .head-area {
    margin-bottom: 25px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-video-area .head-area .en {
  color: #fff;
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-video-area .head-area .en {
    margin-bottom: 10px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-video-area .head-area .ch {
  color: #393939;
  margin-bottom: 0;
}
body[data-page=about01] .about01-area .about-areaWrap .year-area .year {
  font: 600 60px/1 "Cormorant", serif;
  color: #fff;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .year {
    font: 600 50px/1 "Cormorant", serif;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area .year span {
  font: 700 60px/1 "Cormorant Infant", serif;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .year span {
    font: 700 50px/1 "Cormorant Infant", serif;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area .year b {
  font-size: 60px;
  font-family: "Montaga", serif;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .year b {
    font-size: 50px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area .year strong {
  font-size: 60px;
  font-family: "Montaga", serif;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .year strong {
    font-size: 50px;
  }
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .year .tag img {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .year .tag img {
    width: 45px;
    height: 45px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area .sub-title {
  font: 600 24px/1 "Cormorant", serif;
  color: #fff;
  letter-spacing: 1px;
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .sub-title {
    font: 600 20px/1 "Cormorant", serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .sub-title {
    color: #393939;
  }
}
@media (max-width: 640px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .sub-title {
    letter-spacing: 0px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .year-area .description {
  font: 600 15px/1.8 "Noto Sans TC", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  max-width: 516px;
  text-align: justify;
  margin-top: 30px;
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .description {
    margin-top: 20px;
  }
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .description {
    font: 500 13px/1.8 "Noto Sans TC", sans-serif;
    max-width: 383px;
  }
}
@media (max-width: 1024px) {
  body[data-page=about01] .about01-area .about-areaWrap .year-area .description {
    max-width: 100%;
    margin-top: 30px;
  }
}
body[data-page=about01] .about01-area .about-areaWrap .slogan {
  font: 600 34px/1.2 "Cormorant", serif;
  color: #8da886;
  letter-spacing: 1px;
}
@media (max-width: 1680px) {
  body[data-page=about01] .about01-area .about-areaWrap .slogan {
    font: 600 26px/1.2 "Cormorant", serif;
  }
}
@media (max-width: 1280px) {
  body[data-page=about01] .about01-area .about-areaWrap .slogan {
    font: 600 20px/1.2 "Cormorant", serif;
  }
}

body[data-page=application] .page_wrap {
  padding-top: 130px;
}
@media (max-width: 1024px) {
  body[data-page=application] .page_wrap {
    padding-top: 70px;
  }
}
body[data-page=application] .applicationWrap {
  padding: 340px 0 190px;
  background: url("../img/tw/application/application-bg.png") top/cover;
  margin-top: -300px;
}
@media (max-width: 1280px) {
  body[data-page=application] .applicationWrap {
    padding: 230px 30px 100px;
    margin-top: -150px;
  }
}
@media (max-width: 1024px) {
  body[data-page=application] .applicationWrap {
    background: url("../img/tw/application/application-bg-mobile.png") top/cover;
    padding: 230px 100px 100px;
  }
}
@media (max-width: 640px) {
  body[data-page=application] .applicationWrap {
    background: url("../img/tw/application/application-bg-mobile.png") top/cover;
    padding: 230px 30px 100px;
  }
}
body[data-page=application] .application-top-area {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 120px;
}
@media (max-width: 1800px) {
  body[data-page=application] .application-top-area {
    max-width: 1400px;
  }
}
@media (max-width: 1600px) {
  body[data-page=application] .application-top-area {
    max-width: 1200px;
  }
}
@media (max-width: 1400px) {
  body[data-page=application] .application-top-area {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  body[data-page=application] .application-top-area {
    flex-direction: column;
    margin: 0 0 60px;
    max-width: 100%;
    align-items: flex-start;
  }
}
body[data-page=application] .application-top-area .pic {
  margin-right: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-top-area .pic {
    margin-bottom: 60px;
    margin-right: 0;
  }
}
body[data-page=application] .application-top-area .pic img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
body[data-page=application] .application-top-area .pic::after {
  position: absolute;
  content: "";
  width: clamp(222px, 500 / 19.2 * 1vw, 500px);
  height: clamp(155px, 335 / 19.2 * 1vw, 335px);
  background-color: #a1c0a6;
  z-index: 0;
  right: clamp(-40px, -40 / 19.2 * 1vw, -15px);
  bottom: clamp(-40px, -40 / 19.2 * 1vw, -15px);
}
body[data-page=application] .application-top-area .article-area .en {
  font: 700 50px/1 "Cormorant", serif;
  color: #8da886;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  body[data-page=application] .application-top-area .article-area .en {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  body[data-page=application] .application-top-area .article-area .en {
    font: 700 48px/1.1 "Cormorant", serif;
    margin-bottom: 10px;
    max-width: 310px;
  }
}
body[data-page=application] .application-top-area .article-area .ch {
  font: 600 35px/1.3 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-top-area .article-area .ch {
    font: 600 32px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 1.5px;
    max-width: 350px;
  }
}
body[data-page=application] .application-top-area .article-area .content {
  font: 500 16px/2 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 1px;
  max-width: 460px;
  text-align: justify;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-top-area .article-area .content {
    font: 500 15px/1.8 "Noto Sans TC", sans-serif;
  }
}
body[data-page=application] .application-area {
  padding: 100px 0 0px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1800px) {
  body[data-page=application] .application-area {
    max-width: 1400px;
  }
}
@media (max-width: 1600px) {
  body[data-page=application] .application-area {
    max-width: 1200px;
  }
}
@media (max-width: 1400px) {
  body[data-page=application] .application-area {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area {
    padding: 0;
  }
}
body[data-page=application] .application-area .applicationList > li {
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li {
    margin-bottom: 90px;
  }
}
body[data-page=application] .application-area .applicationList > li:last-child {
  margin-bottom: 0;
}
body[data-page=application] .application-area .applicationList > li:nth-child(odd) .info-area {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li:nth-child(odd) .info-area {
    flex-direction: column;
  }
}
body[data-page=application] .application-area .applicationList > li:nth-child(odd) .pic-area {
  margin-right: 0;
  margin-left: 100px;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li:nth-child(odd) .pic-area {
    margin-left: 0px;
  }
}
body[data-page=application] .application-area .applicationList > li:nth-child(odd) .pic-area::after {
  left: clamp(-40px, -40 / 19.2 * 1vw, -15px);
  bottom: clamp(-40px, -40 / 19.2 * 1vw, -15px);
}
body[data-page=application] .application-area .applicationList > li:nth-child(even) .pic-area::after {
  right: clamp(-40px, -40 / 19.2 * 1vw, -15px);
  bottom: clamp(-40px, -40 / 19.2 * 1vw, -15px);
}
body[data-page=application] .application-area .applicationList > li:nth-child(even) .article-area {
  padding-right: calc(120 / 19.2 * 1vw);
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li:nth-child(even) .article-area {
    padding-right: 0;
  }
}
body[data-page=application] .application-area .applicationList > li .info-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li .info-area {
    flex-direction: column;
  }
}
body[data-page=application] .application-area .applicationList > li .pic-area {
  margin-right: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li .pic-area {
    margin-bottom: 60px;
    margin-right: 0;
  }
}
body[data-page=application] .application-area .applicationList > li .pic-area img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
body[data-page=application] .application-area .applicationList > li .pic-area::after {
  position: absolute;
  content: "";
  width: clamp(222px, 500 / 19.2 * 1vw, 500px);
  height: clamp(155px, 335 / 19.2 * 1vw, 335px);
  background-color: #a1c0a6;
  z-index: 0;
}
body[data-page=application] .application-area .applicationList > li .article-area .en {
  font: 700 30px/1 "Cormorant", serif;
  color: #8da886;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li .article-area .en {
    font: 700 28px/1.2 "Cormorant", serif;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-align: center;
    max-width: 306px;
    margin: 0 auto;
  }
}
body[data-page=application] .application-area .applicationList > li .article-area .ch {
  font: 600 35px/1.3 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li .article-area .ch {
    font: 600 32px/1.3 "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
  }
}
body[data-page=application] .application-area .applicationList > li .article-area .content {
  font: 600 16px/1.8 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 1px;
  max-width: 330px;
  text-align: justify;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li .article-area .content {
    font: 500 15px/2 "Noto Sans TC", sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-align: center;
    max-width: 100%;
  }
}
body[data-page=application] .application-area .applicationList > li .article-area .more {
  color: #8da886;
  border: 1px solid #8da886;
  border-radius: 5px;
  padding: 10px 65px 12px;
  text-align: center;
  transition: 0.5s all;
  font-size: 18px;
  font-weight: 500;
}
body[data-page=application] .application-area .applicationList > li .article-area .more:hover {
  color: #fff;
  background-color: #8da886;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li .article-area .more {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
}
body[data-page=application] .application-area .applicationList > li .productList li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body[data-page=application] .application-area .applicationList > li .productList li .pic {
  margin-bottom: 30px;
  max-width: 240px;
}
body[data-page=application] .application-area .applicationList > li .productList li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body[data-page=application] .application-area .applicationList > li .productList li .title {
  font: 500 18px/1 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 0px;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li .productList .slick-arrow {
    top: 40%;
  }
}
body[data-page=application] .application-area .applicationList > li .productList .slick-arrow.slick-prev {
  left: -20px;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li .productList .slick-arrow.slick-prev {
    left: 20px;
  }
}
body[data-page=application] .application-area .applicationList > li .productList .slick-arrow.slick-next {
  right: -20px;
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li .productList .slick-arrow.slick-next {
    right: 20px;
  }
}
@media (max-width: 1024px) {
  body[data-page=application] .application-area .applicationList > li .productList .slick-arrow svg {
    width: 40px;
    height: 40px;
  }
}
body[data-page=application] .application-area .applicationList > li .productList .slick-arrow svg .cls-1 {
  fill: #3f7548;
}

body[data-page=esg] .head-area {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  body[data-page=esg] .head-area {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .head-area {
    margin-bottom: 65px;
  }
}
body[data-page=esg] .head-area .en {
  font: 700 50px/1 "Cormorant", serif;
  color: #8da886;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .head-area .en {
    font: 700 38px/1 "Cormorant", serif;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
}
body[data-page=esg] .head-area .ch {
  font: 600 35px/1 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .head-area .ch {
    font: 600 32px/1.4 "Noto Sans TC", sans-serif;
    margin-bottom: 30px;
  }
}
body[data-page=esg] .head-area .content {
  font: 500 16px/2 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 1px;
  max-width: 665px;
  text-align: justify;
}
@media (max-width: 1024px) {
  body[data-page=esg] .head-area .content {
    font: 500 15px/2 "Noto Sans TC", sans-serif;
  }
}
body[data-page=esg] .esg-area-1 {
  position: relative;
  height: 1000px;
  background: url("../img/tw/esg/esg-area-1-bg.jpg") center/cover no-repeat;
  padding: calc(160 / 19.2 * 1vw) 0 0 calc(320 / 19.2 * 1vw);
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-1 {
    padding: calc(120 / 19.2 * 1vw) 0 0 calc(250 / 19.2 * 1vw);
  }
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-1 {
    height: 800px;
    padding: calc(90 / 19.2 * 1vw) 0 0 calc(200 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-1 {
    padding: 60px 30px 600px;
    height: auto;
    background: none;
    overflow: hidden;
  }
}
body[data-page=esg] .esg-area-1 .deco {
  position: absolute;
  left: 0;
}
body[data-page=esg] .esg-area-1 .deco.top {
  top: 0;
}
body[data-page=esg] .esg-area-1 .deco.bottom {
  bottom: -250px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-1 .deco.bottom {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-1 .head-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-1 .head-area .content {
    max-width: 500px;
  }
}
@media (max-width: 1400px) {
  body[data-page=esg] .esg-area-1 .head-area .content {
    max-width: 450px;
  }
}
body[data-page=esg] .esg-area-1 .numberList {
  position: absolute;
  display: flex;
  justify-content: space-between;
  max-width: 1012px;
  width: 100%;
  z-index: 1;
  left: calc(197 / 19.2 * 1vw);
  bottom: calc(80 / 19.2 * 1vw);
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-1 .numberList {
    max-width: 800px;
    left: calc(150 / 19.2 * 1vw);
  }
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-1 .numberList {
    max-width: 700px;
    left: calc(120 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-1 .numberList {
    position: static;
    flex-direction: column;
    align-items: center;
  }
}
body[data-page=esg] .esg-area-1 .numberList li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-1 .numberList li {
    margin-bottom: 75px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-1 .numberList li:last-child {
    margin-bottom: 0;
  }
}
body[data-page=esg] .esg-area-1 .numberList .title {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
}
body[data-page=esg] .esg-area-1 .numberList .title .number {
  font: 700 90px/1 "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-1 .numberList .title .number {
    font: 700 70px/1 "Open Sans", sans-serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-1 .numberList .title .number {
    color: #a2c0a6;
    font: 700 90px/1 "Open Sans", sans-serif;
  }
}
body[data-page=esg] .esg-area-1 .numberList .title .unit {
  font: 700 25px/1 "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-1 .numberList .title .unit {
    font: 700 18px/1 "Open Sans", sans-serif;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-1 .numberList .title .unit {
    font: 700 25px/1 "Open Sans", sans-serif;
    color: #a2c0a6;
  }
}
body[data-page=esg] .esg-area-1 .numberList .content {
  font: 500 16px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-1 .numberList .content {
    color: #393939;
  }
}
body[data-page=esg] .esg-area-2 {
  padding: 90px 0 135px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-2 {
    padding: 65px 30px 115px;
    height: auto;
    background: none;
    margin-bottom: 100px;
  }
}
body[data-page=esg] .esg-area-2 .head-area {
  margin-bottom: 80px;
}
body[data-page=esg] .esg-area-2 .head-area .en {
  text-align: center;
  margin-bottom: 10px;
}
body[data-page=esg] .esg-area-2 .head-area .ch {
  text-align: center;
}
body[data-page=esg] .esg-area-2 .esgList {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 1800px) {
  body[data-page=esg] .esg-area-2 .esgList {
    max-width: 1400px;
  }
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-2 .esgList {
    max-width: 1200px;
  }
}
@media (max-width: 1400px) {
  body[data-page=esg] .esg-area-2 .esgList {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-2 .esgList {
    display: block;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-2 .esgList li {
    margin-bottom: 60px;
  }
}
body[data-page=esg] .esg-area-2 .esgList li:nth-child(even) {
  margin-top: 85px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-2 .esgList li:nth-child(even) {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
body[data-page=esg] .esg-area-2 .esgList li .pic {
  width: 340px;
  aspect-ratio: 1/1;
  margin-bottom: 25px;
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-2 .esgList li .pic {
    width: 250px;
  }
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-2 .esgList li .pic {
    width: 220px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-2 .esgList li .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
body[data-page=esg] .esg-area-2 .esgList li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[data-page=esg] .esg-area-2 .esgList li .article-area .title {
  margin-bottom: 15px;
  font: 500 22px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #647c5e;
}
body[data-page=esg] .esg-area-2 .esgList li .article-area .content {
  font: 500 16px/1.6 "Noto Sans TC", sans-serif;
  color: #3f3f3f;
  max-width: 330px;
  text-align: justify;
  letter-spacing: 0.5px;
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-2 .esgList li .article-area .content {
    max-width: 240px;
  }
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-2 .esgList li .article-area .content {
    max-width: 190px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-2 .esgList li .article-area .content {
    max-width: 100%;
  }
}
body[data-page=esg] .esg-area-3 {
  display: flex;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 {
    display: block;
  }
}
body[data-page=esg] .esg-area-3 .head-area {
  margin-bottom: 55px;
}
body[data-page=esg] .esg-area-3 .head-area .en {
  color: #c4e1bc;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .head-area .en {
    text-align: center;
  }
}
body[data-page=esg] .esg-area-3 .head-area .ch {
  color: #fff;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .head-area .ch {
    text-align: center;
  }
}
body[data-page=esg] .esg-area-3 .left-area {
  position: relative;
  flex: 3 1 0;
  background-color: #55734e;
  padding: 150px calc(250 / 19.2 * 1vw) 170px calc(155 / 19.2 * 1vw);
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-3 .left-area {
    padding: 150px calc(280 / 19.2 * 1vw) 170px calc(110 / 19.2 * 1vw);
  }
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-3 .left-area {
    padding: 120px calc(280 / 19.2 * 1vw) 140px calc(90 / 19.2 * 1vw);
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .left-area {
    padding: 0px 30px 130px;
  }
}
body[data-page=esg] .esg-area-3 .left-area .pic-deco {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .left-area .pic-deco {
    position: static;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-3 .left-area .pic-deco img {
    width: 300px;
    aspect-ratio: 405/387;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .left-area .pic-deco img {
    width: fit-content;
  }
}
body[data-page=esg] .esg-area-3 .left-area .esg-grazeList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 75px;
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-3 .left-area .esg-grazeList {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .left-area .esg-grazeList {
    display: block;
    margin-bottom: 45px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .left-area .esg-grazeList li {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .left-area .esg-grazeList li:last-child {
    margin-bottom: 0px;
  }
}
body[data-page=esg] .esg-area-3 .left-area .esg-grazeList li .info {
  font: 500 16px/1.8 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  min-height: 150px;
  max-width: 370px;
  text-align: justify;
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-3 .left-area .esg-grazeList li .info {
    min-height: 180px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .left-area .esg-grazeList li .info {
    display: block;
    max-width: 100%;
    margin-bottom: 25px;
    min-height: initial;
  }
}
body[data-page=esg] .esg-area-3 .left-area .esg-grazeList li .number {
  font: 700 60px/1 "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .left-area .esg-grazeList li .number {
    padding: 0;
    text-align: center;
  }
}
body[data-page=esg] .esg-area-3 .right-area {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .right-area {
    display: block;
  }
}
body[data-page=esg] .esg-area-3 .right-area .title {
  font: 500 20px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 0.5px;
  color: #393939;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .right-area .title {
    color: #a1c0a6;
  }
}
body[data-page=esg] .esg-area-3 .right-area .content {
  font: 500 16px/1.8 "Noto Sans TC", sans-serif;
  letter-spacing: 0.5px;
  color: #393939;
  max-width: 320px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-3 .right-area .content {
    color: #a1c0a6;
    max-width: 100%;
  }
}
body[data-page=esg] .esg-area-4 .text {
  font-size: 150px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  padding: 100px 0 90px;
  color: #ebebeb;
  text-align: center;
  transform: translateX(-26%);
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-4 .text {
    font-size: 120px;
  }
}
@media (max-width: 1400px) {
  body[data-page=esg] .esg-area-4 .text {
    font-size: 90px;
  }
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-4 .text {
    font-size: 70px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-4 .text {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  body[data-page=esg] .esg-area-4 .text {
    font-size: 40px;
  }
}
body[data-page=esg] .esg-area-5 {
  position: relative;
  min-height: 880px;
  margin-bottom: 205px;
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-5 {
    margin-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-5 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-5 {
    padding: 80px 0px 115px 30px;
    height: auto;
    background: none;
    margin-bottom: 0px;
    background: url("../img/tw/esg/esg-area-5-pic.jpg") center/cover no-repeat;
  }
}
body[data-page=esg] .esg-area-5 .head-area {
  padding: 120px 0 0 calc(800 / 19.2 * 1vw);
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-5 .head-area {
    padding: 0px;
    margin-bottom: 35px;
  }
}
body[data-page=esg] .esg-area-5 .bg {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-5 .bg img {
    width: 1000px;
    aspect-ratio: 1259/855;
  }
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-5 .bg img {
    width: 800px;
  }
}
body[data-page=esg] .esg-area-5 .yearList-area {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1800px) {
  body[data-page=esg] .esg-area-5 .yearList-area {
    max-width: 1400px;
  }
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-5 .yearList-area {
    max-width: 1200px;
  }
}
@media (max-width: 1400px) {
  body[data-page=esg] .esg-area-5 .yearList-area {
    max-width: 1000px;
  }
}
body[data-page=esg] .esg-area-5 .yearList-area .arrow-area {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-5 .yearList-area .arrow-area {
    justify-content: start;
  }
}
body[data-page=esg] .esg-area-5 .yearList-area .arrow-area .prev {
  margin-right: 10px;
}
body[data-page=esg] .esg-area-5 .yearList-area .arrow-area div {
  cursor: pointer;
  transition: 0.5s all;
}
body[data-page=esg] .esg-area-5 .yearList-area .arrow-area div:hover {
  opacity: 0.6;
}
body[data-page=esg] .esg-area-5 .yearList {
  position: relative;
}
body[data-page=esg] .esg-area-5 .yearList::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  top: 12px;
  background-color: #a8a8a8;
  z-index: 0;
}
body[data-page=esg] .esg-area-5 .yearList li {
  position: relative;
  z-index: 1;
}
body[data-page=esg] .esg-area-5 .yearList .dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #393939;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-5 .yearList .dot {
    width: 20px;
    height: 20px;
  }
}
body[data-page=esg] .esg-area-5 .yearList .year {
  font: 700 45px/1 "Open Sans", sans-serif;
  letter-spacing: 2px;
  color: #a6c3a0;
  margin-bottom: 20px;
}
body[data-page=esg] .esg-area-5 .yearList .title {
  font: 600 25px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #393939;
}
body[data-page=esg] .esg-area-5 .yearList .content {
  font: 500 16px/1.8 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #393939;
  margin-top: 20px;
  max-width: 245px;
  text-align: justify;
}
@media (max-width: 1400px) {
  body[data-page=esg] .esg-area-5 .yearList .content {
    max-width: 220px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-5 .yearList .content {
    font: 500 15px/1.8 "Noto Sans TC", sans-serif;
  }
}
body[data-page=esg] .esg-area-6 {
  max-width: 1330px;
  margin: 0 auto;
  padding-bottom: 140px;
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-6 {
    max-width: 1000px;
  }
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-6 {
    max-width: 800px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-6 {
    padding: 85px 30px 100px;
  }
}
body[data-page=esg] .esg-area-6 .head-area {
  margin-bottom: 92px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-6 .head-area {
    margin-bottom: 30px;
  }
}
body[data-page=esg] .esg-area-6 .head-area .content {
  max-width: 100%;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-6 .head-area .content {
    letter-spacing: 0.5px;
  }
}
body[data-page=esg] .esg-area-6 .book_show_box {
  width: 1312px;
  height: auto;
  aspect-ratio: 656/370;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  body[data-page=esg] .esg-area-6 .book_show_box {
    width: 990px;
  }
}
@media (max-width: 1200px) {
  body[data-page=esg] .esg-area-6 .book_show_box {
    width: 770px;
  }
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-6 .book_show_box {
    width: 100%;
    height: auto;
    aspect-ratio: 656/370;
  }
}
body[data-page=esg] .esg-area-6 .book_show_box .book_show {
  width: 100%;
  height: auto;
  aspect-ratio: 656/370;
  position: relative;
  overflow: hidden;
}
body[data-page=esg] .esg-area-6 .book_show_box .book_show .magazine-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform-origin: top left;
  transition: none !important;
  cursor: grab;
}
@media (max-width: 480px) {
  body[data-page=esg] .esg-area-6 .book_show_box .book_show .magazine-wrapper {
    position: static;
  }
}
body[data-page=esg] .esg-area-6 .book_show_box .book_show .magazine-wrapper.dragging {
  cursor: grabbing;
}
body[data-page=esg] .esg-area-6 .book_show_box .book_show .magazine-wrapper #flipbook {
  width: 100%;
  height: 100%;
}
body[data-page=esg] .esg-area-6 .book_show_box .book_show .magazine-wrapper #flipbook .page {
  width: 100%;
  height: 100%;
  background: white;
}
body[data-page=esg] .esg-area-6 .book_show_box .book_show .magazine-wrapper #flipbook .page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-6 .book_show_box .button_bbox {
    transform: translate(-50%, 0%);
    top: auto;
    bottom: -80px;
    width: fit-content;
  }
}
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev,
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev,
  body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next {
    width: 50px;
    height: 50px;
  }
}
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev .cls-1,
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next .cls-1 {
  fill: #fff;
}
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev .sets,
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next .sets {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 124px) {
  body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev .sets,
  body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next .sets {
    width: 50px;
    height: 50px;
  }
}
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev .sets svg,
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next .sets svg {
  width: 15px;
  fill: #136bb4;
  transition: all 0.3s;
}
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev::after,
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next::after {
  content: "";
}
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev:hover .sets,
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next:hover .sets {
  width: 50px;
  height: 50px;
  border: 8px solid #ef8200;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev:hover .sets,
  body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next:hover .sets {
    width: 30px;
    height: 30px;
  }
}
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev:hover .sets svg,
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next:hover .sets svg {
  width: 11px;
  fill: #ef8200;
  transition: all 0.3s;
}
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev {
  left: -120px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-prev {
    left: -10px;
  }
}
body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next {
  right: -120px;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-6 .book_show_box .button_bbox .button-next {
    right: -10px;
  }
}
body[data-page=esg] .esg-area-6 .controls_box {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-6 .controls_box {
    margin-top: 110px;
  }
}
body[data-page=esg] .esg-area-6 .controls_box .controls {
  background: #303030;
  padding: 10px 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  z-index: 10;
}
@media (max-width: 480px) {
  body[data-page=esg] .esg-area-6 .controls_box .controls {
    padding: 10px 40px;
  }
}
body[data-page=esg] .esg-area-6 .controls_box .controls .item_icon {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #303030;
  border: none;
  cursor: pointer;
  font: 500 22px/1 "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 1024px) {
  body[data-page=esg] .esg-area-6 .controls_box .controls .item_icon {
    height: 30px;
  }
}
body[data-page=esg] .esg-area-6 .controls_box .controls .item_icon p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
body[data-page=esg] .esg-area-6 .controls_box .controls .item_icon img {
  width: 18px;
  height: 18px;
}
body[data-page=esg] .esg-area-6 .controls_box .controls .item_icon:hover {
  background: #eee;
  border-radius: 50%;
}

body[data-page=location_list] .page_wrap {
  min-height: initial;
  height: 100%;
}
body[data-page=location_list] .location-area {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: calc(175 / 19.2 * 1vw) 0 calc(230 / 19.2 * 1vw);
}
@media (max-width: 1680px) {
  body[data-page=location_list] .location-area {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  body[data-page=location_list] .location-area {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  body[data-page=location_list] .location-area {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area {
    display: block;
    padding: 70px 100px 130px;
  }
}
@media (max-width: 640px) {
  body[data-page=location_list] .location-area {
    padding: 70px 30px 130px;
  }
}
body[data-page=location_list] .location-area .left-area {
  width: calc(600 / 19.2 * 1vw);
  margin-right: 100px;
}
@media (max-width: 1280px) {
  body[data-page=location_list] .location-area .left-area {
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area .left-area {
    margin-right: 0;
    width: 100%;
  }
}
body[data-page=location_list] .location-area .left-area .head-area {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
body[data-page=location_list] .location-area .left-area .head-area .en {
  font: 700 50px/1 "Cormorant", serif;
  color: #8da886;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area .left-area .head-area .en {
    font: 700 38px/1 "Cormorant", serif;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
}
body[data-page=location_list] .location-area .left-area .head-area .ch {
  font: 600 35px/1 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area .left-area .head-area .ch {
    font: 600 32px/1.4 "Noto Sans TC", sans-serif;
    margin-bottom: 30px;
  }
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-first > li {
  cursor: pointer;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-first > li.is-open > .title-area::before {
  transform: rotate(90deg);
  opacity: 0;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-first > li.is-open > .title-area::after {
  transform: rotate(90deg);
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-first > li > .title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 25px;
  border-top: 1px solid rgba(89, 87, 87, 0.5019607843);
  border-bottom: 1px solid rgba(89, 87, 87, 0.5019607843);
  position: relative;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-first > li > .title-area::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  right: 0;
  top: calc(50% - 1px);
  background-color: #8da886;
  transition: 0.5s all;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-first > li > .title-area::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  right: 9px;
  top: calc(50% - 10px);
  background-color: #8da886;
  transition: 0.5s all;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-first > li > .title-area .title {
  font: 500 20px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #212121;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-first > li > .title-area .icon {
  font: 500 24px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #8da886;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-second {
  display: none;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-second > li {
  cursor: pointer;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-second > li.is-open > .title-area::before {
  transform: rotate(90deg);
  opacity: 0;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-second > li.is-open > .title-area::after {
  transform: rotate(90deg);
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-second > li > .title-area {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 25px 25px 60px;
  border-top: 1px solid rgba(89, 87, 87, 0.5019607843);
  border-bottom: 1px solid rgba(89, 87, 87, 0.5019607843);
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-second > li > .title-area::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 23px;
  top: calc(50% - 1px);
  background-color: #8da886;
  transition: 0.5s all;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-second > li > .title-area::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  left: 32px;
  top: calc(50% - 10px);
  background-color: #8da886;
  transition: 0.5s all;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-second > li > .title-area .icon {
  font: 500 24px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #8da886;
  margin-right: 10px;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-second > li > .title-area .title {
  font: 500 20px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #8da886;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-third {
  display: none;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-third > li {
  display: flex;
  padding: 25px 25px;
  border-top: 1px solid rgba(89, 87, 87, 0.5019607843);
  border-bottom: 1px solid rgba(89, 87, 87, 0.5019607843);
  align-items: center;
  padding-left: 55px;
  cursor: pointer;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-third > li .icon {
  font: 500 24px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #828282;
}
body[data-page=location_list] .location-area .left-area .locationList-area .locationList-third > li .title {
  font: 500 20px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #828282;
}
body[data-page=location_list] .location-area .right-area {
  width: calc(1700 / 19.2 * 1vw);
  height: calc(900 / 19.2 * 1vw);
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area .right-area {
    width: 100%;
    height: auto;
    margin-top: 40px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    overflow: hidden;
  }
}
body[data-page=location_list] .location-area .right-area .map-area {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area .right-area .map-area {
    width: 100%;
    height: auto;
    aspect-ratio: 420/310;
  }
}
body[data-page=location_list] .location-area .right-area .map-area .info-area {
  position: absolute;
  padding: 35px 60px;
  top: 48%;
  transform: translateY(-50%);
  right: 11%;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  min-width: max-content;
  min-height: max-content;
  border-radius: 5px;
  transition: 0.5s all;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 1680px) {
  body[data-page=location_list] .location-area .right-area .map-area .info-area {
    right: 5%;
  }
}
@media (max-width: 1440px) {
  body[data-page=location_list] .location-area .right-area .map-area .info-area {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 55%;
  }
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area .right-area .map-area .info-area {
    top: auto;
    transform: translateY(0%);
    right: 0;
    bottom: 0%;
    width: 100%;
    min-width: initial;
    min-height: initial;
    padding: 30px 40px;
    border: none;
    border-radius: 0px;
  }
}
body[data-page=location_list] .location-area .right-area .map-area .info-area.current {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area .right-area .map-area .info-area.current {
    position: static;
  }
}
body[data-page=location_list] .location-area .right-area .map-area .info-area .title {
  font: 500 20px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1.5px;
  color: #8da886;
  margin-bottom: 20px;
}
body[data-page=location_list] .location-area .right-area .map-area .info-area .info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
body[data-page=location_list] .location-area .right-area .map-area .info-area .info .icon {
  margin-right: 8px;
}
body[data-page=location_list] .location-area .right-area .map-area .info-area .info div {
  font: 500 18px/1 "Noto Sans TC", sans-serif;
  color: #393939;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area .right-area .map-area .info-area .info div {
    font: 500 16px/1.4 "Noto Sans TC", sans-serif;
  }
}
body[data-page=location_list] .location-area .right-area .map-area #map {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area .right-area .map-area #map {
    width: 100%;
    height: auto;
    aspect-ratio: 420/310;
  }
}
body[data-page=location_list] .location-area .right-area .map-area #map .gm-style-cc {
  display: none;
}
body[data-page=location_list] .location-area .right-area .map-area #map gmp-internal-camera-control {
  display: none;
}
body[data-page=location_list] .location-area .right-area .map-area #map .gm-style-moc {
  display: none;
}
body[data-page=location_list] .location-area .right-area .map-area #map img[alt=Google] {
  display: none;
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area .right-area .map-area #map .markers {
    width: 26px !important;
    height: 36px !important;
  }
}
@media (max-width: 1024px) {
  body[data-page=location_list] .location-area .right-area .map-area #map .markers img {
    width: 26px !important;
    height: 36px !important;
  }
}
@media (min-width: 1025px) {
  body[data-page=location_list] .catalog_type_mb {
    display: none;
  }
}
body[data-page=location_list] .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #8da886;
}
body[data-page=location_list] .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);
}
body[data-page=location_list] .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > a::before, body[data-page=location_list] .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;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li ul li ul li a::before {
  content: "•";
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
body[data-page=location_list] .catalog_type_mb .catalog_btn {
  padding: 20px 35px 20px 25px;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > a {
  padding: 15px 25px;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > a::before, body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  right: 20px;
  background: #8da886;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > ul > li.moremenu > a {
  color: #8da886;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > ul > li.moremenu > ul {
  padding-left: 0;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > ul > li.moremenu > ul > li {
  padding: 15px 20px 15px 35px;
  transition: 0.5s all;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > ul > li.moremenu > ul > li.active {
  background-color: #8da886;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > ul > li.moremenu > ul > li.active > a {
  color: #fff;
  background-color: #8da886;
}
body[data-page=location_list] .catalog_type_mb .catalog_menu > li.moremenu > ul > li.moremenu > ul > li > a {
  transition: 0.5s all;
}

body[data-page=contract] .page_wrap {
  padding-top: 130px;
}
@media (max-width: 1024px) {
  body[data-page=contract] .page_wrap {
    padding-top: 70px;
  }
}

/*# sourceMappingURL=style.css.map */
