@charset "UTF-8";
@import "../bootstrap.css";
@import "../fancybox.css";
@import "../swiper-bundle.min.css";
@import "../owl.carousel.min.css";
@import "../owl.theme.default.css";
@import "../reset.css";
.main-navbar {
  background-color: #fff;
  position: relative;
}
.main-navbar::before {
  content: "";
  width: 248px;
  position: absolute;
  inset: 0;
  background: #e60012;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: auto;
  z-index: 3;
}
@media (max-width: 992px) {
  .main-navbar::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-navbar {
    padding: 1.5rem 0;
  }
}
.main-navbar .top-navbar {
  width: 95.83333333%;
  margin: auto;
  z-index: 999;
  position: relative;
}
@media (max-width: 992px) {
  .main-navbar .top-navbar {
    width: 83%;
  }
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
}

.top-nav-logo {
  display: block;
  width: 22.08333333vw;
  max-width: 424px;
  min-width: 240px;
}
.top-nav-logo img {
  width: 100%;
  vertical-align: middle;
}

.navbar-nav {
  padding: 0;
  align-items: center;
}
.navbar-nav .nav-item {
  margin: 0 1.5rem;
}
.navbar-nav .nav-item:hover .nav-dropdown-item > a::after {
  width: 100%;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .navbar-nav .nav-item:hover .nav-dropdown-item > a::after {
    display: none;
  }
}
@media (min-width: 993px) {
  .navbar-nav .nav-item:hover .nav-dropdown-item > .dropdown-menu {
    display: block;
  }
}
.navbar-nav .nav-item .nav-dropdown-item > .dropdown-menu > li a {
  padding: 9px 0;
}
@media (max-width: 1600px) {
  .navbar-nav .nav-item {
    margin: 0 0.7rem;
  }
}
@media (max-width: 992px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
  .navbar-nav .nav-item + .nav-item {
    margin-top: 24px;
  }
}
.navbar-nav .nav-item a {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: block;
  padding: 36px 0;
  position: relative;
  text-align: center;
  outline: none;
}
.navbar-nav .nav-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 6px;
  background-color: #db282f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1600px) {
  .navbar-nav .nav-item a {
    font-size: 16px;
  }
}
@media (max-width: 1460px) {
  .navbar-nav .nav-item a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .navbar-nav .nav-item a {
    font-size: 17px;
    padding: 0;
    text-align: start;
    display: block;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .navbar-nav {
    align-items: flex-start;
    padding: 2rem 0;
  }
}

.nav-dropdown-pic {
  width: 10px;
  margin-left: 12px;
}
.nav-dropdown-pic img {
  width: 100%;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent;
}

@media (max-width: 992px) {
  .nav-dropdown-item {
    flex-direction: column;
  }
}

.navbar-nav .dropdown-menu {
  width: 320px;
  padding: 38px 8px;
  border-radius: 0;
  margin: 0;
  border: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.3); /* 半透明 */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 992px) {
  .navbar-nav .dropdown-menu {
    width: 100%;
    backdrop-filter: unset;
    background-color: #fff;
    position: relative;
  }
}
.navbar-nav .dropdown-menu > li {
  width: 100%;
}
.navbar-nav .dropdown-menu > li:hover > a::after {
  width: 100%;
}
.navbar-nav .dropdown-menu > li > a {
  color: #fff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #000;
}
@media (max-width: 992px) {
  .navbar-nav .dropdown-menu > li > a {
    margin: unset;
  }
}
.navbar-nav .dropdown-menu > li > a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
  width: 0%;
  transition: 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .navbar-nav .dropdown-menu > li {
    padding: 0px;
  }
  .navbar-nav .dropdown-menu > li + li {
    margin-top: 0px;
  }
}

.dropdown-item {
  padding: 0;
}

.top-nav-search {
  display: flex;
  align-items: center;
  margin-right: 22px;
}
@media (max-width: 1300px) {
  .top-nav-search {
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .top-nav-search {
    width: 255px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.top-nav-search input {
  background-color: #f7f7f7;
  width: 10.15625vw;
  height: 36px;
  border: 1px solid #db282f;
  border-radius: 19px;
  text-indent: 0.5em;
}
@media (max-width: 992px) {
  .top-nav-search input {
    width: 195px;
  }
}
.top-nav-search input:focus {
  outline: none;
}
.top-nav-search input::-moz-placeholder {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: rgba(240, 28, 36, 0.4);
  text-indent: 12px;
}
.top-nav-search input::placeholder {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: rgba(240, 28, 36, 0.4);
  text-indent: 12px;
}
@media (max-width: 1400px) {
  .top-nav-search input::-moz-placeholder {
    font-size: 13px;
  }
  .top-nav-search input::placeholder {
    font-size: 13px;
  }
}

.top-nav-toolbox {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding-right: 200px;
  position: relative;
}

.nav-search-btn {
  padding: 0;
  background-color: transparent;
  display: block;
  border: none;
  width: 14px;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .nav-search-btn {
    position: unset;
    left: 0;
  }
}
.nav-search-btn svg {
  width: 14px;
  color: #000;
}
@media (max-width: 992px) {
  .nav-search-btn svg {
    color: #000;
  }
}

ul.dropdown-menu.show {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 992px) {
  ul.dropdown-menu.show {
    box-shadow: none;
  }
}
ul.dropdown-menu.show li > a {
  padding: 0;
}
ul.dropdown-menu.show li > a::after {
  display: none;
}

.dropdown-menu {
  --bs-dropdown-item-padding-x: 0;
  --bs-dropdown-item-padding-y: 0;
}

.nav-language-change {
  background-color: #fff;
  border: 1px solid #db282f;
  padding: 0 21px;
  border-radius: 19px;
  height: 37px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 992px) {
  .nav-language-change {
    position: relative;
    top: 10px;
  }
}
.nav-language-change.active {
  height: 99px;
}
.nav-language-change li {
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.nav-language-change li:first-child {
  gap: 10px;
}
.nav-language-change li svg {
  width: 20px;
}
.nav-language-change li a {
  display: block;
  color: #f01c24;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.main-footer {
  background-color: #1a1c25;
  padding: 91px 0;
  padding-left: 116px;
  position: relative;
}
@media (max-width: 1200px) {
  .main-footer {
    padding-left: 0px;
    padding: 60px 13.5%;
  }
}
.main-footer .footer-company-profile-logo {
  width: 363px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .main-footer .footer-company-profile-logo {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.main-footer .footer-company-profile-logo img {
  width: 100%;
  vertical-align: middle;
}

.footer-company-profile-list {
  display: flex;
  flex-direction: column;
}
.footer-company-profile-list li {
  display: flex;
  align-items: center;
}
.footer-company-profile-list li + li {
  margin-top: 12px;
}
.footer-company-profile-list li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .footer-company-profile-list li a {
    font-size: 16px;
  }
}

.footer-company-profile-pic {
  width: 18px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .footer-company-profile-pic {
    width: 15px;
  }
}
.footer-company-profile-pic img {
  width: 100%;
  vertical-align: middle;
}

.footer-phone-box {
  gap: 40px;
}

.footer-nav-main {
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 73.59375%;
  margin: auto;
  padding: 112px 7.65625vw 91px 0;
  background-color: #111217;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1800px) {
  .footer-nav-main {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .footer-nav-main {
    clip-path: unset;
    width: 100%;
    padding: 0;
    position: relative;
    background-color: #1a1c25;
  }
}
.footer-nav-main p,
.footer-nav-main a {
  text-decoration: none;
  font-size: 15px;
  color: #a4a4a4;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.footer-nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 77px;
  padding-bottom: 190px;
}
@media (max-width: 1200px) {
  .footer-nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer-nav-list li a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .footer-nav-list li a {
    font-size: 16px;
  }
}
.footer-nav-list li a svg {
  width: 30px;
}
@media (max-width: 1200px) {
  .footer-nav-list li a svg {
    width: 25px;
  }
}
.footer-nav-list li a svg {
  flex-shrink: 0;
  margin-right: 1rem;
}

.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}
.index-banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.index-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.index-banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  display: block;
}
.index-banner .swiper-pagination {
  display: flex;
  justify-content: center;
}
.index-banner .swiper-pagination-bullet-active {
  background-color: transparent;
  box-shadow: 0 0 0 3px #fff;
  position: relative;
}
.index-banner .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  width: 86px;
}
@media (max-width: 992px) {
  .index-banner .swiper-button-prev,
  .index-banner .swiper-button-next {
    width: 56px;
  }
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  display: none;
}
.index-banner .swiper-button-prev img,
.index-banner .swiper-button-next img {
  width: 100%;
  vertical-align: middle;
}

.index-about {
  background-color: #f0f6ff;
  background-image: url(../../src/web/index/bg_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 146px 0 125px;
  background-attachment: fixed;
}
@media (max-width: 1200px) {
  .index-about {
    padding: 60px 0 60px;
  }
}

.index-about-main {
  width: 83.33333333%;
  margin: auto;
}

.index-about-article {
  width: 39.3125%;
}
@media (max-width: 1200px) {
  .index-about-article {
    width: 100%;
  }
}
.index-about-article h1 {
  font-size: 40px;
  font-weight: 600;
  color: #373737;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .index-about-article h1 {
    font-size: 28px;
  }
}
.index-about-article h1::first-letter {
  color: #f01c24;
}

.index-about-pic {
  width: 0;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .index-about-pic {
    width: 100%;
  }
}
.index-about-pic img {
  width: 100%;
  vertical-align: middle;
}

.index-about-article-contnet {
  padding-top: 20px;
  padding-left: 60px;
  order: 1;
}
@media (max-width: 1200px) {
  .index-about-article-contnet {
    padding-left: 0px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.index-about-article-contnet h2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #f01c24;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .index-about-article-contnet h2 {
    font-size: 16px;
  }
}
.index-about-article-contnet h2::before {
  content: "";
  display: block;
  width: 40px;
  border-top: 1px solid #373737;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .index-about-article-contnet h2::before {
    width: 26px;
    margin-right: 10px;
  }
}
.index-about-article-contnet h3 {
  font-size: 25px;
  font-weight: 600;
  color: #f01c24;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .index-about-article-contnet h3 {
    font-size: 20px;
  }
}
.index-about-article-contnet > span {
  display: block;
  font-size: 25px;
  color: #14065d;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .index-about-article-contnet > span {
    font-size: 18px;
  }
}
.index-about-article-contnet p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #121212;
}
@media (max-width: 1200px) {
  .index-about-article-contnet p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.index-about-btn {
  margin-top: 63px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 15px 2rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #14065d;
}
@media (max-width: 1200px) {
  .index-about-btn {
    margin: auto;
    margin-top: 30px;
    font-size: 16px;
  }
}
.index-about-btn span,
.index-about-btn i {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: color 0.3s ease;
}
.index-about-btn {
  /* 左右門板 */
}
.index-about-btn::before, .index-about-btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f01c24;
  z-index: 1;
  transition: transform 0.4s ease;
}
.index-about-btn {
  /* 左門 */
}
.index-about-btn::before {
  left: 0;
  transform: translateX(-100%);
}
.index-about-btn {
  /* 右門 */
}
.index-about-btn::after {
  right: 0;
  transform: translateX(100%);
}
.index-about-btn:hover span,
.index-about-btn:hover i {
  color: #fff;
}
.index-about-btn:hover::before {
  transform: translateX(0);
}
.index-about-btn:hover::after {
  transform: translateX(0);
}

