@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-header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8784313725);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-bottom: 3px solid #000;
}
@media (max-width: 992px) {
  .main-header {
    padding: 1rem;
    border-bottom: 1px solid #000;
  }
}

.top-nav-logo {
  width: 20.3125vw;
  max-width: 390px;
  min-width: 150px;
}
.top-nav-logo img {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .top-nav-logo {
    width: 200px;
  }
}

.top-navbar {
  width: 86.66666%;
  margin: auto;
}
@media (max-width: 1200px) {
  .top-navbar {
    width: 96%;
  }
}
@media (max-width: 992px) {
  .top-navbar {
    width: 100%;
  }
}

.navbar-nav li {
  margin: 0 1.25vw;
}
@media (max-width: 1700px) {
  .navbar-nav li {
    margin: 0 1vw;
  }
}
@media (max-width: 1400px) {
  .navbar-nav li {
    margin: 0 14px;
  }
}
@media (max-width: 1300px) {
  .navbar-nav li {
    margin: 0 8px;
  }
}
.navbar-nav li:hover > a::after {
  width: 100%;
}
.navbar-nav li > a {
  text-decoration: none;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  position: relative;
  display: block;
  padding: 2.273em 0;
}
@media (max-width: 992px) {
  .navbar-nav li > a {
    font-size: 18px;
    padding: 1em 0;
  }
}
@media (max-width: 500px) {
  .navbar-nav li > a {
    padding: 0.5em 0;
  }
}
.navbar-nav li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 6px;
  background-color: #177efd;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.2s ease;
  transform: translateY(-100%);
}
@media (max-width: 1600px) {
  .navbar-nav li > a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .navbar-nav {
    padding-top: 36px;
    margin: 0 0;
  }
  .navbar-nav li a {
    font-size: 18px;
  }
}

.search-contrl {
  width: 184px;
  height: 47px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #f3f3f3;
}
@media (max-width: 1200px) {
  .search-contrl {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .search-contrl {
    width: 100%;
    margin-top: 20px;
  }
}
.search-contrl input {
  flex-grow: 1;
  width: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  border: none;
  height: 100%;
  text-indent: 1em;
  background-color: #f3f3f3;
}
@media (max-width: 992px) {
  .search-contrl input {
    width: 100%;
    font-size: 18px;
  }
}
.search-contrl input:focus {
  outline: none;
}
.search-contrl input::-moz-placeholder {
  color: #b5b5b5;
}
.search-contrl input::placeholder {
  color: #b5b5b5;
}
.search-contrl button {
  flex-shrink: 1;
  width: 47px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0px 50px 50px 0px;
}
.search-contrl button img {
  vertical-align: top;
  max-width: 23px;
}

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

.main-footer {
  background-color: #3780da;
}

.main-footer-container {
  width: 82.916666%;
  padding: 64px 0;
  margin: auto;
}
@media (max-width: 992px) {
  .main-footer-container {
    width: 83%;
  }
}
.main-footer-container .footer-logo {
  width: 21.09375vw;
  max-width: 405px;
  min-width: 250px;
  margin-bottom: 76px;
}
@media (max-width: 992px) {
  .main-footer-container .footer-logo {
    width: 100%;
    margin: auto;
    min-width: 200px;
    margin-bottom: 36px;
  }
}
.main-footer-container .footer-logo img {
  width: 100%;
  vertical-align: middle;
}
.main-footer-container .footer-logo-copyright {
  padding-right: 7.330827%;
  padding-bottom: 1rem;
}
@media (max-width: 1200px) {
  .main-footer-container .footer-logo-copyright {
    width: 100%;
    padding-right: 0;
  }
}
.main-footer-container .footer-logo-copyright p {
  font-size: 22px;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .main-footer-container .footer-logo-copyright p {
    font-size: 16px;
  }
}
.main-footer-container .footer-logo-copyright p span {
  font-weight: 500;
  font-style: italic;
}
.main-footer-container .footer-logo-copyright p span > a {
  text-decoration: none;
  color: #fff;
}
.main-footer-container .footer-menu {
  width: 20.86466%;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
}
@media (max-width: 1200px) {
  .main-footer-container .footer-menu {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed white;
    border-top: 1px dashed #fff;
  }
}
.main-footer-container .footer-menu-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .main-footer-container .footer-menu-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 1rem 0;
  }
}
.main-footer-container .footer-menu-list li + li {
  margin-top: 28px;
}
@media (max-width: 992px) {
  .main-footer-container .footer-menu-list li + li {
    margin-top: 0;
  }
}
.main-footer-container .footer-menu-list li a {
  text-decoration: none;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}
