@charset "utf-8";
.productDetail01 .bg_img02{
  background-image: url('/ca/car/images/bg/bg_desert.jpg');
  background-position: bottom;
  background-size: auto;
}

.productDetail01 .hMain {
  background-position: top center;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-image: url('/ca/car/images/bg/bg_vehicle.jpg');
  background-size: contain;
}
.tableType.tableType01.spec {
  overflow: auto;
}

.vitxt{
  color: #000;
}

.vitxt p.cat_title{
  text-shadow: none;
}

h2.bg_gray{
  background-color: #F5F5F5;
  padding: 30px 0;
}

.info.num_txt{
  justify-content: space-evenly;
}

@media screen and (max-width: 1024px) {
.detail .dbox .info {
  width: auto;
}
.productDetail01 .hMain {
  background-position: top left;
  background-size: 130%;
}
}

@media screen and (max-width: 480px){
  .productDetailBox h2{
    width: 100%
  }
  .productDetail01 .bg_img02{
    background-size: cover;
  }
}

/*registernow buynow*/
.buynow_btn,
.registernow_btn{
  text-align: center;
  margin-bottom: 1em;
}
.registernow_btn a{
  display: inline-block;
  width: 200px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  background-color: #004272;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  -webkit-transition: none;
  transition: none;
}

.registernow a:hover{
  background-color: #125f96;
}
@media screen and (max-width: 480px){
  .registernow_btn , .buynow{
    text-align: center;
    margin-top: 20px;
    display: block;
    position: static;
  }
}

/*carousel*/
.product-carousel_wrapper{
  margin-bottom: 1em;
}
.standcut img{
  width: auto;
}

.standcut .product-carousel{
  width: 100%;
}