@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;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8470588235);
  z-index: 9999;
}
.main-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #121212;
  position: absolute;
  top: 119px;
  left: 0;
  z-index: 999999;
}

.top-logo {
  display: block;
  max-width: 201.98px;
  width: 10.51875vw;
}
.top-logo img {
  width: 100%;
  vertical-align: middle;
}

.navbar {
  padding: 0 50px;
}

.navbar-nav {
  margin-left: auto;
  align-items: center;
  flex-wrap: wrap;
}
.navbar-nav li:hover a::after {
  width: 100%;
}
.navbar-nav li a {
  display: block;
  padding: 49px 0 50px;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  color: #412d2c;
}
.navbar-nav li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #173983;
  transition: 0.2s ease-in-out;
}
.navbar-nav li + li {
  margin-left: 4.0364vw;
}

.top-search-form {
  min-width: 150px;
  height: 39px;
  margin-left: 4.427083vw;
}
.top-search-form input {
  flex-grow: 1;
  height: 100%;
  background-color: #cfcfcf;
  border: none;
  outline: none;
  text-indent: 1em;
  border-radius: 50px 0 0 50px;
}
.top-search-form input:focus {
  border: none;
}
.top-search-form input::-moz-placeholder {
  text-indent: 1em;
  color: #121212;
  font-size: 20px;
}
.top-search-form input::placeholder {
  text-indent: 1em;
  color: #121212;
  font-size: 20px;
}
.top-search-form .search-btn {
  width: 39px;
  border-radius: 0 50px 50px 0;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  border: none;
  background-color: #cfcfcf;
}
.top-search-form .search-btn .search-picture {
  width: 16px;
  margin: auto;
}
.top-search-form .search-btn .search-picture img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .navbar-nav li a {
    font-size: 18px;
  }
  .navbar-nav li + li {
    margin-left: 2vw;
  }
  .top-logo {
    width: 150px;
  }
  .top-search-form {
    margin-left: 2vw;
  }
}
@media (max-width: 992px) {
  .main-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
  }
  .main-header::after {
    height: 1.5px;
    top: 69px;
    z-index: 9;
  }
  .navbar {
    padding: 17.7px 30px;
  }
  .navbar-nav {
    margin-left: auto;
    align-items: center;
    padding: 87.7px 0 103px;
  }
  .navbar-nav li {
    width: 100%;
  }
  .navbar-nav li:hover a::after {
    width: 0;
  }
  .navbar-nav li a {
    display: block;
    width: 100%;
    padding: 0px;
    font-size: 20px;
    text-align: start;
    display: flex;
    align-items: center;
  }
  .navbar-nav li a::before {
    content: "";
    width: 9px;
    transform: rotate(45deg);
    height: 9px;
    transform: rotate(45deg);
    margin-right: 15px;
    background-color: #121212;
    display: block;
  }
  .navbar-nav li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .top-search-form {
    max-width: 100%;
    width: 100%;
    min-width: 150px;
    height: 39px;
    border-radius: 60px;
    margin-left: 0px;
    overflow: hidden;
    margin-top: 60px;
  }
  .top-search-form input {
    flex-grow: 1;
    height: 100%;
    background-color: #cfcfcf;
    border: none;
    outline: none;
    text-indent: 1em;
  }
  .top-search-form input:focus {
    border: none;
  }
  .top-search-form input::-moz-placeholder {
    text-indent: 1em;
    color: #121212;
    font-size: 20px;
  }
  .top-search-form input::placeholder {
    text-indent: 1em;
    color: #121212;
    font-size: 20px;
  }
  .top-search-form .search-btn {
    width: 39px;
    height: 100%;
  }
  .top-search-form .search-btn .search-picture {
    width: 16px;
    margin: auto;
  }
  .top-logo {
    width: 129.09px;
  }
}
.index-type {
  background-image: linear-gradient(to right, white 50%, #f3f3f3 50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 95%;
}

.index-banner .swiper {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #457b9d;
  opacity: 1;
  margin: 0 7px !important;
}
.index-banner .swiper-pagination-bullet-active {
  background-color: #457b9d;
}
.index-banner .swiper-button-prev:after {
  opacity: 0;
}
.index-banner .swiper-button-next:after {
  opacity: 0;
}
.index-banner .swiper-wrapper {
  padding-bottom: 20px;
}

.index-product {
  background-image: url(../../src/web/index/bg_1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.index-product-title {
  width: 20%;
  padding: 120px 2.3958333vw 0 8.33333vw;
}
.index-product-title h2 {
  font-size: 2.083333vw;
  font-weight: bold;
  color: #121212;
  position: relative;
  margin-bottom: 48px;
}
.index-product-title h2::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: block;
  width: 50%;
  height: 8px;
  background-color: #173983;
}

.index-product-main {
  padding-top: 100px;
  padding-bottom: 203px;
  display: flex;
  flex-wrap: wrap;
}
.index-product-main .index-product-carousel {
  width: 80%;
}
.index-product-main .index-product-carousel .owl-carousel .owl-stage {
  padding-top: 100px;
}
.index-product-main .index-product-carousel .product-carousel {
  width: 100%;
  padding: 0 43px 0 16px;
}
.index-product-main .index-product-carousel .product-carousel .item:hover .index-product-card {
  transform: translateY(-70px);
}
.index-product-main .index-product-carousel .product-carousel .item:hover .index-product-card h3 {
  color: #121212;
}
.index-product-main .index-product-carousel .product-carousel .item .index-product-card {
  transform: translateY(0);
  transition: 0.2s;
}
.index-product-main .index-product-carousel .product-carousel .item .index-product-card .index-product-pic {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.index-product-main .index-product-carousel .product-carousel .item .index-product-card .index-product-pic:hover .product-dark {
  background-color: rgba(18, 18, 18, 0.5137254902);
}
.index-product-main .index-product-carousel .product-carousel .item .index-product-card .index-product-pic:hover .product-dark .product-search {
  transform: scale(1);
}
.index-product-main .index-product-carousel .product-carousel .item .index-product-card .index-product-pic img {
  width: 100%;
  vertical-align: middle;
}
.index-product-main .index-product-carousel .product-carousel .item .index-product-card .index-product-pic .product-dark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0);
  display: flex;
  transition: 0.2s;
}
.index-product-main .index-product-carousel .product-carousel .item .index-product-card .index-product-pic .product-dark .product-search {
  width: 49px;
  margin: auto;
  transform: scale(0);
  transition: 0.2s;
}
.index-product-main .index-product-carousel .product-carousel .item .index-product-card .index-product-pic .product-dark .product-search img {
  width: 100%;
  vertical-align: middle;
}
.index-product-main .index-product-carousel .product-carousel .item .index-product-card h3 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(18, 18, 18, 0);
  text-align: center;
  line-height: 1.6;
}
.index-product-main .index-product-carousel .owl-dots {
  display: none;
}
.index-product-main .index-product-carousel .owl-nav {
  position: absolute;
  right: 67px;
  top: calc(100% + 47px);
}
.index-product-main .index-product-carousel .owl-nav .owl-prev,
.index-product-main .index-product-carousel .owl-nav .owl-next {
  width: 50px;
}
.index-product-main .index-product-carousel .owl-nav .owl-prev img,
.index-product-main .index-product-carousel .owl-nav .owl-next img {
  width: 100%;
  vertical-align: middle;
}
.index-product-main .index-product-carousel .owl-nav .owl-prev {
  margin-right: 25px;
}

