@charset "utf-8";
.content #productDetailFeaturesBox {
  padding: 0;
}
.kv_main{
	    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
     display: flex; 
    height: 534px;
    margin: 0 auto;
    /* position: relative; */
    justify-content: center;
}
.productDetail01 .inner{
	position: relative;
}
.kv_main .vitxt {
    text-align: left;
    color: #333;
    width: 600px;
}
.kv_main-img{
	position: absolute;
    top: 30px;
    width: 380px;
    left: 50%;
}
.kv_main-img img{
	width: 70%;
}

.vitxt p.cat_title{
	text-shadow: none;
    margin-top: 70px;
}
.descText{
    font-size: 24px;
    margin: 30px 0;
    line-height: 1.4;
}
#productDetailFeaturesBox .productDetail01 .kv_bg {
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 440px 60px;
    background-image: url(../images/01.Top_Image.jpg);
}
.spec-clm{
    padding: 10px 15px;
    background-color: #9a9a9a;
    width: 210px;
    border-radius: 5px;
    color: #fff;
    margin-top: 70px;
}


.spec_table .col01,
.spec_table .col02 {
  width: 20%;
}
.spec_table .col03 {
  width: 60%;
}
.productDetail01 .hMain {
  background-position: top center;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-image: url('/usa/car/images/bg/bg_dbox_top04.jpg');
}
.dbox .dboxn .ft_h2 {
  font-size: 35px;
  padding-top: 10px;
  margin: 0;
}

.hMain03 .detail .dboxn {
  padding: 0;
  width:auto;
}

.dboxn p {
  padding: 0 15px;
}

.flex-mr {
  padding-top: 15px;
  margin-right: 15%;
}

.movie_margin {
  padding-bottom: 40px;
}

.flex_threebox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center
}

.threesettings img {
  width: 70%;
}

.flex_threebox .flex_threecontents {
  width: 33%;
}

.flex_threebox .flex_threecontents img {
  width: 85%;
  height: 85%;
}

.list_title {
  margin-left: 15px;
  font-size: 20px;
}

.detail .dbox .list_item {
  margin: 10px 15px 10px;
  transform: none;
}

#sub_item {
  padding: 0;
}

@media screen and (max-width: 1024px) {
.detail .dbox .info,
.detail .dbox #dbox3 .info {
  width: auto;
}
.productDetail01 .hMain {
  background-position: top left;
  background-size: 130%;
}
.flex_threebox .flex_threecontents img {
  width: 85%;
  height: auto;
}
.movie_margin p img{
  width:100%;
}
}
@media screen and (max-width: 768px) {
	.kv_main{
		height: 380px;
	}
	.kv_main .vitxt {
		margin-top: 0;
	}
	.spec-clm{
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.kv_main{
		display: inherit;
		height: auto;
	}
	.kv_main .vitxt {
    text-align: left;
    color: #333;
    width: 95%;
		margin-top: 90%;
/*		margin-left: 10%;*/
}
	#productDetailFeaturesBox .productDetail01 .kv_bg {
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right center;
    background-image: url(../images/01.Top_Image.jpg);
		background-size: 60%;
}
	.spec-clm{
		width: auto;
		margin-top: 20px;
	}
	.kv_main-img{
		position: absolute;
    top: 30px;
    width: auto;
    right: 0;
    left: inherit;
    text-align: center;
	}
	.kv_main-img img{
		width: 50%;
	}
}

@media screen and (max-width: 414px) {
	.kv_main .vitxt {
		text-align: left;
    color: #333;
    margin-left: 0;
    width: auto;
    margin-top: 90%;
}
	.spec-clm{
		width: auto;
		margin-top: 10px;
	}

	#productDetailFeaturesBox .productDetail01 .kv_bg{
		background-size: 90%;
		background-position: 50px center;
	}
}