@charset "UTF-8";
@import "../bootstrap.css";
@import "../swiper-bundle.min.css";
@import "../owl.carousel.min.css";
@import "../owl.theme.default.css";
@import "../fancybox.css";
@import "../reset.css";
.top-logo {
  width: 11.4583333vw;
  min-width: 150px;
}
@media (max-width: 992px) {
  .top-logo {
    width: 110px;
  }
}
.top-logo img {
  width: 100%;
  vertical-align: middle;
}

.main-header {
  padding: 33px 0;
  background-color: #121212;
}
@media (max-width: 992px) {
  .main-header {
    padding: 20px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
  }
}

.top-navbar {
  width: 92.708333%;
  margin: auto;
}
@media (max-width: 992px) {
  .top-navbar {
    width: 87%;
  }
}

@media (max-width: 992px) {
  .navbar-nav {
    padding-top: 32px;
  }
}
.navbar-nav > li:hover a {
  color: #fff;
}
.navbar-nav > li + li {
  margin-left: 2.08333vw;
}
@media (max-width: 992px) {
  .navbar-nav > li + li {
    margin-left: 0;
  }
}
.navbar-nav > li a {
  text-decoration: none;
  color: #a4a4a4;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .navbar-nav > li a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .navbar-nav > li a {
    line-height: 1.6;
    font-size: 20px;
  }
}

.top-nav-service {
  display: flex;
  align-items: center;
  padding-left: 5px;
}
@media (max-width: 992px) {
  .top-nav-service {
    padding-left: 0px;
    margin: 1rem 0;
  }
}

.nav-service-icon {
  color: #a4a4a4;
  transition: 0.2s ease-in-out;
}
.nav-service-icon:hover {
  transform: translateY(-5px);
}
.nav-service-icon.member {
  width: 18px;
  margin-right: 28px;
}
@media (max-width: 992px) {
  .nav-service-icon.member {
    margin-right: 16px;
  }
}
.nav-service-icon.s-cart {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-service-icon.s-cart img {
  width: 20px;
}
.nav-service-icon.s-cart .cart-badge {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 10px;
  background-color: #ff1d1d;
  display: flex;
}
.nav-service-icon.s-cart .cart-badge span {
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .nav-service-icon.s-cart .cart-badge span {
    font-size: 13px;
  }
}
.nav-service-icon.i-cart {
  width: 18.69px;
  margin-left: 15px;
}
.nav-service-icon img {
  width: 100%;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }
}
.top-search {
  height: 33px;
  border: 1px solid #fff;
  border-radius: 35px;
  overflow: hidden;
  margin-left: 19px;
}
@media (max-width: 992px) {
  .top-search {
    margin-left: 0px;
  }
}
.top-search input {
  width: 8.85416666vw;
  height: 100%;
  border: none;
  background-color: transparent;
  text-indent: 1em;
  color: #fff;
}
@media (max-width: 992px) {
  .top-search input {
    width: 0px;
    flex-grow: 1;
  }
}
.top-search .top-search-summit {
  width: 35px;
  height: 100%;
  border: none;
  background-color: transparent;
  margin-left: -1px;
}
.top-search .top-search-summit .search-summit-pic {
  width: 13.54px;
}
.top-search .top-search-summit .search-summit-pic img {
  width: 100%;
  vertical-align: middle;
}

.google-language {
  width: 243px;
  padding-bottom: 16%;
  margin-left: 2.0833333vw;
  position: relative;
}
@media (max-width: 1600px) {
  .google-language {
    width: 200px;
    padding-bottom: 16%;
    margin-left: 16px;
    position: relative;
  }
}
@media (max-width: 992px) {
  .google-language {
    width: 243px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 3rem;
  }
}
.google-language .google-language-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.google-language .google-language-pic img {
  width: 100%;
  vertical-align: middle;
}

.main-footer-top-border {
  width: 100%;
  height: 3px;
}

.main-footer {
  background-image: url(../../src/web/index/footer_bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 88px 0 59px;
}
@media (max-width: 992px) {
  .main-footer {
    padding: 50px 0 30px;
  }
}

.main-footer-content {
  width: 91.04166%;
  margin: auto;
}
@media (max-width: 992px) {
  .main-footer-content {
    width: 83%;
  }
}

.footer-logo {
  width: 256px;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .footer-logo {
    width: 200px;
    margin: auto;
    margin-bottom: 2rem;
  }
}
.footer-logo img {
  width: 100%;
  vertical-align: middle;
}

.footer-profile a {
  text-decoration: none;
  color: #a4a4a4;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.footer-profile-dubble {
  gap: 3.95833vw;
}

.footer-community {
  margin: 44px 0 58px;
  gap: 40px;
}
@media (max-width: 992px) {
  .footer-community {
    margin: 16px 0 16px;
    gap: 16px;
  }
}
.footer-community .footer-community-icon {
  width: 35px;
}
.footer-community .footer-community-icon img {
  width: 100%;
  vertical-align: middle;
}

.copy-right {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .copy-right {
    margin-top: 2rem;
  }
}
.copy-right a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  color: #fff;
}

.footer-menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .footer-menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-menu-list-item {
  list-style-type: disc;
  color: #fff;
  padding-left: 1em;
}
.footer-menu-list-item li a {
  font-size: 23px;
  line-height: 1.8;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  .footer-menu-list-item li a {
    font-size: 18px;
  }
}

.index-banner .swiper {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}

.index-banner {
  background-color: #000;
}

.company-features {
  background-color: #121212;
  padding: 60px 0;
}
.company-features .company-features-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 83%;
  margin: auto;
  gap: 53px;
}
@media (max-width: 992px) {
  .company-features .company-features-main {
    flex-direction: column;
    align-items: flex-start;
  }
}

.features-item .features-pic {
  width: 70px;
  margin-right: 28px;
  border-radius: 40px;
  flex-shrink: 0;
}
.features-item .features-pic img {
  width: 100%;
  vertical-align: middle;
}
.features-item .features-text h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.3em;
}
@media (max-width: 992px) {
  .features-item .features-text h3 {
    font-size: 22px;
  }
}
.features-item .features-text p {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .features-item .features-text p {
    font-size: 16px;
  }
}

.index-about {
  padding: 155px 0 162px;
  background-image: url(../../src/web/index/bg_2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 992px) {
  .index-about {
    padding: 60px 0 200px;
  }
}

.index-about-main {
  width: 74.479166%;
  margin: auto;
}
@media (max-width: 992px) {
  .index-about-main {
    width: 83%;
  }
  .index-about-main .page-about-btn {
    margin: auto;
  }
}

.index-about-content {
  width: 53.496503%;
}
@media (max-width: 992px) {
  .index-about-content {
    width: 100%;
    order: 1;
  }
}
.index-about-content > .page-about-btn {
  margin-top: 50px;
}
.index-about-content h1 {
  font-size: 55px;
  text-align: start;
  color: #e68e52;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
}
@media (max-width: 992px) {
  .index-about-content h1 {
    font-size: 36px;
    text-align: center;
  }
}
.index-about-content h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1.75px;
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .index-about-content h2 {
    font-size: 26px;
    letter-spacing: 1px;
  }
}
.index-about-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .index-about-content p {
    font-size: 18px;
  }
}

.index-about-pic {
  width: 44%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .index-about-pic {
    width: 100%;
  }
}
.index-about-pic img {
  width: 100%;
  vertical-align: middle;
}

