.moreBaek {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.moreBaek_cont {
  display: flex;
  width: 95%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.moreBaek_ing {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin: 20px;
}

.moreBaek_ing img {
  width: 100%;
}

.moreBaek_name {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #2461ff;
  padding: 5px 0;

  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  /* identical to box height */
  margin-bottom: 10px;
  color: #000000;
}

.moreBaek_text {
  display: flex;
  width: 100%;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  color: #000000;
}

.moreDate {
  display: flex;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  margin: 15px 0;
  color: #2461ff;

  justify-content: flex-start;
  align-items: center;
}
