.history-comment {
  background: url(../images/ei_history.png) no-repeat center;
  display: table;
  width: 100%;
  height: 194px;
  border-spacing: 0;
  margin: 30px 0;
  padding: 4.9rem;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.history-comment p {
  display: table-cell;
  height: 8rem;
  letter-spacing: -1px;
  position: relative;
  padding-left: 9rem;
  padding-top: 1rem;
}
.history-comment p:before {
  position: absolute;
  top: 0;
  left: -0.6rem;
  z-index: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 8rem;
  color: #0b3458;
  line-height: 8rem;
  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: 8rem;
  color: #f5f5f5;
  line-height: 8rem;
  content: '';
}
.history-comment p span {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  font-size: 3.5rem;
  height: 4rem;
}
.history-comment p span.title {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 2rem;
  padding-top: 5px;
}
.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: 1.5rem;
  padding-right: 2rem;
  color: #0b3458;
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-size: 2rem;
}
.history-list li dl {
  float: left;
  margin-top: 1.3rem;
}
.history-list li dt {
  float: left;
  clear: left;
  padding: 0 3rem 1rem 0;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  white-space: nowrap;
  line-height: 1.6;
}
.history-list li dd {
  line-height: 1.6;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  padding-bottom: 1rem;
}