.index-more-btn {
  max-width: 210px;
  width: 10.9375vw;
  padding: 11px 0;
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  display: block;
  border: none;
  border-bottom: 1px solid #121212;
  position: relative;
  z-index: 1;
  color: #121212;
}
.index-more-btn:hover::before {
  height: 100%;
}
.index-more-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in;
  z-index: -1;
}

.index-about {
  padding: 86px 0 291px;
  background-image: url(../../src/web/index/bg_2.png);
  background-size: 49.9999% 100%;
  background-repeat: no-repeat;
}
.index-about .index-about-picture {
  width: 55%;
}
.index-about .index-about-picture .index-about-pic {
  margin-left: auto;
  width: 40.885416vw;
  max-width: 785px;
}
.index-about .index-about-picture .index-about-pic img {
  width: 100%;
  vertical-align: middle;
}
.index-about .index-about-article {
  width: 0;
  flex-grow: 1;
  padding: 10px 108px 0 103px;
}
.index-about .index-about-article h1 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #121212;
  position: relative;
  margin-bottom: 52px;
}
.index-about .index-about-article h1::after {
  display: block;
  content: "";
  position: absolute;
  font-weight: 400;
  width: 50%;
  top: calc(100% + 15px);
  left: 0;
  height: 8px;
  background-color: #173983;
}
.index-about .index-about-article p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #121212;
}
.index-about .index-about-article .index-more-btn {
  margin-left: 35%;
  margin-top: 118px;
}

