#key {
   background: url("../img/showroom_category/key.jpg") no-repeat center/cover;
}

.showroom-information {
   position: relative;
}

.showroom-information .wrap {
   z-index: 1;
}

@media only screen and (max-width: 767px) {
   .showroom-information {
      padding: 15vw 0 30vw;
   }

   .showroom-information h2 {
      display: flex;
      align-items: flex-end;
      gap: 2vw;
      font-weight: 500;
      font-size: 8vw;
      line-height: 1.5;
      letter-spacing: 0;
      text-align: center;
      position: relative;
   }

   .showroom-information h2:before {
      content: '';
      width: 6.4vw;
      height: 3.6vw;
      background: url("../img/showroom_category/sec1-icon.png") no-repeat center/100% auto;
      position: absolute;
      bottom: 2vw;
      right: 0;
   }

   .showroom-information h2:after {
      content: '';
      flex: 1 0 0;
      border-bottom: 2px solid #134765;
   }

   .showroom-information h2 .split-text {
      display: flex;
      gap: 1px;
   }

   .showroom-information h2 .split-text span {
      background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
      color: #fff;
      width: 12vw;
   }

   .showroom-information figure {
      padding-top: 8vw;
   }

   .showroom-information .txt {
      padding-top: 6vw;
   }
}

@media only screen and (min-width: 768px) {
   .showroom-information {
      padding: 108px 0 218px;
   }

   .showroom-information .wrap {
      width: 100%;
   }

   .showroom-information h2 {
      display: flex;
      align-items: flex-end;
      gap: 12px;
      width: 566px;
      font-weight: 500;
      font-size: 59px;
      line-height: 72px;
      letter-spacing: 0;
      text-align: center;
      margin-left: calc(100% - 596px);
      padding: 50px 0 0;
      position: relative;
   }

   .showroom-information h2:before {
      content: '';
      width: 47px;
      height: 26px;
      background: url("../img/showroom_category/sec1-icon.png") no-repeat center top/cover;
      position: absolute;
      bottom: 10px;
      right: 3px;
   }

   .showroom-information h2:after {
      content: '';
      flex: 1 0 0;
      border-bottom: 2px solid #134765;
   }

   .showroom-information h2 .split-text {
      display: flex;
      gap: 1px;
   }

   .showroom-information h2 .split-text span {
      background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
      color: #fff;
      width: 67px;
   }

   .showroom-information figure {
      width: calc(100% - 626px);
      height: 613px;
      position: absolute;
      top: 0;
      left: 0;
   }

   .showroom-information .txt {
      width: 566px;
      margin-left: calc(100% - 596px);
      padding-top: 45px;
   }
}

@media only screen and (min-width: 1441px) {

   .showroom-information h2,
   .showroom-information .txt {
      margin-left: calc(50% + 97px);
   }

   .showroom-information figure {
      width: calc(50% + 15px);
   }
}

.showroom-search {
   position: relative;
}

@media only screen and (max-width: 767px) {
   .showroom-search {
      padding: 15vw 0 20vw;
   }

   .showroom-search:before {
      content: '';
      width: 100%;
      background-color: #e5e4e2;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
   }

   .showroom-search:after {
      content: '';
      width: 100%;
      height: 112vw;
      background: url("../img/showroom_category/sec2-bg.png") no-repeat center top/cover;
      position: absolute;
      top: -30vw;
      right: 0;
   }

   .showroom-search .deco {
      background: url("../img/showroom_category/sec2-deco.png") no-repeat center top/100% auto;
      width: 100%;
      padding-top: 49%;
      position: absolute;
      bottom: 100%;
      left: 0;
   }

   .showroom-search .wrap {
      z-index: 1;
   }

   .showroom-search h2 {
      text-align: center;
      font-weight: 500;
      font-size: 8vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
   }

   .showroom-search .block {
      padding-top: 5vw;
   }

   .showroom-search .block .box:not(:last-child) {
      padding-bottom: 8vw;
   }

   .showroom-search .block h3 {
      font-weight: 700;
      font-size: 5vw;
      line-height: 1.5;
      letter-spacing: 0.14em;
      padding-bottom: 2vw;
   }

   .showroom-search .block h3.icon {
      background: url("../img/shared/icon-search.png") no-repeat top 1.7vw left/4.5vw auto;
      border-bottom: 1px solid;
      padding-left: 6vw;
   }

   .showroom-search .block .button {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 4vw;
      padding-top: 4vw;
   }

   .showroom-search .block .button a {
      width: 100%;
      height: 12vw;
      border: 1px solid;
      color: #253641;
      background: transparent;
      padding: 0 7vw 0 4vw;
      font-size: 4vw;
      line-height: 1;
   }

   .showroom-search .block .button a:after {
      background-image: url("../img/shared/btn-arrow-1.png");
      right: 3vw;
   }

   .showroom-search .list-car {
      padding-top: 12vw;
   }

   .showroom-search .list-car .col {
      background: #fff;
   }
}

