@charset "UTF-8";
.history-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  padding: 0 40px 0 90px;
  line-height: 40px;
  border-bottom: 1px solid #3c3f4b;
  z-index: 5;
  padding: 0 16px;
  background: white;
}

.history_title .title {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 16px;
  line-height: 20px;
}

.history_title .sub {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 14px;
  line-height: 20px;
}

.history_day p {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  color: #3c3f4b;
  font-size: 16px;
}
