@import "../bootstrap.css";
@import "../bootstrap-icons.min.css";
@import "../reset.css";
@import "../swiper-bundle.min.css";
.section-main-nav {
  position: relative;
  border-bottom: 12px solid #a01e00;
  background-color: #fff;
  padding-bottom: 18px;
}

.language-box {
  top: 59px;
  right: 14.583333vw;
}

.navbar-top-section {
  padding: 24px 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 74%, rgba(0, 0, 0, 0.2) 100%);
  background-color: #fff;
}

.web-logo {
  width: 86px;
  margin-bottom: 24px;
  display: block;
}

.search-icon {
  width: 38px;
  margin-left: 24px;
}

.search-bar {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  height: 44px;
  transform: translate(-74%, 45px);
  z-index: 999999;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  z-index: 200000;
}
.search-bar > input {
  width: 253px;
  height: 100%;
  border: none;
  background-color: #ffffff;
  text-indent: 1em;
  -webkit-border-radius: none;
}
.search-bar > input::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  text-indent: 1.5em;
  letter-spacing: 0.02em;
  color: #a2a2a2;
}
.search-bar > input::placeholder {
  font-size: 20px;
  font-weight: 400;
  text-indent: 1.5em;
  letter-spacing: 0.02em;
  color: #a2a2a2;
}
.search-bar > label {
  display: flex;
  background-color: #ffffff;
  width: 55px;
  height: 100%;
  transform: translateX(-1px);
}
.search-bar > label .search-pic {
  margin: auto;
  width: 23px;
}
.search-bar > label .search-pic img {
  width: 100%;
  vertical-align: middle;
}

img {
  width: 100%;
  vertical-align: middle;
}

.main-nav-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s ease-in;
}
.main-nav-bar.active {
  display: flex;
  height: auto;
  padding: 48px 36px 47px;
}
.main-nav-bar > li + li {
  margin-left: 8px;
}
.main-nav-bar > li > a {
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.main-nav-bar > li > a:hover {
  background-color: #a01e00;
  color: #fff;
}

.top-nav-logo {
  width: 61px;
  margin-left: 2rem;
}
.top-nav-logo img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .main-navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
  .search-icon {
    width: 38px;
    margin-left: 90px;
  }
  .section-main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(0deg, rgb(255, 255, 255) 74%, rgba(0, 0, 0, 0.2) 100%);
    background-color: #fff;
    padding-bottom: 0px;
  }
  .main-nav-bar {
    background-color: #fff;
    transition: 0.2s ease-in-out;
    padding: 0 36px;
    height: 0;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    z-index: 999;
    position: absolute;
    width: 100%;
    top: calc(100% + 12px);
    left: 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .main-nav-bar > li {
    border-radius: 0px;
    width: 100%;
    padding: 0px 0px 8px;
    border-bottom: 1px solid #e88f80;
  }
  .main-nav-bar > li + li {
    padding: 32px 0 8px;
    margin-left: 0px;
  }
  .main-nav-bar > li > a {
    font-size: 16px;
  }
  .search-bar {
    transform: translate(-50%, 38px);
    height: 47px;
    top: 80px;
  }
  .search-bar > input {
    width: 69.08%;
    min-width: 250px;
  }
  .search-bar > input::-moz-placeholder {
    font-size: 20px;
    transform: translateY(2px);
  }
  .search-bar > input::placeholder {
    font-size: 20px;
    transform: translateY(2px);
  }
  .language-box {
    width: 148px;
    top: 3rem;
    left: 2rem;
    margin-bottom: 3rem;
  }
  .language-box img {
    width: 100%;
    vertical-align: middle;
  }
}
.main-footer {
  padding: 2rem 0;
  background-color: #e6e6e6;
  position: relative;
}

.footer-logo-pic {
  width: 86px;
  margin-bottom: 30px;
}
.footer-logo-pic img {
  width: 100%;
  vertical-align: middle;
}