.index-product-list {
  padding-top: 86px;
}
@media (max-width: 992px) {
  .index-product-list {
    padding-bottom: 60px;
    padding-top: 30px;
  }
}
.index-product-list .swiper-button-prev,
.index-product-list .swiper-button-next {
  width: 86px;
}
@media (max-width: 992px) {
  .index-product-list .swiper-button-prev,
  .index-product-list .swiper-button-next {
    width: 56px;
  }
}
.index-product-list .swiper-button-prev::after,
.index-product-list .swiper-button-next::after {
  display: none;
}
.index-product-list .swiper-button-prev img,
.index-product-list .swiper-button-next img {
  width: 100%;
  vertical-align: middle;
}
.index-product-list .swiper-button-next {
  top: -20px;
  right: 0;
}
@media (max-width: 992px) {
  .index-product-list .swiper-button-next {
    top: 100%;
    right: 50%;
    transform: translateX(calc(100% + 10px));
  }
}
.index-product-list .swiper-button-prev {
  top: -20px;
  right: 101px;
  left: unset;
}
@media (max-width: 992px) {
  .index-product-list .swiper-button-prev {
    top: 100%;
    left: 50%;
    transform: translateX(calc(-100% - 10px));
  }
}

.index-product {
  padding: 0 0 168px;
  position: relative;
  background-size: 100%;
  background-position: bottom;
  background-image: url(../../src/web/index/bg_2.svg);
  background-repeat: no-repeat;
  z-index: 6;
  margin-bottom: -86px;
}
@media (max-width: 992px) {
  .index-product {
    padding: 0px 0 168px;
  }
}
.index-product h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373737;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .index-product h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.index-product h2::first-letter {
  color: #f01c24;
}
.index-product h3 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #f01c24;
  display: flex;
  align-items: center;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 992px) {
  .index-product h3 {
    gap: 16px;
  }
}
.index-product h3::after, .index-product h3::before {
  content: "";
  display: block;
  width: 40px;
  border-top: 1px solid #373737;
}
@media (max-width: 992px) {
  .index-product h3::after, .index-product h3::before {
    width: 20px;
  }
}
.index-product .index-product-main {
  width: 83.22916667%;
  margin: auto;
}

.index-product-Swiper .index-product-item {
  text-decoration: none;
  display: block;
}
.index-product-Swiper .index-product-item:hover .index-product-item-pic::after {
  opacity: 1;
}
.index-product-Swiper .index-product-item:hover .index-product-item-pic h4 {
  transform: translateY(0);
  opacity: 1;
}
.index-product-Swiper .index-product-item .index-product-item-pic {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-product-Swiper .index-product-item .index-product-item-pic::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(180, 180, 180, 0.3);
  backdrop-filter: blur(15px);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.index-product-Swiper .index-product-item .index-product-item-pic h4 {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  z-index: 3;
  margin: 0;
  text-align: center;
  align-items: center;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s ease;
}
.index-product-Swiper .index-product-item .index-product-item-pic h4::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 20px;
  background-color: #fff;
  clip-path: polygon(40% 0%, 60% 0%, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0% 60%, 0% 40%, 40% 40%);
}
.index-product-Swiper .index-product-item .index-product-item-pic img {
  width: 100%;
  display: block;
}
.index-product-Swiper .index-product-item p {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .index-product-Swiper .index-product-item p {
    color: #000;
  }
}

.index-contant-us {
  padding: 151px 0 154px;
  background-image: url(../../src/web/index/bg_3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .index-contant-us {
    padding: 151px 0 60px;
  }
}
.index-contant-us .index-contant-us-main {
  width: 77.1875%;
  margin: auto;
}
@media (max-width: 992px) {
  .index-contant-us .index-contant-us-main {
    width: 83%;
  }
}

.index-contantCard {
  width: 53.98110661%;
  margin-left: auto;
  position: relative;
  z-index: 7;
}
@media (max-width: 992px) {
  .index-contantCard {
    width: 100%;
    flex-direction: column;
  }
}
.index-contantCard p {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .index-contantCard p {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}
.index-contantCard .contact-btn {
  text-decoration: none;
  margin-top: auto;
}
.index-contantCard .contact-btn span {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  margin-right: 50px;
}
.index-contantCard .contact-btn span::after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 100%;
  border-top: 1px solid #fff;
}
.index-contantCard .contact-btn .contact-btn-pic {
  width: 136px;
}
@media (max-width: 992px) {
  .index-contantCard .contact-btn .contact-btn-pic {
    width: 80px;
  }
}
.index-contantCard .contact-btn .contact-btn-pic img {
  width: 100%;
  vertical-align: middle;
}

.page-about {
  padding: 130px 0 270px;
  background-image: url(../../src/web/index/bg_1.png);
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 992px) {
  .page-about {
    padding: 60px 0 100px;
  }
}
.page-about .page-about-main {
  width: 83.33333333%;
  margin: auto;
}

.page-about-main {
  padding: 51px 4.47916667vw 0 0;
}
@media (max-width: 992px) {
  .page-about-main {
    padding: 30px 0 0 0;
  }
}

.page-base-title {
  padding-bottom: 21px;
  border-bottom: 1px solid #14065d;
  position: relative;
}
.page-base-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #373737;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .page-base-title h2 {
    font-size: 28px;
    margin-bottom: 18px;
    text-align: center;
  }
}
.page-base-title h2::after {
  content: "";
  width: 320px;
  height: 21px;
  background-color: #14065d;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 992px) {
  .page-base-title h2::after {
    width: 40%;
    height: 1rem;
  }
}

.page-about-article {
  padding-top: 51px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 992px) {
  .page-about-article {
    padding-top: 30px;
  }
}
.page-about-article span {
  font-size: 25px;
  font-weight: 700;
  color: #16428d;
  margin-bottom: 18px;
  display: block;
}
@media (max-width: 992px) {
  .page-about-article span {
    font-size: 20px;
  }
}