.main-footer-container .footer-menu-list li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
}
.main-footer-container .footer-menu-list li a:hover::after {
  width: 100%;
}
@media (max-width: 992px) {
  .main-footer-container .footer-menu-list li a {
    font-size: 16px;
  }
}

.footer-company {
  width: 0;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .footer-company {
    width: 100%;
  }
}

.footer-company-list {
  padding-left: 117px;
}
@media (max-width: 1200px) {
  .footer-company-list {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.footer-company-list li + li {
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .footer-company-list li + li {
    margin-top: 1rem;
  }
}
.footer-company-list li a {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  font-style: italic;
}
@media (max-width: 992px) {
  .footer-company-list li a {
    font-size: 16px;
  }
}

.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  rotate: 45deg;
  border: 2px solid #6e6e6e;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
@media (max-width: 992px) {
  .index-banner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border: 1px solid #6e6e6e;
  }
}
.index-banner .swiper-pagination-bullet-active {
  background-color: #6e6e6e;
}
.index-banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.index-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 48px;
}
@media (max-width: 992px) {
  .index-banner .swiper-button-next,
  .index-banner .swiper-button-prev {
    width: 36px;
  }
}
.index-banner .swiper-button-next img,
.index-banner .swiper-button-prev img {
  width: 100%;
  vertical-align: middle;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.index-wrap {
  background-image: linear-gradient(to left, #f3f3f3 0%, #f3f3f3 50% 50%, transparent 50%, transparent 100%);
}
@media (max-width: 992px) {
  .index-wrap {
    background-image: linear-gradient(to left, #f3f3f3 0%, #f3f3f3 100%);
  }
}

.index-products {
  margin-top: -50px;
  background-image: url(../../src/web/index/product-bg-img.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: flex;
  padding: 192px 0;
}
@media (max-width: 992px) {
  .index-products {
    width: 100%;
    padding: 0;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
  }
}

.index-products-title {
  width: 25.3125%;
  padding: 108px 0 0 8.4375vw;
}
@media (max-width: 992px) {
  .index-products-title {
    width: 100%;
    padding: 108px 0 0 0;
  }
}
.index-products-title h1 {
  text-align: start;
  font-size: 2.083333vw;
  font-weight: 700;
  font-style: italic;
  color: #000;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .index-products-title h1 {
    font-size: 26px;
  }
}
.index-products-title h1::after {
  content: "";
  display: block;
  width: 138px;
  height: 12px;
  background-color: #177efd;
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .index-products-title h1::after {
    margin: auto;
    margin-top: 1.5rem;
    height: 8px;
    width: 100px;
  }
}
@media (max-width: 992px) {
  .index-products-title h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 1em;
  }
}
.index-products-title > .index-product-button {
  margin-top: 157px;
}
@media (max-width: 992px) {
  .index-products-title > .index-product-button {
    margin-top: 60px;
  }
}

.owl-prev,
.owl-next {
  width: 48px;
}
@media (max-width: 992px) {
  .owl-prev,
  .owl-next {
    width: 36px;
  }
}
.owl-prev img,
.owl-next img {
  width: 100%;
  vertical-align: middle;
}

.owl-carousel .owl-stage-outer {
  padding-top: 30px;
}

.index-product-carousel {
  width: 74.6875%;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .index-product-carousel {
    width: 83%;
    margin: auto;
    padding-right: 0px;
  }
}
.index-product-carousel .index-product-item {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  transform: translateY(0);
  transition: 0.2s ease-in-out;
  display: block;
}
.index-product-carousel .index-product-item:hover {
  transform: translateY(-30px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.index-product-carousel .index-product-item:hover .hover-icon {
  opacity: 1;
}
.index-product-carousel .index-product-item img {
  width: 100%;
  vertical-align: middle;
}

.hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.4196078431);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.hover-icon .hover-icon-pic {
  width: 79px;
  margin: auto;
}
.hover-icon .hover-icon-pic img {
  width: 100%;
  vertical-align: middle;
}

.owl-theme .owl-nav {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 167px;
  padding-top: 47px;
  margin-top: 0;
}
@media (max-width: 992px) {
  .owl-theme .owl-nav {
    margin-right: auto;
    padding-top: 0px;
    margin-top: 36px;
  }
}

.owl-dots {
  display: none;
}

.index-product-button {
  display: block;
  font-size: 22px;
  font-weight: 500;
  padding: 1rem 0;
  width: 300px;
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.index-product-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #e6e7e6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s ease-in;
  z-index: -1;
}
.index-product-button:hover::after {
  height: 100%;
}
@media (max-width: 992px) {
  .index-product-button {
    width: 180px;
    margin: auto;
    margin-top: 2rem;
    background-color: #e6e7e6;
    font-size: 18px;
    padding: 0.5em;
  }
}

.index-about .index-about-album {
  width: 50%;
  background-image: url(../../src/web/index/company-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-top: 54px solid #fff;
  padding-bottom: 152px;
}
@media (max-width: 992px) {
  .index-about .index-about-album {
    width: 100%;
    border-top: none;
    padding-top: 30px;
    padding-bottom: 30px;
    order: 1;
  }
}
.index-about .index-about-pic {
  width: 73.54166%;
  margin-left: 21.04166%;
  position: relative;
  z-index: 6;
  margin-top: -54px;
}
@media (max-width: 992px) {
  .index-about .index-about-pic {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
}
.index-about .index-about-pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 412px;
  position: absolute;
  z-index: -1;
  border: 2px solid #6e6e6e;
  transform: translate(-40px, 40px);
  bottom: 0;
  left: 0;
}
@media (max-width: 992px) {
  .index-about .index-about-pic::after {
    display: none;
    transform: translate(0px, 0px);
  }
}
.index-about .index-about-pic img {
  width: 100%;
  vertical-align: middle;
}

.index-about-article {
  width: 50%;
  padding-left: 3rem;
}
@media (max-width: 992px) {
  .index-about-article {
    width: 100%;
    padding-left: 0;
    order: 0;
    padding-bottom: 60px;
  }
}
.index-about-article .index-product-button {
  margin-top: 58px;
  margin-left: auto;
  margin-right: 16.875%;
}
@media (max-width: 992px) {
  .index-about-article .index-product-button {
    margin-right: auto;
    z-index: 99;
    background-color: #e6e7e6;
  }
}
.index-about-article h2 {
  text-align: start;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  color: #000;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.index-about-article h2::after {
  content: "";
  display: block;
  width: 138px;
  height: 12px;
  background-color: #177efd;
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .index-about-article h2::after {
    margin: auto;
    margin-top: 1.5rem;
    height: 8px;
    width: 100px;
  }
}
@media (max-width: 992px) {
  .index-about-article h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 1em;
  }
}
.index-about-article h2::after {
  content: "";
  display: block;
  width: 138px;
  height: 12px;
  background-color: #177efd;
  margin-top: 2.5rem;
}
@media (max-width: 992px) {
  .index-about-article h2::after {
    margin: auto;
    margin-top: 1.5rem;
    height: 8px;
    width: 100px;
  }
}
.index-about-article .index-about-article-text {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 78%;
}
@media (max-width: 992px) {
  .index-about-article .index-about-article-text {
    -webkit-line-clamp: 6;
    width: 83%;
    margin: auto;
  }
}
.index-about-article .index-about-article-text p {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (max-width: 992px) {
  .index-about-article .index-about-article-text p {
    font-size: 16px;
    line-height: 1.6;
  }
}

.pages-bread {
  padding: 29.5px 0;
  background-color: #f3f3f3;
}
@media (max-width: 992px) {
  .pages-bread {
    padding: 18px 0;
  }
}
.pages-bread .pages-bread-mian {
  width: 75.9375%;
  margin: auto;
}
@media (max-width: 992px) {
  .pages-bread .pages-bread-mian {
    width: 83%;
  }
}
.pages-bread .pages-bread-mian ol {
  gap: 12px;
}
@media (max-width: 992px) {
  .pages-bread .pages-bread-mian ol {
    gap: 8px;
  }
}
.pages-bread .pages-bread-mian ol li a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 992px) {
  .pages-bread .pages-bread-mian ol li a {
    font-size: 16px;
  }
}
.pages-bread .pages-bread-mian ol li:last-child > a {
  color: #177efd;
}

.page-home {
  width: 20px;
}
@media (max-width: 992px) {
  .page-home {
    width: 16px;
  }
}
.page-home img {
  width: 100%;
  vertical-align: middle;
}

.pages-banner {
  width: 100%;
}
.pages-banner img {
  width: 100%;
  vertical-align: middle;
}

.page-nav-container {
  width: 86%;
}
@media (max-width: 992px) {
  .page-nav-container {
    width: 100%;
  }
}

.company-pages-main {
  width: 66.25%;
  margin: auto;
  padding: 80px 0 112px;
}
.company-pages-main > img {
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
  display: block;
}
.company-pages-main > p > img {
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
  display: block;
}
@media (max-width: 992px) {
  .company-pages-main {
    width: 83%;
    padding: 60px 0 90px;
  }
}
.company-pages-main h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-style: italic;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .company-pages-main h1 {
    font-size: 25px;
  }
}
.company-pages-main h1::after {
  content: "";
  display: block;
  width: 138px;
  height: 12px;
  background-color: #177efd;
  margin: 3rem auto 4rem;
}
@media (max-width: 992px) {
  .company-pages-main h1::after {
    width: 100px;
    height: 8px;
    margin: 1rem auto 2rem;
  }
}
.company-pages-main p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .company-pages-main p {
    font-size: 16px;
  }
}

.company-album {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
  margin-top: 46px;
}
@media (max-width: 992px) {
  .company-album {
    gap: 10px;
  }
}

.company-item1 {
  grid-column: 1/2;
  grid-row: 1;
}

.company-item2 {
  grid-column: 2/3;
  grid-row: 1;
}

.company-item3 {
  grid-column: 1/3;
  grid-row: 2;
}

.company-album img {
  width: 100%;
  height: auto;
  display: block;
}

.products-container {
  padding: 80px 0 112px;
}
@media (max-width: 992px) {
  .products-container {
    padding: 36px 0 60px;
  }
}

.products-side-list {
  width: 32.5%;
}
@media (max-width: 992px) {
  .products-side-list {
    width: 83%;
    margin: auto;
  }
}
.products-side-list h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 8.4375vw;
  font-style: italic;
}
@media (max-width: 992px) {
  .products-side-list h1 {
    font-size: 36px;
    margin-left: 0;
    align-items: center;
  }
}
.products-side-list h1::after {
  content: "";
  display: block;
  width: 162px;
  height: 12px;
  background-color: #177efd;
  margin: 48px 0 35px;
}
@media (max-width: 992px) {
  .products-side-list h1::after {
    width: 100px;
    height: 8px;
    margin: 9px 0 33px;
  }
}

