/* ¤ª¤¹¤¹¤á */

.recommend__section.top_ossm {
  margin-bottom: 80px;
}
.product-list.top_ossm {
  padding: 0 10px;
}
.recommend-list.top_ossm {
  margin-top: 45px;
  margin-bottom: 60px;
}
.product-list__unit.top_ossm {
  height: 310px;
  margin: 0 5px 10px;
  padding: 15px;
  background: #fff;
}

.product-list__name.top_ossm {
  margin-top: 10px;
  font-weight: normal;
}
.product-list li {
/*  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
}
.product-list__prices.top_ossm {
  margin-top: 5px;
}
.product-list__price.product-list__text.top_ossm {
  color: #d82121;
  text-align: right;
  font-size: 12px;
}

.more-prd_reco {
  cursor: pointer;
  width: 35%;
  margin: 0 auto 100px;
  padding: 14px 0 17px;
  text-align: center;
  background: #fff;
  color: #666;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  
}
.more-prd_reco:hover {
  background: #333;
  color: #fff;
  border-radius: 4px;
  transition: .4s;
}
.more-prd_reco:after{
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}