.about-article-pic {
  width: 63.63636364%;
  margin: 70px auto 62px;
}
@media (max-width: 992px) {
  .about-article-pic {
    width: 100%;
    margin: 30px auto;
  }
}
.about-article-pic img {
  width: 100%;
  vertical-align: middle;
}

.about-article-title {
  background-image: url(../../src/web/about/pic_1.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 17.8px 34px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  aspect-ratio: 381/65;
  min-width: 381px;
}
@media (max-width: 500px) {
  .about-article-title {
    min-width: 100%;
    aspect-ratio: unset;
  }
}
.about-article-title h3 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .about-article-title h3 {
    font-size: 20px;
  }
}

.about-article-item p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373737;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .about-article-item p {
    font-size: 16px;
  }
}
.about-article-item + .about-article-item {
  margin-top: 45.2px;
}
@media (max-width: 992px) {
  .about-article-item + .about-article-item {
    margin-top: 30px;
  }
}

.page-about-history-pic {
  width: 79.46428571%;
  margin-left: 20%;
  margin-top: 33px;
}
@media (max-width: 992px) {
  .page-about-history-pic {
    width: 100%;
    margin-left: 0%;
  }
}
.page-about-history-pic img {
  width: 100%;
  vertical-align: middle;
}

.page-about-iso-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 762px) {
  .page-about-iso-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-iso-list-item {
  width: 100%;
}
.about-iso-list-item img {
  width: 100%;
  vertical-align: middle;
}

.base-pages-banner {
  position: relative;
}
.base-pages-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
@media (max-width: 992px) {
  .base-pages-banner h1 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .base-pages-banner {
    aspect-ratio: 16/9;
  }
}
.base-pages-banner img {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .base-pages-banner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.base-pages-bread {
  border-bottom: 1px solid #14065d;
}
@media (max-width: 762px) {
  .base-pages-bread {
    border-bottom: none;
  }
}
.base-pages-bread .base-pages-bread-main {
  width: 83%;
  margin: auto;
  display: flex;
}
.base-pages-bread .base-pages-bread-main ul {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 762px) {
  .base-pages-bread .base-pages-bread-main ul {
    justify-content: center;
    gap: 0px;
  }
}
.base-pages-bread .base-pages-bread-main ul .beadceumb-home {
  padding: 0 20px;
  border-left: 1px solid #14065d;
  border-right: 1px solid #14065d;
}
@media (max-width: 762px) {
  .base-pages-bread .base-pages-bread-main ul .beadceumb-home {
    border-left: none;
    border-right: none;
    padding: 0;
  }
}
.base-pages-bread .base-pages-bread-main ul .beadceumb-home .beadceumb-pic {
  width: 11px;
}
.base-pages-bread .base-pages-bread-main ul .beadceumb-home .beadceumb-pic img {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 762px) {
  .base-pages-bread .base-pages-bread-main ul li + li {
    margin-left: 10px;
  }
}
.base-pages-bread .base-pages-bread-main ul li a {
  display: block;
  padding: 17px 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #14065d;
}
@media (max-width: 762px) {
  .base-pages-bread .base-pages-bread-main ul li a {
    padding: 10px 0;
  }
}

.page-base-pagination {
  gap: 28px;
  margin: auto;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .page-base-pagination {
    margin-top: 50px;
    gap: 16px;
  }
}
.page-base-pagination .page-pagination {
  gap: 15px;
}
@media (max-width: 992px) {
  .page-base-pagination .page-pagination {
    gap: 10px;
  }
}
.page-base-pagination .page-pagination li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #373737;
  display: flex;
}
.page-base-pagination .page-pagination li:hover {
  background-color: #f01c24;
  border: 1px solid #f01c24;
}
.page-base-pagination .page-pagination li:hover a {
  color: #fff;
}
@media (max-width: 992px) {
  .page-base-pagination .page-pagination li {
    width: 36px;
    height: 36px;
  }
}
.page-base-pagination .page-pagination li a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  margin: auto;
  text-decoration: none;
}
@media (max-width: 992px) {
  .page-base-pagination .page-pagination li a {
    font-size: 15px;
  }
}

.pages-base-bread-main {
  width: 83%;
  margin: auto;
}
@media (max-width: 500px) {
  .pages-base-bread-main {
    width: 97%;
  }
}
.pages-base-bread-main ul {
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .pages-base-bread-main ul {
    justify-content: center;
  }
}
.pages-base-bread-main ul li:last-child a {
  color: #6e6e6e;
}
.pages-base-bread-main ul li + li {
  margin-left: 14px;
}
@media (max-width: 998px) {
  .pages-base-bread-main ul li + li {
    margin-left: 10px;
  }
}
@media (max-width: 390px) {
  .pages-base-bread-main ul li + li {
    margin-left: 7px;
  }
}
.pages-base-bread-main ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.page-pagination-btn {
  width: 15.27px;
  color: #f01c24;
  display: flex;
}
.page-pagination-btn svg {
  width: 100%;
  vertical-align: middle;
}

.page-base-menu-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #373737;
  position: relative;
}
@media (max-width: 992px) {
  .page-base-menu-title {
    border: 2px solid #f01c24;
    background-color: #fff;
    padding-bottom: unset;
    padding: 1rem;
  }
}
.page-base-menu-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #373737;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .page-base-menu-title h2 {
    font-size: 26px;
  }
}
.page-base-menu-title h2::first-letter {
  color: #f01c24;
}
.page-base-menu-title::after {
  content: "";
  display: block;
  width: 26%;
  border-top: 2px solid #f01c24;
  position: absolute;
  bottom: 0;
  left: 0%;
  transform: translateY(1px);
}
@media (max-width: 992px) {
  .page-base-menu-title::after {
    display: none;
  }
}

.page-base-menu-list {
  height: auto;
}
@media (max-width: 992px) {
  .page-base-menu-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 1rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .page-base-menu-list.active {
    max-height: 1000px;
  }
}
.page-base-menu-list li .page-base-menu-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #373737;
}
.page-base-menu-list li .page-base-menu-item span {
  margin-left: auto;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 992px) {
  .page-base-menu-list li .page-base-menu-item span {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .page-base-menu-list li .page-base-menu-item {
    border-bottom: none;
  }
}
.page-base-menu-list li:hover i {
  width: 13px;
}
.page-base-menu-list li.active i {
  width: 13px;
}
@media (max-width: 992px) {
  .page-base-menu-list li {
    border-bottom: unset;
    padding-left: 1rem;
  }
  .page-base-menu-list li + li {
    border-top: 1px solid #f01c24;
  }
}
.page-base-menu-list li i {
  color: #f01c24;
  margin-right: 10px;
  width: 0;
  overflow: hidden;
  transition: 0.2s ease;
}
.page-base-menu-list li a {
  text-decoration: none;
  font-size: 22px;
  color: #373737;
  letter-spacing: 0.05em;
  padding: 27px 0;
  display: block;
}
@media (max-width: 992px) {
  .page-base-menu-list li a {
    font-size: 18px;
    padding: 16px 0;
  }
}
.page-base-menu-list li a.accordion-button {
  display: flex;
  align-items: center;
}
.page-base-menu-list li a.accordion-button::after {
  content: "";
  display: block;
  margin-left: auto;
  width: 12px;
  height: 3px;
  background-color: #373737;
}
.page-base-menu-list li a.accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
.page-base-menu-list li a.accordion-button:not(.collapsed)::after {
  width: 12px;
  height: 12px;
  clip-path: polygon(40% 0%, 60% 0%, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0% 60%, 0% 40%, 40% 40%);
}

.page-left-menu {
  width: 24.625%;
  padding-right: 2.59vw;
}
@media (max-width: 992px) {
  .page-left-menu {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.page-right-content {
  width: 0;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .page-right-content {
    width: 100%;
  }
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
}

.page-base-innerMenu {
  padding: 10px 0 70px;
}
@media (max-width: 992px) {
  .page-base-innerMenu {
    padding: 10px 0 30px;
  }
}
.page-base-innerMenu li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #373737;
  padding: 10px 0;
}
@media (max-width: 992px) {
  .page-base-innerMenu li a {
    font-size: 18px;
  }
}

.page-invest-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 37px 0 66px;
  justify-content: start;
}
@media (max-width: 762px) {
  .page-invest-nav {
    padding: 0 0 1.5rem;
  }
}
.page-invest-nav li {
  width: 27.81786%;
  min-width: 292px;
  height: 71px;
  border: 3px solid #cdcbd5;
  background-color: #fff;
  display: flex;
  border-radius: 40px;
  padding: 0 27px;
}
.page-invest-nav li.invest-nav-long {
  height: auto;
  width: 60%;
}
@media (max-width: 762px) {
  .page-invest-nav li.invest-nav-long {
    width: 100%;
  }
}
.page-invest-nav li:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 762px) {
  .page-invest-nav li {
    width: 100%;
    min-width: 100%;
  }
}
.page-invest-nav li span {
  text-align: center;
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373737;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .page-invest-nav li span {
    font-size: 18px;
  }
}

