.yn-lists-v4 .body-box .box {
  margin-bottom: 20px;
}

.yn-lists-v4 .body-box img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.yn-lists-v4 .body-box .box .text {
  padding: 4px 8px;
  max-height: 113px;
}


.yn-lists-v4 .body-box .box .text .title p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  max-height: 48px;
  text-decoration: unset;
}

.yn-lists-v4 .body-box .box .text .title p:hover {
  text-decoration: underline;
}

.yn-lists-v4 .body-box .box .text .time {
  font-size: 13px;
  color: #000;
  line-height: 16px;
}

.yn-lists-v4 .body-box .box .text .num {
  font-size: 14px;
  font-weight: 100;
  color: #000;
}

.yn-lists-v4 .body-box .box .text .price-box .price-from {
  font-size: 13.5px;
  color: #333;
}

.yn-lists-v4 .body-box .box .text .price {
  color: #333;
  font-size: 16px;
  font-weight: lighter;
  text-decoration-line: line-through;
}

.yn-lists-v4 .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-v4 .body-box img {
    border-radius: 4px;
    width: 100vw;
    height: calc(100vw * 0.63);
    display: block;
    object-fit: cover;
    margin: 0 auto;
  }

  .yn-lists-v4 .body-box .box {
    margin-bottom: 20px;
  }

  .yn-lists-v4 .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;
  }
}