#contents-body .as-factory-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 24px;
}
#contents-body .as-factory-list dt {
  font-weight: bold;
  margin-bottom: 16px;
}
#contents-body .as-factory-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  #contents-body .as-factory-list {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=index.css.map */