@media only screen and (min-width: 768px) {
   .showroom-search {
      padding-bottom: 170px;
   }

   .showroom-search:before {
      content: '';
      width: 100%;
      background-color: #e5e4e2;
      position: absolute;
      top: 159px;
      bottom: 0;
      left: 0;
   }

   .showroom-search:after {
      content: '';
      width: 923px;
      height: 1038px;
      background: url("../img/showroom_category/sec2-bg.png") no-repeat center top/cover;
      position: absolute;
      top: -350px;
      right: 0;
   }

   .showroom-search .deco {
      background: url("../img/showroom_category/sec2-deco.png") no-repeat center top/100% auto;
      width: 100%;
      padding-top: 49%;
      position: absolute;
      bottom: calc(100% - 159px);
      left: 0;
   }

   .showroom-search .wrap {
      z-index: 1;
   }

   .showroom-search h2 {
      text-align: center;
      font-weight: 500;
      font-size: 48px;
      line-height: 78px;
      letter-spacing: 0.1em;
   }

   .showroom-search .block {
      padding-top: 35px;
   }

   .showroom-search .block .box:not(:last-child) {
      padding-bottom: 42px;
   }

   .showroom-search .block h3 {
      font-weight: 700;
      font-size: 25px;
      line-height: 45px;
      letter-spacing: 0.14em;
      padding: 0 0 10px;
   }

   .showroom-search .block h3.icon {
      background: url("../img/shared/icon-search.png") no-repeat top 10px left 9px/29px auto;
      border-bottom: 1px solid;
      padding-left: 46px;
   }

   .showroom-search .block .button {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 13px;
      padding-top: 33px;
   }

   .showroom-search .block .button a {
      width: 100%;
      height: 58px;
      font-size: 17px;
      border: 1px solid;
      color: #253641;
      background: transparent;
   }

   .showroom-search .block .button a:after {
      background-image: url("../img/shared/btn-arrow-1.png");
      right: 27px;
   }

   .showroom-search .list-car {
      padding-top: 75px;
   }

   .showroom-search .list-car .text {
      background: #fff;
   }
}

.showroom-tax {
   background-color: #e5e4e2;
   position: relative;
}