.products-web-menu {
  margin: auto;
}
.products-web-menu .accordion-item + .accordion-item {
  margin-top: 24px;
}

.web-menu-item {
  text-align: start;
  display: block;
  width: 15.625vw;
  max-width: 300px;
  min-width: 200px;
  margin: auto;
  border: none;
  padding: 24px 16px;
  font-size: 22px;
  font-weight: 400;
  background-color: #fff;
  position: relative;
}
.web-menu-item:hover {
  opacity: 0.6;
}
@media (max-width: 1400px) {
  .web-menu-item {
    font-size: 18px;
  }
}
.web-menu-item > i {
  margin-left: auto;
}
.web-menu-item .accordion-body {
  display: flex;
  flex-direction: column;
}
.web-menu-item.title {
  font-weight: 500;
  background-color: #e6e7e6;
  display: flex;
}
.web-menu-item.title:hover {
  opacity: 1;
}
.web-menu-item.title:hover::after {
  width: 100%;
}
.web-menu-item.title::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #177efd;
  position: absolute;
  left: 0;
  top: 100%;
  transition: 0.2s ease;
}
.web-menu-item.title:not(.collapsed)::after {
  width: 100%;
}

.accordion-button:not(.collapsed) {
  background: #e6e7e6;
}

.products-content {
  width: 0;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .products-content {
    width: 83%;
    margin: auto;
  }
}
.products-content .products-content-article {
  width: 86%;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .products-content .products-content-article {
    width: 83%;
    margin: auto;
    margin-bottom: 56px;
  }
}
.products-content .products-content-article p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .products-content .products-content-article p {
    font-size: 16px;
  }
}
.products-content .products-main-box {
  width: 86%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 48px;
}
@media (max-width: 992px) {
  .products-content .products-main-box {
    width: 78%;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .products-content .products-main-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.products-content .products-custom-box {
  width: 86%;
}
@media (max-width: 992px) {
  .products-content .products-custom-box {
    width: 78%;
    margin: auto;
  }
}
.products-content .products-custom-box img {
  width: 100%;
  height: auto;
}

.product-page-item {
  display: block;
  color: #000000;
}
.product-page-item:hover .product-item-pic img {
  transform: scale(0.95);
}
.product-page-item:hover p {
  color: #177efd;
  text-decoration: underline;
}
.product-page-item .product-item-pic {
  margin-bottom: 2rem;
  background-color: #177efd;
}
@media (max-width: 992px) {
  .product-page-item .product-item-pic {
    margin-bottom: 1rem;
  }
}
.product-page-item .product-item-pic img {
  width: 100%;
  vertical-align: middle;
  transform: scale(1);
  transition: transform 0.2s ease-in;
}
.product-page-item p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000000;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 500px) {
  .product-page-item p {
    font-size: 18px;
  }
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu-content .accordion-item {
  width: 100%;
}
.mobile-menu-content li {
  width: 100%;
}

.mobile-menu-item {
  width: 100%;
  border: none;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #323232;
  display: flex;
  justify-content: space-between;
}
.mobile-menu-item.title {
  background-color: #177efd;
  color: #fff;
}
.mobile-menu-item.active {
  background-color: #f2edea;
}

.news-mobile-menu {
  margin-bottom: 3rem;
}

.page-nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 123px;
  display: flex;
  align-items: center;
}
.page-nav .prev-btn,
.page-nav .next-btn {
  border: none;
  background-color: transparent;
  padding: 0;
}
.page-nav .prev-btn i,
.page-nav .next-btn i {
  font-size: 16px;
}
.page-nav .prev-btn {
  margin-right: 72px;
}
.page-nav .next-btn {
  margin-left: 72px;
}
.page-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-nav ul .page-nav-item.active a {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-nav ul .page-nav-item + .page-nav-item {
  margin-left: 3rem;
}
.page-nav ul .page-nav-item a {
  text-decoration: none;
  color: #a9a9a9;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
}

@media (max-width: 992px) {
  .page-nav {
    margin-top: 64px;
  }
  .page-nav .prev-btn i,
  .page-nav .next-btn i {
    font-size: 14px;
  }
  .page-nav .prev-btn {
    margin-right: 48px;
  }
  .page-nav .next-btn {
    margin-left: 48px;
  }
  .page-nav ul .page-nav-item.active a::after {
    width: 12px;
    transform: translateY(12px);
  }
  .page-nav ul .page-nav-item + .page-nav-item {
    margin-left: 32px;
  }
  .page-nav ul .page-nav-item a {
    font-size: 16px;
  }
}
.products-inner-content {
  width: 0;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .products-inner-content {
    width: 83%;
    margin: auto;
  }
}

.productsInner-content-main {
  width: 86%;
}
@media (max-width: 992px) {
  .productsInner-content-main {
    width: 83%;
    margin: auto;
  }
}

.productsInner-card {
  margin-top: 36px;
}
@media (max-width: 992px) {
  .productsInner-card {
    margin-top: 16px;
  }
}
.productsInner-card img {
  width: 100%;
  height: auto;
}
.productsInner-card h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
}
.productsInner-card h2::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px dashed #000;
  margin: 3rem 0 2rem;
}
@media (max-width: 992px) {
  .productsInner-card h2::after {
    margin: 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .productsInner-card h2 {
    font-size: 26px;
  }
}
.productsInner-card p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .productsInner-card p {
    font-size: 16px;
  }
}