.index-product {
  background-color: #121212;
}
.index-product .index-product-title {
  padding: 122px 0 67px;
  background-image: url(../../src/web/index/title-bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .index-product .index-product-title {
    padding: 60px 0 30px;
  }
}
.index-product .index-product-title h3 {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .index-product .index-product-title h3 {
    font-size: 36px;
  }
}

.product-carousel-main {
  width: 80%;
  position: relative;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 1400px) {
  .product-carousel-main {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .product-carousel-main {
    width: 83%;
    margin: auto;
  }
}

.index-product-item {
  text-decoration: none;
}
.index-product-item:hover .index-product-pic::after {
  opacity: 0.3;
}
.index-product-item:hover .index-product-text .index-product-btn {
  transform: translateX(20px);
}
.index-product-item .index-product-text {
  padding-top: 25px;
  outline: 1px solid #fff;
  padding-bottom: 40px;
  min-height: 297px;
  max-height: 297px;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .index-product-item .index-product-text {
    width: 100%;
    min-height: 200px;
  }
}
.index-product-item .index-product-text h3 {
  width: 90%;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (max-width: 1400px) {
  .index-product-item .index-product-text h3 {
    font-size: 20px;
  }
}

.index-product-pic {
  position: relative;
}
.index-product-pic::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0;
}
.index-product-pic img {
  width: 100%;
  vertical-align: middle;
}

.index-product-line {
  width: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
}

.index-product-btn {
  font-size: 20px;
  transition: 0.2s;
}
.index-product-btn i {
  color: #fff;
  font-size: 14px;
  margin-right: 39px;
}
.index-product-btn span {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-left: 18px;
}

.product-btn-box {
  gap: 2rem;
  margin-top: auto;
}

.product-carousel-more {
  width: 0;
  flex-grow: 1;
  padding-top: 257px;
}
.product-carousel-more .shop-button-prev,
.product-carousel-more .shop-button-next,
.product-carousel-more .swiper-button-prev,
.product-carousel-more .swiper-button-next {
  color: #fff;
  width: 64px;
  height: 64px;
  top: 50%;
}
@media (max-width: 1400px) {
  .product-carousel-more .shop-button-prev,
  .product-carousel-more .shop-button-next,
  .product-carousel-more .swiper-button-prev,
  .product-carousel-more .swiper-button-next {
    top: 50%;
    width: 50px;
    height: 50px;
  }
}
.product-carousel-more .shop-button-prev::after,
.product-carousel-more .shop-button-next::after,
.product-carousel-more .swiper-button-prev::after,
.product-carousel-more .swiper-button-next::after {
  display: none;
}
.product-carousel-more .shop-button-prev img,
.product-carousel-more .shop-button-next img,
.product-carousel-more .swiper-button-prev img,
.product-carousel-more .swiper-button-next img {
  width: 100%;
  vertical-align: middle;
}
.product-carousel-more .shop-button-prev,
.product-carousel-more .swiper-button-prev {
  left: 50%;
  transform: translate(calc(-100% - 5px), 70%);
}
.product-carousel-more .shop-button-next,
.product-carousel-more .swiper-button-next {
  right: 50%;
  transform: translate(calc(100% + 5px), 70%);
}
@media (max-width: 1400px) {
  .product-carousel-more {
    width: 100%;
    height: 300px;
    padding-top: 20%;
  }
}
@media (max-width: 992px) {
  .product-carousel-more {
    height: 200px;
    padding-top: 10%;
  }
}
.product-carousel-more a {
  text-decoration: none;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  display: block;
  text-align: center;
}
@media (max-width: 1400px) {
  .product-carousel-more a {
    font-size: 20px;
  }
}

.index-video {
  padding: 7.1875vw;
  background-image: url(../../src/web/index/bg_3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index-video .index-video-box {
  padding-bottom: 56.25%;
  position: relative;
}
.index-video .index-video-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.index-news {
  background-image: url(../../src/web/index/bg_4.png);
  background-size: 39.16666%;
  background-position: bottom left;
  background-color: #121212;
  padding: 90px 0 92px;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 992px) {
  .index-news {
    background-size: 75%;
    padding-bottom: 250px;
    position: relative;
  }
}
.index-news .index-news-main {
  width: 71.041666%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .index-news .index-news-main {
    width: 83%;
    width: 71.041666%;
  }
}

.index-news-title {
  width: 34.475524%;
  padding-bottom: 346px;
}
@media (max-width: 992px) {
  .index-news-title {
    width: 100%;
    padding-bottom: 30px;
  }
  .index-news-title > .page-about-btn {
    margin: auto;
  }
}
.index-news-title h3 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .index-news-title h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 2rem;
  }
}

.index-news-list {
  width: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .index-news-list {
    width: 100%;
  }
}
.index-news-list li + li {
  margin-top: 30px;
}

.index-news-item {
  border-bottom: 1px solid #fff;
  padding: 0 0 30px 37px;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 992px) {
  .index-news-item {
    padding: 0 0 30px 0px;
    flex-wrap: wrap;
  }
}

.index-news-pic {
  width: 188px;
  border-radius: 18px;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .index-news-pic {
    width: 50%;
  }
}
.index-news-pic img {
  width: 100%;
  vertical-align: middle;
}

.index-news-date {
  padding: 0 40px;
  border-right: 1px solid #fff;
  min-height: 86px;
  display: flex;
}
@media (max-width: 992px) {
  .index-news-date {
    width: 50%;
  }
}
.index-news-date span {
  margin: auto;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 992px) {
  .index-news-date span {
    font-size: 18px;
  }
}

.index-news-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .index-news-text {
    width: 100%;
    padding-left: 0px;
    padding-top: 1.5rem;
  }
}
.index-news-text h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 992px) {
  .index-news-text h3 {
    font-size: 18px;
  }
}

.page-privacy-policy {
  background-image: url(../../src/web/about/bg.png);
  background-size: cover;
  padding: 111px 0 291px;
}
@media (max-width: 992px) {
  .page-privacy-policy {
    padding: 30px 0 90px;
  }
}

.privacy-policy-main {
  width: 74.4791666%;
  margin: auto;
}
@media (max-width: 992px) {
  .privacy-policy-main {
    width: 83%;
  }
}
.privacy-policy-main h2 {
  font-size: 40px;
  font-weight: 700;
  color: #b70c1d;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .privacy-policy-main h2 {
    font-size: 25px;
  }
}

.privacy-policy-item + .privacy-policy-item {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .privacy-policy-item + .privacy-policy-item {
    margin-top: 2rem;
  }
}
.privacy-policy-item h3 {
  max-width: 784px;
  font-size: 25px;
  background-color: #b70c1d;
  border-radius: 40px;
  padding: 15px 40px;
  color: #fff;
}
@media (max-width: 992px) {
  .privacy-policy-item h3 {
    font-size: 16px;
    padding: 15px 1rem;
  }
}

.privacy-policy-arcicle {
  padding: 0 2.5em;
  padding-top: 30px;
}
.privacy-policy-arcicle p {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .privacy-policy-arcicle p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .privacy-policy-arcicle {
    padding: 0 1em;
    padding-top: 30px;
  }
}
.privacy-policy-arcicle a {
  text-decoration: none;
  line-height: 1.8;
  color: #fff;
}

.privacy-policy-list {
  list-style-type: auto;
  padding-top: 43px;
  padding-left: 1.5em;
}
.privacy-policy-list li {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .privacy-policy-list li {
    font-size: 16px;
  }
}

.privacy-policy-menu {
  list-style-type: disc;
  padding-top: 38px;
  padding-left: 5em;
}
@media (max-width: 992px) {
  .privacy-policy-menu {
    padding-left: 2em;
  }
}
.privacy-policy-menu li {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .privacy-policy-menu li {
    font-size: 16px;
  }
}

.page-faq {
  background-image: url(../../src/web/about/bg.png);
  background-size: cover;
  padding: 111px 0 291px;
}
@media (max-width: 992px) {
  .page-faq {
    padding: 30px 0 90px;
  }
}

.page-faq-main {
  width: 74.4791666%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-faq-main {
    width: 83%;
  }
}

.page-faq-main .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page-faq-main .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.page-faq-main .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page-faq-main .accordion-button {
  background-color: #000;
  outline: 3px solid #b70c1d;
}
.page-faq-main .accordion-button:not(.collapsed) {
  color: #fff;
}
.page-faq-main .accordion-button::after {
  background-image: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(40% 0%, 60% 0%, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0% 60%, 0% 40%, 40% 40%);
}
@media (max-width: 992px) {
  .page-faq-main .accordion-button::after {
    width: 16px;
    height: 16px;
  }
}
.page-faq-main .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  clip-path: polygon(0% 40%, 100% 40%, 100% 60%, 0% 60%);
}
.page-faq-main .accordion-item {
  border: none;
  outline: 3px solid #b70c1d;
}
.page-faq-main .accordion-item + .accordion-item {
  margin-top: 50px;
}
.page-faq-main .accordion-body {
  outline: 3px solid #b70c1d;
  border-top: 3px solid #b70c1d;
  background-color: #000;
  padding: 25px 2.604166vw;
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .page-faq-main .accordion-body {
    font-size: 16px;
  }
}
.page-faq-main .accordion-body ul {
  padding-left: 6em;
  list-style-type: disc;
}
@media (max-width: 992px) {
  .page-faq-main .accordion-body ul {
    padding-left: 3em;
  }
}

.faq-item-item {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
@media (max-width: 992px) {
  .faq-item-item {
    font-size: 16px;
    line-height: 1.6;
  }
}
.faq-item-item::before {
  content: "";
  display: block;
  height: 100%;
  width: 64px;
  aspect-ratio: 1/1;
  background-color: #b70c1d;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 992px) {
  .faq-item-item::before {
    display: none;
  }
}

.pages-base-title {
  border-top: 1px solid rgba(255, 255, 255, 0.6235294118);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6235294118);
}

.pages-base-title-main {
  width: 83.02083%;
  margin: auto;
  padding: 90px 0 40px 4.16666vw;
  border-left: 1px solid rgba(255, 255, 255, 0.6235294118);
}
@media (max-width: 992px) {
  .pages-base-title-main {
    padding: 30px 0 40px 20px;
  }
}
.pages-base-title-main h1 {
  font-size: 100px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 992px) {
  .pages-base-title-main h1 {
    font-size: 36px;
  }
}
.pages-base-title-main h1::first-letter {
  color: #e68e52;
}

.pages-base-wrap {
  background-color: #000;
  background-image: url(../../src/web/about/bg.png);
  background-size: cover;
  background-position: bottom;
}
.pages-base-wrap.product-page {
  background-image: url(../../src/web/products/bg.png);
}
.pages-base-wrap.news-page {
  background-image: url(../../src/web/news/bg.png);
}

.page-base-banner img {
  width: 100%;
  vertical-align: middle;
}

.page-base-bread {
  width: 89.583333%;
  margin: auto;
}
.page-base-bread .page-base-bread-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.page-base-bread .page-base-bread-main svg {
  transform: translateY(-0.1em);
}
.page-base-bread .page-base-bread-main li {
  color: #fff;
}
.page-base-bread .page-base-bread-main li + li {
  margin-left: 10px;
}
.page-base-bread .page-base-bread-main li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.6;
}

.page-base-bread {
  padding: 20px 0;
}

