.detail-top-visual {
  width: 100%;
  height: 100vh;
  background: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in;
}

.cargo-6x6 {
  background-image: url(../img/bg-6x6-cargo.png);
}
.cargo-6x6-bullet {
  background-image: url(../img/bg-6x6-cargo-bullet.png);
}
.cargo-4x4 {
  background-image: url(../img/bg-4x4-cargo.png);
}
.bare-chassis {
  background-image: url(../img/bg-bare-chassis.png);
}
.bullet-command {
  background-image: url(../img/bg-bullet-command.png);
}
.bullet-personal {
  background-image: url(../img/bg-bullet-personal.png);
}
.bullet-reconn {
  background-image: url(../img/bg-bullet-reconn.png);
}
.cab-chassis {
  background-image: url(../img/bg-cab-chassis.png);
}
.multi-purpose {
  background-image: url(../img/bg-multi-purpose.png);
}
.shop-van {
  background-image: url(../img/bg-shop-van.png);
}
.kltv-bare {
  background-image: url(../img/bg-kltv-bare.png);
}
.shelter-cargo {
  background-image: url(../img/bg-shelter-cargo.png);
}
.weapon {
  background-image: url(../img/bg-weapon-carrier.png);
}
.nbc {
  background-image: url(../img/bg-nbc.png);
}
.cargo-2seat {
  background-image: url(../img/bg-2seat-cargo.png);
}
.cargo-4seat {
  background-image: url(../img/bg-4seat-cargo.png);
}
.up-armored {
  background-image: url(../img/bg-uparmored.png);
}
.detail-visual-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.detail-visual-contents {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 4rem;
  margin-bottom: 0rem;

  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.detail-visual-contents .main-copy {
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transition-delay: 1s;
  max-width: 80rem;
}
.detail-visual-contents .sub-copy {
  color: #fff;
  font-weight: 400;
  font-size: 2.4rem;
  margin: 2.4rem 0 6.4rem 0;
  max-width: 80rem;
  line-height: 3.6rem;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transition-delay: 2s;
}

.series-tag {
  display: inline-block;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.6rem;
  margin-left: 0.3rem;
}
.features {
  padding: 12rem 0;
  padding-top: 0;
}
.features .key-visual-noslide {
  text-align: center;
}
.features .kv-noslide-title {
  font-size: 4.8rem;
  text-align: center;
  font-weight: 600;
  color: #05141f;
  max-width: 120rem;
  margin: 0 auto;
  background: #fff;
}
.features .kv-noslide-sub-title {
  max-width: 100rem;
  margin: 4rem auto 12rem auto;
  font-size: 2rem;
  color: #303c47;
  font-weight: 400;
  background: #fff;
}
.features .kv-noslide-bg {
  width: 100vw;
  height: 80rem;
  background: url(../img/bulletproof-command.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in;
}
.features-wrap {
  padding: 6.4rem 20.8rem 0rem 20.8rem;
}
.features-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.features-list {
  padding: 3.2rem 5.6rem;
  background: #f2f4f6;
  width: calc(50% - 1.6rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5.2rem;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.features-list:nth-child(1) {
  transition-delay: 0s;
}
.features-list:nth-child(2) {
  transition-delay: 0.3s;
}
.features-list:nth-child(3) {
  transition-delay: 0.6s;
}
.features-list:nth-child(4) {
  transition-delay: 0.9s;
}
.features-list:nth-child(5) {
  transition-delay: 1.2s;
}
.features-list:nth-child(6) {
  transition-delay: 1.5s;
}
.features-list:nth-child(7) {
  transition-delay: 1.8s;
}
.features-list:nth-child(8) {
  transition-delay: 2.1s;
}
.features-list:nth-child(9) {
  transition-delay: 2.4s;
}
.features-list:nth-child(10) {
  transition-delay: 2.7s;
}
.features-list:nth-child(11) {
  transition-delay: 3s;
}
.features-list:nth-child(12) {
  transition-delay: 3.3s;
}
.features-list:nth-child(13) {
  transition-delay: 3.6s;
}
.features-icon {
  width: 100%;
  max-width: 10rem;
  height: 10rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.features-icon.diesel {
  background-image: url(../img/ic_diesel.png);
}
.features-icon.tire {
  background-image: url(../img/ic_tire.png);
}
.features-icon.automatic {
  background-image: url(../img/ic_automatic.png);
}
.features-icon.windch {
  background-image: url(../img/ic_windch.png);
}
.features-icon.awd {
  background-image: url(../img/ic_awd.png);
}
.features-icon.abs {
  background-image: url(../img/ic_abs.png);
}
.features-icon.air-press {
  background-image: url(../img/ic_air-pressure.png);
}
.features-icon.cabin {
  background-image: url(../img/ic_cabin.png);
}
.features-icon.aircon {
  background-image: url(../img/ic_air-conditioner.png);
}
.features-icon.ins {
  background-image: url(../img/ic_ins.png);
}
.features-icon.bullet-regi {
  background-image: url(../img/ic_bullet-resi.png);
}
.features-icon.rear-door {
  background-image: url(../img/ic_rear-door.png);
}
.features-icon.rear-cam {
  background-image: url(../img/ic_rearcam.png);
}
.features-icon.suspense {
  background-image: url(../img/ic_suspension.png);
}
.features-icon.hub {
  background-image: url(../img/ic_hub.png);
}
.features-icon.rear-van {
  background-image: url(../img/ic_rear-van.png);
}
.features-icon.smoke-shell {
  background-image: url(../img/ic_smoke.png);
}
.features-icon.hatch {
  background-image: url(../img/ic_hatch.png);
}
.features-icon.utility {
  background-image: url(../img/ic_utility.png);
}
.features-icon.window {
  background-image: url(../img/ic_window.png);
}
.features-icon.hybrid {
  background-image: url(../img/ic_hybrid.png);
}
.features-detail {
  width: 100%;
  max-width: 47.2rem;
}
.features-detail-title {
  color: #001521;
  font-size: 2rem;
  font-weight: 600;
}
.features-detail p {
  font-size: 1.6rem;
  padding-top: 2.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.spec {
  background: #f2f4f6;
  padding: 12rem 0;
}

.spec-title {
  font-size: 4.8rem;
  color: #05141f;
  font-weight: 600;
  padding-bottom: 12rem;
  text-align: center;
  width: 100%;
}

.spec-contents {
  max-width: 1920px;
  padding: 0 20.8rem;
  margin: 0 auto;
  overflow-x: auto;
}

.detail-table {
  width: 100%;
}

.detail-table caption {
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  color: #05141f;
  margin-bottom: 2.4rem;
}

.detail-table thead .lightgrey {
  background: #eeeeee;
  font-weight: 400;
  padding: 0.8rem 2.8rem;
  width: 15.5rem;
}

.detail-table tbody {
  background: #fff;
}
.detail-table tbody th,
.detail-table tbody td {
  font-size: 1.4rem;
  color: #353535;
  text-align: center;
  padding: 1rem 0;
  width: 25%;
}

.detail-table tbody th {
  background: #e7e9ec;
  border-bottom: 0;
}

.table-copy {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  color: #303c47;
}

.bulletproof-command {
  background-image: url(../img/bulletproof-command-bg.png);
}

@media screen and (max-width: 480px) {
  .detail-top-visual {
    background-position: 39% center;
  }
  .detail-visual-contents {
    padding: 0 2rem;
  }
  .series-tag {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .detail-visual-contents .main-copy {
    font-size: 3.2rem;
    margin: 0.8rem 0 1.6rem;
  }

  .detail-visual-contents .sub-copy {
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-width: 28rem;
  }
  .features {
    padding: 4rem 0rem;
  }
  .features .kv-noslide-title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-align: left;
    padding-left: 2rem;
  }
  .features .kv-noslide-sub-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
    margin: 1.6rem 0 4.8rem 0;
    padding: 0 2rem;
  }
  .features .kv-noslide-bg {
    height: 25rem;
  }
  .features-wrap {
    padding: 4rem 2rem 0 2rem;
  }
  .features-box {
    display: block;
  }
  .features-list {
    display: block;
    width: 100%;
    padding: 4rem 2.4rem 2.4rem;
    margin-bottom: 1.2rem;
  }
  .features-list:last-child {
    margin-bottom: 0;
  }
  .features-icon {
    width: 6.2rem;
    height: 6.2rem;
    margin-bottom: 4rem;
  }
  .features-detail-title {
    font-size: 1.6rem;
  }
  .features-detail p {
    padding-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .spec {
    padding: 4rem 2rem;
  }
  .spec-title {
    padding-bottom: 4rem;
    text-align: left;
    font-size: 2.4rem;
  }
  .spec-contents {
    padding: 0;
  }
}