.productsInner-profile {
  padding-top: 80px;
}
.productsInner-profile .index-product-button {
  margin-top: 112px;
}
@media (max-width: 992px) {
  .productsInner-profile .index-product-button {
    margin-top: 60px;
  }
}

.nav-pills {
  border-bottom: 1px solid #177efd;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-link:hover,
.nav-link:focus {
  color: #000;
}

.nav-item {
  width: 30.68783%;
}
@media (min-width: 992px) {
  .nav-item {
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .nav-item {
    width: 50%;
  }
}

.tab-pane {
  padding-top: 48.5px;
}
@media (max-width: 992px) {
  .tab-pane {
    padding-top: 30px;
  }
}
.tab-pane p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .tab-pane p {
    font-size: 16px;
  }
}

.productsInner-tab {
  padding: 24px 0;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 100%;
  background-color: #e6e7e6;
  color: #000;
  height: 100%;
}
@media (max-width: 1400px) {
  .productsInner-tab {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .productsInner-tab {
    padding: 16px 10px;
    font-size: 16px;
  }
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.innerSwiper2 {
  height: 80%;
  width: 100%;
}

.innerSwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 5px 0 10px;
}

.innerSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.innerSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  vertical-align: middle;
  width: 100%;
}

.contact-pages {
  padding: 80px 0 112px;
}
@media (max-width: 992px) {
  .contact-pages {
    padding: 36px 0 80px;
  }
}
.contact-pages .contact-pages-main {
  width: 49.375%;
  margin: auto;
}
@media (max-width: 992px) {
  .contact-pages .contact-pages-main {
    width: 83%;
  }
}
.contact-pages .contact-pages-main h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-style: italic;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .contact-pages .contact-pages-main h1 {
    font-size: 25px;
  }
}
.contact-pages .contact-pages-main h1::after {
  content: "";
  display: block;
  width: 138px;
  height: 12px;
  background-color: #177efd;
  margin: 3rem auto 4rem;
}
@media (max-width: 992px) {
  .contact-pages .contact-pages-main h1::after {
    width: 100px;
    height: 8px;
    margin: 1rem auto 2rem;
  }
}
.contact-pages .contact-pages-main p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .contact-pages .contact-pages-main p {
    font-size: 16px;
  }
}