.footer-txt ul li {
  display: flex;
  align-items: center;
}
.footer-txt ul li .footer-txt-pic {
  width: 26px;
  margin-right: 12px;
}
.footer-txt ul li .footer-txt-pic img {
  width: 100%;
  vertical-align: middle;
}
.footer-txt ul li > a {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.0275em;
  text-decoration: none;
  color: #000;
}

.copyright {
  padding: 24px 0;
  background-color: #a01e00;
}
.copyright p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.0275em;
}
.copyright p > a {
  color: #fff;
  text-decoration: none;
}

.side-bar-items {
  position: absolute;
  top: 0;
  right: 40px;
  transform: translateY(-97px);
}
.side-bar-items .side-item {
  width: 57px;
  display: block;
}
.side-bar-items .side-item + .side-item {
  margin-top: 1rem;
}
.side-bar-items .side-item img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .footer-logo-pic {
    width: 88px;
    margin-bottom: 20px;
  }
  .footer-txt ul li > a {
    font-size: 16px;
  }
  .copyright {
    padding: 20px 80px;
    text-align: center;
    line-height: 1.3;
  }
  .copyright p {
    font-size: 16px;
  }
}
.bannerBox .swiper {
  width: 100%;
  height: 100%;
}
.bannerBox .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerBox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerBox .swiper-button-next {
  right: 0;
}
.bannerBox .swiper-button-prev {
  left: 0;
}
.bannerBox .swiper-button-next,
.bannerBox .swiper-button-prev {
  width: 46px;
}
.bannerBox .swiper-button-next img,
.bannerBox .swiper-button-prev img {
  width: 100%;
  vertical-align: middle;
}
.bannerBox .swiper-button-next::after,
.bannerBox .swiper-button-prev::after {
  display: none;
}
.bannerBox .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.bannerBox .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.bannerBox .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.6;
  transition: 0.2s;
}
.bannerBox .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.index-about {
  padding: 48px 0 0;
}

.index-about-content {
  margin-left: auto;
  margin-right: 18%;
  padding-top: 108px;
  width: 54%;
}
.index-about-content h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
.index-about-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #202020;
}
.index-about-content .more-btn {
  margin-top: 80px;
}

.more-btn {
  background-color: transparent;
  border: none;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  display: flex;
  align-items: center;
}
.more-btn::before {
  content: "";
  margin-right: 0.75rem;
  display: block;
  width: 16px;
  height: 23px;
  background-color: #a01e00;
}

.index-about-colorbox {
  aspect-ratio: 1/1;
  width: 37.5vw;
  max-width: 720px;
  background: linear-gradient(180deg, #ba2b0a 0%, #541305 100%);
}

.index-about-picture {
  position: absolute;
  width: 36.979166vw;
  max-width: 710px;
  left: 0;
  bottom: 0;
  transform: translate(-40%, 114px);
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.index-about-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.index-products {
  padding: 143px 0 64px;
}
.index-products .index-products-main {
  width: 70.833333%;
  max-width: 1360px;
  margin: auto;
}
.index-products .index-products-title {
  padding-bottom: 80px;
}
.index-products .index-products-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
}
.index-products .index-products-title .products-title-line {
  height: 13px;
  width: 66%;
  margin-left: auto;
}
.index-products .index-products-title .products-title-line img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 1360px) {
  .index-about-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
    width: 82.6086%;
  }
  .index-about-content h1 {
    font-size: 24px;
  }
  .index-about-content p {
    font-size: 16px;
  }
  .index-about-content .more-btn {
    margin-top: 48px;
  }
}
.index-products-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  width: 91.544117%;
  margin: auto;
}
.index-products-lists .index-products-item {
  position: relative;
  text-decoration: none;
  display: block;
  opacity: 1;
  transition: 0.2s;
}
.index-products-lists .index-products-item:hover img {
  opacity: 0.8;
}
.index-products-lists .index-products-item img {
  width: 100%;
  vertical-align: middle;
}
.index-products-lists .index-products-item .products-item-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
}
.index-products-lists .index-products-item .products-item-txt p {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}

