.error {
  color: #c20033;
}

.footer {
  padding: 0;
  background: #1b1b1b;
}

.section-contactus {
  background-position: center;
}

.about01-video {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #f1f1f1;
}

.about01-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.about01-video-frame,
.about01-video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about01-video iframe {
  width: 100%;
  height: 100%;
}

.about01-video-cover {
  z-index: 2;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #f1f1f1;
}

.about01-video-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(235, 235, 235, 0.72);
  transition: background 0.2s ease;
}

.about01-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(1.15);
  opacity: 0.58;
}

.about01-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #af002c;
  color: #fff;
  font-size: 26px;
  transform: translate(-50%, -50%);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.about01-video-play i {
  margin-left: 5px;
}

.about01-video-cover:hover::before {
  background: rgba(235, 235, 235, 0.62);
}

.about01-video-cover:hover .about01-video-play {
  background: #c20033;
  transform: translate(-50%, -50%) scale(1.06);
}

.about01-video.is-playing .about01-video-cover {
  display: none;
}

.about05-section01 .bg-gray {
  background: #f5f5f5;
}

.about05-section01 .bg-gray .row > .col-lg-4 {
  display: flex;
}

.about05-section01 .about05-section01-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 22px 20px 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  color: #333;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.about05-section01 .about05-section01-item:hover {
  color: #333;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.about05-section01 .exhibition-card-date {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.about05-section01 .exhibition-card-day {
  margin-right: 8px;
  color: #af002c;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.about05-section01 .exhibition-card-date-text {
  display: flex;
  flex-direction: column;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.about05-section01 .exhibition-card-date-text span:first-child {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 700;
}

.about05-section01 .about05-section01-item .img-wrap {
  margin-bottom: 20px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #eee;
}

.about05-section01 .about05-section01-item .img-wrap .img-item img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*padding: 16px;*/
}

.about05-section01 .about05-section01-item h5 {
  margin-bottom: 20px;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.about05-section01 .about05-section01-item .info-list {
  padding-right: 28px;
}

.about05-section01 .about05-section01-item .info-list .info-item {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.about05-section01 .about05-section01-item .info-list .label {
  color: #333;
  font-weight: 700;
}

.about05-section01 .about05-section01-item .more-btn {
  top: auto;
  right: 20px;
  bottom: 22px;
  color: #111;
  font-size: 22px;
}

@media (max-width: 575px) {
  .about05-section01 .about05-section01-item {
    padding: 20px 16px 22px;
  }

  .about05-section01 .exhibition-card-day {
    font-size: 34px;
  }

  .about05-section01 .about05-section01-item h5 {
    font-size: 20px;
  }
}

/* Product list cards */
.section_product_items.bg-item .img-wrap .img-item {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.section_product_items.bg-item:hover .img-wrap .img-item {
  background-color: #f7f7f7;
}

.section_product_items.bg-item .img-wrap .img-item::before {
  background: transparent;
}

.section_product_items.bg-item:hover .img-wrap .img-item::before {
  background: rgba(0, 0, 0, 0.035);
}

/*.section_product_items.bg-item:hover .img-wrap .img-item img {
  transform: translate(-50%, -50%) scale(1.2);
}*/

/* Site pagination */
.pagination li a,
.pagination .page-item .page-link {
  border-color: #d9d9d9;
  background-color: #fff;
  color: #333;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 0, 44, 0.25);
}

.pagination li.active a,
.pagination li.active a:hover,
.pagination li.active a:focus,
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
  border-color: #af002c;
  background-color: #af002c;
  color: #fff;
}

.pagination li.disabled a,
.pagination li.disabled a:hover,
.pagination li.disabled a:focus,
.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled .page-link:hover,
.pagination .page-item.disabled .page-link:focus {
  border-color: #e7e7e7;
  background-color: #f3f3f3;
  color: #aaa;
}

.stronghold-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stronghold-contact-list li {
  display: grid;
  grid-template-columns: 20px 74px minmax(0, 1fr);
  column-gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  color: #222;
  font-size: 16px;
  line-height: 1.55;
}

.stronghold-contact-list li:last-child {
  margin-bottom: 0;
}

.stronghold-contact-list img {
  width: 16px;
  margin: 4px 0 0;
  justify-self: center;
}

.stronghold-contact-list strong {
  color: #111;
  font-weight: 700;
  white-space: nowrap;
}

.stronghold-contact-list a {
  color: #af002c;
  word-break: break-word;
}

.stronghold-contact-list a:hover {
  color: #c20033;
}

.zbx-responsibility-content {
  color: #333;
  font-family: "Microsoft JhengHei", sans-serif;
  word-break: normal;
}

.zbx-responsibility-content p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.9;
}

.zbx-responsibility-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin: 44px 0 0;
}