.contact-form-item {
  display: flex;
  flex-direction: column;
}

.contact-form {
  margin-top: 116px;
}
@media (max-width: 992px) {
  .contact-form {
    margin-top: 60px;
  }
}
.contact-form .index-product-button {
  margin-top: 112px;
}
@media (max-width: 992px) {
  .contact-form .index-product-button {
    margin-top: 60px;
  }
}
.contact-form > p {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .contact-form > p {
    margin-bottom: 2rem;
  }
}
.contact-form > p span {
  color: #ff0000;
}

.contact-form-item + .contact-form-item {
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .contact-form-item + .contact-form-item {
    margin-top: 1rem;
  }
}
.contact-form-item label {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .contact-form-item label {
    font-size: 16px;
  }
}
.contact-form-item label span {
  color: #ff0000;
}
.contact-form-item input {
  width: 100%;
  height: 53px;
  border-radius: 6px;
  border: 1px solid #6e6e6e;
  text-indent: 1em;
}
.contact-form-item input:focus {
  outline: none;
}
@media (max-width: 992px) {
  .contact-form-item input {
    height: 48px;
  }
}
.contact-form-item textarea {
  display: block;
  padding: 10px 0;
  text-indent: 1em;
  height: 196px;
  border-radius: 6px;
  border: 1px solid #6e6e6e;
}
.contact-form-item textarea:focus {
  outline: none;
}
@media (max-width: 992px) {
  .contact-form-item textarea {
    height: 100px;
  }
}

