.showroom_banner {
  position: relative;
  background: no-repeat center / cover;
}
.showroom_banner::before {
  width: 68.0208333%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1.51041667%;
  content: '';
  background-image: linear-gradient(to right, #000, transparent);
  opacity: 0.33;
  pointer-events: none;
}
.showroom_banner .flex {
  min-height: 80.5rem;
  padding: 6rem 0;
}
.showroom_banner .head {
  flex: 1;
  color: #fff;
  max-width: 78rem;
  padding-bottom: 1.3%;
}
.showroom_banner p {
  font-size: 1.8rem;
  line-height: 2.9rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 53.1rem;
  margin-top: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.14px;
}
.showroom_banner .btn_w {
  margin-top: 4rem;
}
.showroom_main {
  background: url("../img/showroom-bg1.jpg") no-repeat center top / 100% auto;
  padding: 2.8rem 0 15.9rem;
}
.showroom_main .showroom_main_nav_swiper {
  overflow: hidden;
}
.showroom_main .showroom_main_nav_swiper .swiper-slide {
  position: relative;
  font-size: 2.2rem;
  color: rgba(22, 22, 22, 0.6);
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid var(--border);
  padding: 2.6rem 0;
}
.showroom_main .showroom_main_nav_swiper .swiper-slide::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  background-color: var(--primary);
  transition: all 0.4s;
}
.showroom_main .showroom_main_nav_swiper .swiper-slide-thumb-active {
  color: #161616;
}
.showroom_main .showroom_main_nav_swiper .swiper-slide-thumb-active::after {
  width: 100%;
}
.showroom_main .showroom_main_swiper {
  overflow: hidden;
  margin-top: 9rem;
}
.showroom_main .showroom_main_swiper .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.5rem 2.57353%;
}
.showroom_main .showroom_main_swiper p.center:has(.btn_line) {
  margin-top: 5.6rem;
  min-height: 6.9rem;
}
.showroom_main .showroom_main_swiper p.center:has(.btn_line) .btn_line {
  min-width: 20rem;
}
.showroom_main .btns {
  width: 98%;
  max-width: 146.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.showroom_main .btns div {
  pointer-events: all;
  width: 2rem;
  height: 1.3rem;
  background: url("../img/arrow3.svg") no-repeat center / contain;
  content: '';
  cursor: pointer;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.showroom_main .btns div:hover {
  filter: unset;
}
.showroom_main .btns .swiper_next {
  transform: rotate(180deg);
}
.showroom_main .btns .swiper-button-disabled {
  pointer-events: none;
  filter: contrast(0) brightness(0);
  opacity: 0.5;
}
.showroom_main .btns .swiper-button-disabled,
.showroom_main .btns .swiper-button-lock {
  pointer-events: none;
}
.showroom_message {
  position: relative;
  background: url("../img/showroom-bg2.jpg") no-repeat center / cover;
  padding: 11.3rem 0 1.8rem;
}
.showroom_message::before {
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, #fff, transparent);
  pointer-events: none;
}
.showroom_message form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5rem 1rem;
  margin-top: 4.8rem;
}
.showroom_message form span {
  width: 100%;
}
.showroom_message form .col-2 {
  width: 49.14412%;
}
.showroom_message form input,
.showroom_message form textarea {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 500;
  color: #161616;
  border: 1px solid #cecece;
  background-color: #fff;
  padding: 2.1rem 2.6rem;
}
.showroom_message form input::placeholder,
.showroom_message form textarea::placeholder {
  color: #161616;
}
.showroom_message form textarea {
  height: 24.1rem;
}
.showroom_message form span:has(input[type=checkbox]) {
  margin-top: 0.8rem;
}
.showroom_message form input[type=checkbox] {
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border-color: #b0b3b5;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.showroom_message form input[type=checkbox]::after {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  background: url(../img/gou.svg) no-repeat center / contain;
  transition: all 0.3s;
  opacity: 0;
}
.showroom_message form input[type=checkbox]:checked::after {
  opacity: 1;
}
.showroom_message form input[type=checkbox] ~ span {
  vertical-align: top;
  cursor: pointer;
  color: #161616;
  display: inline-block;
  width: calc(100% - 3.4rem);
  font-size: 1.7rem;
  padding-left: 1.2rem;
  margin-top: 0.3rem;
  font-weight: 500;
}
.showroom_message form input[type=checkbox] ~ span a {
  color: var(--theme_color);
  text-decoration: underline;
  transition: all 0.3s;
}
.showroom_message form input[type=checkbox] ~ span a:hover {
  color: var(--subtheme_color);
  text-decoration-color: transparent;
}
.showroom_message form span:has(.btn) {
  margin-top: 1.5rem;
}
.showroom_message form .btn {
  min-width: 20rem;
}
.showroom_message form .btn input {
  display: none;
}
@media screen and (max-width: 768px) {
  .showroom_banner::before {
    width: 100%;
  }
  .showroom_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
  }
  .showroom_banner .head {
    max-width: unset;
    padding: 0;
  }
  .showroom_main {
    padding: 2rem 0 4rem;
    overflow: hidden;
  }
  .showroom_main .showroom_main_nav_swiper {
    overflow: unset;
  }
  .showroom_main .showroom_main_nav_swiper .swiper-slide {
    font-size: 18px;
    padding: 16px 0;
  }
  .showroom_main .btns {
    position: static;
    width: 100%;
    justify-content: flex-end;
    margin-top: 20px;
    padding: 0 20px;
    transform: translate(0);
    gap: 1rem;
  }
  .showroom_main .btns div {
    width: 20px;
    height: 20px;
  }
  .showroom_main .showroom_main_swiper {
    margin-top: 2rem;
  }
  .showroom_main .showroom_main_swiper .list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
  }
  .showroom_main .showroom_main_swiper p.center:has(.btn_line) {
    margin-top: 3rem;
    min-height: 43px;
  }
  .showroom_main .showroom_main_swiper p.center:has(.btn_line) .btn_line {
    min-width: unset;
  }
  .showroom_message {
    padding: 4rem 0;
  }
  .showroom_message form {
    margin-top: 2rem;
    gap: 1rem;
  }
  .showroom_message form .col-2 {
    width: 100%;
  }
  .showroom_message form input,
  .showroom_message form textarea {
    font-size: 14px;
    padding: 14px 20px;
  }
  .showroom_message form textarea {
    height: 120px;
  }
  .showroom_message form span:has(input[type=checkbox]) {
    margin-top: 0;
  }
  .showroom_message form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .showroom_message form input[type=checkbox] ~ span {
    width: calc(100% - 25px);
    padding-left: 12px;
    font-size: 0.9rem;
    margin-top: 0;
  }
  .showroom_message form span:has(.btn) {
    margin-top: 1rem;
  }
  .showroom_message form .btn {
    min-width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .showroom_main .showroom_main_swiper .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*# sourceMappingURL=showroom.css.map */