@media (max-width: 992px) {
  .index-type {
    background-image: linear-gradient(to right, #f3f3f3 0%, #f3f3f3 100%);
  }
  .index-product {
    background-image: none;
  }
  .index-product-title {
    width: 100%;
    padding: 0;
  }
  .index-product-title h2 {
    font-size: 32px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 41px;
  }
  .index-product-title h2::after {
    width: 100%;
    height: 8px;
  }
  .index-product-title .index-more-btn {
    margin: auto;
    margin-bottom: 31px;
  }
  .index-product-main {
    padding-top: 20px;
    padding-bottom: 178px;
    display: flex;
    flex-wrap: wrap;
  }
  .index-product-main .index-product-carousel {
    width: 82.608695%;
    margin: auto;
  }
  .index-product-main .index-product-carousel .owl-carousel .owl-stage {
    padding-top: 0px;
  }
  .index-product-main .index-product-carousel .product-carousel {
    width: 100%;
    padding: 0px;
  }
  .index-product-main .index-product-carousel .product-carousel .item {
    aspect-ratio: unset;
    overflow: auto;
  }
  .index-product-main .index-product-carousel .product-carousel .item:hover .index-product-card {
    transform: translateY(0px);
  }
  .index-product-main .index-product-carousel .product-carousel .item .index-product-card {
    transform: translateY(0);
    transition: 0.2s;
  }
  .index-product-main .index-product-carousel .product-carousel .item .index-product-card .index-product-pic {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .index-product-main .index-product-carousel .product-carousel .item .index-product-card h3 {
    font-size: 20px;
    color: #121212;
  }
  .index-product-main .index-product-carousel .owl-nav {
    top: calc(100% + 58px);
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .index-product-main .index-product-carousel .owl-nav .owl-prev {
    margin-right: 10px;
  }
  .index-more-btn {
    width: 166px;
    padding: 10px 0;
    font-size: 20px;
  }
  .index-about-main {
    width: 82.60869%;
    margin: auto;
  }
  .index-about {
    padding: 0 0 110px;
    background-image: unset;
  }
  .index-about .index-about-picture {
    width: 100%;
  }
  .index-about .index-about-picture .index-about-pic {
    width: 100%;
  }
  .index-about .index-about-article {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  .index-about .index-about-article h1 {
    font-size: 35px;
    margin: auto;
    margin-bottom: 52px;
  }
  .index-about .index-about-article h1::after {
    top: calc(100% + 10px);
    height: 5px;
  }
  .index-about .index-about-article p {
    font-size: 20px;
    line-height: 2;
  }
  .index-about .index-about-article .index-more-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
}
.arrow-left,
.arrow-next {
  width: 50px;
  height: 50px;
  background-size: cover;
}

.arrow-left {
  background-image: url(../../src/web/icon/arrow_left.svg);
}
.arrow-left:hover {
  background-image: url(../../src/web/icon/arrow_left_blue.svg);
}

.arrow-next {
  background-image: url(../../src/web/icon/arrow_right.svg);
}
.arrow-next:hover {
  background-image: url(../../src/web/icon/arrow_right_blue.svg);
}

.main-footer {
  background: linear-gradient(42deg, rgb(10, 111, 171) 25%, rgb(174, 209, 229) 100%);
}

.footer-container {
  width: 80%;
  margin: auto;
  padding: 45px 0;
}
.footer-container .footer-item:first-child {
  padding-right: 6.66666vw;
}
.footer-container .footer-item:nth-child(2) {
  padding: 0 6.25vw;
  border-left: 1px dashed #ffffff;
  border-right: 1px dashed #ffffff;
}
.footer-container .footer-item:nth-child(3) {
  padding-left: 6.25vw;
}
.footer-container .footer-item .footer-item-logo {
  max-width: 380px;
  width: 19.791666vw;
  min-width: 272px;
  margin-bottom: 45px;
}
.footer-container .footer-item .footer-item-logo img {
  width: 100%;
  vertical-align: middle;
}
.footer-container .footer-item .footer-copy-right {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.footer-container .footer-item .footer-copy-right > a {
  text-decoration: none;
  color: #fff;
}
.footer-container .footer-menu > li > a:hover::after {
  width: 100%;
}
.footer-container .footer-menu > li > a::after {
  content: "";
  display: block;
  width: 0%;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.2s ease-in;
}
.footer-container .footer-menu > li + li,
.footer-container .footer-profile > li + li {
  margin-top: 20px;
}
.footer-container .footer-menu > li > a,
.footer-container .footer-profile > li > a {
  font-size: 1.042vw;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}

@media (max-width: 992px) {
  .footer-container {
    width: 100%;
    margin: auto;
    padding: 50px 0 66px;
  }
  .footer-container .footer-item {
    width: 100%;
  }
  .footer-container .footer-item:first-child {
    padding-right: 0vw;
  }
  .footer-container .footer-item:nth-child(2) {
    padding: 44px 0 56px;
    border-left: none;
    border-right: none;
  }
  .footer-container .footer-item:nth-child(3) {
    padding-left: 0vw;
  }
  .footer-container .footer-item .footer-item-logo {
    width: 272px;
    margin: auto;
    margin-bottom: 45px;
  }
  .footer-container .footer-item .footer-copy-right {
    font-size: 15px;
    width: 70%;
    color: #fff;
    margin-left: 2rem;
  }
  .footer-container .footer-item .footer-copy-right > a {
    text-decoration: none;
    color: #fff;
  }
  .footer-container .footer-menu {
    width: 65%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-container .footer-menu > li {
    width: 33.3333%;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .footer-container .footer-menu > li + li {
    margin-top: 0;
  }
  .footer-container .footer-menu > li > a {
    font-size: 16px;
  }
  .footer-container .footer-profile {
    width: 77.294685%;
    margin: auto;
    margin-bottom: 60px;
  }
  .footer-container .footer-profile > li a {
    font-size: 16px;
  }
}
.scrollBtn {
  position: fixed;
  width: 66px;
  top: 80vh;
  right: 49px;
  z-index: 999;
}
.scrollBtn img {
  width: 100%;
  vertical-align: middle;
}

.about-pages {
  padding: 89px 0 60px;
}
.about-pages .about-pages-txt {
  width: 68.59375%;
  margin: auto;
  margin-bottom: 90px;
}
.about-pages .about-pages-txt p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #121212;
  line-height: 1.8;
}

.about-pages-title {
  padding-bottom: 65px;
}
.about-pages-title h2 {
  font-size: 50px;
  letter-spacing: 0.05em;
  color: #173983;
  font-weight: bold;
  margin-bottom: 10px;
}
.about-pages-title h1 {
  font-size: 35px;
  letter-spacing: 0.05em;
  color: #121212;
  font-weight: bold;
}

.about-pages-article {
  width: 68.59375%;
  margin: auto;
  padding-bottom: 110px;
}
.about-pages-article h2 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #173983;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about-pages-article p {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  letter-spacing: 0.01em;
  line-height: 2;
}

.about-middle-title {
  width: 68.59375%;
  margin: auto;
  padding-bottom: 40px;
}
.about-middle-title h3 {
  flex-shrink: 0;
  font-size: 35px;
  font-weight: bold;
  color: #121212;
  margin: 0 50px;
}
.about-middle-title .about-middle-pic {
  flex-grow: 1;
  height: 35px;
}
.about-middle-title .about-middle-pic img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.about-products-type {
  width: 68.59375%;
  margin: auto;
  padding-top: 107px;
  margin-bottom: 140px;
}
.about-products-type .products-type-item {
  padding: 70px 30px 56px;
  border: 1px solid #0077b6;
  position: relative;
}
.about-products-type .products-type-item + .products-type-item {
  margin-top: 96px;
}
.about-products-type .products-type-item .products-type-title {
  position: absolute;
  border-radius: 100px;
  background-color: #0077b6;
  top: 0;
  left: 0;
  transform: translate(-10%, -50%);
  padding: 20px;
  width: 380px;
  border: 10px solid #fff;
  outline: 1px solid #0077b6;
}
.about-products-type .products-type-item .products-type-title h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.about-products-type .products-type-item p {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.about-product-pick h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #121212;
}
.about-product-pick .product-pick-list {
  width: 74.6875%;
  margin: auto;
  padding: 50px 0 140px;
}

.product-pick-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .product-pick-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .product-pick-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-pick-list .pick-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 62px 36px;
  border: 1px solid #121212;
}
.product-pick-list .pick-list-item .pick-list-pic {
  width: 98px;
  margin-bottom: 28px;
}
.product-pick-list .pick-list-item .pick-list-pic img {
  width: 100%;
  vertical-align: middle;
}
.product-pick-list .pick-list-item h4 {
  font-size: 18px;
  font-weight: bold;
  color: #121212;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.product-pick-list .pick-list-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #121212;
}

.about-bottem-banner {
  width: 91.666666%;
  margin: auto;
  background-image: url(../../src/web/about/pic_3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.about-bottem-banner .bottem-banner-txt {
  padding: 119px 8.489583vw;
}
.about-bottem-banner .bottem-banner-txt p {
  text-align: end;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #173983;
}
.about-bottem-banner .bottem-banner-txt a {
  margin-top: 47px;
  max-width: 383px;
  width: 19.9479166vw;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-left: auto;
  color: #121212;
  background-color: #90e0ef;
  padding: 20px 0;
  border: 2px solid #fff;
  outline: 7px solid #90e0ef;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transform: translateY(0);
  transition: 0.2s;
}
.about-bottem-banner .bottem-banner-txt a:hover {
  background-color: #0096c7;
  outline: 7px solid #0096c7;
  color: #fff;
  transform: translateY(-10px);
}
.about-bottem-banner .bottem-banner-txt a > svg {
  width: 22px;
  height: 22px;
  margin-right: 26px;
}

@media (max-width: 992px) {
  .about-pages {
    padding: 50px 0 40px;
  }
  .about-pages .about-pages-txt {
    width: 88.647342%;
    margin-bottom: 40px;
  }
  .about-pages .about-pages-txt p {
    font-size: 20px;
  }
  .about-pages-title {
    padding-bottom: 30px;
  }
  .about-pages-title h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .about-pages-title h1 {
    font-size: 30px;
  }
  .about-pages-article {
    width: 88.647342%;
    margin: auto;
    padding-bottom: 78px;
  }
  .about-pages-article h2 {
    display: none;
  }
  .about-pages-article p {
    font-size: 20px;
  }
  .about-middle-title {
    width: 100%;
    padding-bottom: 35px;
  }
  .about-middle-title h3 {
    flex-shrink: 0;
    font-size: 30px;
    margin: 0 15px;
  }
  .about-middle-title .about-middle-pic {
    flex-grow: 1;
    height: 40px;
  }
  .about-products-type {
    width: 88.647342%;
    padding-top: 40px;
    margin-bottom: 110px;
  }
  .about-products-type .products-type-item {
    padding: 103px 30px 102px;
  }
  .about-products-type .products-type-item + .products-type-item {
    margin-top: 80px;
  }
  .about-products-type .products-type-item .products-type-title {
    background-color: #0077b6;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 300px;
    border: 5px solid #fff;
    left: 50%;
  }
  .about-products-type .products-type-item .products-type-title h3 {
    text-align: start;
    font-size: 25px;
  }
  .about-products-type .products-type-item p {
    font-size: 18px;
    line-height: 2.2;
  }
  .about-product-pick h3 {
    font-size: 30px;
  }
  .about-product-pick .product-pick-list {
    width: 81.15942%;
    margin: auto;
    padding: 35px 0 90px;
  }
  .product-pick-list {
    gap: 35px;
  }
  .product-pick-list .pick-list-item {
    padding: 62px 0;
  }
  .product-pick-list .pick-list-item .pick-list-pic {
    width: 92px;
    margin-bottom: 22px;
  }
  .product-pick-list .pick-list-item h4 {
    font-size: 18px;
  }
  .product-pick-list .pick-list-item p {
    width: 80%;
    margin: auto;
    font-size: 18px;
  }
  .about-bottem-banner {
    width: 91.666666%;
    margin: auto;
    background-image: url(../../src/web/about/pic_3.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .about-bottem-banner .bottem-banner-txt {
    padding: 88px 28px;
  }
  .about-bottem-banner .bottem-banner-txt p {
    text-align: center;
    font-size: 20px;
  }
  .about-bottem-banner .bottem-banner-txt a {
    margin-top: 70px;
    width: 84.552845%;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    color: #121212;
    background-color: #90e0ef;
    padding: 20px 0;
    border: 2px solid #fff;
    outline: 7px solid #90e0ef;
  }
  .about-bottem-banner .bottem-banner-txt a > svg {
    width: 22px;
    height: 22px;
    margin-right: 20px;
  }
}
.pages-banner img {
  width: 100%;
}

.pages-bread {
  background-color: #f6f6f6;
}
.pages-bread .pages-bread-main {
  width: 83.333333%;
  margin: auto;
  padding: 15px 0;
}

.pages-bread-list {
  display: flex;
  align-items: center;
}
.pages-bread-list > li + li {
  margin-left: 10px;
}
.pages-bread-list > li:first-child {
  width: 20px;
}
.pages-bread-list > li:first-child img {
  width: 100%;
  vertical-align: middle;
}
.pages-bread-list > li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #3a9038;
  font-weight: 400;
}

.pages-pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.pages-pagination ol li + li {
  margin-left: 21px;
}
.pages-pagination ol li:hover a::after {
  transform: translateY(0px);
  opacity: 1;
}
.pages-pagination ol li:hover a {
  color: #d9000d;
}
.pages-pagination ol li a {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #121212;
  position: relative;
}
.pages-pagination ol li a::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #d9000d;
  transform: translateY(3px);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.1s ease 0.1s;
}
.pages-pagination > svg {
  color: #121212;
  margin-left: 21px;
}
.pages-pagination > svg:hover {
  color: #d9000d;
}

.pages-products {
  padding: 84px 0 145px;
}
.pages-products .pages-pagination {
  margin-top: 200px;
}

.pages-products-title {
  padding: 0 71px 85px;
  letter-spacing: 1.65px;
}
.pages-products-title h1 {
  font-size: 55px;
  font-weight: bold;
  color: #173983;
  margin-bottom: 10px;
}
.pages-products-title h2 {
  font-size: 35px;
  color: #121212;
  font-weight: bold;
}

.products-web-menu {
  padding-left: 71px;
}
.products-web-menu .accordion-item {
  max-width: 290px;
  width: 25vw;
  margin-bottom: 20px;
}
.products-web-menu .web-menu-item {
  width: 100%;
  border: none;
  background-color: #f1f1f1;
  font-size: 20px;
  line-height: 1.4;
  color: #121212;
  font-weight: bold;
  padding: 14px 25px;
  position: relative;
}
.products-web-menu .web-menu-item:hover::after {
  width: 100%;
}
.products-web-menu .web-menu-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #173983;
  transition: 0.2s;
}
.products-web-menu .web-menu-item.active::after {
  width: 100%;
}
.products-web-menu .accordion-body {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
}
.products-web-menu .web-menu-second-item {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #121212;
  background-color: transparent;
  letter-spacing: 0.01em;
  padding: 5px 25px;
  background-color: transparent;
  border: none;
  text-align: start;
}

.products-mobile-menu {
  width: 84.653465%;
  margin: auto;
  margin-bottom: 64px;
}
.products-mobile-menu .accordion-item + .accordion-item {
  border-top: 1px solid #173983;
}
.products-mobile-menu .accordion-body {
  border: 1px solid #173983;
  border-top: none;
}
.products-mobile-menu .mobile-menu-title {
  padding: 14px 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  background-color: #f1f1f1;
  color: #121212;
}
.products-mobile-menu .mobile-menu-item {
  padding: 20px 29px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #000000;
  line-height: 1.3;
}

.mobile-menu-body {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  background-color: #f1f1f1;
  border: none !important;
  border-top: 1px solid #173983 !important;
}
.mobile-menu-body .mobile-second-item {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #000000;
  text-align: start;
  display: block;
  width: 100%;
  border: none;
  padding: 5px 20px;
  background-color: #f1f1f1;
}

.pages-products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 80px;
  width: 94.444444%;
}
@media (max-width: 992px) {
  .pages-products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .pages-products-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pages-products-list .products-list-item {
  cursor: pointer;
}
.pages-products-list .products-list-item:hover .products-pic img {
  transform: scale(0.97);
}
.pages-products-list .products-list-item:hover p {
  color: #d9000d;
}
.pages-products-list .products-pic {
  margin-bottom: 1rem;
  background-color: #d9000d;
}
.pages-products-list .products-pic img {
  width: 100%;
  vertical-align: middle;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
.pages-products-list p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #121212;
  line-height: 1.4;
}

@media (max-width: 992px) {
  .pages-products {
    padding: 50px 0 115px;
  }
  .pages-products .pages-pagination {
    margin-top: 135px;
  }
  .pages-products-title {
    padding: 0 0px 40px;
  }
  .pages-products-title h1 {
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
  }
  .pages-products-title h2 {
    font-size: 30px;
    text-align: center;
  }
  .pages-products-list {
    width: 84%;
    margin: auto;
    gap: 40px;
  }
}
.accordion-button::after {
  display: none;
}

.product-inner {
  width: 77.77777%;
}

.product-inner-top .swiper {
  width: 100%;
  height: 100%;
}
.product-inner-top .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-inner-top .innerProduct2 {
  height: 80%;
  width: 100%;
}
.product-inner-top .innerProduct {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-inner-top .innerProduct .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.product-inner-top .innerProduct .swiper-slide-thumb-active {
  opacity: 1;
}
.product-inner-top .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-inner-top .swiper-button-prev {
  left: 20px;
}
.product-inner-top .swiper-button-next {
  right: 20px;
}
.product-inner-top .swiper-button-next,
.product-inner-top .swiper-button-prev {
  width: 14px;
}
.product-inner-top .swiper-button-next img,
.product-inner-top .swiper-button-prev img {
  width: 100%;
}
.product-inner-top .swiper-button-next:after,
.product-inner-top .swiper-button-prev:after {
  display: none;
}

.product-profile {
  padding-left: 22px;
}
.product-profile h1 {
  font-size: 28px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-weight: 600;
  color: #121212;
  padding: 30px 0;
  border-top: 1px dashed #121212;
  border-bottom: 1px dashed #121212;
  margin-bottom: 30px;
}
.product-profile p {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  line-height: 1.6;
}

.product-inner-profile {
  padding-top: 91px;
}
.product-inner-profile .nav-pills {
  border-bottom: 1px solid #0077b6;
}
.product-inner-profile .nav-item {
  border-radius: 0;
  width: 28%;
}
.product-inner-profile .nav-link {
  width: 100%;
  border-radius: 0;
  display: block;
  padding: 12px 0;
  letter-spacing: 0.01em;
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  background-color: #f1f1f1;
  position: relative;
  -webkit-clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 21%);
          clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 21%);
}
.product-inner-profile .nav-link.active {
  background-color: #0077b6;
}
.product-inner-profile .tab-pane {
  padding-top: 50px;
}
.product-inner-profile .tab-pane p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #121212;
  line-height: 1.8;
}
.product-inner-profile .tab-pane p > span {
  font-weight: 600;
}
.product-inner-profile .tab-pane p > span.little-title {
  line-height: 2;
}
.product-inner-profile .tab-pane ul {
  margin-bottom: 40px;
}
.product-inner-profile .tab-pane ul li {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  letter-spacing: 0.1em;
  line-height: 1.8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-inner-profile .tab-pane ul li::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0077b6;
  margin-right: 25px;
  flex-shrink: 0;
}
.product-inner-profile .tab-pane ul li span {
  font-weight: bold;
}
.product-inner-profile .product-back-btn {
  margin-top: 160px;
}

.product-back-btn {
  border: none;
  display: block;
  padding: 19px 60px;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 60px;
  font-size: 20px;
  background: linear-gradient(42deg, rgb(96, 96, 96) 30%, rgb(44, 44, 44) 100%);
  transition: 0.2s;
}
.product-back-btn:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transform: translateY(-3px);
}

@media (max-width: 992px) {
  .product-inner {
    width: 83%;
    margin: auto;
  }
  .product-profile {
    padding-left: 0px;
  }
  .product-profile h1 {
    font-size: 25px;
    padding: 20px 0;
    border-top: none;
    margin-bottom: 30px;
  }
  .product-profile p {
    font-size: 18px;
  }
  .product-inner-profile {
    padding-top: 65px;
  }
  .product-inner-profile .product-back-btn {
    margin-top: 88px;
  }
  .product-inner-profile .nav-item {
    border-radius: 0;
    width: 50%;
  }
  .product-inner-profile .nav-link {
    -webkit-clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 21%);
            clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 21%);
  }
  .product-inner-profile .tab-pane {
    padding-top: 50px;
  }
  .product-inner-profile .tab-pane p {
    font-size: 20px;
  }
  .product-inner-profile .tab-pane ul {
    margin-bottom: 40px;
  }
  .product-inner-profile .tab-pane ul li {
    font-size: 18px;
  }
  .product-back-btn {
    padding: 15px 53px;
  }
}
.product-process {
  padding: 135px 0 280px;
}
.product-process .product-process-main {
  width: 83.85416%;
  margin: auto;
}