.page-about {
  padding: 45px 0 307px;
  background-image: url(../../src/web/about/top.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
@media (max-width: 992px) {
  .page-about {
    padding: 30px 0 100px;
  }
}
.page-about .page-about-main {
  width: 80.885416%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-about .page-about-main {
    width: 83%;
  }
}
.page-about .page-about-main h2 {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .page-about .page-about-main h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
.page-about .page-about-main h2::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #fff;
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .page-about .page-about-main h2::before {
    display: none;
  }
}

.about-article {
  padding: 40px 0 368px;
}
@media (max-width: 992px) {
  .about-article {
    padding: 20px 0 60px;
  }
}
.about-article h3 {
  font-size: 40px;
  font-weight: 700;
  color: #b70c1d;
  margin-bottom: 45px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .about-article h3 {
    font-size: 25px;
    margin-bottom: 2rem;
  }
}
.about-article h4 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .about-article h4 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.about-article p {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .about-article p {
    font-size: 18px;
  }
}

.certificate-list-box {
  width: 82.74307%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
@media (max-width: 992px) {
  .certificate-list-box {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.certificate-list-box .certificate-item img {
  width: 100%;
  vertical-align: middle;
}

.page-product {
  padding: 134px 0 322px;
}
@media (max-width: 992px) {
  .page-product {
    padding: 60px 0 180px;
  }
}

.page-product-main {
  width: 82.8645833%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.product-side-contnt {
  width: 17.5838%;
}
@media (max-width: 1400px) {
  .product-side-contnt {
    width: 25%;
  }
}
.product-side-contnt.account {
  width: 24.050632%;
}
@media (max-width: 992px) {
  .product-side-contnt.account {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .product-side-contnt {
    width: 100%;
    margin: auto;
  }
}

.product-main-content {
  width: 0;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .product-main-content {
    width: 83%;
    margin: auto;
  }
}

.product-web-item {
  text-align: start;
  color: #fff;
  border: none;
  font-size: 1.30208vw;
  font-weight: 600;
  padding: 16px 30px;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #b70c1d;
  background-color: transparent;
}
.product-web-item > span {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-web-item > span::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: 0.2s;
}
.product-web-item.active {
  background-color: #b70c1d;
}
.product-web-item:hover {
  background-color: #b70c1d;
}
.product-web-item:hover span::before {
  width: 25px;
}
.product-web-item:not(.collapsed) {
  color: #fff;
  background-color: #b70c1d;
}
.product-web-item.title {
  margin-bottom: 20px;
  background-color: #b70c1d;
}
.product-web-item.title:not(.collapsed) {
  color: #fff;
}

.product-web-inner-item {
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  padding: 16px 30px;
  background-color: transparent;
  border: none;
  color: #fff;
  text-align: start;
  border-bottom: 2px solid #b70c1d;
}
@media (max-width: 1400px) {
  .product-web-inner-item {
    font-size: 20px;
  }
}
.product-web-inner-item.inside {
  font-size: 20px;
  text-indent: 1em;
}
.product-web-inner-item::after {
  background-image: none;
  width: 20px;
  height: 20px;
  background-color: #b70c1d;
  clip-path: polygon(40% 0%, 60% 0%, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0% 60%, 0% 40%, 40% 40%);
}
.product-web-inner-item:not(.collapsed) {
  color: #fff;
}
.product-web-inner-item:not(.collapsed)::after {
  background-image: none;
  transform: none;
  clip-path: polygon(0% 40%, 100% 40%, 100% 60%, 0% 60%);
}

.product-web-menu .accordion-item {
  background-color: transparent;
}

.web-item-body {
  padding: 0;
  padding-top: 20px;
}

.web-item-inner-body {
  padding: 0;
  padding-top: 0px;
}

.web-menu-item + .web-menu-item {
  margin-top: 20px;
}

.phone-product-item {
  border-radius: 30px;
  padding: 13px 23px;
  text-decoration: none;
  text-align: center;
  background-color: #b70c1d;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  line-height: 1.4;
  border: 3px solid #b70c1d;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .phone-product-item {
    font-size: 16px;
  }
}
.phone-product-item.active {
  background-color: #fff;
  color: #000;
}
.phone-product-item > svg {
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16.63px;
  right: 8px;
}

.accordion-item + .accordion-item {
  margin-top: 15px;
}

.product-phone-title {
  display: block;
  font-size: 25px;
  font-weight: 500;
  color: #fff !important;
  background-color: #b70c1d;
  padding: 15px 0;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  display: block;
  position: relative;
}
@media (max-width: 992px) {
  .product-phone-title {
    font-size: 20px;
  }
}
.product-phone-title > svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 37.545px;
  width: 25px;
}

.product-phone-title-body {
  padding-top: 1rem;
}

.phone-product-item.inner {
  padding: 13px;
  margin-top: 1rem;
  border: 3px solid #b70c1d;
  background-color: #fff;
  color: #b70c1d;
  font-weight: 400;
}

.phone-product-item.accordion-button:not(.collapsed) {
  color: #fff;
}
.phone-product-item.accordion-button:not(.collapsed).active {
  color: #000;
}

.product-phone-inner-item .phone-product-item svg {
  color: #b70c1d;
}

.product-phone-inner-item .phone-product-item.accordion-button:not(.collapsed) {
  color: #b70c1d;
}
.product-phone-inner-item .phone-product-item.accordion-button:not(.collapsed) svg {
  color: #b70c1d;
}

.product-list-content {
  width: 92%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .product-list-content {
    width: 100%;
    padding-top: 30px;
  }
}
.product-list-content p {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .product-list-content p {
    font-size: 20px;
  }
}
.product-list-content .product-list-article {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .product-list-content {
    width: 100%;
  }
}

.product-list-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 35px;
}
@media (max-width: 1400px) {
  .product-list-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .product-list-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-list-item {
  text-align: center;
  text-decoration: none;
}
.product-list-item:hover .product-item-pic::after {
  opacity: 0.3;
}
.product-list-item:hover .product-item-pic img {
  scale: 1.2;
}
.product-list-item h3 {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}
.product-list-item span {
  font-size: 23px;
  color: #e68e52;
  font-weight: 700;
  margin-top: 25px;
}
.product-list-item .product-item-pic {
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}
.product-list-item .product-item-pic::after {
  content: "";
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
}
.product-list-item .product-item-pic img {
  width: 100%;
  vertical-align: middle;
  scale: 1;
  transition: 0.2s ease-in-out;
}

.page-nav-container {
  width: 100%;
}
.page-nav-container .pagination-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 50px;
  height: 50px;
  color: #fff;
}
@media (max-width: 992px) {
  .page-nav-container .pagination-btn {
    width: 35px;
    height: 35px;
  }
}
.page-nav-container .pagination-btn:hover svg {
  opacity: 0.6;
}
.page-nav-container .page-pagination-nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 20px;
  padding-top: 150px;
}
@media (max-width: 992px) {
  .page-nav-container .page-pagination-nav {
    padding-top: 130px;
    gap: 10px;
  }
}
.page-nav-container .page-pagination-nav .page-nav-list {
  gap: 20px;
}
@media (max-width: 992px) {
  .page-nav-container .page-pagination-nav .page-nav-list {
    gap: 10px;
  }
}
.page-nav-container .page-pagination-nav .page-nav-list li {
  width: 50px;
  height: 50px;
  display: flex;
  box-sizing: border-box;
  border-radius: 35px;
}
.page-nav-container .page-pagination-nav .page-nav-list li.active {
  background-color: #e68e52;
  color: #fff;
}
@media (max-width: 992px) {
  .page-nav-container .page-pagination-nav .page-nav-list li {
    width: 35px;
    height: 35px;
  }
}
.page-nav-container .page-pagination-nav .page-nav-list li:hover {
  background-color: #e68e52;
}
.page-nav-container .page-pagination-nav .page-nav-list li:hover a {
  color: #fff;
}
.page-nav-container .page-pagination-nav .page-nav-list li a {
  margin: auto;
  display: block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}
@media (max-width: 992px) {
  .page-nav-container .page-pagination-nav .page-nav-list li a {
    font-size: 20px;
  }
}

.page-nav {
  gap: 10px;
}

.account-order-section-item + .account-order-section-item {
  margin-top: 20px;
}

.page-product-inner {
  padding: 121px 0 200px;
}
@media (max-width: 992px) {
  .page-product-inner {
    padding: 60px 0 120px;
  }
}
.page-product-inner .product-inner-main {
  width: 80.833333%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-product-inner .product-inner-main {
    width: 83%;
  }
}

.product-inner-swiper {
  width: 42.52577%;
}
@media (max-width: 1260px) {
  .product-inner-swiper {
    width: 100%;
  }
}

.product-inner-swiper .swiper-button-next:after,
.product-inner-swiper .swiper-button-prev:after {
  display: none;
}
.product-inner-swiper .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.product-inner-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-inner-swiper .mySwiper2 {
  height: 80%;
  max-height: 660px;
  width: 100%;
}
@media (max-width: 1600px) {
  .product-inner-swiper .mySwiper2 {
    height: auto;
  }
}
@media (max-width: 992px) {
  .product-inner-swiper .mySwiper2 {
    height: 80%;
  }
}
.product-inner-swiper .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-inner-swiper .mySwiper .swiper-slide {
  width: 25%;
  height: auto;
  opacity: 0.4;
  border-radius: 3px;
}
.product-inner-swiper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #ff0000;
}
.product-inner-swiper .swiper-slide img {
  vertical-align: middle;
  width: 100%;
}
.product-inner-swiper .swiper-wrapper {
  height: auto;
}
.product-inner-swiper .swiper-button-next,
.product-inner-swiper .swiper-button-prev {
  width: 26.91px;
}
.product-inner-swiper .swiper-button-next img,
.product-inner-swiper .swiper-button-prev img {
  width: 100%;
  vertical-align: middle;
}

.product-inner-profile {
  width: 53.28608%;
}
@media (max-width: 1260px) {
  .product-inner-profile {
    width: 100%;
  }
}

.product-inner-profile-article {
  padding-bottom: 65px;
  border-bottom: 1px dashed #fff;
}
@media (max-width: 992px) {
  .product-inner-profile-article {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.product-inner-profile-article h2 {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.1em;
}
@media (max-width: 992px) {
  .product-inner-profile-article h2 {
    font-size: 40px;
    margin-bottom: 0.5em;
  }
}
.product-inner-profile-article p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .product-inner-profile-article p {
    font-size: 18px;
  }
}

.product-inner-form {
  padding-top: 65px;
}
@media (max-width: 992px) {
  .product-inner-form {
    padding-top: 35px;
  }
}
.product-inner-form legend {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 992px) {
  .product-inner-form legend {
    font-size: 22px;
  }
}

.inner-vehicle-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 54px;
}
@media (max-width: 992px) {
  .inner-vehicle-type {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}

.vehicle-type-list {
  width: 84.401451%;
  margin-bottom: 30px;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .vehicle-type-list {
    width: 100%;
  }
}

.vehicle-type-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vehicle-type-item label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .vehicle-type-item label {
    font-size: 18px;
  }
}
.vehicle-type-item label span {
  color: #ff0000;
}
.vehicle-type-item input {
  margin-left: auto;
  width: 70%;
  min-width: 200px;
  border-radius: 8px;
  height: 47px;
  border: none;
}
@media (max-width: 992px) {
  .vehicle-type-item input {
    min-width: 150px;
  }
}

.rotor-item {
  width: 50%;
}
@media (max-width: 992px) {
  .rotor-item {
    width: 100%;
  }
}
.rotor-item > label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  flex-shrink: 0;
  margin-right: 30px;
}
.rotor-item > select {
  max-width: 200px;
  height: 47px;
  border-radius: 8px;
  font-size: 25px;
  color: #585858;
  font-weight: 600;
}
@media (max-width: 992px) {
  .rotor-item > select {
    font-size: 20px;
  }
}

.rotor-pattern {
  padding-top: 25px;
}

.rotor-pattern-list {
  width: 92.14026%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .rotor-pattern-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.rotor-pattern-item label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 0.25rem;
  line-height: 1.2;
  word-break: break-all;
}
@media (max-width: 992px) {
  .rotor-pattern-item label {
    font-size: 16px;
  }
}

.rotor-pattern-pic img {
  width: 100%;
  vertical-align: middle;
}

.form-check-input {
  margin-top: 0.5em;
}

.btn-color-swatch {
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.btn-color-swatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.btn-check:checked + .btn-color-swatch {
  box-shadow: rgba(77, 123, 223, 0.16) 0px 1px 4px, rgb(31, 34, 243) 0px 0px 0px 3px;
}

.rotor-size {
  margin-bottom: 20px;
}

.btn-color-swatch:hover {
  transform: scale(1.1);
}

.brake-pads-color {
  gap: 10px;
}

.brake-pads-color {
  margin-top: 20px;
}

.btn-color-swatch {
  border: none;
}

.brake-pads-logo {
  width: 23.458282%;
  margin-top: 20px;
}
.brake-pads-logo select {
  height: 47px;
  border-radius: 8px;
  font-size: 20px;
  color: #585858;
  font-weight: 600;
}
@media (max-width: 992px) {
  .brake-pads-logo {
    width: 100%;
  }
}
.brake-pads-logo fieldset {
  margin-bottom: 20px;
}
.brake-pads-logo .form-select {
  margin-top: 10px;
}

.brake-pads {
  margin-top: 20px;
}

.suspension-type-item label {
  color: #fff;
  margin-top: 0.5em;
  font-size: 20px;
}

.suspension-type {
  padding-top: 20px;
  gap: 30px;
}

.suspension-type-list {
  gap: 10px 30px;
  padding-bottom: 100px;
  border-bottom: 2px dashed #fff;
}
@media (max-width: 992px) {
  .suspension-type-list {
    padding-bottom: 60px;
  }
}

.final-section-total {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .final-section-total {
    padding-top: 60px;
  }
}

.product-total-price {
  font-size: 30px;
  color: #e68e52;
  font-weight: 700;
  margin-bottom: 1.3em;
}
@media (max-width: 992px) {
  .product-total-price {
    font-size: 25px;
  }
}

.product-total-qty > label {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-right: 27px;
}
.product-total-qty input {
  max-width: 160px;
  border-radius: none;
  background-color: #fff;
  text-align: center;
  height: 45px;
  border: none;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .product-total-qty input {
    max-width: 100px;
  }
}
.product-total-qty span {
  width: 45px;
  height: 45px;
  background-color: #e68e52;
  display: flex;
}
.product-total-qty span.prev {
  border-radius: 6px 0 0 6px;
}
.product-total-qty span.next {
  border-radius: 0 6px 6px 0;
}
.product-total-qty span > i {
  margin: auto;
  font-size: 30px;
}

.inner-sumit-box {
  gap: 20px;
  padding-top: 40px;
}

.inner-sumit-btn {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.055em;
  border-radius: 33px;
  border: none;
  position: relative;
}
@media (max-width: 992px) {
  .inner-sumit-btn {
    font-size: 18px;
  }
}
.inner-sumit-btn span {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.inner-sumit-btn.inner-inquiry-btn {
  padding: 18px 73px;
  background-color: #b70c1d;
}
@media (max-width: 992px) {
  .inner-sumit-btn.inner-inquiry-btn {
    width: 100%;
  }
}
.inner-sumit-btn.inner-inquiry-btn:hover span {
  opacity: 0;
}
.inner-sumit-btn.inner-inquiry-btn:hover svg {
  opacity: 1;
}
.inner-sumit-btn.inner-addCart-btn {
  padding: 18px 49px;
  background-color: #3a3434;
}
@media (max-width: 992px) {
  .inner-sumit-btn.inner-addCart-btn {
    width: 100%;
  }
}
.inner-sumit-btn.inner-addCart-btn:hover span {
  opacity: 0;
}
.inner-sumit-btn.inner-addCart-btn:hover svg {
  opacity: 1;
}
.inner-sumit-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.product-profile-main {
  padding-top: 120px;
}
.product-profile-main .product-back-btn {
  margin-top: 100px;
}
.product-profile-main .nav-pills {
  border-bottom: 2px solid #ffebe1;
}
.product-profile-main .nav-pills .nav-item {
  width: 21.179%;
  height: 63px;
}
.product-profile-main .nav-pills .nav-link {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  background-color: #ffebe1;
  transform: translateY(2px);
}
.product-profile-main .nav-pills .nav-link.active {
  background-color: #121212;
  color: #ffebe1;
  border: 1px solid #ffebe1;
  border-bottom: none;
  font-weight: 400;
}
.product-profile-main .tab-content {
  padding-top: 70px;
}
.product-profile-main .tab-content p {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.product-profile-main .tab-content img {
  max-width: 100%;
  height: auto;
}
.product-profile-main .product-profile-pic {
  width: 74.5283%;
  max-width: 942px;
  margin-top: 64px;
}
.product-profile-main .product-profile-pic > img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .product-profile-main {
    padding-top: 80px;
  }
  .product-profile-main .nav-pills .nav-item {
    width: 50%;
    height: 50px;
  }
  .product-profile-main .nav-pills .nav-item + .nav-item {
    margin-left: 0px;
  }
  .product-profile-main .nav-pills .nav-link {
    font-size: 15px;
    border-radius: 12px 12px 0 0;
  }
  .product-profile-main .tab-content p {
    font-size: 15px;
  }
  .product-profile-main .product-profile-pic {
    width: 100%;
    margin-top: 32px;
  }
}
.product-profile-main.nav-tabs .nav-link {
  margin-bottom: -1px;
}

.product-back-btn {
  width: 270px;
  border: none;
  background-color: #3a3434;
  font-size: 20px;
  font-weight: 500;
  padding: 23px 0;
  color: #fff;
  border-radius: 36px;
  position: relative;
}
.product-back-btn:hover span {
  opacity: 0;
}
.product-back-btn:hover svg {
  opacity: 1;
}
.product-back-btn span {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.product-back-btn svg {
  width: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.page-inquiry {
  padding: 170px 0 190px;
}
@media (max-width: 992px) {
  .page-inquiry {
    padding: 80px 0 120px;
  }
}
.page-inquiry .page-inquiry-main {
  width: 74.479166%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-inquiry .page-inquiry-main {
    width: 83%;
  }
}

.inquiry-cart-pic {
  width: 150px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .inquiry-cart-pic {
    width: 80px;
    margin-right: 1.5rem;
  }
}
.inquiry-cart-pic img {
  width: 100%;
  vertical-align: middle;
}

.inquiry-order-title {
  background-color: #e68e52;
  padding: 21.5px 0;
  text-align: center;
  margin-bottom: 10px;
}
.inquiry-order-title span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #121212;
}
.inquiry-order-title .inquiry-order-content {
  padding-left: 50px;
  text-align: start;
  width: 72%;
}
@media (max-width: 992px) {
  .inquiry-order-title .inquiry-order-content {
    padding-left: 1rem;
    width: 50%;
  }
}
.inquiry-order-title .inquiry-order-qty {
  width: 14%;
}
@media (max-width: 992px) {
  .inquiry-order-title .inquiry-order-qty {
    display: none;
  }
}
.inquiry-order-title .inquiry-order-del {
  width: 14%;
}
@media (max-width: 992px) {
  .inquiry-order-title .inquiry-order-del {
    display: none;
  }
}

.inquiry-order-item {
  position: relative;
}
.inquiry-order-item > label {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-right: 27px;
}
.inquiry-order-item input {
  max-width: 160px;
  border-radius: none;
  background-color: #fff;
  text-align: center;
  height: 45px;
  border: none;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .inquiry-order-item input {
    max-width: 100px;
  }
}
.inquiry-order-item span {
  width: 45px;
  height: 45px;
  background-color: #e68e52;
  display: flex;
}
.inquiry-order-item span.prev {
  border-radius: 6px 0 0 6px;
}
.inquiry-order-item span.next {
  border-radius: 0 6px 6px 0;
}
.inquiry-order-item span > i {
  margin: auto;
  font-size: 25px;
  color: #121212;
}

.order-list-item {
  text-decoration: none;
  background-color: #292626;
  padding: 44px 0.8rem 50px;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 992px) {
  .order-list-item {
    flex-wrap: wrap;
  }
}
.order-list-item + .order-list-item {
  margin-top: 10px;
}

.list-item-content {
  width: 72%;
  padding-left: 32px;
  text-decoration: none;
}
@media (max-width: 992px) {
  .list-item-content {
    padding-left: 0rem;
    margin-bottom: 1rem;
    width: 100%;
    flex-direction: column;
  }
}

.list-item-pic {
  width: 150px;
  margin-right: 2.604166vw;
  display: block;
}
@media (max-width: 992px) {
  .list-item-pic {
    margin-bottom: 1rem;
    width: 120px;
  }
}
.list-item-pic img {
  width: 100%;
  vertical-align: middle;
}

.list-item-text h4 {
  font-size: 25px;
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 992px) {
  .list-item-text h4 {
    font-size: 20px;
  }
}
.list-item-text ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .list-item-text ul li {
    font-size: 16px;
  }
}

.inquiry-color-box {
  width: 30px;
  height: 30px;
}
@media (max-width: 992px) {
  .inquiry-color-box {
    font-size: 16px;
  }
}
.inquiry-color-box img {
  width: 100%;
  vertical-align: middle;
}

.list-item-qty {
  width: 14%;
}
@media (max-width: 992px) {
  .list-item-qty {
    width: 50%;
  }
}
.list-item-qty .inquiry-order-item input {
  width: 100%;
  max-width: 100%;
}
.list-item-qty .inquiry-order-item span {
  flex-shrink: 0;
}

.list-item-del {
  width: 14%;
}
@media (max-width: 992px) {
  .list-item-del {
    width: 50%;
  }
}

.list-item-del-pic {
  width: 21px;
  margin: auto;
  transform: translateY(0.5em);
}
@media (max-width: 992px) {
  .list-item-del-pic {
    transform: translateY(0em);
    position: absolute;
    top: 100px;
    right: 60px;
  }
}
.list-item-del-pic img {
  width: 100%;
  vertical-align: middle;
}

.inquiry-order-form {
  width: 79.720279%;
  margin: auto;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .inquiry-order-form {
    width: 100%;
    padding-top: 60px;
  }
}
.inquiry-order-form p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 67px;
}
@media (max-width: 992px) {
  .inquiry-order-form p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.inquiry-order-form .inquiry-form-item {
  display: flex;
  flex-direction: column;
}
.inquiry-order-form .inquiry-form-item + .inquiry-form-item {
  margin-top: 15px;
}
.inquiry-order-form .inquiry-form-item label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  .inquiry-order-form .inquiry-form-item label {
    font-size: 18px;
  }
}
.inquiry-order-form .inquiry-form-item label span {
  color: #ff0000;
}
.inquiry-order-form .inquiry-form-item input {
  height: 46px;
  width: 100%;
  border: none;
  border-radius: 8px;
}
.inquiry-order-form .inquiry-form-item input:focus {
  outline: none;
}
.inquiry-order-form .inquiry-form-item textarea {
  border-radius: 8px;
  height: 338px;
}
.inquiry-order-form .inquiry-form-item textarea:focus {
  outline: none;
}

.order-form-sumit {
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
}

.form-sumit-btn {
  padding: 18px 0;
  border: none;
  width: 280px;
  font-size: 20px;
  color: #fff;
  border-radius: 35px;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.form-sumit-btn:hover {
  opacity: 0.8;
}
.form-sumit-btn.continue {
  background-color: #ff0000;
}
.form-sumit-btn.send {
  background-color: #3a3434;
}

.page-shop-cart {
  padding: 120px 0 235px;
}
@media (max-width: 992px) {
  .page-shop-cart {
    padding: 80px 0 120px;
  }
}

.shop-cart-main {
  width: 74.47916%;
  margin: auto;
}
@media (max-width: 992px) {
  .shop-cart-main {
    width: 83%;
  }
}

.shop-cart-step {
  width: 64.1958%;
  margin: auto;
  padding-bottom: 125px;
}
@media (max-width: 992px) {
  .shop-cart-step {
    width: 100%;
    padding-bottom: 60px;
  }
}

.shop-cart-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .shop-cart-step-item {
    width: 30%;
    padding-bottom: 2rem;
  }
}
.shop-cart-step-item .cart-step-pic {
  width: 152px;
  border-radius: 70px;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .shop-cart-step-item .cart-step-pic {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.shop-cart-step-item .cart-step-pic img {
  width: 100%;
  vertical-align: middle;
}
.shop-cart-step-item h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 6px;
  text-align: center;
}
@media (max-width: 992px) {
  .shop-cart-step-item h3 {
    font-size: 18px;
  }
}
.shop-cart-step-item span {
  font-size: 19px;
  font-weight: 400;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .shop-cart-step-item span {
    font-size: 16px;
  }
}

.shop-coupon-content {
  padding-top: 265px;
}
@media (max-width: 992px) {
  .shop-coupon-content {
    padding-top: 100px;
  }
}

.shop-coupon-total {
  width: 39.16083%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .shop-coupon-total {
    width: 100%;
  }
}
.shop-coupon-total hr {
  border: 1px solid #fff;
  margin: 30px 0 33px;
}
@media (max-width: 992px) {
  .shop-coupon-total hr {
    margin: 15px 0 16px;
  }
}

.coupon-total-item {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .coupon-total-item {
    font-size: 16px;
  }
}
.coupon-total-item + .coupon-total-item {
  margin-top: 18px;
}

.add-discount-code {
  padding-top: 86px;
}
@media (max-width: 992px) {
  .add-discount-code {
    padding-top: 30px;
  }
}
.add-discount-code h3 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .add-discount-code h3 {
    font-size: 20px;
  }
}
.add-discount-code span {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .add-discount-code span {
    font-size: 18px;
  }
}
.add-discount-code input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 8px;
  text-indent: 1em;
  font-size: 20px;
}
@media (max-width: 992px) {
  .add-discount-code input {
    font-size: 18px;
  }
}
.add-discount-code input::-moz-placeholder {
  font-weight: 600;
  color: #cccccc;
}
.add-discount-code input::placeholder {
  font-weight: 600;
  color: #cccccc;
}
.add-discount-code input:focus {
  outline: none;
}
.add-discount-code .add-coupon-btn {
  width: 100%;
  border: 3px solid #e68e52;
  background-color: #e68e52;
  color: #121212;
  font-size: 25px;
  font-weight: 600;
  padding: 1rem 0;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .add-discount-code .add-coupon-btn {
    font-size: 18px;
    padding: 13px 0;
  }
}
.add-discount-code .add-coupon-btn:hover {
  background-color: #121212;
  color: #fff;
}

.shop-cart-sumit-btns {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-top: 86px;
  gap: 30px;
}
@media (max-width: 992px) {
  .shop-cart-sumit-btns {
    width: 100%;
    padding-top: 60px;
    justify-content: center;
  }
}

.sumit-btn-item {
  border: none;
  padding: 18px 0;
  font-size: 20px;
  color: #fff;
  border-radius: 33px;
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.sumit-btn-item.continue {
  width: 280px;
  background-color: #b70c1d;
  opacity: 1;
}
@media (max-width: 992px) {
  .sumit-btn-item.continue {
    width: 100%;
  }
}
.sumit-btn-item.continue:hover {
  opacity: 0.8;
}
.sumit-btn-item.create {
  width: 280px;
  background-color: #e68e52;
  box-sizing: border-box;
  border: 2px solid #e68e52;
}
@media (max-width: 992px) {
  .sumit-btn-item.create {
    width: 100%;
  }
}
.sumit-btn-item.create:hover {
  background-color: #48392f;
  color: #fff;
  opacity: 0.8;
}
.sumit-btn-item.order {
  width: 375px;
  background-color: #3a3434;
  align-items: center;
}
@media (max-width: 992px) {
  .sumit-btn-item.order {
    width: 100%;
  }
}
.sumit-btn-item.order > i {
  font-size: 1rem;
  transition: 0.2s ease-in-out;
}
.sumit-btn-item.order > span {
  color: #fff;
  transition: 0.2s ease-in-out;
}
.sumit-btn-item.order:hover {
  opacity: 0.8;
}
.sumit-btn-item.order:hover i {
  transform: translateX(5px);
}
.sumit-btn-item.order:hover span {
  transform: translateX(5px);
}

.information-item {
  width: 79.72027%;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .information-item {
    width: 100%;
  }
}
.information-item + .information-item {
  margin-top: 20px;
}

.shop-information-container h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 1.5em;
  color: #fff;
}
@media (max-width: 992px) {
  .shop-information-container h2 {
    font-size: 26px;
  }
}

.shop-information-from label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 992px) {
  .shop-information-from label {
    font-size: 18px;
  }
}
.shop-information-from label > span {
  color: #ff0000;
}
.shop-information-from input:focus-visible {
  outline: none;
}
.shop-information-from select {
  height: 50px;
  border-radius: 8px;
}
.shop-information-from select:focus {
  border: none;
}
.shop-information-from textarea {
  height: 338px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .shop-information-from textarea {
    height: 200px;
  }
}