.inveat-content h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373737;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .inveat-content h3 {
    font-size: 23px;
    text-align: center;
  }
}
.inveat-content .inveat-content-redTitle > h4 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #f01c24;
  padding: 1rem 0;
  width: 100%;
}
@media (max-width: 992px) {
  .inveat-content .inveat-content-redTitle > h4 {
    font-size: 20px;
  }
}

.inveat-content-member {
  padding: 20px 0 0;
}
.inveat-content-member p {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #373737;
}
@media (max-width: 992px) {
  .inveat-content-member p {
    font-size: 18px;
  }
}

.inveat-member-article {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .inveat-member-article {
    padding-top: 25px;
    padding-bottom: 52px;
  }
}
.inveat-member-article p {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #373737;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .inveat-member-article p {
    font-size: 18px;
  }
}

.page-invest-item {
  padding: 40px 0 100px;
}
@media (max-width: 992px) {
  .page-invest-item {
    padding: 20px 0 30px;
  }
}
.page-invest-item p {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #373737;
}
@media (max-width: 992px) {
  .page-invest-item p {
    font-size: 18px;
  }
}

.page-invest-item {
  margin-top: 45px;
  width: 100%;
}
@media (max-width: 992px) {
  .page-invest-item {
    margin-top: 30px;
  }
}
.page-invest-item .page-invest-item-form::-webkit-scrollbar {
  display: none;
}
.page-invest-item span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373737;
  display: block;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.page-invest-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.page-invest-table::-webkit-scrollbar {
  display: none;
}
.page-invest-table th {
  background-color: #1a1a4d;
  color: white;
  padding: 20px 14px;
  text-align: center;
  position: relative;
}
.page-invest-table th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: white;
}
.page-invest-table td {
  padding: 20px 14px;
  vertical-align: middle;
  text-align: start;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.page-invest-table td:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: #000;
}
.page-invest-table tbody tr:not(:last-child) td::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 2px;
  background-color: #000;
}
.page-invest-table .first-column {
  background-color: white;
  text-align: center;
  width: 15%;
}
.page-invest-table .method-column {
  text-align: center;
  width: 15%;
}
.page-invest-table .standard-column {
  width: 35%;
}
.page-invest-table .result-column {
  width: 35%;
}
.page-invest-table ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
}
.page-invest-table ul li {
  line-height: 1.6;
}

.page-invest-table-item {
  margin-top: 25px;
  overflow-x: scroll;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.page-invest-table-item::-webkit-scrollbar {
  display: none;
}

.page-invest-table-download {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.page-invest-table-download::-webkit-scrollbar {
  display: none;
}
.page-invest-table-download th {
  background-color: #1a1a4d;
  color: white;
  padding: 20px 14px;
  text-align: center;
  position: relative;
}
.page-invest-table-download th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: white;
}
.page-invest-table-download td {
  padding: 20px 14px;
  vertical-align: middle;
  text-align: start;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.page-invest-table-download td:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: #000;
}
.page-invest-table-download tbody tr:not(:last-child) td::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 2px;
  background-color: #000;
}
.page-invest-table-download .date-column {
  width: 15%;
  text-align: center;
}
.page-invest-table-download .title-column {
  width: 61%;
}
.page-invest-table-download .download-column {
  width: 24%;
  text-align: center;
  padding: 20px 14px;
}
.page-invest-table-download .invest-table-download-pic {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-invest-table-download .invest-table-download-pic img {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: block;
}

.page-invest-article {
  padding-top: 51px;
}
.page-invest-article p {
  font-size: 30px;
  color: #373737;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.page-invest-article .invest-article-pic img {
  width: 100%;
  vertical-align: middle;
}

.page-board-member {
  padding-top: 50px;
}
.page-board-member h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373737;
  margin-bottom: 15px;
}

.page-board-member-table {
  overflow-x: scroll;
  padding-bottom: 100px;
}
@media (max-width: 762px) {
  .page-board-member-table {
    padding-bottom: 60px;
  }
}
.page-board-member-table span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373737;
  line-height: 1.8;
}
@media (max-width: 762px) {
  .page-board-member-table span {
    font-size: 18px;
  }
}
.page-board-member-table::-webkit-scrollbar {
  display: none;
}

.bord-table {
  width: 1130px;
  background-color: #fff;
  border-collapse: collapse;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bord-table .bord-header {
  background-color: #f01c24;
  color: #fff;
  padding: 18px 32px;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  border-right: 2px solid #fff;
}
@media (max-width: 762px) {
  .bord-table .bord-header {
    font-size: 18px;
  }
}
.bord-table .bord-header:first-child {
  width: 20%;
}
.bord-table .bord-header:last-child {
  width: 80%;
  border-right: none;
}
.bord-table .bord-row {
  position: relative;
}
.bord-table .bord-row::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  height: 1px;
  background-color: #e0e0e0;
}
.bord-table .bord-row:last-child::after {
  display: none;
}
.bord-table .bord-cell {
  padding: 18px 32px;
  border-right: 2px solid #fff;
  vertical-align: top;
  line-height: 1.8;
  font-size: 22px;
}
.bord-table .bord-cell:last-child {
  border-right: none;
}
.bord-table .bord-cell.bord-cell-title {
  width: 20%;
  font-weight: 600;
  color: #333;
}
.bord-table .bord-cell.bord-cell-content {
  width: 80%;
  color: #555;
}

.boardDiversity-item {
  padding-top: 45px;
  padding-bottom: 100px;
}
.boardDiversity-item h3 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
}
@media (max-width: 762px) {
  .boardDiversity-item h3 {
    font-size: 20px;
  }
}

.boardDiversity-big-box {
  overflow-x: scroll;
}
.boardDiversity-big-box::-webkit-scrollbar {
  display: none;
}
.boardDiversity-big-box .boardDiversity-big-pic {
  padding: 100px 0;
  width: 1200px;
}
.boardDiversity-big-box .boardDiversity-big-pic img {
  width: 100%;
  vertical-align: middle;
}

.board-performance {
  padding-bottom: 100px;
}
.board-performance p {
  color: #373737;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 40px 0 25px;
}
@media (max-width: 762px) {
  .board-performance p {
    font-size: 18px;
  }
}

.board-performance-article {
  padding-top: 2rem;
}
.board-performance-article p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #373737;
}
@media (max-width: 762px) {
  .board-performance-article p {
    font-size: 18px;
  }
}
.board-performance-article ul > li .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f01c24;
  margin-right: 10px;
  flex-shrink: 0;
  transform: translateY(15px);
}
.board-performance-article ul > li {
  display: flex;
}

.boardDiversity-ta {
  overflow-x: scroll;
  margin: 0 auto;
}
.boardDiversity-ta::-webkit-scrollbar {
  display: none;
}

.boardDiversity__table {
  width: 1130px;
  border-collapse: collapse;
  border: 1px solid #1a1464;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.boardDiversity__header {
  background-color: #1a1464;
  color: white;
}

.boardDiversity__headerCell {
  padding: 18px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-right: 1px solid white;
}

.boardDiversity__headerCell:last-child {
  border-right: none;
}

/* 設定欄位寬度比例 */
.boardDiversity__col--target {
  width: 30%;
}

.boardDiversity__col--status {
  width: 15%;
}

.boardDiversity__col--description {
  width: 55%;
}

.boardDiversity__row {
  border-bottom: 1px solid #ddd;
}

.boardDiversity__row:last-child {
  border-bottom: none;
}

.boardDiversity__cell {
  padding: 40px 55px;
  vertical-align: top;
  border-right: 1px solid #ddd;
  font-size: 22px;
  line-height: 1.6;
  color: #373737;
  font-weight: 400;
}

.boardDiversity__cell:last-child {
  border-right: none;
}

.boardDiversity__cell--center {
  text-align: center;
  vertical-align: middle;
}

