.yn-lists-v1 .body-box .box {
  margin-bottom: 20px;
}
.yn-lists-v1 .body-box .box a{
  text-decoration: unset;
}

.yn-lists-v1 .body-box img {
  height: 260px;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: left;
  object-position: 0% 50%;
}

.yn-lists-v1 .body-box .box .text {
  padding: 4px 8px;
  max-height: 113px;
}


.yn-lists-v1 .body-box .box .text .title p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  max-height: 48px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.yn-lists-v1 .body-box .box .text .title p:hover {
  text-decoration: unset;
}

.yn-lists-v1 .body-box .box .text .time {
  font-size: 13px;
  color: #000;
  text-decoration: unset;
}

.yn-lists-v1 .body-box .box .text .num {
  font-size: 14px;
  font-weight: 100;
  color: #000;
}

.yn-lists-v1 .body-box .box .text .price-box .price-from {
  font-size: 13.5px;
  color: #333;
}

.yn-lists-v1 .body-box .box .text .price {
  color: #333;
  font-size: 16px;
  font-weight: lighter;
  text-decoration-line: line-through;
}

.yn-lists-v1 .body-box .box .text .price-sell {
  color: #FF6B00;
  font-size: 16px;
  font-weight: 400;

}

@media only screen and (max-width: 1200px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }


}

@media only screen and (max-width: 599px) {
  .cus-pc {
    display: block;
  }

  .cus-mobile {
    display: none;
  }
}

@media only screen and (max-width: 499px) {
  .cus-pc {
    display: none;
  }

  .cus-mobile {
    display: block;
  }

  .yn-lists-v1 .body-box .box {
    margin-bottom: 20px;
  }

  .yn-lists-v1 .body-box .box .text {
    height: auto !important;
  }

  .yn-lists-v2 .body-box .box .text {
    height: auto !important;
  }
}

@media only screen and (max-width: 365px) {

  .cus-pc {
    display: none;
  }

  .cus-mobile {
    display: block;
  }
}