.contents-body {
  width: 1380px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .contents-body {
    width: 90%;
  }
}
.contents-body p.contents-desc {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  .contents-body p.contents-desc {
    font-size: 14px;
  }
}
.contents-body .stock-list {
  width: 100%;
  min-height: 500px;
  margin-bottom: 80px;
}
.contents-body .stock-list .service_box {
  position: relative;
}
.contents-body .stock-list .service_box.box1 {
  margin-bottom: 180px;
}
@media screen and (max-width: 520px) {
  .contents-body .stock-list .service_box.box1 {
    margin-bottom: 130px;
  }
}
.contents-body .stock-list .service_box.box1 .info_wrap {
  right: 40px;
  bottom: 10%;
  opacity: 0;
}
.contents-body .stock-list .service_box.box1 .info_wrap.active {
  bottom: -18%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .contents-body .stock-list .service_box.box1 .info_wrap.active {
    bottom: -50%;
  }
}
.contents-body .stock-list .service_box.box2 {
  margin-bottom: 180px;
}
@media screen and (max-width: 520px) {
  .contents-body .stock-list .service_box.box2 {
    margin-bottom: 130px;
  }
}
.contents-body .stock-list .service_box.box2 .info_wrap {
  padding-top: 27px;
  left: 40px;
  bottom: 10%;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .contents-body .stock-list .service_box.box2 .info_wrap {
    padding-top: 12px;
  }
}
.contents-body .stock-list .service_box.box2 .info_wrap.active {
  bottom: -18%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .contents-body .stock-list .service_box.box2 .info_wrap.active {
    bottom: -50%;
  }
}
.contents-body .stock-list .service_box.box3 .info_wrap {
  right: 40px;
  bottom: 10%;
  opacity: 0;
}
.contents-body .stock-list .service_box.box3 .info_wrap.active {
  bottom: -18%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .contents-body .stock-list .service_box.box3 .info_wrap.active {
    bottom: -50%;
  }
}
.contents-body .stock-list .service_box .pic_wrap img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.contents-body .stock-list .service_box .info_wrap {
  background: #fff;
  position: absolute;
  z-index: 10;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease;
}
@media screen and (max-width: 520px) {
  .contents-body .stock-list .service_box .info_wrap {
    padding: 15px;
  }
}
.contents-body .stock-list .service_box .info_wrap h4 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .contents-body .stock-list .service_box .info_wrap h4 {
    font-size: 18px;
  }
}
.contents-body .stock-list .service_box .info_wrap p {
  font-size: 19px;
}
@media screen and (max-width: 520px) {
  .contents-body .stock-list .service_box .info_wrap p {
    font-size: 12px;
  }
}
.contents-body .stock-list .service_box .info_wrap p img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 520px) {
  .contents-body .stock-list .service_box .info_wrap p img {
    width: 50%;
  }
}
.contents-body .stock-list ul {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .contents-body .stock-list ul {
    width: 45%;
  }
}
@media screen and (max-width: 520px) {
  .contents-body .stock-list ul {
    width: 100%;
  }
}
.contents-body .stock-list ul li.carname {
  background: #1a1a1a;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 1439px) {
  .contents-body .stock-list ul li.carname {
    font-size: 16px;
  }
}
.contents-body .stock-list ul li.carpic {
  position: relative;
}
.contents-body .stock-list ul li.carpic img {
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover !important;
}
.contents-body .stock-list ul li.grade {
  text-align: center;
  margin-bottom: 12px;
}
.contents-body .stock-list ul li.grade span {
  display: block;
  padding: 6px 0;
  margin-bottom: 8px;
  background: #dedede;
  color: #1a1a1a;
  letter-spacing: 0.25em;
}
.contents-body .stock-list ul li.carcolor {
  text-align: center;
  margin-bottom: 12px;
}
.contents-body .stock-list ul li.carcolor span {
  display: block;
  padding: 6px 0;
  margin-bottom: 8px;
  background: #dedede;
  color: #1a1a1a;
  letter-spacing: 0.25em;
}
.contents-body .stock-list ul li.carlink {
  border-top: 1px solid #f15a24;
  border-bottom: 1px solid #f15a24;
  padding: 8px 0;
  text-align: center;
}
.contents-body .stock-list ul li.carlink a {
  color: #f15a24;
  letter-spacing: 0.5em;
  display: block;
}
.contents-body div.bn-area img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=stock.css.map */
