* {
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.8px;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  outline: none;
  border: 0;
  background-color: transparent;
}

.font_light {
  font-weight: 300;
}

.font_medium {
  font-weight: 500;
}

.font_bold {
  font-weight: 700;
}

.font_black {
  font-weight: 900;
}

.text_red {
  color: #F01C58;
}

.text_green {
  color: #18978F;
}

.cursor_pointer {
  cursor: pointer;
}

.center_wrap {
  width: 100%;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
