@charset "utf-8";
.kv_main{
  flex-direction: row-reverse;
}
.productDetail01 .bg_img02 {
  background-image: url('/asia/car/images/bg/bg_top_02.png');
  background-size: cover;
  background-position: center;
}
.vitxt p.cat_title{
  text-align: center;
  color: #ffffff;
  letter-spacing: 4px;
  text-shadow: 1px 2px 3px #000000;
  word-break: break-all;
}
.vitxt p.cat_title span{
  font-weight: bold;
}
.productDetail{
  font-size: 14px;
}
.productDetail01 .bg_black{
  background-color: #000000;
}
.productDetail01 .bg_black .inner{
  background: none;
}
.productDetail01 .inner_content{
  padding-top: 40px;
}
.content .inner800 {
  width: 800px;
  margin: 0 auto;
}
#skheader h1 img {
    width: 156px;
    padding: 8px 0;
}
#productDetailFeaturesBox{
  padding-bottom: 0;
}
.inner_table{
  padding-bottom: 150px;
}
.detail .dboxn{
  padding-bottom: 0;
}
.detail .dbox{
  padding-bottom: 0;
}
.detail .dbox{
  background: #000000;
  color: #ffffff;
}
.detail .dbox a {
  color: #ffffff!important;
  text-decoration: underline;
}
.productDetailBox h2 {
  margin: 0;
  padding: 100px 0 30px 0;
  color: #ffffff;
}
@media screen and (max-width: 480px){
  .productDetailBox h2 {
    margin: 0 auto;
    padding: 50px 0 30px;
    color: #ffffff;
  }
  .productDetail01 .inner_content{
    padding-top: 20px;
  }
  .inner_table{
    padding-bottom: 50px;
  }
}