#overflowTable #boardList tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

#overflowTable #boardList tr td span {
  padding-left: 6px;
  font-family: 'Spoqa Han Sans';
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.04em;
  font-size: 4.06vw;
  color: #000;
  line-height: 1.7;
}

#overflowTable #boardList tr td span:nth-child(1) {
  display: block;
}

#overflowTable #boardList tr td span:nth-child(2) {
  font-family: 'Spoqa Han Sans';
  text-align: left;
  letter-spacing: -0.04em;
  padding-left: 6px;
  font-size: 3.125vw;
  color: #666;
  width: 100%;
}

#overflowTable #boardList tr:nth-child(1) {
  border-top: 1px solid #e5e5e5;
}

.prod-area-caravan .kv img {
  width: 100%;
}

.prod-area-caravan #overflowTable > tbody {
  display: block;
}

.prod-area-caravan #overflowTable > tbody > tr {
  display: block;
}

.prod-area-caravan #overflowTable > tbody > tr > td {
  display: block;
}

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