.product-process-list {
  padding-top: 162px;
}

.product-process-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.product-process-title h1 {
  font-size: 35px;
  color: #121212;
}
.product-process-title h2 {
  font-size: 55px;
  order: -1;
  color: #173983;
  margin-bottom: 1rem;
}

.process-list-item {
  display: flex;
  flex-wrap: wrap;
}
.process-list-item .process-list-article,
.process-list-item .process-list-carousel {
  width: 50%;
}
.process-list-item:nth-child(even) {
  flex-direction: row-reverse;
}
.process-list-item:nth-child(even) .process-list-article {
  padding-left: 0px;
}

.process-list-article {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
.process-list-article .process-list-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.process-list-article .process-list-title .process-list-number {
  width: 81.68px;
  height: 70px;
  flex-shrink: 0;
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  background-color: #70b5b2;
}
.process-list-article .process-list-title .process-list-number span {
  font-size: 2.083333vw;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: auto;
}
.process-list-article .process-list-title .process-linebar {
  width: 83px;
  height: 5px;
  transform: translateX(-2px);
  background-color: #70b5b2;
}
.process-list-article .process-list-title h2 {
  transform: translateX(-5px);
  font-size: 2.083333vw;
  font-weight: bold;
  color: #fff;
  padding: 15px 58px;
  background-color: #70b5b2;
  -webkit-clip-path: polygon(15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
          clip-path: polygon(15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
}
.process-list-article p {
  font-size: 20px;
  font-weight: bold;
  color: #121212;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 90%;
}

.process-list-carousel .swiper-button-next::after,
.process-list-carousel .swiper-button-prev::after {
  display: none;
}
.process-list-carousel .swiper-button-next,
.process-list-carousel .swiper-button-prev {
  width: 9.5px;
  top: 95%;
}
.process-list-carousel .swiper-button-next img,
.process-list-carousel .swiper-button-prev img {
  width: 100%;
}
.process-list-carousel .swiper-button-next {
  right: 40%;
}
.process-list-carousel .swiper-button-prev {
  left: 40%;
}
.process-list-carousel .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #fff;
  opacity: 1;
  margin: 0 7.5px;
  border-radius: 5px;
}
.process-list-carousel .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  width: 17.6px;
}
.process-list-carousel .swiper-horizontal > .swiper-pagination-bullets,
.process-list-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.process-list-carousel .swiper-pagination-custom,
.process-list-carousel .swiper-pagination-fraction {
  top: 93%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .product-process {
    padding: 59px 0 200px;
  }
  .product-process .product-process-main {
    width: 80.676328%;
    margin: auto;
  }
  .product-process-list {
    padding-top: 70px;
  }
  .product-process-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  .product-process-title h1 {
    font-size: 30px;
  }
  .product-process-title h2 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
  .process-list-item {
    display: flex;
    flex-wrap: wrap;
  }
  .process-list-item .process-list-article,
  .process-list-item .process-list-carousel {
    width: 100%;
  }
  .process-list-item + .process-list-item {
    margin-top: 70px;
  }
  .process-list-item:nth-child(even) {
    flex-direction: row;
  }
  .process-list-article {
    padding-left: 0px;
  }
  .process-list-article .process-list-title {
    margin-top: 60px;
    margin-bottom: 35px;
  }
  .process-list-article .process-list-title .process-list-number {
    width: 47.89px;
    height: 41.48px;
  }
  .process-list-article .process-list-title .process-list-number span {
    font-size: 23px;
  }
  .process-list-article .process-list-title .process-linebar {
    width: 55px;
    height: 3px;
  }
  .process-list-article .process-list-title h2 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 8px 28px;
  }
  .process-list-article p {
    width: 100%;
  }
  .process-list-carousel .swiper-button-next,
  .process-list-carousel .swiper-button-prev {
    width: 9.5px;
    top: 91%;
  }
  .process-list-carousel .swiper-button-next {
    right: 35%;
  }
  .process-list-carousel .swiper-button-prev {
    left: 35%;
  }
  .process-list-carousel .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 2px;
  }
  .process-list-carousel .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    width: 9.62px;
  }
  .process-list-carousel .swiper-horizontal > .swiper-pagination-bullets,
  .process-list-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
  .process-list-carousel .swiper-pagination-custom,
  .process-list-carousel .swiper-pagination-fraction {
    top: 87%;
  }
}
.pages-contact {
  padding: 90px 0 180px;
}