.section-sitemap {
  padding: 80px 0 112px;
}
@media (max-width: 992px) {
  .section-sitemap {
    padding: 36px 0 80px;
  }
}
.section-sitemap h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-style: italic;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .section-sitemap h1 {
    font-size: 25px;
  }
}
.section-sitemap h1::after {
  content: "";
  display: block;
  width: 138px;
  height: 12px;
  background-color: #177efd;
  margin: 3rem auto 4rem;
}
@media (max-width: 992px) {
  .section-sitemap h1::after {
    width: 100px;
    height: 8px;
    margin: 1rem auto 2rem;
  }
}

.sitemap-main {
  width: 49%;
  margin: auto;
}
@media (max-width: 992px) {
  .sitemap-main {
    width: 83%;
  }
}
.sitemap-main .accordion-item + .accordion-item {
  margin-top: 1rem;
}

.sitemap-item {
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 20px 32px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: start;
}
.sitemap-item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.section-sitemap .accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-active-bg: #f4f4f4;
}
.section-sitemap .accordion-button:not(.collapsed) {
  color: #000;
}
.section-sitemap .accordion-button:focus {
  box-shadow: none;
}
.section-sitemap .accordion-body {
  padding: 16px 0 0;
}
.section-sitemap .accordion-body > .sitemap-item + .sitemap-item {
  margin-top: 16px;
}