.information-item-middle {
  width: 39.16083%;
}
@media (max-width: 992px) {
  .information-item-middle {
    width: 100%;
  }
}
.information-item-middle label {
  margin-bottom: 1rem;
}
.information-item-middle > input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  font-size: 20px;
  text-indent: 1em;
}

.gender-select {
  height: 50px;
  padding-top: 35px;
}

.gender-select-item label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 992px) {
  .gender-select-item label {
    font-size: 18px;
  }
}
.gender-select-item input {
  width: 22px;
  height: 22px;
  margin-right: 24px;
}

.information-phone-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .information-phone-item + .information-phone-item {
    margin-top: 20px;
  }
}
.information-phone-item.code {
  width: 17%;
}
@media (max-width: 992px) {
  .information-phone-item.code {
    width: 100%;
  }
}
.information-phone-item.tel, .information-phone-item.phone {
  width: 30%;
}
@media (max-width: 992px) {
  .information-phone-item.tel, .information-phone-item.phone {
    width: 100%;
  }
}
.information-phone-item label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
}
.information-phone-item input {
  border-radius: 8px;
  height: 50px;
}

.information-item-long label {
  margin-bottom: 1rem;
}
.information-item-long > input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
}

.information-item-short {
  width: 23.68421%;
}
@media (max-width: 992px) {
  .information-item-short {
    width: 100%;
  }
}
.information-item-short > input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
}
.information-item-short label {
  margin-bottom: 1rem;
}

