#history-container {
  font-family: "Pretendard";
}

#history {
}

#history .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 150px 0;
}

#history .history-wrapper {
}

#history .history-top {
}

#history .history-top p {
  color: #5a63d8;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding-left: 47px;
}

#history .history-top h2 {
  padding: 40px 0;
  line-height: 1.3;
  color: #111;
  font-weight: 300;
  font-size: 40px;
  margin: 0;
  padding-left: 47px;
}

#history .history-top h2 span {
  display: block;
  font-weight: 700;
}

#history .history-bottom {
  padding-left: 47px;
}

#history .history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.8;
}

#history .history-table th {
  text-align: left;
  vertical-align: top;
  font-weight: 700;
  color: #5a63d8;
  padding: 16px 20px;
  border-top: 1px solid #e5e5e5;
}

#history .history-table td {
  padding: 16px 20px;
  border-top: 1px solid #e5e5e5;
  color: #666;
}