@media only screen and (max-width: 767px) {
   .showroom-tax {
      padding: 15vw 0;
   }

   .showroom-tax h2 {
      background: url("../img/loan_lease/sec4-icon.png") no-repeat top 1.7vw left/4.5vw auto;
      font-weight: 700;
      font-size: 5vw;
      line-height: 1.5;
      letter-spacing: 0.14em;
      border-bottom: 1px solid;
      padding: 0 0 2vw 6vw;
   }

   .showroom-tax .set1 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 4vw;
      position: relative;
      z-index: 1;
      padding: 5vw 0;
      border-bottom: 1px solid;
   }

   .showroom-tax .set1 .toggle-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 15vw;
      background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
      color: #fff;
      border-radius: 50px;
      position: relative;
      font-size: 4vw;
      line-height: 1.5;
      padding-right: 4vw;
      box-sizing: border-box;
   }

   .showroom-tax .set1 .toggle-link:after {
      content: '';
      width: 5vw;
      height: 5vw;
      background: url("../img/showroom_category/toggle-icon-plus.png") no-repeat center top/cover;
      position: absolute;
      top: 50%;
      right: 3vw;
      transform: translateY(-50%);
      transition: all 0.3s;
   }

   .showroom-tax .set1 .toggle-main {
      width: 100%;
      background-color: #e5e4e2;
      border-bottom: 1px solid;
      margin-top: 5vw;
      padding: 5vw 0;
      position: absolute;
      top: 100%;
      left: 0;
   }

   .showroom-tax .set1 .toggle-main:before {
      content: '';
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, #5e6b73 1px, transparent 1px);
      background-size: 5px 5px;
      position: absolute;
      top: -2px;
      left: 0;
   }

   .showroom-tax .set1 .toggle-main .button {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 4vw;
      padding-top: 4vw;
   }

   .showroom-tax .set1 .toggle-main .button a {
      width: 100%;
      height: 12vw;
      border: 1px solid;
      color: #253641;
      background: transparent;
      font-size: 4vw;
      padding-right: 2vw;
   }

   .showroom-tax .set1 .toggle-main .button a:after {
      background-image: url("../img/shared/btn-arrow-1.png");
      right: 2vw;
   }

   .showroom-tax .set1 .toggle-main .button a.current {
      background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
      color: #fff;
   }

   .showroom-tax .set1 .toggle-main .button a.current:after {
      background-image: url("../img/shared/btn-arrow.png");
   }

   .showroom-tax .set1 .toggle.active .toggle-link:after {
      background-image: url("../img/showroom_category/toggle-icon-minus.png");
   }

   .showroom-tax .set2 {
      padding-top: 12vw;
   }

   .showroom-tax .tax-name {
      font-weight: 700;
      font-size: 5vw;
      line-height: 2;
      letter-spacing: 0.14em;
      background-color: #fff;
      position: relative;
      padding: 2vw 20px;
   }

   .showroom-tax .tax-name:before {
      content: '';
      width: 10px;
      height: 100%;
      background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
      position: absolute;
      top: 0;
      left: 0;
   }

   .showroom-tax .list-car {
      padding-top: 8vw;
   }

   .showroom-tax .list-car .col {
      background: #fff;
   }

   .showroom-tax .pagination {
      padding-top: 8vw;
   }
}

@media only screen and (min-width: 768px) {
   .showroom-tax {
      padding: 124px 0 115px;
   }

   .showroom-tax h2 {
      background: url("../img/loan_lease/sec4-icon.png") no-repeat top 10px left 9px/29px auto;
      font-weight: 700;
      font-size: 25px;
      line-height: 45px;
      letter-spacing: 0.14em;
      border-bottom: 1px solid;
      padding: 0 0 10px 46px;
   }

   .showroom-tax .set1 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      position: relative;
      z-index: 1;
      padding: 32px 0 40px;
      border-bottom: 1px solid;
   }

   .showroom-tax .set1 .toggle {
      position: static;
   }

   .showroom-tax .set1 .toggle-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 68px;
      background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
      color: #fff;
      border-radius: 50px;
      position: relative;
   }

   .showroom-tax .set1 .toggle-link:after {
      content: '';
      width: 26px;
      height: 26px;
      background: url("../img/showroom_category/toggle-icon-plus.png") no-repeat center top/cover;
      position: absolute;
      top: 50%;
      right: 27px;
      transform: translateY(-50%);
      transition: all 0.3s;
   }

   .showroom-tax .set1 .toggle-main {
      width: 100%;
      background-color: #e5e4e2;
      border-bottom: 1px solid;
      padding: 40px 0;
      position: absolute;
      top: 100%;
      left: 0;
   }

   .showroom-tax .set1 .toggle-main:before {
      content: '';
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, #5e6b73 1px, transparent 1px);
      background-size: 5px 5px;
      position: absolute;
      top: -2px;
      left: 0;
   }

   .showroom-tax .set1 .toggle-main .button {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
   }

   .showroom-tax .set1 .toggle-main .button a {
      width: 100%;
      height: 58px;
      font-size: 17px;
      border: 1px solid;
      color: #253641;
      background: transparent;
   }

   .showroom-tax .set1 .toggle-main .button a:after {
      background-image: url("../img/shared/btn-arrow-1.png");
      right: 27px;
   }

   .showroom-tax .set1 .toggle-main .button a.current {
      background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
      color: #fff;
   }

   .showroom-tax .set1 .toggle-main .button a.current:after {
      background-image: url("../img/shared/btn-arrow.png");
   }

   .showroom-tax .set1 .toggle.active .toggle-link:after {
      background-image: url("../img/showroom_category/toggle-icon-minus.png");
   }

   .showroom-tax .set2 {
      padding-top: 72px;
   }

   .showroom-tax .tax-name {
      font-weight: 700;
      font-size: 25px;
      line-height: 45px;
      letter-spacing: 0.14em;
      background-color: #fff;
      position: relative;
      padding: 13px 50px;
   }

   .showroom-tax .tax-name:before {
      content: '';
      width: 13px;
      height: 100%;
      background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
      position: absolute;
      top: 0;
      left: 0;
   }

   .showroom-tax .list-car {
      padding-top: 46px;
   }

   .showroom-tax .list-car .text {
      background: #fff;
   }

   .showroom-tax .pagination {
      padding-top: 46px;
   }
}