.board-evaluation {
  overflow-x: scroll;
}
.board-evaluation::-webkit-scrollbar {
  display: none;
}
.board-evaluation {
  margin: 0 auto;
  background-color: #fff;
}
.board-evaluation__table {
  width: 1130px;
  border-collapse: collapse;
  border: 1px solid #1a1464;
}
.board-evaluation {
  /* ===== Header ===== */
}
.board-evaluation__header {
  background-color: #1a1464;
}
.board-evaluation__header-cell {
  padding: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border-right: 1px solid #fff;
}
.board-evaluation__header-cell:last-child {
  border-right: none;
}
.board-evaluation {
  /* ===== Column width ===== */
}
.board-evaluation__col--scope {
  width: 15%;
}
.board-evaluation__col--method {
  width: 20%;
}
.board-evaluation__col--criteria {
  width: 35%;
}
.board-evaluation__col--result {
  width: 30%;
}
.board-evaluation {
  /* ===== Row ===== */
}
.board-evaluation__row {
  border-bottom: 1px solid #ddd;
}
.board-evaluation__row:last-child {
  border-bottom: none;
}
.board-evaluation {
  /* ===== Cell ===== */
}
.board-evaluation__cell {
  padding: 20px 15px;
  vertical-align: top;
  border-right: 1px solid #ddd;
  font-size: 22px;
  line-height: 1.8;
  color: #333;
}
.board-evaluation__cell:last-child {
  border-right: none;
}
.board-evaluation__cell--center {
  text-align: center;
  vertical-align: middle;
}
.board-evaluation {
  /* ===== List (normal) ===== */
}
.board-evaluation__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.board-evaluation__list-item {
  margin-bottom: 8px;
  line-height: 1.6;
}
.board-evaluation__list-item:last-child {
  margin-bottom: 0;
}
.board-evaluation {
  /* ===== Criteria list (A, B, C...) ===== */
}
.board-evaluation__criteria-list {
  counter-reset: criteria;
  list-style: none;
  padding: 0;
  margin: 0;
}
.board-evaluation__criteria-list-item {
  counter-increment: criteria;
  margin-bottom: 6px;
  line-height: 1.6;
}
.board-evaluation__criteria-list-item::before {
  content: counter(criteria, upper-alpha) ".";
  font-weight: bold;
  margin-right: 4px;
}
.board-evaluation__criteria-list-item:last-child {
  margin-bottom: 0;
}

.material-announcement {
  padding-top: 50px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #373737;
}
@media (max-width: 992px) {
  .material-announcement {
    font-size: 20px;
  }
}

.page-prducts-main {
  padding: 51px 0;
  width: 83.33333333%;
  margin: auto;
}
.page-prducts-main .page-base-pagination {
  margin-top: 160px;
}

.page-product-power {
  padding-top: 50px;
}
.page-product-power h3 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #16428d;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .page-product-power h3 {
    font-size: 18px;
  }
}
.page-product-power p {
  font-size: 22px;
  font-weight: 400;
  color: #373737;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .page-product-power p {
    font-size: 18px;
  }
}
.page-product-power ul li {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  color: #373737;
}
@media (max-width: 992px) {
  .page-product-power ul li {
    font-size: 18px;
    line-height: 1.4;
  }
}

.product-powerSupply-pic {
  width: 65%;
}
@media (max-width: 992px) {
  .product-powerSupply-pic {
    width: 100%;
    padding-top: 1rem;
  }
}
.product-powerSupply-pic img {
  width: 100%;
  vertical-align: middle;
}

.page-products-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
@media (max-width: 992px) {
  .page-products-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 762px) {
  .page-products-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-products-item {
  background-color: #fff;
  border: 1px solid #707070;
  display: block;
  text-decoration: none;
}
.page-products-item:hover .page-products-item-pic {
  background-size: 120% 120%;
}
.page-products-item:hover .products-item-btn {
  background-color: #cb6e71;
}
.page-products-item .page-products-item-pic {
  display: flex;
  aspect-ratio: 200/147;
  background-size: 100% 100%;
  background-position: center;
  transition: 0.2s ease-in-out;
  background-image: url(../../src/web/products/pic_1.png);
}
.page-products-item .page-products-item-pic span {
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373737;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 762px) {
  .page-products-item .page-products-item-pic span {
    font-size: 23px;
  }
}

.page-products-item-title {
  padding: 0 17px 17px;
}
.page-products-item-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #373737;
  text-align: center;
  line-height: 1.2;
  margin: 25px 0;
}
@media (max-width: 762px) {
  .page-products-item-title h3 {
    font-size: 18px;
  }
}
.page-products-item-title .products-item-btn {
  border: none;
  background-color: transparent;
  padding: 20px 0;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  background-color: #14065d;
}
@media (max-width: 762px) {
  .page-products-item-title .products-item-btn {
    padding: 16px 0;
    font-size: 18px;
  }
}
.page-products-item-title .products-item-btn:hover {
  background-color: #cb6e71;
}

.page-products-innerList {
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .page-products-innerList {
    padding-bottom: 30px;
  }
}
.page-products-innerList p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #373737;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .page-products-innerList p {
    font-size: 18px;
  }
}

.products-innerList-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .products-innerList-box {
    grid-template-columns: repeat(3, 1fr);
  }
}

.products-innerList-item {
  display: block;
  text-decoration: none;
  text-align: center;
}
.products-innerList-item .products-innerList-pic {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.products-innerList-item .products-innerList-pic img {
  width: 100%;
  vertical-align: middle;
}
.products-innerList-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #373737;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .products-innerList-item h3 {
    font-size: 18px;
  }
}

.page-productInner {
  padding: 91px 0 251px;
  background-image: url(../../src/web/index/bg_1.png);
  background-attachment: fixed;
  background-size: cover;
}
.page-productInner .productInner-main {
  width: 89.58333333%;
  margin: auto;
}

.invest-container {
  max-width: 100%;
  margin: 0 auto;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.invest-header {
  background-color: #2d2a7d;
  color: white;
}

.invest-header-title {
  font-size: 25px;
  font-weight: 400;
  padding: 14px 30px;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.invest-header-info {
  font-size: 20px;
  font-weight: 400;
  padding: 17px 30px;
  color: #fff;
}

.invest-content {
  background: linear-gradient(135deg, #e8e5f5 0%, #d5d1e8 100%);
  padding: 36px 40px 35px;
}
@media (max-width: 1440px) {
  .invest-content {
    padding: 18px 20px 18px;
  }
}

.invest-scroll-container {
  overflow-x: scroll;
  overflow-y: visible;
  margin-bottom: 62px;
}
.invest-scroll-container::-webkit-scrollbar {
  height: 8px;
}
.invest-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.invest-scroll-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.invest-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.invest-selects-wrapper {
  display: flex;
  gap: 20px;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 10px 0;
}
@media (max-width: 1440px) {
  .invest-selects-wrapper {
    gap: 10px;
  }
}

.invest-select-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 206px;
}
@media (max-width: 1440px) {
  .invest-select-group {
    min-width: 80px;
  }
}

.invest-select-label {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2d2a7d;
}
@media (max-width: 1440px) {
  .invest-select-label {
    font-size: 16px;
  }
}

.invest-select {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #2d2a7d;
  border-radius: 4px;
  background-color: white;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  height: 479px;
  overflow-y: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 1440px) {
  .invest-select {
    font-size: 16px;
    padding: 6px 8px;
    height: 300px;
  }
}
.invest-select:focus {
  outline: none;
  border-color: #5550a8;
  box-shadow: 0 0 0 3px rgba(85, 80, 168, 0.1);
}
.invest-select option {
  padding: 10px 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 40px;
}
@media (max-width: 1440px) {
  .invest-select option {
    padding: 0px;
    font-size: 16px;
  }
}

.invest-custom-select {
  display: none;
  width: 100%;
  border: 2px solid #2d2a7d;
  border-radius: 4px;
  background-color: white;
  height: 479px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.invest-custom-option {
  padding: 15px 20px;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s;
}
.invest-custom-option:hover, .invest-custom-option:active {
  background-color: #f0f0f0;
}
.invest-custom-option.selected {
  background-color: #2d2a7d;
  color: white;
}
.invest-custom-option:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .invest-select {
    display: none;
    height: 300px;
  }
  .invest-custom-select {
    display: block;
  }
  .invest-select-label {
    font-size: 20px;
  }
}
.invest-submit-container {
  text-align: center;
}

.invest-submit-btn {
  background-color: #2d2a7d;
  color: white;
  border: none;
  padding: 12px 64px;
  font-size: 22px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.invest-submit-btn:hover {
  background-color: #cb6e71;
}
.invest-submit-btn:active {
  transform: translateY(1px);
}

.invest-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  margin-top: 30px;
}
.invest-table .invest-th,
.invest-table .invest-td {
  padding: 10px;
  line-height: 1.3;
  text-align: center;
}
.invest-table .invest-th {
  font-size: 17px;
  border: 2px solid #fff;
  background-color: #14065d;
}
.invest-table .invest-th span {
  font-size: 16px;
}
.invest-table .invest-td {
  border: 2px solid #14065d;
  font-size: 22px;
}
.invest-table .invest-td svg {
  display: block;
  margin: auto;
}
.invest-table .invest-thead {
  background-color: #14065d;
  color: #fff;
}
.invest-table .invest-tbody {
  background-color: transparent;
}

.invest-table-box {
  overflow-x: scroll;
}
.invest-table-box h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373737;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .invest-table-box h3 {
    font-size: 18px;
  }
}

.invest-download-pic {
  width: 27.56px;
}
.invest-download-pic img {
  width: 100%;
  vertical-align: middle;
}

.invest-download-pic {
  width: 27.56px;
  margin: auto;
}
.invest-download-pic img {
  width: 100%;
  vertical-align: middle;
}

.page-serchResult-content .page-base-title {
  width: 92%;
}

.page-investor {
  padding: 150px 0 200px;
}
@media (max-width: 762px) {
  .page-investor {
    padding: 60px 0 100px;
  }
}

.page-investor-main {
  width: 83%;
  margin: auto;
}

.page-investor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 80px;
}
@media (max-width: 992px) {
  .page-investor-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.page-investor-list.esg .investor-item:first-child .investor-item-pic {
  background-image: url(../../src/web/corporate_sustainability/pic_1.png);
}
.page-investor-list.esg .investor-item:nth-child(2) .investor-item-pic {
  background-image: url(../../src/web/corporate_sustainability/pic_2.png);
}

.investor-item {
  border-bottom: 7px solid #f01c24;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.investor-item:first-child .investor-item-pic {
  background-image: url(../../src/web/Investor_zone/pic_1.png);
}
.investor-item:nth-child(2) .investor-item-pic {
  background-image: url(../../src/web/Investor_zone/pic_2.png);
}
.investor-item:nth-child(3) .investor-item-pic {
  background-image: url(../../src/web/Investor_zone/pic_3.png);
}
.investor-item .investor-item-pic {
  aspect-ratio: 480/329;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 2.60416667vw;
  display: flex;
}
@media (max-width: 762px) {
  .investor-item .investor-item-pic {
    padding: 20px 1.5rem;
  }
}
.investor-item .investor-item-pic h3 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: auto;
}
@media (max-width: 762px) {
  .investor-item .investor-item-pic h3 {
    font-size: 20px;
  }
}
.investor-item .investor-item-content {
  padding: 40px 2.60416667vw;
}
.investor-item .investor-item-content ul li:hover a {
  color: #f01c24;
}
.investor-item .investor-item-content ul li + li {
  margin-top: 1rem;
}
.investor-item .investor-item-content ul li a {
  text-decoration: none;
  color: #373737;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (max-width: 762px) {
  .investor-item .investor-item-content ul li a {
    font-size: 20px;
  }
}
.investor-item .investor-item-content ul li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f01c24;
  border-radius: 50%;
  margin-right: 20px;
}