.zbx-responsibility-card {
  display: grid;
  grid-template-columns: minmax(0, 64%) minmax(220px, 36%);
  align-items: stretch;
  overflow: hidden;
  border: 4px solid #e9e9e9;
  border-radius: 6px;
  background: #f7f7f7;
  color: inherit;
  text-decoration: none;
}

.zbx-responsibility-card:hover {
  color: inherit;
  text-decoration: none;
}

.zbx-responsibility-card--statement {
  display: block;
  padding: 34px 38px 38px;
}

.zbx-responsibility-media {
  min-height: 220px;
  aspect-ratio: 16 / 9;
  background: #fff;
}

.zbx-responsibility-media img {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.zbx-responsibility-media--contain {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zbx-responsibility-media--contain img {
  width: 100% !important;
  height: auto;
  padding: 32px;
  object-fit: contain;
}

.zbx-responsibility-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 34px;
  text-align: center;
}

.zbx-responsibility-content .zbx-responsibility-title {
  margin: 0;
  color: #0079c2;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.zbx-responsibility-content--environmental .zbx-responsibility-title {
  color: #0079c2;
}

.zbx-responsibility-content--community .zbx-responsibility-title {
  color: #e5243b;
}

.zbx-responsibility-content--commitment .zbx-responsibility-title {
  color: #a21942;
}

.zbx-responsibility-content--governance .zbx-responsibility-title {
  color: #00689d;
}

.zbx-responsibility-content--partners .zbx-responsibility-title {
  color: #19486a;
}

.zbx-responsibility-statement {
  margin-top: 18px;
}

.zbx-responsibility-content .zbx-responsibility-statement p {
  margin: 0;
  color: #333;
  line-height: 1.9;
}

.zbx-news-content {
  color: #333;
  font-family: "Microsoft JhengHei", sans-serif;
  word-break: normal;
}

.zbx-news-content p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.9;
}

.zbx-news-content .zbx-news-title {
  margin: 0 0 18px;
  color: #e5243b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

.zbx-news-video {
  margin: 34px 0;
}

.zbx-news-video-frame,
.zbx-news-photo {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #f1f1f1;
}

.zbx-news-video-frame::before,
.zbx-news-photo::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.zbx-news-video-frame iframe,
.zbx-news-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100%;
}

.zbx-news-video-frame iframe {
  border: 0;
}

.zbx-news-photo img {
  object-fit: cover;
}

.zbx-news-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 34px 0 0;
}

@media (max-width: 767px) {
  .zbx-responsibility-list {
    gap: 22px;
    margin-top: 32px;
  }

  .zbx-responsibility-card {
    grid-template-columns: 1fr;
  }

  .zbx-responsibility-media {
    min-height: 0;
  }

  .zbx-responsibility-copy {
    padding: 22px 18px 24px;
  }

  .zbx-responsibility-card--statement {
    padding: 28px 22px 30px;
  }

  .zbx-responsibility-content .zbx-responsibility-title {
    font-size: 21px;
    line-height: 1.5;
  }

  .zbx-news-content .zbx-news-title {
    font-size: 21px;
  }

  .zbx-news-video {
    margin: 28px 0;
  }

  .zbx-news-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }
}