.pages-contact-title {
  width: 66.66666%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid #d9000d;
}
.pages-contact-title h1 {
  font-size: 35px;
  font-weight: bold;
  color: #121212;
  letter-spacing: 0.01em;
  margin-bottom: 60px;
}
.pages-contact-title h2 {
  order: -1;
  font-size: 50px;
  font-weight: bold;
  color: #173983;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.pages-contact-title p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
  color: #121212;
}

.pages-contact-form {
  width: 50%;
  margin: auto;
  padding-top: 60px;
}
.pages-contact-form .pages-contact-item + .pages-contact-item {
  margin-top: 30px;
}
.pages-contact-form .pages-contact-item label {
  font-size: 18px;
  font-weight: 600;
  color: #412d2c;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
.pages-contact-form .pages-contact-item label span {
  color: #e60000;
}
.pages-contact-form .pages-contact-item input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #412d2c;
}
.pages-contact-form .pages-contact-item input:focus {
  outline: none;
}
.pages-contact-form .pages-contact-item textarea {
  height: 216px;
  border: 1px solid #412d2c;
}

.contact-btn {
  margin: auto;
  margin-top: 60px;
  width: 320px;
  background-color: #d9000d;
  border: none;
  border-radius: 70px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 16.5px 0;
  position: relative;
  transition: 0.2s;
}
.contact-btn:hover {
  color: rgba(255, 255, 255, 0);
  transform: translateY(-20px);
}
.contact-btn:hover .contact-btn-pic {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.contact-btn .contact-btn-pic {
  width: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transition: 0.2s;
  transform: translate(-50%, -50%) scale(0);
}
.contact-btn .contact-btn-pic img {
  width: 100%;
  vertical-align: middle;
}

.contact-map {
  position: relative;
}
.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.contact-map::after {
  content: "";
  display: block;
  padding-bottom: 21.09375%;
}

@media (max-width: 992px) {
  .pages-contact {
    padding: 50px 0 120px;
  }
  .pages-contact-title {
    width: 82.125603%;
    padding-bottom: 25px;
  }
  .pages-contact-title h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .pages-contact-title h2 {
    font-size: 30px;
  }
  .pages-contact-title p {
    font-size: 15px;
    text-align: center;
  }
  .pages-contact-form {
    width: 73.42995%;
    padding-top: 50px;
  }
  .pages-contact-form .pages-contact-item label {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pages-contact-form .pages-contact-item input {
    height: 57px;
  }
  .pages-contact-form .pages-contact-item textarea {
    height: 308px;
  }
  .contact-btn {
    margin-top: 65px;
    width: 100%;
    font-size: 15px;
    padding: 16.5px 0;
  }
  .contact-map::after {
    padding-bottom: 139.37%;
  }
}
.pages-sitemap-title {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 115px;
}
.pages-sitemap-title h1 {
  font-size: 35px;
  font-weight: bold;
  color: #121212;
  letter-spacing: 0.01em;
}
.pages-sitemap-title h2 {
  order: -1;
  font-size: 50px;
  font-weight: bold;
  color: #173983;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.pages-sitemap-title p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
  color: #121212;
}

.pages-sitemap {
  padding: 90px 0 180px;
}

.pages-sitemap-menu {
  width: 66.66666%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.pages-sitemap-menu .pages-sitemap-item {
  width: 100%;
  height: 112px;
  display: flex;
  border-radius: 23px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.pages-sitemap-menu .pages-sitemap-item:hover .pages-sitemap-content p::before {
  width: 131px;
}
.pages-sitemap-menu .pages-sitemap-item + .pages-sitemap-item {
  margin-top: 60px;
}
.pages-sitemap-menu .pages-sitemap-item .sitemap-item-num {
  width: 161px;
  height: 100%;
  background-color: #c2091c;
  display: flex;
}
.pages-sitemap-menu .pages-sitemap-item .sitemap-item-num span {
  margin: auto;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
}
.pages-sitemap-menu .pages-sitemap-item .pages-sitemap-content {
  height: 100%;
  display: flex;
  padding-left: 4.166666vw;
}
.pages-sitemap-menu .pages-sitemap-item .pages-sitemap-content p {
  margin: auto;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #121212;
  display: flex;
  align-items: center;
}
.pages-sitemap-menu .pages-sitemap-item .pages-sitemap-content p::before {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  margin-right: 30px;
  background-color: #121212;
  transition: 0.2s;
}

@media (max-width: 992px) {
  .pages-sitemap-title {
    width: 100%;
    padding-bottom: 26px;
  }
  .pages-sitemap-title h1 {
    font-size: 30px;
  }
  .pages-sitemap-title h2 {
    font-size: 40px;
    margin-bottom: 1rem;
  }
  .pages-sitemap {
    padding: 50px 0 145px;
  }
  .pages-sitemap-menu {
    width: 82.125603%;
  }
  .pages-sitemap-menu .pages-sitemap-item {
    height: 66px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  }
  .pages-sitemap-menu .pages-sitemap-item + .pages-sitemap-item {
    margin-top: 30px;
  }
  .pages-sitemap-menu .pages-sitemap-item .sitemap-item-num {
    width: 76px;
    height: 100%;
  }
  .pages-sitemap-menu .pages-sitemap-item .sitemap-item-num span {
    font-size: 25px;
  }
  .pages-sitemap-menu .pages-sitemap-item .pages-sitemap-content {
    padding-left: 40px;
  }
  .pages-sitemap-menu .pages-sitemap-item .pages-sitemap-content p {
    font-size: 25px;
  }
  .pages-sitemap-menu .pages-sitemap-item .pages-sitemap-content p::before {
    display: none;
  }
}
* body {
  font-family: "Poppins", "Noto Sans TC", serif;
  position: relative;
  max-width: 1920px;
}

.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: #1d1d1d;
  position: absolute;
  height: 3.79px;
  width: 27.98px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: skew(20deg);
}

.menu-button::before {
  content: "";
  margin-top: -8px;
  height: 3.79px;
  transform: translateX(2px);
}

.menu-button::after {
  content: "";
  margin-top: 8px;
  height: 3.79px;
  transform: translateX(-2px);
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  height: 3.79px;
  transform: skew(0deg) rotate(45deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(167, 70, 70, 0);
  transform: skew(0deg);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: skew(0deg) rotate(-45deg);
}

.navbar-toggler {
  color: none;
}

/* FOR漢堡圖示show/hide */
@media (max-width: 992px) {
  .menu-button-container {
    display: flex;
    transform: translateX(-2px);
  }
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}/*# sourceMappingURL=all.css.map */