/*=============================================
 * DETAILS
 *=============================================*/
.showroom-details-key {
   background: linear-gradient(to bottom, transparent, #e5e4e2);
   position: relative;
}

.showroom-details-key:before {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.showroom-details-key .in {
   position: relative;
   z-index: 1;
}

@media only screen and (max-width: 767px) {
   .showroom-details-key {
      padding: 0 4vw;
   }

   .showroom-details-key .in {
      padding-bottom: 24vw;
   }

   .showroom-details-key .breadcrumb {
      padding: 2vw 0 4vw;
   }

   .showroom-details-key .key-bnr {
      width: 25vw;
      position: absolute;
      bottom: 0;
      right: 2vw;
   }

   .showroom-details-key .key-bnr img {
      filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.42));
   }

   .showroom-details-key h1 {
      width: 100%;
      color: rgba(37, 54, 64, 0.49);
      font-size: 9px;
      line-height: 15px;
   }

   .showroom-details-key h2 {
      background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
      font-weight: 500;
      font-size: 6vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
      padding: 2vw 4vw;
      text-align: center;
   }
}

@media only screen and (min-width: 768px) {
   .showroom-details-key {
      color: #fff;
      margin-top: -34px;
   }

   .showroom-details-key .breadcrumb {
      padding: 0 55px;
      text-shadow: 0 0 10px #253641, 0 0 10px #253641;
   }

   .showroom-details-key .key-bnr {
      width: 203px;
      position: absolute;
      top: -10px;
      right: 45px;
   }

   .showroom-details-key .key-bnr img {
      filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.42));
   }

   .showroom-details-key h1 {
      width: 45px;
      height: 375px;
      color: rgba(37, 54, 64, 0.49);
      position: absolute;
      top: 100%;
      right: 20px;
      margin-top: 85px;
      text-align: left;
      z-index: 1;
      font-size: 10px;
      line-height: 15px;
   }

   .showroom-details-key h2 {
      max-width: 568px;
      background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
      font-weight: 500;
      font-size: 43px;
      line-height: 72px;
      letter-spacing: 0.1em;
      text-align: center;
      margin: 0 auto;
      padding: 2px 10px;
      color: #253641;
      box-sizing: border-box;
   }
}

@media only screen and (min-width: 1301px) {
   .showroom-details-key h1 {
      left: calc(50% + 590px);
   }
}

.showroom-details {
   background-color: #e5e4e2;
   position: relative;
}

.showroom-details .table table {
   border-collapse: separate;
}

.showroom-details .table table th,
.showroom-details .table table td {
   font-weight: 500;
   letter-spacing: 0.1em;
   vertical-align: middle;
   text-align: left;
}

.showroom-details .table table th {
   background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
}

.showroom-details .table table td {
   background: url("../img/shared/bg-pattern-03.jpg") repeat center top;
   border-left: solid #e5e4e2;
}

.showroom-details .table table tr:not(:last-child) th,
.showroom-details .table table tr:not(:last-child) td {
   border-bottom: solid #e5e4e2;
}

.showroom-details .car-photo .box {
   position: relative;
}

.showroom-details .car-photo .status {
   width: 100%;
   letter-spacing: 0.06em;
   color: #fff;
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   z-index: 1;
}