.financial-report {
  padding-top: 75px;
  overflow-x: scroll;
}
.financial-report::-webkit-scrollbar {
  display: none;
}

.financial {
  width: 1065px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow-x: auto;
  /* ===== 影音連結 icon 容器 ===== */
}
.financial-video-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.financial-video-pic {
  width: 34.53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.financial-video-pic img {
  width: 100%;
  height: auto;
  display: block;
}
.financial table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 22px;
  color: #333;
  table-layout: fixed;
}
.financial thead {
  background-color: #1a1464;
}
.financial thead th {
  padding: 16px 10px;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.financial thead th:first-child {
  border-top-left-radius: 8px;
}
.financial thead th:last-child {
  border-top-right-radius: 8px;
}
.financial thead th {
  /* 白色分隔線 */
}
.financial thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: #ffffff;
}
.financial {
  /* ================= Table Body ================= */
}
.financial tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.financial tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.financial tbody td {
  padding: 16px 10px;
  vertical-align: middle;
  font-size: 19px;
}
.financial tbody td:first-child {
  font-weight: 400;
}
.financial {
  /* ================= Download Pic ================= */
}
.financial-download-pic {
  width: 22.65px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.financial-download-pic img {
  width: 100%;
  height: auto;
  display: block;
}
.financial {
  /* ================= Coming Soon ================= */
}
.financial-coming-soon {
  font-size: 19px;
  color: #666;
  font-family: "Montserrat", sans-serif;
}

/* ================= Responsive ================= */
@media (max-width: 768px) {
  .financial table {
    font-size: 16px;
  }
  .financial-coming-soon {
    font-size: 16px;
  }
}
.partner-content {
  padding-top: 56px;
}
.partner-content p {
  font-size: 30px;
  font-weight: 700;
  color: #373737;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 762px) {
  .partner-content p {
    font-size: 18px;
  }
}

.partner-table-box {
  overflow-x: scroll;
  padding-top: 56px;
}
.partner-table-box::-webkit-scrollbar {
  display: none;
}

.partner-table-container {
  width: 892px;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
.partner-table-container .partner-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.partner-table-container .partner-table .partner-table-header {
  background-color: #1a1a4d;
  color: white;
}
.partner-table-container .partner-table .partner-table-header th {
  padding: 16px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.partner-table-container .partner-table .partner-table-header th:last-child {
  border-right: none;
}
.partner-table-container .partner-table .partner-table-body td {
  padding: 16px;
  text-align: center;
  font-size: 22px;
  color: #373737;
  background-color: #ececec;
  border: 2px solid white;
}
.partner-table-container .partner-table .partner-table-body td.partner-name {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .partner-table-container .partner-table .partner-table-body td.partner-name {
    text-align: center;
    padding-left: 0px;
  }
}
.partner-table-container .partner-table .partner-table-body td.partner-shares {
  color: #555;
}
.partner-table-container .partner-table .partner-table-body td.partner-percentage {
  color: #333;
  font-weight: 500;
}
@media (max-width: 768px) {
  .partner-table-container {
    margin: 0 10px;
  }
  .partner-table-container .partner-table .partner-table-header th,
  .partner-table-container .partner-table .partner-table-body td {
    padding: 12px 8px;
    font-size: 12px;
  }
}

.revenue-content {
  padding-top: 70px;
}
@media (max-width: 762px) {
  .revenue-content {
    padding-top: 36px;
  }
}
.revenue-content p {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #373737;
}
@media (max-width: 762px) {
  .revenue-content p {
    font-size: 18px;
  }
}

.revenue-content-pic {
  padding-top: 60px;
}
@media (max-width: 762px) {
  .revenue-content-pic {
    padding-top: 30px;
  }
}
.revenue-content-pic img {
  width: 100%;
  vertical-align: middle;
}

.stork-profile-content {
  padding-top: 51px;
}

.stork-profile-menu {
  width: 95%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .stork-profile-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 762px) {
  .stork-profile-menu {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}

.stork-profile-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ececec;
}
.stork-profile-item .stork-profile-title {
  padding: 15px 0;
  background-color: #14065d;
}
.stork-profile-item .stork-profile-title h3 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media (max-width: 762px) {
  .stork-profile-item .stork-profile-title h3 {
    font-size: 18px;
  }
}
.stork-profile-item .stork-profile-content {
  padding: 30px 2.1875vw;
  letter-spacing: 0.05em;
  color: #373737;
}
@media (max-width: 762px) {
  .stork-profile-item .stork-profile-content {
    padding: 1rem;
  }
}
.stork-profile-item .stork-profile-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 762px) {
  .stork-profile-item .stork-profile-content h4 {
    font-size: 20px;
  }
}
.stork-profile-item .stork-profile-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 762px) {
  .stork-profile-item .stork-profile-content p {
    font-size: 18px;
  }
}

.company-group-content {
  padding-top: 86px;
}
@media (max-width: 762px) {
  .company-group-content {
    padding-top: 50px;
  }
}

.year-report-content {
  width: 95%;
  margin: 0 auto;
  padding-top: 75px;
  overflow-x: scroll;
}
@media (max-width: 992px) {
  .year-report-content {
    width: 100%;
  }
}
.year-report-content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 765px) {
  .year-report-content {
    padding-top: 30px;
  }
}