.stronghold-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #f1f1f1;
}

.stronghold-gallery-item::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.stronghold-gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .stronghold-contact-list li {
    grid-template-columns: 18px 70px minmax(0, 1fr);
    column-gap: 10px;
    font-size: 15px;
  }
}

.section-contactus-dark .section-title h2,
.section-contactus-dark .section-title h4 {
  color: #fff;
}

.section-contactus-dark {
  position: relative;
  isolation: isolate;
  background-image: var(--contact-bg-desktop);
}

.section-contactus-dark > .container {
  position: relative;
  z-index: 1;
}

.section-contactus-dark .section-title p {
  color: rgba(255, 255, 255, 0.78);
}

.section-contactus-dark .more-arrow {
  background-color: #af002c;
  color: #fff;
  opacity: 1;
}

.section-contactus-dark .more-arrow i {
  color: #fff;
}

.section-contactus-dark .more-arrow:hover {
  background-color: #c20033;
  color: #fff !important;
}

.section-contactus-dark .more-arrow-w {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.86);
  color: #111;
  opacity: 1;
}

.section-contactus-dark .more-arrow-w i {
  color: #111;
}

.section-contactus-dark .more-arrow-w:hover {
  border-color: #fff;
  background-color: #fff;
  color: #111 !important;
}

.section-contactus-dark .more-arrow-w:hover i {
  color: #111;
}

@media (max-width: 767px) {
  .section-contactus-dark {
    background-image: var(--contact-bg-mobile, var(--contact-bg-desktop));
  }

  .section-contactus-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(
        90deg,
        rgba(22, 10, 9, 0.9) 0%,
        rgba(22, 10, 9, 0.74) 52%,
        rgba(22, 10, 9, 0.6) 100%
      ),
      rgba(0, 0, 0, 0.32);
    pointer-events: none;
  }

  .section-contactus-dark .section-title h2,
  .section-contactus-dark .section-title h4 {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  }

  .section-contactus-dark .section-title p {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.36);
  }
}

.section02 {
  --section02-side-space: 22vw;
  --section02-card-gap: 15px;
  --section02-arrow-size: 48px;
  overflow: hidden;
  background: #f7f7f7;
  margin-top: 35px;
}

.section02 .section02-slick {
  padding-bottom: 42px;
}

.section02 .section02-slick .slick-list {
  overflow: visible;
}

.section02 .section02-slick .section02-item.slick-slide {
  transform: scale(0.84);
  transform-origin: center center;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    filter 0.35s ease;
}

.section02 .section02-slick .section02-item.slick-center {
  transform: scale(1);
  opacity: 1;
  filter: none;
}

.section02 .section02-slick .section02-item.slick-slide:not(.slick-center) {
  opacity: 0.62;
  filter: saturate(0.75);
}

.section02 .section02-item .img-wrap {
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 0;
  background: #111827;
}

.section02 .section02-item .img-wrap::before {
  z-index: 2;
  background: rgba(245, 248, 255, 0.58);
  opacity: 1;
  transition:
    background 0.35s ease,
    opacity 0.35s ease;
}

.section02 .section02-slick .section02-item.slick-center .img-wrap::before {
  display: block;
  background: linear-gradient(
    90deg,
    rgba(11, 16, 30, 0.9) 0%,
    rgba(11, 16, 30, 0.78) 25%,
    rgba(11, 16, 30, 0.32) 56%,
    rgba(11, 16, 30, 0.08) 100%
  );
  opacity: 1;
}

.section02 .section02-item .img-wrap .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section02 .section02-item .text-item {
  top: 50%;
  bottom: auto;
  left: 44px;
  z-index: 4;
  max-width: 430px;
  color: #fff;
  transform: translateY(-50%);
  transition:
    opacity 0.25s ease,
    transform 0.35s ease;
}

.section02 .section02-item .text-item h4 {
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: none;
  transition:
    margin 0.35s ease,
    font-size 0.35s ease;
}

