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

.productDetail01 .hMain {
  background-position: top center;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-image: url('/usa/car/images/bg/bg_marine_featuers.jpg');
  background-size: contain;
}
.spec_table .tableType td {
  white-space: nowrap;
}
@media screen and (max-width:480px) {
  .spec_table .tableType td {
    font-size: 10px;
  }
}

.vitxt{
  color: #fff;
}

.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) {
.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%;
}

.hMain03 > .detail > h2 {
  font-size: 35px;
  padding: 0;
  margin: 0;
  border: none;
  color: #212121;
}

/* summary */
.each_summary {
  height: 300px;
  display: flex;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.each_summary::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  content: ' ';
}
.summary_inner.inner980 {
  z-index: 1;
  margin: inherit;
  position: relative;
  width: 980px;
}
.each_summary h3 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}
.summary03 {
  background-image: url(/usa/car/images/bg/img_summary03.jpg);
}
.summary06 {
  background-image: url(/usa/car/images/bg/img_summary06.jpg);
}

@media screen and (max-width:736px) {
  .summary03 {
    margin-top: 40px;
  }
}

/* dbox99 */
#dbox99 .imgbox {
  max-width: 980px;
}
#dbox99 .imgbox .img img {
  width: 100%;
}
#dbox99 .imgbox .gridbox {
  max-width: 980px;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  grid-template-rows: 1fr 1fr;
}
#dbox99 .imgbox .gridbox .img:nth-of-type(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

#dbox99 .imgbox .gridbox .img.grid-4ch-amp,
#dbox99 .imgbox .gridbox .img.grid-mono-amp,
#dbox99 .imgbox .gridbox .img.grid-speakers,
#dbox99 .imgbox .gridbox .img.grid-subwoofer {
  position: relative;
}

#dbox99 .imgbox .gridbox .img.grid-4ch-amp a,
#dbox99 .imgbox .gridbox .img.grid-mono-amp a,
#dbox99 .imgbox .gridbox .img.grid-speakers a,
#dbox99 .imgbox .gridbox .img.grid-subwoofer a {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
/* features */
.list_icon ul li:last-child {
  margin-bottom: 20px;
}