.history-comment {
  display: table;
  max-width: 90%;
  border-spacing: 0;
  margin-top: 30px;
}
.history-comment p {
  display: table-cell;
  height: 6rem;
  position: relative;
  padding-left: 6rem;
}
.history-comment p:before {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 5rem;
  color: #f05518;
  line-height: 1.0;
  content: '\f274';
}
.history-comment p:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 5rem;
  color: #f9f9f9;
  line-height: 1.0;
  content: '';
}
.history-comment p span {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  font-size: 2.5rem;
  height: 2.5rem;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 576px) {
  .history-comment p span {
    padding-top: 1.5rem;
  }
}
.history-comment p span.title {
  display: none;
  font-size: 1.2rem;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -1px;
}
@media only screen and (min-width: 576px) {
  .history-comment p span.title {
    display: block;
  }
}
.history-list {
  margin-top: 1rem;
}
.history-list li {
  overflow: hidden;
  padding-bottom: 1rem;
  border-bottom: 1.5px solid #eee;
}
.history-list li h4 {
  float: left;
  clear: left;
  margin-top: 15px;
  padding: 0 2rem 0 1rem;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  font-size: 1.5rem;
}
.history-list li dl {
  float: left;
  margin-top: 10px;
}
.history-list li dt {
  float: left;
  clear: left;
  margin: 5px 30px 1px 20px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  line-height: 1.5;
  white-space: nowrap;
}
.history-list li dd {
  float: left;
  margin: 5px 0 1px;
  line-height: 1.5;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
