/* base */
ul, li {
  list-style:none;
}
section {
  min-height: 79vh;
}

/* footer */
.footer {
  background-color: #F5F5F5;
  border-top: 1px solid #DBDBDB;
  padding-bottom: 40px;
  padding-top: 50px;
}
.footer a {
  text-decoration: none;
  color: #6D6D6D;
}
.footer-text-1 {
  color: #6D6D6D;
  float: none;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
  text-align: center;
}
.footer-text-1 > p {
  margin-bottom: 0px;
}
.footer-text-2 {
  color: #C1C3C3;
  float: none;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-left: 0px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.footer-text-2 > p {
  margin-bottom: 0px;
}