.showroom-details .car-photo .status span {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   position: relative;
}

.showroom-details .car-photo .status span:before {
   content: '';
   border-top: 1px solid rgba(255, 255, 255, 0.6);
   border-bottom: 1px solid rgba(255, 255, 255, 0.6);
   position: absolute;
   top: 3px;
   right: 0;
   bottom: 3px;
   left: 0;
}

.showroom-details .car-photo .status span.sold {
   background-color: rgba(170, 32, 32, 0.7);
}

.showroom-details .car-photo .status span.under-negotiation {
   background-color: rgba(19, 71, 101, 0.7);
}

.showroom-details .car-photo .nav .slick-slide {
   position: relative;
}

.showroom-details .car-photo .nav .slick-slide:after {
   content: '';
   width: 100%;
   height: 100%;
   border: 5px solid #2f7ea0;
   position: absolute;
   top: 0;
   left: 0;
   box-sizing: border-box;
   opacity: 0;
   transition: all 0.3s;
}

.showroom-details .car-photo .nav .slick-current:after {
   opacity: 1;
}

.showroom-details .car-photo .nav .slick-arrow {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
}

.showroom-details .car-photo .nav .slick-prev {
   left: 0;
}

.showroom-details .car-photo .nav .slick-next {
   right: 0;
}

@media only screen and (max-width: 767px) {
   .showroom-details {
      padding: 8vw 0 15vw;
   }

   .showroom-details .table table {
      border-collapse: separate;
   }

   .showroom-details .table table th,
   .showroom-details .table table td {
      height: 40px;
      padding: 0 10px;
   }

   .showroom-details .table table td {
      border-left-width: 5px;
   }

   .showroom-details .table table tr:not(:last-child) th,
   .showroom-details .table table tr:not(:last-child) td {
      border-bottom-width: 5px;
   }

   .showroom-details .title {
      font-weight: 700;
      font-size: 6vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
   }

   .showroom-details .price {
      text-align: right;
      padding-top: 2vw;
   }

   .showroom-details .price dt {
      font-weight: 500;
      letter-spacing: 0.1em;
   }

   .showroom-details .price dd {
      font-weight: 700;
      font-size: 4vw;
      letter-spacing: 0.1em;
      line-height: 1;
   }

   .showroom-details .price dd .num {
      font-size: 7vw;
   }

   .showroom-details .car-photo .status span {
      height: 12vw;
      font-size: 4vw;
      line-height: 1.5;
   }

   .showroom-details .car-photo .for .slick-slide span {
      display: block;
      width: 100%;
      padding-top: 68%;
      position: relative;
   }

   .showroom-details .car-photo .for .slick-slide img {
      position: absolute;
      top: 0;
      left: 0;
   }

   .showroom-details .car-photo .nav {
      margin-top: 4vw;
      padding: 0 14vw;
   }

   .showroom-details .car-photo .nav .slick-list {
      margin: 0 -1vw;
   }

   .showroom-details .car-photo .nav .slick-slide {
      height: 15vw;
      margin: 0 1vw;
   }

   .showroom-details .car-lead {
      border-top: 1px solid;
      border-bottom: 1px solid;
      margin-top: 8vw;
      padding: 5vw 0;
   }

   .showroom-details .car-intro {
      padding-top: 4vw;
   }

   .showroom-details .car-intro h3 {
      font-weight: 700;
      font-size: 4.2vw;
      line-height: 2;
      letter-spacing: 0.1em;
   }

   .showroom-details .car-intro .note {
      padding-top: 4vw;
   }

   .showroom-details .car-intro .txt {
      padding-top: 5vw;
   }

   .showroom-details .car-intro .table {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding-top: 8vw;
   }

   .showroom-details .car-intro .table table {
      width: 100%;
   }

   .showroom-details .car-intro .table table th {
      width: 40%;
   }

   .showroom-details .car-specifications {
      padding-top: 12vw;
   }

   .showroom-details .car-specifications .box:not(:last-child) {
      padding-bottom: 12vw;
   }

   .showroom-details .car-specifications h3 {
      font-weight: 700;
      font-size: 4.8vw;
      line-height: 2;
      letter-spacing: 0.14em;
      border-top: 1px solid;
      border-bottom: 1px solid;
      margin-bottom: 4vw;
      padding: 2vw 0;
   }

   .showroom-details .car-specifications h3 small {
      display: block;
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.1em;
   }

   .showroom-details .car-specifications .table {
      display: flex;
      flex-direction: column;
      gap: 5px;
   }

   .showroom-details .car-specifications .table table {
      width: 100%;
   }

   .showroom-details .car-specifications .table table th {
      width: 60%;
   }
}