.information-total-item {
  display: flex;
  justify-content: space-between;
}
.information-total-item span {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}
.information-total-item span:last-child {
  text-align: end;
}
@media (max-width: 992px) {
  .information-total-item span {
    width: 100%;
    font-size: 20px;
  }
}

.information-total-box {
  margin-top: 243px;
  width: 49.300699%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .information-total-box {
    width: 100%;
    margin-top: 100px;
  }
}

.information-total-sumit {
  margin-top: 160px;
}

.information-total-btn {
  padding: 18px 6px;
  border: none;
  color: #fff;
  border-radius: 32px;
  display: block;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .information-total-btn + .information-total-btn {
    margin-top: 20px;
  }
}
.information-total-btn > i {
  font-size: 1rem;
}
.information-total-btn.continue {
  width: 14.58333vw;
  max-width: 280px;
  min-width: 200px;
  background-color: #b70c1d;
}
.information-total-btn.continue:hover {
  background-color: rgba(183, 12, 29, 0.7058823529);
}
@media (max-width: 992px) {
  .information-total-btn.continue {
    width: 100%;
    max-width: 100%;
  }
}
.information-total-btn.sumit {
  width: 19.47916vw;
  max-width: 374px;
  min-width: 200px;
  background-color: #3a3434;
}
@media (max-width: 992px) {
  .information-total-btn.sumit {
    width: 100%;
  }
}

