.detailMain {
  padding: 0 10%;
}
.detailMain .title {
  font-size: 30px;
  color: #0c0c0c;
  line-height: 1.2em;
  text-align: center;
  padding: 66px 0;
}
.detailMain .type {
  font-size: 18px;
  padding: 25px 0;
  color: #666666;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-around;
  align-content: center;
  margin-bottom: 56px;
}
.detailMain .edit {
  margin-bottom: 120px;
  overflow: hidden;
}
.detailMain .edit p {
  font-size: 18px;
  line-height: 36px;
  color: #4d4d4d;
}
/*# sourceMappingURL=detail.css.map */