.section02 .section02-item .text-item h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 4px;
  background: #c90035;
}

.section02 .section02-item .text-item ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  padding-left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  text-shadow: none;
}

.section02 .section02-item .text-item ul {
  /* max-height: 170px; */
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  margin: 0 0 28px;
  padding: 0;
  transition:
    max-height 0.35s ease,
    opacity 0.24s ease,
    transform 0.35s ease;
}

.section02 .section02-item .text-item ul.square > li::before {
  content: "\2713";
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  margin: 3px 11px 0 0;
  border-radius: 50%;
  background: #c90035;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.section02 .section02-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.section02 .section02-more i {
  margin-left: 10px;
  font-size: 15px;
}

.section02 .section02-more:hover {
  background: #c90035;
  color: #fff;
  transform: translateY(-2px);
}

.section02
  .section02-slick
  .section02-item.slick-slide:not(.slick-center)
  .text-item {
  top: auto;
  bottom: 45px;
  max-width: none;
  transform: none;
}

.section02
  .section02-slick
  .section02-item.slick-slide:not(.slick-center)
  .text-item
  ul {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
}

.section02
  .section02-slick
  .section02-item.slick-slide:not(.slick-center)
  .text-item
  h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 32px;
  text-shadow: 1px 2px 2px #000;
}

.section02
  .section02-slick
  .section02-item.slick-slide:not(.slick-center)
  .text-item
  h4::after,
.section02
  .section02-slick
  .section02-item.slick-slide:not(.slick-center)
  .section02-more {
  display: none;
}

.section02 .section02-slick .slick-prev,
.section02 .section02-slick .slick-next,
.section02 .section02-slick .slick-prev:focus,
.section02 .section02-slick .slick-next:focus,
.section02 .section02-slick .slick-prev:hover,
.section02 .section02-slick .slick-next:hover {
  width: 48px;
  height: 48px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.section02 .section02-slick .slick-prev {
  left: calc(var(--section02-side-space) + var(--section02-card-gap) - 24px);
}

.section02 .section02-slick .slick-next {
  right: calc(var(--section02-side-space) + var(--section02-card-gap) - 24px);
}

.section02 .section02-slick .slick-prev::after,
.section02 .section02-slick .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #102030;
  border-right: 2px solid #102030;
}

.section02 .section02-slick .slick-prev::after {
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
}