@media (max-width: 992px) {
  .sitemap-main .accordion-item + .accordion-item {
    margin-top: 12px;
  }
  .sitemap-item {
    width: 100%;
    padding: 20px 32px;
    font-size: 15px;
  }
  .section-sitemap .accordion-body {
    padding: 12px 0 0;
  }
  .section-sitemap .accordion-body > .sitemap-item + .sitemap-item {
    margin-top: 12px;
  }
}
* body {
  font-family: "Noto Sans TC", "Fahkwang", sans-serif;
  position: relative;
}

.wrap {
  position: relative;
  max-width: 1920px;
}

*::-webkit-scrollbar {
  display: none;
}

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

/* hb.icon */
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: black;
  position: absolute;
  height: 3px;
  width: 23.73px;
  border-radius: 3px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

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

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

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

#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(-45deg);
}

/* FOR漢堡圖示show/hide */
@media (max-width: 992px) {
  .menu-button-container {
    display: flex;
  }
}
/* bs漢堡相關設定 */
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.scrollBtn {
  width: 64px;
  position: fixed;
  right: 30px;
  top: 88vh;
}
.scrollBtn img {
  width: 100%;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .scrollBtn {
    width: 50px;
  }
}

.nav-link:focus-visible {
  box-shadow: noen;
}

.nav-link:focus-visible {
  box-shadow: none;
}

.swiper-wrapper {
  padding-bottom: 22px;
}

.language-btn {
  line-height: 1.2;
  flex-shrink: 0;
  position: relative;
  display: block;
  padding: 6px 0.6rem;
  border: 3px solid #3780da;
  font-size: 16px;
  font-weight: 700;
  color: #3780da;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: none;
  transition: 0.2s ease-in-out;
}
.language-btn:hover {
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
@media (max-width: 1100px) {
  .language-btn {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .language-btn {
    margin-top: 16px;
    order: 1;
  }
}

.google-lahuage-box {
  width: 7.70833333vw;
  min-width: 120px;
}
@media (max-width: 992px) {
  .google-lahuage-box {
    width: 148px;
    margin-top: 10px;
  }
}
.google-lahuage-box img {
  width: 100%;
  vertical-align: middle;
}

table {
  font-size: 16px;
}

thead tr {
  background-color: #f2f2f2;
}

table.table-bordered th,
table.table-bordered td {
  border: 1px solid #dee2e6;
}

th,
td {
  vertical-align: middle;
}/*# sourceMappingURL=all.css.map */