.year-report-table {
  width: 1065px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  table-layout: fixed;
}
.year-report-table .year-report-col-year {
  width: 15%;
}
.year-report-table .year-report-col-desc {
  width: 65%;
}
.year-report-table .year-report-col-download {
  width: 20%;
}
.year-report-table .year-report-th,
.year-report-table .year-report-td {
  padding: 15px 45px;
  font-size: 22px;
  vertical-align: middle;
  line-height: 1;
  word-break: break-word;
}
@media (max-width: 765px) {
  .year-report-table .year-report-th,
  .year-report-table .year-report-td {
    font-size: 20px;
  }
}
.year-report-table .year-report-thead {
  background-color: #14065d;
  color: #fff;
}
.year-report-table .year-report-thead .year-report-th {
  font-size: 22px;
  font-weight: 400;
  position: relative;
  text-align: center;
  border-right: 2px solid #fff;
}
@media (max-width: 765px) {
  .year-report-table .year-report-thead .year-report-th {
    font-size: 20px;
  }
}
.year-report-table .year-report-thead .year-report-th:nth-child(2) {
  text-align: left;
}
.year-report-table .year-report-thead .year-report-th:last-child {
  border-right: none;
}
.year-report-table .year-report-tbody .year-report-tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.year-report-table .year-report-tbody .year-report-tr:nth-child(even) {
  background-color: #ffffff;
}
.year-report-table .year-report-tbody .year-report-tr .year-report-td {
  text-align: center;
}
.year-report-table .year-report-tbody .year-report-tr .year-report-td:nth-child(2) {
  text-align: left;
}
.year-report-table .year-report-download {
  width: 22.8px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.year-report-table .year-report-download-img {
  width: 100%;
  vertical-align: middle;
}

.investor-services-content {
  padding-top: 56px;
}
.investor-services-content h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373737;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .investor-services-content h3 {
    font-size: 22px;
  }
}

.investor-services-profile-box + .investor-services-profile-box {
  margin-top: 30px;
}

.investor-services-profile-item {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
}
@media (max-width: 762px) {
  .investor-services-profile-item {
    font-size: 16px;
  }
}
.investor-services-profile-item + .investor-services-profile-item {
  margin-top: 5px;
}
.investor-services-profile-item .investor-services-profile-title {
  width: 28.57142857%;
  background-color: #f01c24;
  color: #fff;
  text-align: center;
  padding: 19px 0;
}
@media (max-width: 762px) {
  .investor-services-profile-item .investor-services-profile-title {
    padding: 16px 0;
    width: 100%;
  }
}
.investor-services-profile-item .investor-services-profile-content {
  width: 0;
  flex-grow: 1;
  background-color: #f3f3f3;
  padding: 19px 0;
  text-align: start;
  text-indent: 4em;
}
@media (max-width: 762px) {
  .investor-services-profile-item .investor-services-profile-content {
    padding: 16px 0;
    text-indent: 0;
    text-align: center;
    width: 100%;
  }
}