@media only screen and (min-width: 768px) {
   .showroom-details {
      padding: 55px 0 160px;
   }

   .showroom-details .wrap {
      padding: 0 25px;
      z-index: 1;
   }

   .showroom-details .table table {
      border-collapse: separate;
   }

   .showroom-details .table table th,
   .showroom-details .table table td {
      height: 56px;
      font-size: 17px;
      padding: 0 20px;
   }

   .showroom-details .table table td {
      border-left-width: 8px;
   }

   .showroom-details .table table tr:not(:last-child) th,
   .showroom-details .table table tr:not(:last-child) td {
      border-bottom-width: 8px;
   }

   .showroom-details .title {
      font-weight: 700;
      font-size: 30px;
      line-height: 45px;
      letter-spacing: 0.1em;
   }

   .showroom-details .price {
      text-align: right;
   }

   .showroom-details .price dt {
      font-weight: 500;
      font-size: 17px;
      letter-spacing: 0.1em;
   }

   .showroom-details .price dd {
      font-weight: 700;
      font-size: 22px;
      letter-spacing: 0.1em;
   }

   .showroom-details .price dd .num {
      font-size: 42px;
   }

   .showroom-details .car-photo {
      max-width: 900px;
      margin: 0 auto;
   }

   .showroom-details .car-photo .status span {
      height: 69px;
      font-size: 22px;
   }

   .showroom-details .car-photo .for .slick-slide span {
      display: block;
      width: 100%;
      height: 630px;
      position: relative;
   }

   .showroom-details .car-photo .for .slick-slide img {
      position: absolute;
      top: 0;
      left: 0;
   }

   .showroom-details .car-photo .nav {
      max-width: 740px;
      margin: 35px auto 0;
      padding: 0 60px;
   }

   .showroom-details .car-photo .nav .slick-list {
      margin: 0 -6px;
   }

   .showroom-details .car-photo .nav .slick-slide {
      width: 114px;
      height: 101px;
      margin: 0 6px;
      cursor: pointer;
   }

   .showroom-details .car-lead {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid;
      border-bottom: 1px solid;
      margin-top: 75px;
      padding: 23px 0 25px;
   }

   .showroom-details .car-intro {
      padding-top: 27px;
   }

   .showroom-details .car-intro h3 {
      font-weight: 700;
      font-size: 20px;
      line-height: 40px;
      letter-spacing: 0.1em;
   }

   .showroom-details .car-intro .note {
      padding-top: 12px;
   }

   .showroom-details .car-intro .txt {
      padding-top: 34px;
   }

   .showroom-details .car-intro .table {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 39px 20px;
      padding-top: 50px;
   }

   .showroom-details .car-intro .table table th {
      width: 160px;
   }

   .showroom-details .car-intro .table table:not(:last-child) {
      width: calc(50% - 10px);
   }

   .showroom-details .car-intro .table table:last-child {
      width: 100%;
   }

   .showroom-details .car-specifications {
      padding-top: 66px;
   }

   .showroom-details .car-specifications .box:not(:last-child) {
      padding-bottom: 60px;
   }

   .showroom-details .car-specifications h3 {
      font-weight: 700;
      font-size: 26px;
      line-height: 46px;
      letter-spacing: 0.14em;
      border-top: 1px solid;
      border-bottom: 1px solid;
      margin-bottom: 39px;
      padding: 11px 0;
   }

   .showroom-details .car-specifications h3 small {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.1em;
      padding-left: 9px;
      position: relative;
      top: -5px;
   }

   .showroom-details .car-specifications .table {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 36px 24px;
   }

   .showroom-details .car-specifications .table table {
      width: calc(50% - 12px);
   }

   .showroom-details .car-specifications .table table th {
      width: 260px;
   }
}