.page-shop-checkout {
  padding: 170px 0 190px;
}
@media (max-width: 992px) {
  .page-shop-checkout {
    padding: 80px 0 120px;
  }
}
.page-shop-checkout .shop-checkout-main {
  width: 74.479166%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-shop-checkout .shop-checkout-main {
    width: 83%;
  }
}

.order-processing-container {
  width: 79.72027%;
  margin: auto;
}
@media (max-width: 992px) {
  .order-processing-container {
    width: 100%;
  }
}
.order-processing-container h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .order-processing-container h2 {
    font-size: 36px;
  }
}

.order-processing-box + .order-processing-box {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .order-processing-box + .order-processing-box {
    padding-top: 30px;
  }
}

.order-processing-item {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 992px) {
  .order-processing-item {
    gap: 0px;
  }
}
.order-processing-item + .order-processing-item {
  margin-top: 15px;
}

.processing-item-content,
.processing-item-title {
  display: flex;
  align-items: center;
}
.processing-item-content span,
.processing-item-title span {
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .processing-item-content span,
  .processing-item-title span {
    font-size: 18px;
  }
}

.processing-item-title {
  padding: 20px 3.125vw;
  width: 40.2631%;
  background-color: #e68e52;
  font-weight: 700;
  color: #121212;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .processing-item-title {
    padding: 20px 10px;
    width: 100%;
  }
}

.processing-item-content {
  padding: 20px 2vw;
  width: 0;
  flex-grow: 1;
  background-color: #292626;
}
@media (max-width: 992px) {
  .processing-item-content {
    padding: 20px 10px;
    width: 100%;
  }
}
.processing-item-content span {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.order-detail-wrap {
  padding-top: 80px;
  padding-bottom: 28px;
}
@media (max-width: 576px) {
  .order-detail-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.order-detail {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
  text-align: center;
}
@media (max-width: 576px) {
  .order-detail {
    min-width: 600px;
    font-size: 14px;
  }
}
.order-detail th,
.order-detail td {
  padding: 22px 40px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .order-detail th,
  .order-detail td {
    padding: 1rem 10px;
  }
}
@media (max-width: 576px) {
  .order-detail th,
  .order-detail td {
    padding: 0.5rem 8px;
    font-size: 14px;
    white-space: nowrap;
  }
}
.order-detail thead th {
  background: #e08b4a;
  color: #121212;
  font-weight: 600;
  font-size: 22px;
  position: relative;
}
@media (max-width: 992px) {
  .order-detail thead th {
    font-size: 16px;
  }
}
.order-detail thead th::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 4%;
  bottom: 0;
  margin: 0 auto;
  height: 92%;
  width: 1px;
  background-color: #121212;
}
.order-detail thead tr th:first-child {
  width: 10%;
}
.order-detail thead tr th:nth-child(2) {
  width: 60%;
}
@media (max-width: 992px) {
  .order-detail thead tr th:nth-child(2) {
    width: 20%;
  }
}
.order-detail thead tr th:nth-child(3) {
  width: 10%;
}
@media (max-width: 992px) {
  .order-detail thead tr th:nth-child(3) {
    width: 15%;
  }
}
.order-detail thead tr th:nth-child(4), .order-detail thead tr th:nth-child(5) {
  width: 15%;
}
@media (max-width: 992px) {
  .order-detail thead tr th:nth-child(4), .order-detail thead tr th:nth-child(5) {
    width: 15%;
  }
}
.order-detail tbody td {
  background: #292626;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  position: relative;
}
@media (max-width: 992px) {
  .order-detail tbody td {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .order-detail tbody td {
    font-size: 14px;
  }
}
.order-detail tbody td::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 4%;
  bottom: 0;
  margin: 0 auto;
  height: 92%;
  width: 1px;
  background-color: #fff;
}
.order-detail tbody td:last-child::after,
.order-detail thead th:last-child::after {
  display: none;
}
.order-detail .product {
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .order-detail .product {
    flex-direction: column;
    align-items: flex-start;
  }
}
.order-detail-pic {
  width: 150px;
  margin-right: 2.6vw;
}
@media (max-width: 992px) {
  .order-detail-pic {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .order-detail-pic {
    width: 80px;
    margin-right: 10px;
  }
}
.order-detail-pic img {
  width: 100%;
  vertical-align: middle;
}
.order-detail tfoot td {
  background: #2b2b2b;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  padding: 22px 16px;
  position: relative;
}
@media (max-width: 992px) {
  .order-detail tfoot td {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .order-detail tfoot td {
    font-size: 14px;
  }
}
.order-detail tfoot td::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 4%;
  bottom: 0;
  margin: 0 auto;
  height: 92%;
  width: 1px;
  background-color: #fff;
}
.order-detail tfoot td:last-child::after {
  display: none;
}

@media (max-width: 576px) {
  .order-detail {
    border-spacing: 0 12px;
  }
  .order-detail .product img {
    margin-bottom: 6px;
  }
}
.shop-payment-btn {
  width: -moz-fit-content;
  width: fit-content;
  width: 270px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 23px 0;
  border-radius: 40px;
  border: none;
  background-color: #3a3434;
  margin-top: 145px;
  letter-spacing: 0.05em;
}
.shop-payment-btn:hover {
  background-color: #b70c1d;
}
@media (max-width: 576px) {
  .shop-payment-btn {
    margin-top: 100px;
  }
}

.news-main-content {
  width: 79.312977%;
  padding-left: 7.291666vw;
  max-width: 1039px;
}
@media (max-width: 992px) {
  .news-main-content {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
  }
}

.news-list-item {
  padding-left: 37px;
  padding-bottom: 30px;
  padding: 0 0 30px 37px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.news-list-item + .news-list-item {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .news-list-item {
    padding: 0 0 30px 0;
  }
}

.news-list-pic {
  width: 188px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .news-list-pic {
    width: 130px;
  }
}
.news-list-pic img {
  width: 100%;
  vertical-align: middle;
}

.news-list-date {
  padding: 29px 40px;
  border-right: 1px solid #fff;
}
@media (max-width: 992px) {
  .news-list-date {
    border-right: none;
  }
}
.news-list-date span {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 992px) {
  .news-list-date span {
    font-size: 20px;
  }
}

.news-list-text {
  padding-left: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .news-list-text {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
}
.news-list-text p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
}

.page-news-inner {
  padding: 150px 0 233px;
}
@media (max-width: 992px) {
  .page-news-inner {
    padding: 60px 0 120px;
  }
}

.news-inner-main {
  width: 65.1041666%;
  margin: auto;
}
@media (max-width: 992px) {
  .news-inner-main {
    width: 83%;
  }
}
.news-inner-main p {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .news-inner-main p {
    font-size: 18px;
  }
}

.news-inner-pic {
  width: 100%;
  margin: 0 0 90px;
}
@media (max-width: 992px) {
  .news-inner-pic {
    margin: 0 0 2rem;
  }
}
.news-inner-pic img {
  width: 100%;
  vertical-align: middle;
}

.news-inner-title {
  padding: 21px 3.38541vw;
  background-color: #292626;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .news-inner-title {
    padding: 21px 20px;
    margin-bottom: 30px;
  }
}
.news-inner-title .news-inner-date {
  padding: 28px 3.125vw 28px 0;
  border-right: 1px solid #fff;
}
.news-inner-title .news-inner-date span {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .news-inner-title .news-inner-date span {
    font-size: 18px;
  }
}
.news-inner-title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .news-inner-title h2 {
    font-size: 18px;
    margin-left: 1rem;
  }
}

.news-inner-back-btn {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.055em;
  border-radius: 33px;
  border: none;
  position: relative;
  padding: 18px 0px;
  width: 270px;
  background-color: #3a3434;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .news-inner-back-btn {
    margin-top: 60px;
  }
}
.news-inner-back-btn span {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.news-inner-back-btn:hover span {
  opacity: 0;
}
.news-inner-back-btn:hover svg {
  opacity: 1;
}
.news-inner-back-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s ease-in-out;
  width: 34px;
}

