/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.bgimg-jg {background-image: url(../img/showroom/bg-jg.jpg);}
.bgimg-lr {background-image: url(../img/showroom/bg-lr.jpg);}

/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

.swrimages {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top:50px;
}
.swrimages li {
  width:33.3333333333%;
  margin:0;
  padding: 5px;
}

.swrimage_single {
  width:100%;
  height: auto;
  display: block;
  margin-top:50px;
}

.dealerbanners {
  width:80%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto 50px;
}
.dealerbanners li {
  width:48%;
  height: auto;
  display: block;
  text-align: center;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.dealerbanners li .dbcov {
  width:100%;
  height: 100%;
  display: block;
}
.dealerbanners li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: 200px auto;
  padding:80px 0 50px;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.7);
  transition: .4s all;
}
.dealerbanners li a:hover {
  background-color: rgba(0,0,0,0.3);
}
.dealerbanners li a h3 {
  font-size:16px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0.8em;
}
.dealerbanners li a p {
  font-size:12px;
  line-height: 1em;
  margin:0;
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  .swrimages {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
  }
  .swrimages li {
    width:33.3333333333%;
    margin:0;
    padding: 5px;
  }

  .swrimage_single {
    width:100%;
    height: auto;
    display: block;
    margin-top:50px;
  }

  .dealerbanners {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin:0 auto 50px;
  }
  .dealerbanners li {
    width:48%;
    height: auto;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .dealerbanners li .dbcov {
    width:100%;
    height: 100%;
    display: block;
  }
  .dealerbanners li a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    color:var(--color-white);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 200px auto;
    padding:80px 0 50px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.7);
    transition: .4s all;
  }
  .dealerbanners li a:hover {
    background-color: rgba(0,0,0,0.3);
  }
  .dealerbanners li a h3 {
    font-size:16px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 0.8em;
  }
  .dealerbanners li a p {
    font-size:12px;
    line-height: 1em;
    margin:0;
  }

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  .swrimages {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
  }
  .swrimages li {
    width:33.3333333333%;
    margin:0;
    padding: 5px;
  }

  .swrimage_single {
    width:100%;
    height: auto;
    display: block;
    margin-top:50px;
  }

  .dealerbanners {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin:0 auto 50px;
  }
  .dealerbanners li {
    width:100%;
    height: auto;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
  }
  .dealerbanners li .dbcov {
    width:100%;
    height: 100%;
    display: block;
  }
  .dealerbanners li a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    color:var(--color-white);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 180px auto;
    padding:70px 0 40px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.7);
    transition: .4s all;
  }
  .dealerbanners li a:hover {
    background-color: rgba(0,0,0,0.3);
  }
  .dealerbanners li a h3 {
    font-size:16px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 0.8em;
  }
  .dealerbanners li a p {
    font-size:12px;
    line-height: 1em;
    margin:0;
  }

}
