@charset "utf-8";
.productDetail01 .bg_img02{
  background-image: url('/usa/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('/usa/car/images/bg/bg_vehicle.jpg');
  background-size: contain;
}
.tableType.tableType01.spec {
  overflow: auto;
}

#Specs .tableType.tableType01 {
  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;
}
.product-carousel .product_detail {
    flex-basis: 90%;
    flex-grow: 2;
    overflow: hidden;
}

.product-carousel .product_detail ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap!important;
    margin: auto 0!important;
}
.scrollable-iframe{
	border: none;  
	overflow: auto;
}

@media screen and (max-width: 1024px) {
  .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*/
.contents h2{
  font-family: 'FrutigerNextW01-Medium', sans-serif;
}

.contents p{
  font-family: 'Frutiger Next W01 Light', sans-serif;
  font-weight: bold;
}

.product-carousel_wrapper{
  margin-bottom: 1em;
}
.standcut img{
  width: auto;
}

.standcut .product-carousel{
  width: 100%;
}

@media screen and (min-width: 768px) {
.standcut .product-carousel .product_detail ul li{
  width: 115%!important;
}
}

/*feature*/
div#feat01 {
  background: url(../images/bg_feat01.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}

div#feat01 div.img {
  width: 45%;
  margin: 0 auto 125px auto;
  padding-top: 30%;
}

.content:not(#nr_news):not(.top_content) .inner980 #feat01.dbox p.read {
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-family: 'FrutigerNextW01-Medium', sans-serif;
  font-size: 1.6em !important;
}

div#feat04{
  text-align: center;
}

div#feat05 {
  background: url(../images/bg_feat05.jpg) no-repeat;
  background-size: 100%;
  background-position: top;
  text-align: center;
}

.content:not(#nr_news):not(.top_content) .inner980 #feat05.dbox p.read {
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-family: 'FrutigerNextW01-Medium', sans-serif;
  font-size: 1.6em !important;
}

div#feat06 .disp-flex{
  display: flex;
  justify-content: center;
}

div#feat06 .disp-flex .left{
  width: 40%;
}

div#feat06 .remo-list{
  font-size: 20px;
  flex-flow: column;
}

div#feat06 .remo-list li{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

div#feat06 .remo-list li .remo_icn{
  margin-right: 20px;
}

div#feat07 .disp-flex{
  display: flex;
}

@media only screen and (max-width: 768px){
  .target_respo .inner980 h2{
    padding: 0;
    border: none;
    color: #212121;
    font-size: 28px;
  }

  div#feat02{
    min-height: 300px;
  }

  .on_p {
    display:none;
  }

  .on_m {
    display:inline-block;
  }

  div#performance div.pbox {
    display:inherit;
    padding:10px;
  }

  div#performance div.pbox div.text {
    width:90%;
    margin:0 auto 30px auto;
    padding:0;
  }

  div#performance div.pbox div.img.on_m {
    display:block;
  }

  div#performance div.pbox div.img.on_m img{
    width: 100%;
  }

  div#performance div.pbox div.img {
    width:60%;
    margin:0 auto 10px auto;
    padding-top:20px!important;
  }

  div#feat05.dbox div.img img{
    margin-bottom: 0;
  }

  div#feat06 .disp-flex{
    display: block;
  }

  div#feat06 .disp-flex .left{
    margin: auto;
	 width: 50%;
  }

  div#feat06 .disp-flex .right{
    margin-top: 20px;
  }

}