.page-review {
  padding: 110px 0 222px;
}
@media (max-width: 992px) {
  .page-review {
    padding: 60px 0 120px;
  }
}

.page-review-main {
  width: 68.90625%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-review-main {
    width: 83%;
  }
}

.page-review-item {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  position: relative;
}
.page-review-item:hover .review-item-btn {
  transform: translateX(10px);
}
.page-review-item:hover .review-item-btn svg {
  color: #b70c1d;
}
.page-review-item + .page-review-item {
  margin-top: 40px;
}
.page-review-item .review-item-pic {
  width: 38.378684%;
}
@media (max-width: 992px) {
  .page-review-item .review-item-pic {
    width: 100%;
  }
}
.page-review-item .review-item-pic img {
  width: 100%;
  vertical-align: middle;
}

.review-item-content {
  width: 0;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .review-item-content {
    width: 100%;
  }
}
.review-item-content h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .review-item-content h2 {
    font-size: 22px;
  }
}
.review-item-content p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .review-item-content p {
    font-size: 16px;
  }
}

.review-item-date {
  padding: 10px 20px;
  background-color: #b70c1d;
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.review-item-date span {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.page-review-main .page-nav-container .page-pagination-nav {
  padding-top: 190px;
}
@media (max-width: 992px) {
  .page-review-main .page-nav-container .page-pagination-nav {
    padding-top: 100px;
  }
}

.review-item-btn {
  border: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  transition: 0.2s;
  position: absolute;
  bottom: 40px;
  right: 20px;
}
.review-item-btn svg {
  width: 15px;
  margin-left: 10px;
  transform: translateY(1px);
}

.page-review-inner {
  padding: 110px 0 190px;
}
@media (max-width: 992px) {
  .page-review-inner {
    padding: 60px 0 100px;
  }
}

.review-inner-main {
  width: 59.375%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .review-inner-main {
    width: 83%;
  }
}
.review-inner-main .product-back-btn {
  margin-top: 140px;
}
@media (max-width: 992px) {
  .review-inner-main .product-back-btn {
    margin-top: 60px;
  }
}
.review-inner-main img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.review-inner-main p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .review-inner-main p {
    font-size: 16px;
  }
}

.review-inner-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .review-inner-title .review-inner-date {
    margin-bottom: 0.8rem;
  }
}
.review-inner-title .review-inner-date span {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding: 10px 20px;
  background-color: #b70c1d;
  margin-right: 20px;
  display: block;
}
.review-inner-title h2 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .review-inner-title h2 {
    font-size: 20px;
  }
}

.review-inner-pic {
  width: 100%;
  margin-bottom: 30px;
}
.review-inner-pic img {
  width: 100%;
  vertical-align: middle;
}

.page-contact {
  padding: 110px 0 190px;
}
@media (max-width: 992px) {
  .page-contact {
    padding: 60px 0 100px;
  }
}

.page-contact-main {
  width: 60.052083%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-contact-main {
    width: 83%;
  }
}

.contact-icon-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .contact-icon-item {
    width: 44%;
  }
}
@media (max-width: 992px) {
  .contact-icon-item {
    width: 100%;
  }
}

.contact-top-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 121px;
  gap: 6.3020833vw;
  margin-bottom: 116px;
}
@media (max-width: 992px) {
  .contact-top-icon {
    justify-content: center;
    margin-bottom: 60px;
  }
}
.contact-top-icon a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.6;
  max-width: 365px;
  text-decoration: none;
}
@media (max-width: 992px) {
  .contact-top-icon a {
    font-size: 16px;
  }
}

.contact-icon-pic {
  width: 162px;
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .contact-icon-pic {
    width: 130px;
  }
}
.contact-icon-pic img {
  width: 100%;
  vertical-align: middle;
}

.page-contact-form h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .page-contact-form h3 {
    font-size: 16px;
  }
}
.page-contact-form h3 > span {
  color: #ff0000;
}

.contact-form-btn {
  display: block;
  width: 100%;
  padding: 18px 0;
  border: none;
  border-radius: 40px;
  background-color: #ff0000;
  margin-top: 70px;
  position: relative;
}
.contact-form-btn:hover span {
  opacity: 0;
}
.contact-form-btn:hover svg {
  opacity: 1;
}
.contact-form-btn span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.contact-form-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.contact-form-item + .contact-form-item {
  margin-top: 1rem;
}
.contact-form-item label {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .contact-form-item label {
    font-size: 16px;
  }
}
.contact-form-item input {
  height: 50px;
  border-radius: 8px;
}

.page-sitemap {
  padding: 110px 0 190px;
}
@media (max-width: 992px) {
  .page-sitemap {
    padding: 60px 0 100px;
  }
}

.page-sitemap-main {
  width: 60.0520833%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px 80px;
}
@media (max-width: 1400px) {
  .page-sitemap-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .page-sitemap-main {
    grid-template-columns: repeat(1, 1fr);
    width: 83%;
    gap: 40px;
  }
}

.page-sitemap-item > a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.45em 0;
  background-color: #e68e52;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .page-sitemap-item > a {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.page-sitemap-item ul li > a {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}
@media (max-width: 1400px) {
  .page-sitemap-item ul li > a {
    font-size: 16px;
  }
}

.page-member {
  padding: 110px 0 190px;
}
@media (max-width: 992px) {
  .page-member {
    padding: 60px 0 100px;
  }
}
.page-member .member-registered {
  width: 46.197916%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-member .member-registered {
    width: 83%;
  }
}

.member-registered-title {
  background-color: #fff;
  padding: 28px 0;
  border-radius: 43px 43px 0 0;
}
.member-registered-title h2 {
  font-size: 2.08333vw;
  font-weight: 600;
  color: #121212;
  text-align: center;
}
@media (max-width: 992px) {
  .member-registered-title h2 {
    font-size: 22px;
  }
}

.member-registered-form {
  padding: 80px 4.583333vw 100px;
  border: 1px solid #ffffff;
  border-radius: 0 0 43px 43px;
}
@media (max-width: 992px) {
  .member-registered-form {
    padding: 50px 2rem;
  }
}
.member-registered-form .registered-title {
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.member-registered-form .registered-title h3 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  text-align: start;
}
@media (max-width: 992px) {
  .member-registered-form .registered-title h3 {
    font-size: 20px;
  }
}

.member-registered-form-item {
  display: flex;
  flex-direction: column;
}
.member-registered-form-item + .member-registered-form-item {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .member-registered-form-item + .member-registered-form-item {
    margin-top: 20px;
  }
}
.member-registered-form-item label {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .member-registered-form-item label {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.member-registered-form-item input {
  height: 55px;
  border-radius: 10px;
  border: none;
  background-color: #292626;
  border: 1px solid #fff;
}

.member-registered-sumit {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .member-registered-sumit {
    padding-top: 26px;
    justify-content: center;
  }
}

.registered-sumit-btn {
  border: none;
  padding: 1rem 0;
  color: #fff;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
}
@media (max-width: 992px) {
  .registered-sumit-btn {
    font-size: 16px;
  }
}
.registered-sumit-btn:hover svg {
  opacity: 1;
}
.registered-sumit-btn:hover span {
  opacity: 0;
}
.registered-sumit-btn span {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.registered-sumit-btn svg {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
}
.registered-sumit-btn.forget {
  width: 328px;
  background-color: #3a3434;
}
.registered-sumit-btn.forget svg {
  width: 26px;
}
@media (max-width: 992px) {
  .registered-sumit-btn.forget {
    width: 100%;
  }
}
.registered-sumit-btn.create {
  width: 328px;
  background-color: #3a3434;
}
@media (max-width: 992px) {
  .registered-sumit-btn.create {
    width: 100%;
  }
}
.registered-sumit-btn.register {
  width: 328px;
  background-color: #3a3434;
}
.registered-sumit-btn.register:hover {
  background-color: #b70c1d;
}
@media (max-width: 992px) {
  .registered-sumit-btn.register {
    width: 100%;
  }
}
.registered-sumit-btn.order {
  width: 328px;
  background-color: #b70c1d;
}
@media (max-width: 992px) {
  .registered-sumit-btn.order {
    width: 100%;
  }
}
.registered-sumit-btn.login {
  width: 147px;
  background-color: #e68e52;
  color: #121212;
}
@media (max-width: 992px) {
  .registered-sumit-btn.login {
    width: 100%;
  }
}

.registered-article {
  padding-top: 94px;
}
@media (max-width: 992px) {
  .registered-article {
    padding-top: 40px;
  }
}
.registered-article h4 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .registered-article h4 {
    font-size: 20px;
  }
}
.registered-article h4::after {
  margin: 20px 0;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed #fff;
}
.registered-article p {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .registered-article p {
    font-size: 20px;
  }
}

.member-create-sumit {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 70px;
}
.member-create-sumit .create-sumit-btn {
  border: none;
  width: 100%;
  padding: 17px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 40px;
  position: relative;
}
.member-create-sumit .create-sumit-btn:hover span {
  opacity: 0;
}
.member-create-sumit .create-sumit-btn:hover svg {
  opacity: 1;
}
.member-create-sumit .create-sumit-btn span {
  transition: 0.2s ease-in-out;
}
.member-create-sumit .create-sumit-btn svg {
  width: 20px;
  color: #121212;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.member-create-sumit .create-sumit-btn.send {
  background-color: #e68e52;
  color: #121212;
}
.member-create-sumit .create-sumit-btn.send svg {
  width: 33px;
}
.member-create-sumit .create-sumit-btn.back {
  background-color: #3a3434;
  color: #fff;
  border: 1px solid #fff;
}
.member-create-sumit .create-sumit-btn.back svg {
  width: 25px;
}

.member-information-form {
  padding: 70px 86px 100px;
  border: 1px solid #fff;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 992px) {
  .member-information-form {
    padding: 31px 1rem 60px;
  }
}

.member-information-content + .member-information-content {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .member-information-content + .member-information-content {
    margin-top: 30px;
  }
}
.member-information-content h3 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .member-information-content h3 {
    font-size: 20px;
  }
}
.member-information-content h3::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px dashed #fff;
  margin: 20px 0 30px;
}