.page-invest-item-table {
  width: 100%;
  overflow-x: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.page-invest-item-table::-webkit-scrollbar {
  display: none;
}
.page-invest-item-table {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.invest-eval-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
  /* 外框 */
  border: 1px solid #1a1464;
}
.invest-eval-table th,
.invest-eval-table td {
  padding: 18px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  vertical-align: top;
}
@media (max-width: 992px) {
  .invest-eval-table th,
  .invest-eval-table td {
    font-size: 18px;
  }
}
.invest-eval-table {
  /* ===== 表頭 ===== */
}
.invest-eval-table thead th {
  background-color: #1a1464;
  color: #fff;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  /* 欄線 */
  border-right: 1px solid #ffffff;
  /* 表頭底線 */
  border-bottom: 1px solid #ffffff;
}
.invest-eval-table thead th:last-child {
  border-right: none;
}
.invest-eval-table {
  /* ===== 表身 ===== */
}
.invest-eval-table tbody td {
  color: #333;
  /* 欄線 */
  border-right: 1px solid #1a1464;
}
.invest-eval-table tbody td:last-child {
  border-right: none;
}
.invest-eval-table .text-center {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* 清單樣式 */
.eval-list,
.result-list {
  margin: 0;
  padding-left: 20px;
}
.eval-list li,
.result-list li {
  margin-bottom: 6px;
}
.eval-list li:last-child,
.result-list li:last-child {
  margin-bottom: 0;
}

/* RWD */
@media (max-width: 768px) {
  .invest-eval-table th,
  .invest-eval-table td {
    font-size: 15px;
    padding: 14px 16px;
  }
}
.page-invest-item-table-type2 {
  width: 100%;
  overflow-x: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.page-invest-item-table-type2::-webkit-scrollbar {
  display: none;
}
.page-invest-item-table-type2 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.invest-table-type2 {
  width: 100%;
  min-width: 900px;
  border-spacing: 0;
  background-color: #fff;
  /* 外框 */
  border: 1px solid #1a1464;
}
.invest-table-type2 th,
.invest-table-type2 td {
  padding: 18px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .invest-table-type2 th,
  .invest-table-type2 td {
    font-size: 18px;
  }
}
.invest-table-type2 {
  /* 表頭 */
}
.invest-table-type2 thead th {
  background-color: #1a1464;
  color: #fff;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.invest-table-type2 thead th:last-child {
  border-right: none;
}
.invest-table-type2 {
  /* 表身：tr底線（你要的） */
}
.invest-table-type2 tbody tr {
  border-bottom: 1px solid #9e9e9e;
}
.invest-table-type2 {
  /* 表身：欄線 */
}
.invest-table-type2 tbody td {
  color: #333;
  border-right: 1px solid #1a1464;
}
.invest-table-type2 tbody td:last-child {
  border-right: none;
}
.invest-table-type2 .col-date {
  width: 160px;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}
.invest-table-type2 .col-opinion {
  width: 200px;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}
.invest-table-type2 .col-content {
  vertical-align: top;
}
.invest-table-type2 .col-content ol {
  margin: 0;
  padding-left: 20px;
}
.invest-table-type2 .col-content ol li {
  margin-bottom: 6px;
}
.invest-table-type2 .col-content ol li:last-child {
  margin-bottom: 0;
}

/* RWD */
@media (max-width: 768px) {
  .invest-table-type2 th,
  .invest-table-type2 td {
    font-size: 15px;
    padding: 14px 16px;
  }
}
.stakeholder-communication {
  padding-top: 61px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #373737;
}
.stakeholder-communication > p {
  margin-bottom: 1rem;
}
.stakeholder-communication .stakeholder-communication-table {
  overflow-x: scroll;
}
.stakeholder-communication .stakeholder-communication-table::-webkit-scrollbar {
  display: none;
}
.stakeholder-communication img {
  display: block;
  width: 1130px;
}
@media (max-width: 992px) {
  .stakeholder-communication {
    font-size: 18px;
    padding-top: 30px;
  }
}

.stakeholder-complaint-item {
  letter-spacing: 0.05em;
  color: #373737;
  line-height: 1.6;
}
.stakeholder-complaint-item + .stakeholder-complaint-item {
  margin-top: 40px;
}
.stakeholder-complaint-item h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .stakeholder-complaint-item h3 {
    font-size: 25px;
  }
}
.stakeholder-complaint-item p {
  font-size: 22px;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .stakeholder-complaint-item p {
    font-size: 18px;
  }
}
.stakeholder-complaint-item ul li + li {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .stakeholder-complaint-item ul li + li {
    margin-top: 10px;
  }
}
.stakeholder-complaint-item ul li p {
  font-size: 22px;
  display: flex;
  align-items: start;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .stakeholder-complaint-item ul li p {
    font-size: 18px;
  }
}
.stakeholder-complaint-item ul li p::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 12px;
  height: 12px;
  transform: translateY(120%);
}
@media (max-width: 992px) {
  .stakeholder-complaint-item ul li p::before {
    width: 8px;
    height: 8px;
  }
}
.stakeholder-complaint-item ul li p::before {
  border-radius: 50%;
  background-color: #373737;
  margin-right: 10px;
}

.safety-table-wrap {
  background-color: #ffffff;
  overflow-x: scroll;
  width: 100%;
}
.safety-table-wrap::-webkit-scrollbar {
  display: none;
}

.safety-table {
  width: 1120px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

.safety-table thead {
  background: linear-gradient(to right, #160b5c, #0f0840);
}

.safety-table thead th {
  padding: 16px 12px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.safety-table thead th:first-child {
  width: 180px;
}

.safety-table thead th:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.6);
}

.safety-table tbody tr {
  border-bottom: 1px solid #b5b5b5;
}

.safety-table tbody td {
  padding: 18px 20px;
  line-height: 1.8;
  vertical-align: middle;
  background-color: #ffffff;
}

/* 左欄（項目） */
.safety-table tbody td:first-child {
  text-align: center;
  font-weight: 600;
  color: #333;
  border-right: 1px solid #b5b5b5;
  white-space: nowrap;
}

.triangle-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.triangle-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  line-height: 1.8;
}

.triangle-list li::before {
  content: "▲";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}

.workplace-safety-content {
  padding-top: 52px;
}

.esg-report-content {
  display: grid;
  gap: 53px 40px;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .esg-report-content {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 762px) {
  .esg-report-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.esg-report-item {
  text-decoration: none;
}
.esg-report-item:hover .esg-report-item-pic::after {
  display: block;
}
.esg-report-item:hover .esg-report-item-pic svg {
  display: block;
}
.esg-report-item .esg-report-item-pic {
  margin-bottom: 23px;
  position: relative;
}
.esg-report-item .esg-report-item-pic::after {
  content: "";
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.esg-report-item .esg-report-item-pic svg {
  display: none;
  width: 93.78px;
  inset: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  margin: auto;
}
@media (max-width: 762px) {
  .esg-report-item .esg-report-item-pic svg {
    width: 60px;
  }
}
.esg-report-item .esg-report-item-pic img {
  width: 100%;
  vertical-align: middle;
}
.esg-report-item h3 {
  font-size: 30px;
  color: #373737;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media (max-width: 762px) {
  .esg-report-item h3 {
    font-size: 20px;
  }
}

.page-contact {
  background-image: url(../../src/web/index/bg_1.png);
  background-attachment: fixed;
  background-size: cover;
  padding: 131px 0 183px;
}
@media (max-width: 762px) {
  .page-contact {
    padding: 60px 0 100px;
  }
}
.page-contact .page-contact-main {
  width: 66.66666667%;
  margin: auto;
}
@media (max-width: 1260px) {
  .page-contact .page-contact-main {
    width: 83%;
  }
}

.contact-map {
  width: 100%;
  position: relative;
  padding-bottom: 37.70833333%;
  margin-bottom: -1px;
}
@media (max-width: 762px) {
  .contact-map {
    padding-bottom: 56%;
  }
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.page-contact-content {
  padding-top: 127px;
}

.page-contact-big {
  width: 47.578125%;
}
@media (max-width: 762px) {
  .page-contact-big {
    width: 100%;
    margin-top: 120px;
  }
}
.page-contact-big > .page-contact-item {
  width: 100%;
  min-height: 331px;
}

.page-contact-item {
  width: 47.578125%;
  padding: 30px 2.39583333vw;
  position: relative;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  border-radius: 27px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 762px) {
  .page-contact-item {
    width: 100%;
    font-size: 22px;
    padding: 2rem;
  }
  .page-contact-item + .page-contact-item {
    margin-top: 120px;
  }
}
.page-contact-item .page-contact-icon {
  width: 157.06px;
  position: absolute;
  left: 43px;
  top: 0;
  transform: translateY(-22.29299363%);
}
@media (max-width: 762px) {
  .page-contact-item .page-contact-icon {
    width: 105px;
    left: 1rem;
    transform: translateY(-80%);
  }
}
.page-contact-item .page-contact-icon img {
  width: 100%;
  vertical-align: middle;
}

.page-contact-address-list {
  padding-top: 47px;
}
@media (max-width: 762px) {
  .page-contact-address-list {
    padding-top: 30px;
  }
}

.contact-item-title {
  text-indent: 1em;
  width: 55.33661741%;
  margin-left: auto;
}
@media (max-width: 762px) {
  .contact-item-title {
    width: 100%;
    text-indent: 0;
  }
}
.contact-item-title h3 {
  color: #1aa2bc;
  line-height: 1.2;
}
.contact-item-title h3::after {
  width: 100%;
  margin: 15px 0;
  content: "";
  display: block;
  border-bottom: 1px dashed #373737;
}
.contact-item-title span {
  line-height: 1.2;
  display: block;
}
.contact-item-title h4 {
  color: #373737;
}

.page-contact-address.first {
  margin-top: 47px;
}
@media (max-width: 762px) {
  .page-contact-address.first {
    margin-top: 30px;
  }
}
.page-contact-address + .page-contact-address {
  margin-top: 30px;
}
@media (max-width: 762px) {
  .page-contact-address + .page-contact-address {
    margin-top: 1rem;
  }
}
.page-contact-address h4 {
  color: #16428d;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.page-contact-address ul li {
  font-size: 22px;
  font-weight: 400;
  color: #373737;
  line-height: 1.6;
}
@media (max-width: 762px) {
  .page-contact-address ul li {
    font-size: 18px;
  }
}

.page-contact-article {
  padding-top: 47px;
}
@media (max-width: 762px) {
  .page-contact-article {
    padding-top: 30px;
  }
}
.page-contact-article p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 762px) {
  .page-contact-article p {
    font-size: 18px;
  }
}

.contact-form {
  width: 100%;
  padding-top: 110px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #373737;
  line-height: 1.2;
}
@media (max-width: 762px) {
  .contact-form {
    padding-top: 60px;
  }
}
.contact-form p {
  font-size: 25px;
  margin-bottom: 60px;
}
@media (max-width: 762px) {
  .contact-form p {
    font-size: 20px;
  }
}

.form-control {
  background-color: #e9e9e9;
  border: none;
  border-radius: 8px;
  min-height: 50px;
}

textarea.form-control {
  min-height: 313px;
}
@media (max-width: 762px) {
  textarea.form-control {
    min-height: 200px;
  }
}

.form-control:focus {
  background-color: #eeeeee;
  box-shadow: none;
  border: 1px solid #ccc;
}

.form-label {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (max-width: 762px) {
  .form-label {
    font-size: 18px;
  }
}

.btn-submit {
  width: 141px;
  background-color: #e91d25;
  color: #fff;
  border-radius: 50px;
  padding: 10px 0;
  position: relative;
}
.btn-submit svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.btn-submit:hover svg {
  opacity: 1;
}

.btn-contnainer {
  padding-top: 65px;
}
@media (max-width: 762px) {
  .btn-contnainer {
    padding-top: 30px;
  }
}

.btn-submit:hover {
  color: #e91d25;
  background-color: #e91d25;
}

.page-sitemap {
  background-image: url(../../src/web/index/bg_1.png);
  background-attachment: fixed;
  background-size: cover;
  padding: 131px 0 183px;
}
@media (max-width: 762px) {
  .page-sitemap {
    padding: 60px 0 100px;
  }
}
.page-sitemap .page-sitemap-main {
  width: 66.66666667%;
  margin: auto;
}
@media (max-width: 1260px) {
  .page-sitemap .page-sitemap-main {
    width: 83%;
  }
}

.page-sitemap-item {
  padding: 40px 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.page-sitemap-item + .page-sitemap-item {
  margin-top: 72px;
}
@media (max-width: 1260px) {
  .page-sitemap-item + .page-sitemap-item {
    margin-top: 30px;
  }
}
.page-sitemap-item h3 {
  font-size: 25px;
  color: #16428d;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1260px) {
  .page-sitemap-item h3 {
    font-size: 23px;
    gap: 10px;
  }
}
.page-sitemap-item h3::after, .page-sitemap-item h3::before {
  content: "";
  display: block;
  width: 0;
  flex-grow: 1;
  border-top: 1px solid #16428d;
}
.page-sitemap-item ul li + li {
  border-top: 1px solid #000;
}
.page-sitemap-item ul li a {
  font-size: 20px;
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #373737;
  text-decoration: none;
}
@media (max-width: 1260px) {
  .page-sitemap-item ul li a {
    font-size: 16px;
  }
}

.page-sitemap-content {
  padding-top: 71px;
  width: 84.375%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 762px) {
  .page-sitemap-content {
    padding-top: 60px;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 30px;
  }
}

* body {
  background-color: #f0f4fe;
  font-family: "Noto Sans TC", "Montserrat", sans-serif;
}

.sr-only {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

/* hb.icon */
.hb-btn-container {
  width: 34px;
  height: 30px;
  position: absolute;
  right: 0px;
}
.hb-btn-container span {
  position: absolute;
  font-weight: 400;
  top: 45%;
  left: 0;
  right: 0;
  font-size: 10px;
  color: #000000;
}

.menu-button-container {
  z-index: 9999;
  display: none;
  height: auto;
  width: 34px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #121212;
  position: absolute;
  height: 3px;
  width: 34px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

.menu-button::before {
  content: "";
  margin-top: -5.71px;
}

.menu-button::after {
  content: "";
  margin-top: 5.71px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(25deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-25deg);
}

/* FOR漢堡圖示show/hide */
@media (max-width: 992px) {
  .menu-button-container {
    display: flex;
  }
}
.offcanvas-backdrop {
  background-color: transparent;
  display: none;
}

.offcanvas {
  background-color: transparent;
}

.offcanvas.offcanvas-end {
  border-left: none;
  width: 100%;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.scrollBtn {
  position: fixed;
  top: 87vh;
  right: 37px;
  width: 48px;
  z-index: 999;
}
.scrollBtn img {
  width: 100%;
  vertical-align: middle;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
}
.navbar-toggler:focus-visible {
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}/*# sourceMappingURL=all.css.map */