.section02 .section02-slick .slick-next::after {
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.section02 .section02-slick .slick-prev:hover,
.section02 .section02-slick .slick-next:hover {
  border-color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.section02 .section02-slick .slick-dots {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.section02 .section02-slick .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  transition: width 0.2s ease;
}

.section02 .section02-slick .slick-dots li.slick-active {
  width: 24px;
}

.section02 .section02-slick .slick-dots li button,
.section02 .section02-slick .slick-dots li button::before {
  width: 100%;
  height: 12px;
}

.section02 .section02-slick .slick-dots li button::before {
  content: "";
  border: 0;
  border-radius: 999px;
  background: #d5d5d5;
  box-shadow: none;
  opacity: 1;
}

.section02 .section02-slick .slick-dots li.slick-active button::before {
  border: 0;
  background: #af002c;
  box-shadow: none;
}

@media (max-width: 991px) {
  .section02 {
    --section02-side-space: 150px;
  }

  .section02 .section02-item .text-item {
    left: 34px;
    max-width: 380px;
  }

  .section02 .section02-item .text-item h4 {
    font-size: 28px;
  }

  .section02 .section02-item .img-wrap .img-item {
    min-height: 0;
    padding-top: 100%;
  }

  .section02 .section02-slick .section02-item.slick-slide:not(.slick-center) {
    transform: scale(0.88);
  }
}

@media (max-width: 575px) {
  .section02 {
    --section02-side-space: 34px;
    --section02-card-gap: 8px;
    padding-top: 45px;
    padding-bottom: 44px;
  }

  .section02 .section-title-center {
    margin-bottom: 30px;
    padding: 0 24px;
  }

  .section02 .section02-slick {
    padding-bottom: 46px;
  }

  .section02 .section02-slick .section02-item.slick-slide {
    transform: scale(0.82);
    opacity: 0.26;
    filter: saturate(0.65);
  }

  .section02 .section02-slick .section02-item.slick-center {
    transform: scale(1.1);
    opacity: 1;
    filter: none;
  }

  .section02 .section02-item {
    margin: 8px;
  }

  .section02
    .section02-slick
    .section02-item.slick-slide:not(.slick-center)
    .text-item {
    opacity: 0;
    pointer-events: none;
  }

  .section02
    .section02-slick
    .section02-item.slick-slide:not(.slick-center)
    .text-item
    ul {
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
  }

  .section02 .section02-item .text-item {
    right: 22px;
    left: 22px;
    max-width: none;
  }

  .section02 .section02-item .text-item h4 {
    margin-bottom: 22px;
    padding-bottom: 14px;
    font-size: 22px;
    line-height: 1.2;
  }

  .section02 .section02-item .text-item ul {
    max-height: 112px;
    margin-bottom: 20px;
  }

  .section02 .section02-item .text-item ul li {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  .section02 .section02-more {
    min-width: 124px;
    min-height: 42px;
    padding: 10px 18px;
    font-size: 13px;
  }

  .section02 .section02-slick .slick-dots {
    bottom: 4px;
  }
}

.footer .container {
  max-width: 1416px;
}

.zebex-footer-main {
  padding: 54px 0 44px;
  background: #1b1b1b;
}

.footer .zebex-footer-logo {
  display: inline-block;
}

.footer .zebex-footer-logo img {
  width: 178px;
  max-width: 100%;
}

.footer .zebex-footer-slogan {
  margin-bottom: 24px;
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.zebex-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zebex-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 15px;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.zebex-footer-social a:hover {
  color: #111;
  opacity: 0.82;
  transform: translateY(-2px);
}

.zebex-footer-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 74px;
  row-gap: 34px;
}

.zebex-footer-contact-item {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}

.zebex-footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  margin-right: 15px;
  border-radius: 50%;
  background: #707070;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.footer .zebex-footer-contact-text h5 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.footer .zebex-footer-contact-text p {
  margin-bottom: 0;
  color: #cfcfcf;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.footer .cpyright {
  border-top: 0;
  padding: 19px 0;
  background: #000;
}

.footer .cpyright p,
.footer .zebex-footer-privacy {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.footer .zebex-footer-privacy {
  display: inline-block;
}

.footer .zebex-footer-privacy:hover {
  color: #d8d8d8;
}

@media (max-width: 991px) {
  .zebex-footer-main {
    padding: 38px 0 32px;
  }

  .footer .container {
    max-width: 100%;
  }

  .footer .zebex-footer-logo img {
    width: 150px;
  }

  .footer .zebex-footer-slogan {
    font-size: 16px;
  }

  .zebex-footer-contact {
    grid-template-columns: 1fr;
    row-gap: 22px;
    margin-top: 34px;
  }

  .footer .cpyright,
  .footer .cpyright .text-lg-right {
    text-align: left;
  }

  .footer .zebex-footer-privacy {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .zebex-footer-main {
    padding: 32px 0 28px;
  }

  .footer .zebex-footer-logo {
    margin-bottom: 22px;
  }

  .zebex-footer-contact-item {
    align-items: center;
  }

  .footer .zebex-footer-contact-text h5 {
    font-size: 15px;
  }

  .footer .zebex-footer-contact-text p,
  .footer .cpyright p,
  .footer .zebex-footer-privacy {
    font-size: 14px;
  }
}

/* 關於我們動態區塊：PC / 手機背景圖 */
.aboutblock-bg {
  background-image: var(--about-bg-pc);
}
@media (max-width: 991px) {
  .aboutblock-bg {
    background-image: var(--about-bg-mobile, var(--about-bg-pc));
  }
}
