.cost-box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.cost-box dl:first-child {
  margin-top: 0;
}
.cost-box dl dt {
  color: #8894a0;
  font-size: 17px;
}
.cost-box dl dd {
  color: #1a1a1a;
  font-size: 17px;
}
.cost-box dl.total dt {
  color: #4c7cee;
}
.cost-box dl.total dd {
  color: #4c7cee;
  font-family: "sm";
}
.cost-box .total-detail {
  padding: 20px;
  background: #f8f8f8;
  border-radius: 10px;
  margin-top: 20px;
}
.cost-box .total-detail dl dt {
  color: #999;
  font-size: 15px;
}
.cost-box .total-detail dl dd {
  color: #999;
  font-size: 15px;
}