@media (max-width: 1400px) {
  .index-products-lists {
    gap: 32px;
  }
  .index-products-lists .index-products-item .products-item-txt p {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .index-about {
    padding: 48px 0 0;
  }
  .more-btn {
    font-size: 18px;
  }
  .more-btn::before {
    content: "";
    margin-right: 0.5rem;
    width: 13.91px;
    height: 22px;
  }
  .index-about-colorbox {
    width: 82.6086%;
    margin: auto;
    max-width: 720px;
    background: transparent;
    margin-top: 48px;
  }
  .index-about-picture {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
  }
  .index-products {
    padding: 80px 0 48px;
  }
  .index-products .index-products-main {
    width: 82.6086%;
    margin: auto;
  }
  .index-products .index-products-title {
    padding-bottom: 64px;
  }
  .index-products .index-products-title h2 {
    font-size: 24px;
    margin: auto;
    margin-bottom: 46px;
  }
  .index-products .index-products-title .products-title-line {
    height: 13px;
    width: 100%;
  }
  .index-products-lists {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .index-products-lists .index-products-item {
    position: relative;
    text-decoration: none;
    display: block;
    opacity: 1;
    transition: 0.2s;
  }
  .index-products-lists .index-products-item:hover img {
    opacity: 0.8;
  }
  .index-products-lists .index-products-item img {
    width: 100%;
    vertical-align: middle;
  }
  .index-products-lists .index-products-item .products-item-txt p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .index-products-lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pages-banner img {
  width: 100%;
  vertical-align: middle;
}

.section-about-pages .about-pages-main {
  padding: 96px 0 32px;
  width: 70.83333%;
  margin: auto;
}
.section-about-pages .about-pages-main.contact {
  padding-bottom: 4rem;
}
.section-about-pages .about-pages-main .about-pages-title {
  padding-bottom: 2rem;
}
.section-about-pages .about-pages-main .about-pages-title h1,
.section-about-pages .about-pages-main .about-pages-title h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
}
.section-about-pages .about-pages-main .about-pages-linebar {
  width: 66.17647%;
  height: 13px;
  margin-left: auto;
}
.section-about-pages .about-pages-main .about-pages-linebar img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.bread-home-pic {
  width: 25px;
}
.bread-home-pic img {
  width: 100%;
  vertical-align: middle;
}

.bread-arrow-pic {
  width: 6.72px;
}
.bread-arrow-pic img {
  width: 100%;
  vertical-align: middle;
}

.pages-bread > li {
  line-height: 1.4;
}
.pages-bread > li a {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #202020;
  text-decoration: none;
}
.pages-bread > li + li {
  margin-left: 12px;
}

.about-pages-content {
  padding-top: 79px;
}
.about-pages-content > p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #202020;
  line-height: 1.4;
}
.about-pages-content.contact-us > p {
  margin-bottom: 4rem;
}
.about-pages-content .about-pages-content-pic {
  width: 83.08823%;
  margin: auto;
  margin-top: 80px;
}
.about-pages-content .about-pages-content-pic img {
  width: 100%;
}
.about-pages-content > form {
  margin-bottom: 5rem;
}

.pages-color-bar {
  background-color: #d11e00;
  height: 48px;
  width: 37.5%;
  min-width: 290px;
}

@media (max-width: 992px) {
  .pages-color-bar {
    background-color: #d11e00;
    height: 24px;
    width: 70.0483%;
    min-width: 290px;
  }
  .section-about-pages .about-pages-main {
    padding: 3rem 0;
    width: 82.36714%;
  }
  .section-about-pages .about-pages-main.contact {
    padding-bottom: 3rem;
  }
  .section-about-pages .about-pages-main .about-pages-title {
    padding-bottom: 0rem;
  }
  .section-about-pages .about-pages-main .about-pages-title h1,
  .section-about-pages .about-pages-main .about-pages-title h2 {
    font-size: 24px;
    width: 100%;
    order: 1;
    margin: 48px 0;
  }
  .section-about-pages .about-pages-main .about-pages-linebar {
    width: 100%;
  }
  .pages-bread > li a {
    font-size: 16px;
  }
  .pages-bread > li + li {
    margin-left: 8px;
  }
  .about-pages-content {
    padding-top: 48px;
  }
  .about-pages-content > p {
    font-size: 16px;
  }
  .about-pages-content .about-pages-content-pic {
    width: 100%;
    margin-top: 48px;
  }
  .about-pages-content > form {
    margin-bottom: 3rem;
  }
}
.accordion-button::after {
  display: none;
}

.menu-list-item {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 24px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.menu-list-item.title {
  background-color: #000 !important;
  color: #fff;
  border-bottom: none;
}
.menu-list-item:hover {
  background-color: #d11e00;
  color: #fff;
}

.menu-list {
  width: 94%;
}

.menu-phone-item {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 16px 24px;
  border: 1px solid #e6e6e6;
}
.menu-phone-item.title {
  background-color: #000;
  color: #fff;
  border: none;
}

.product-item {
  margin: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  margin-bottom: 3rem;
}
.product-item .product-item-pic {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.product-item .product-item-pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 0;
  transition: 0.2s ease-in;
}
.product-item .product-item-pic:hover::after {
  opacity: 0.2;
}
.product-item .product-item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.product-item > p {
  font-size: 22px;
  text-align: center;
  color: #000;
  letter-spacing: 0.02em;
  margin-top: 2rem;
}
.product-item > span {
  font-size: 20px;
  color: #a2a2a2;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 25px 0;
}
.product-item .product-item-content {
  margin-top: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-item .product-item-content > p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #202020;
  line-height: 1.2;
}

.page-control-section {
  margin-top: 2rem;
}

.page-control-box .page-arrow {
  width: 6.72px;
  display: block;
  border: none;
  padding: 0;
  background-color: transparent;
}
.page-control-box .page-arrow img {
  width: 100%;
  vertical-align: middle;
}
.page-control-box .page-arrow.prev {
  margin-right: 4rem;
}
.page-control-box .page-arrow.next {
  margin-left: 4rem;
}
.page-control-box li + li {
  margin-left: 2.08333vw;
}
.page-control-box li a {
  text-decoration: none;
  color: #202020;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media (max-width: 1400px) {
  .section-product-container {
    width: 88%;
  }
  .menu-list-item {
    font-size: 18px;
    padding: 16px;
  }
  .product-item > p {
    font-size: 18px;
  }
  .product-item > span {
    font-size: 16px;
    color: #a2a2a2;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 16px 0;
  }
  .product-item .product-item-content > p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .section-product-container {
    width: 95%;
  }
  .product-item {
    margin-bottom: 2rem;
  }
  .product-item > p {
    margin-top: 1rem;
  }
  .product-item > span {
    font-size: 16px;
    margin: 1em 0;
  }
  .product-item .product-item-content {
    -webkit-line-clamp: 2;
  }
  .product-item .product-item-content p {
    font-size: 16px;
  }
  .page-control-section {
    margin-top: 1rem;
  }
  .page-control-box .page-arrow {
    width: 6.55px;
  }
  .page-control-box .page-arrow.prev {
    margin-right: 3rem;
  }
  .page-control-box .page-arrow.next {
    margin-left: 3rem;
  }
  .page-control-box li + li {
    margin-left: 2rem;
  }
  .page-control-box li a {
    font-size: 16px;
  }
}
.news-inner-content {
  width: 83.08823%;
}
.news-inner-content .inner-content-title {
  padding: 5rem 0 24px;
  border-bottom: 1px solid #a2a2a2;
  margin-bottom: 4rem;
}
.news-inner-content .inner-content-title h1 {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.02;
}
.news-inner-content .inner-content-title > span {
  font-size: 22px;
  font-weight: 500;
  color: #a2a2a2;
  margin-bottom: 2rem;
  letter-spacing: 0.02;
}
.news-inner-content p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.news-inner-content .news-inner-pic {
  margin: 55px 0 80px;
}
.news-inner-content .news-inner-pic img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .news-inner-content {
    width: 100%;
  }
  .news-inner-content .inner-content-title {
    padding: 3rem 0 20px;
    margin-bottom: 2rem;
  }
  .news-inner-content .inner-content-title h1 {
    font-size: 20px;
  }
  .news-inner-content .inner-content-title > span {
    font-size: 16px;
    margin-bottom: 1.5rem;
  }
  .news-inner-content p {
    font-size: 16px;
  }
  .news-inner-content .news-inner-pic {
    margin: 3rem 0;
  }
}
.section-product-main {
  width: 88%;
  margin-left: auto;
}
.section-product-main .swiper {
  width: 100%;
  height: 100%;
}
.section-product-main .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-product-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-product-main .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.section-product-main .swiper-slide {
  background-size: cover;
  background-position: center;
}
.section-product-main .mySwiper2 {
  height: 80%;
  width: 100%;
}
.section-product-main .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.section-product-main .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.section-product-main .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.section-product-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-product-main .swiper-button-next:after,
.section-product-main .swiper-rtl .swiper-button-prev:after {
  content: none !important;
}
.section-product-main .swiper-button-prev:after,
.section-product-main .swiper-rtl .swiper-button-next:after {
  content: none !important;
}
.section-product-main .swiper-button-next img,
.section-product-main .swiper-button-prev img {
  vertical-align: top !important;
}
.section-product-main .swiper-button-next {
  right: 0;
}
.section-product-main .swiper-button-prev {
  left: 0;
}
.section-product-main .swiper-button-next,
.section-product-main .swiper-button-prev {
  width: 46px;
}
.section-product-main .swiper-button-next img,
.section-product-main .swiper-button-prev img {
  width: 100%;
}
.section-product-main .product-inner-content h1 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-product-main .product-inner-content h1::after {
  content: "";
  width: 100%;
  border-top: 1px solid #a2a2a2;
  margin: 1.5rem 0;
}
.section-product-main .product-inner-content h1 > p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.product-profile {
  margin: 3rem 0 5rem;
}
.product-profile .nav-item + .nav-item {
  margin-left: 0px;
}
.product-profile .nav-tabs .nav-link.active button,
.product-profile .nav-item-title button {
  font-size: 22px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  padding: 1rem 2rem;
  letter-spacing: 0.05em;
}
.product-profile .nav-item {
  border-bottom: none;
}
.product-profile .nav-item-title button {
  background-color: #d11e00;
}
.product-profile .nav-tabs .nav-link.active {
  background-color: #a01e00;
  color: #fff;
  border-color: #a01e00;
}
.product-profile .nav-link:hover,
.product-profile .nav-link:focus {
  color: #fff;
  border-color: #a01e00;
}
.product-profile .nav-tabs .nav-link {
  border-color: #d11e00;
}
.product-profile .nav-tabs {
  --bs-nav-tabs-border-color: #a2a2a2;
}
.product-profile .product-tab-content p {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.product-profile .tab-pane {
  padding: 2rem 0 3rem;
}

@media (max-width: 992px) {
  .section-product-main {
    width: 100%;
    margin-left: auto;
  }
  .section-product-main .swiper-button-next,
  .section-product-main .swiper-button-prev {
    width: 46px;
  }
  .section-product-main .swiper-button-next img,
  .section-product-main .swiper-button-prev img {
    width: 100%;
  }
  .section-product-main .product-inner-content {
    margin-top: 2rem;
  }
  .section-product-main .product-inner-content h1 {
    font-size: 20px;
  }
  .section-product-main .product-inner-content h1::after {
    margin: 20px 0 0px;
  }
  .section-product-main .product-inner-content h1 > p {
    font-size: 20px;
  }
  .product-profile {
    margin: 3rem 0 3rem;
  }
  .product-profile .tab-pane {
    padding: 2rem 0 0;
  }
  .product-profile .nav-item + .nav-item {
    margin-left: 0px;
  }
  .product-profile .nav-tabs .nav-link.active button,
  .product-profile .nav-item-title button {
    font-size: 16px;
    padding: 0.75rem 1.5rem;
    letter-spacing: 0.05em;
  }
  .product-profile .nav-item-title button {
    background-color: #d11e00;
  }
  .product-profile .product-tab-content p {
    font-size: 16px;
  }
  .product-profile .nav-item {
    border-bottom: none;
    width: 45%;
  }
}
.about-pages-content {
  font-weight: 400;
  color: #202020;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.about-pages-content > h2 {
  font-size: 22px;
  margin-bottom: 4rem;
}
.about-pages-content > p {
  margin-bottom: 4rem;
}
.about-pages-content > p > span {
  display: inline-block;
  color: #d11e00;
}
.about-pages-content form .contact-us-item {
  margin-bottom: 1rem;
}
.about-pages-content form .contact-us-item + .contact-us-item {
  margin-top: 1rem;
}
.about-pages-content form .contact-us-item label {
  font-size: 22px;
  font-weight: 400;
  color: #202020;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.about-pages-content form .contact-us-item label > span {
  color: #d11e00;
}
.about-pages-content form .contact-us-item input {
  width: 100%;
  height: 53px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
}
.about-pages-content form .contact-us-item textarea {
  width: 100%;
  display: block;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
}

@media (max-width: 992px) {
  .about-pages-content > h2 {
    font-size: 16px;
    margin-bottom: 3rem;
  }
  .about-pages-content > p {
    margin-bottom: 3rem;
  }
  .about-pages-content form .contact-us-item + .contact-us-item {
    margin-top: 1rem;
  }
  .about-pages-content form .contact-us-item label {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .about-pages-content form .contact-us-item input {
    height: 43px;
  }
}
.sitemap-pages {
  padding: 80px 0 12px;
}
.sitemap-pages .sitemap-page-main > li {
  margin-bottom: 2rem;
}
.sitemap-pages .sitemap-page-main > li > a {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-size: 28px;
  color: #a01e00;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: block;
  text-decoration: none;
}
.sitemap-pages .sitemap-page-main > li > a:hover {
  color: #d11e00;
}
.sitemap-pages .sitemap-page-main > li > a:hover::after {
  border-top: 1px solid #d11e00;
}
.sitemap-pages .sitemap-page-main > li > a::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #a01e00;
  margin-top: 0.5rem;
}

.site-map-content > li {
  margin-top: 3rem;
  margin-right: 4rem;
}
.site-map-content > li > a {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #202020;
  text-decoration: none;
  display: block;
}

@media (max-width: 992px) {
  .sitemap-pages {
    padding: 80px 0 0;
  }
  .sitemap-pages .sitemap-page-main > li {
    margin-bottom: 2rem;
  }
  .sitemap-pages .sitemap-page-main > li > a {
    font-size: 20px;
    text-align: center;
    margin-left: auto;
  }
  .sitemap-pages .sitemap-page-main > li > a::after {
    margin-top: 0.03rem;
  }
  .site-map-content > li {
    margin: auto;
    margin-top: 2rem;
  }
  .site-map-content > li + li {
    margin-left: auto;
  }
  .site-map-content > li > a {
    font-size: 16px;
    text-align: center;
  }
}
* body {
  font-family: "Arimo", sans-serif;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.4);
  padding-left: calc(var(--bs-gutter-x) * 0.4);
}

@media (max-width: 992px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
  }
}
.sr-only {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

/* hb.icon */
.menu-button-container {
  margin-left: auto;
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  background-color: #a01e00;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 2px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.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);
}

@media (max-width: 992px) {
  .menu-button-container {
    display: flex;
  }
}/*# sourceMappingURL=all.css.map */