.member-information-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .member-information-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.member-information-item + .member-information-item {
  margin-top: 25px;
}
.member-information-item label {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.member-information-item label span {
  color: #b70c1d;
}
@media (max-width: 992px) {
  .member-information-item label {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.member-information-item input {
  width: 57.948139%;
  border-radius: 8px;
  height: 50px;
  background-color: #292626;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .member-information-item input {
    width: 100%;
  }
}

.account-main-content {
  width: 0;
  flex-grow: 1;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .account-main-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.accoutnt-base-screen {
  width: 79.086%;
}
@media (max-width: 992px) {
  .accoutnt-base-screen {
    width: 100%;
  }
}

.accoutnt-base-screen-title {
  background-color: #fff;
  border-radius: 44px 44px 0 0;
  padding: 22px 0;
}
@media (max-width: 992px) {
  .accoutnt-base-screen-title {
    border-radius: 20px 20px 0 0;
    padding: 16px 0;
  }
}
.accoutnt-base-screen-title h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 992px) {
  .accoutnt-base-screen-title h2 {
    font-size: 16px;
  }
}

.accoutnt-base-screen-content {
  border: 1px solid #fff;
  border-radius: 0 0 40px 40px;
  padding: 70px 4.479166vw 189px;
}
.accoutnt-base-screen-content.change {
  padding: 70px 3.59375vw 145px;
}
@media (max-width: 992px) {
  .accoutnt-base-screen-content.change {
    padding: 30px 16px;
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .accoutnt-base-screen-content {
    padding: 30px 16px;
    border-radius: 0 0 20px 20px;
  }
}
.accoutnt-base-screen-content p {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .accoutnt-base-screen-content p {
    font-size: 20px;
  }
}
.accoutnt-base-screen-content p::after {
  content: "";
  display: block;
  margin-top: 20px;
  width: 100%;
  border-top: 1px dashed #fff;
}

.account-pending-order {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .account-pending-order {
    margin-top: 30px;
  }
}
.account-pending-order h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .account-pending-order h3 {
    font-size: 24px;
  }
}

.pending-order-title {
  padding: 21px 50px;
  background-color: #e68e52;
}
@media (max-width: 992px) {
  .pending-order-title {
    padding: 1rem;
  }
}
.pending-order-title h4 {
  font-size: 22px;
  font-weight: 700;
  color: #121212;
}
@media (max-width: 992px) {
  .pending-order-title h4 {
    font-size: 18px;
  }
}

.pending-order-item {
  padding: 34px 31px;
  display: flex;
  flex-wrap: wrap;
  background-color: #292626;
  margin-top: 10px;
}

.pending-order-pic {
  width: 150px;
  margin-bottom: 1rem;
  margin-right: 19.806763%;
}
@media (max-width: 992px) {
  .pending-order-pic {
    margin: auto;
  }
}
.pending-order-pic img {
  width: 100%;
  vertical-align: middle;
}

.pending-order-profile {
  padding-top: 17px;
}
.pending-order-profile ul li {
  line-height: 1.2;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  align-items: center;
}
.pending-order-profile ul li + li {
  margin-top: 13px;
}
@media (max-width: 992px) {
  .pending-order-profile ul li {
    font-size: 16px;
  }
}
.pending-order-profile ul li span {
  background-color: #b70c1d;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 6.5px 22px;
  border-radius: 20px;
}

.return-goods-btn {
  background-color: #b70c1d;
  color: #fff;
  box-sizing: border-box;
  border: 3px solid #b70c1d;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 56px;
  padding: 6.5px 22px;
}
.return-goods-btn:hover {
  background-color: transparent;
}

.accoutnt-base-form-summit {
  margin-top: 80px;
}

.accoutnt-base-form-dubble {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.accoutnt-base-form-dubble > .accoutnt-base-form-item {
  width: 48.064085%;
}
@media (max-width: 992px) {
  .accoutnt-base-form-dubble > .accoutnt-base-form-item {
    width: 100%;
  }
  .accoutnt-base-form-dubble > .accoutnt-base-form-item + .accoutnt-base-form-item {
    margin-top: 20px;
  }
}

.accoutnt-base-form > .accoutnt-base-form-item + .accoutnt-base-form-item {
  margin-top: 20px;
}

.accoutnt-base-form-item label {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .accoutnt-base-form-item label {
    font-size: 18px;
  }
}
.accoutnt-base-form-item input {
  width: 100%;
  border-radius: 10px;
  height: 55px;
  background-color: #292626;
  border: 1px solid #ffffff;
}

.accoutnt-base-btn {
  border: none;
  padding: 17px 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  width: 48.064085%;
  border-radius: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .accoutnt-base-btn {
    width: 100%;
    font-size: 16px;
  }
  .accoutnt-base-btn + .accoutnt-base-btn {
    margin-top: 1rem;
  }
}
.accoutnt-base-btn:hover svg {
  opacity: 1;
}
.accoutnt-base-btn:hover span {
  opacity: 0;
}
.accoutnt-base-btn span {
  opacity: 1;
}
.accoutnt-base-btn svg {
  position: absolute;
  transition: 0.2s ease;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accoutnt-base-btn.refill {
  background-color: #3a3434;
}
.accoutnt-base-btn.refill > svg {
  width: 22px;
}
.accoutnt-base-btn.confirm {
  background-color: #b70c1d;
}
.accoutnt-base-btn.confirm > svg {
  width: 25px;
}

.overlay-screen {
  max-width: 518px;
  width: 26.97916vw;
  margin: auto;
  padding: 66px 0;
  background-color: #e68e52;
  position: relative;
}
@media (max-width: 992px) {
  .overlay-screen {
    width: 100%;
    padding: 30px 0;
  }
}
.overlay-screen h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .overlay-screen h3 {
    font-size: 20px;
  }
}
.overlay-screen a {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.overlay-screen a:hover {
  color: #000;
}
@media (max-width: 992px) {
  .overlay-screen a {
    font-size: 16px;
  }
}

.overlay-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 992px) {
  .overlay-close {
    top: 20px;
    right: 20px;
  }
}
.overlay-close i {
  font-weight: 500;
  color: #fff;
  font-size: 25px;
}

.overlay-circle {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  margin-bottom: 20px;
}

.overlay-pic {
  width: 20px;
  margin: auto;
}
.overlay-pic img {
  width: 100%;
  vertical-align: middle;
}

.modal-content {
  background-color: transparent;
}
@media (max-width: 992px) {
  .modal-content {
    width: 90%;
    margin: auto;
  }
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
}

.f-button svg {
  width: 36px;
  height: 36px;
}

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
}

#google_translate_element {
  position: absolute;
  width: 100%;
  height: 100%;
}

.scrollBtn {
  position: fixed;
  right: 60px;
  top: 80vh;
  transition: 0.2s ease-in-out;
  width: 90px;
  cursor: pointer;
}
.scrollBtn:hover {
  transform: translateY(-20px);
}
.scrollBtn img {
  width: 100%;
  vertical-align: middle;
}

/* 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 !important;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  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;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.6;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.page-about-btn {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 37px 91px;
  border: 1px solid #fff;
  border-radius: 60px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: background-color 0.35s cubic-bezier(0.43, 0.05, 0.17, 1), color 0.35s cubic-bezier(0.43, 0.05, 0.17, 1);
  background-color: #121212;
}
@media (max-width: 992px) {
  .page-about-btn {
    padding: 31px 77px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-about-btn .base-button__bg {
  height: 100%;
  width: 110%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-about-btn .base-button__bg::before, .page-about-btn .base-button__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.15;
  transform: translateX(100%) skewX(-30deg);
  transition: transform 0.9s cubic-bezier(0.47, 0.16, 0.24, 1);
}
.page-about-btn .base-button__bg::before {
  transition-duration: 0.9s;
}
.page-about-btn .base-button__bg::after {
  transition-duration: 0.6s;
}

@media (hover: hover) {
  .page-about-btn:hover .base-button__bg {
    transform: rotate(180deg);
  }
  .page-about-btn:hover .base-button__bg:before {
    transform: translateX(5%) skewX(-30deg);
    transition-duration: 0.6s;
  }
  .page-about-btn:hover .base-button__bg:after {
    transform: translateX(5%) skewX(-30deg);
    transition-duration: 0.9s;
  }
}
.base-button-text {
  position: relative;
  display: inline-block;
}

legend {
  float: none;
}/*# sourceMappingURL=all.css.map */