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

li {
  list-style: none;
}

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

input {
  border: 1px solid #ddd;
  width: 100%;
  background-color: #fff;
  height: 48px;
  padding: 0 20px;
  outline-color: #58A6FF;
  border-radius: 4px;
}

input::-webkit-input-placeholder {
  font-size: 16px;
  color: #ccc;
}

input:-ms-input-placeholder {
  font-size: 16px;
  color: #ccc;
}

input::-ms-input-placeholder {
  font-size: 16px;
  color: #ccc;
}

input::placeholder {
  font-size: 16px;
  color: #ccc;
}

textarea {
  border: 1px solid #ddd;
  width: 100%;
  background-color: #fff;
  height: 240px;
  resize: none;
  padding: 20px;
  outline-color: #58A6FF;
  border-radius: 4px;
}

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;
}

.cursor_pointer {
  cursor: pointer;
}

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

.red_star::after {
  content: '*';
  color: #D01259;
  font-size: 18px;
  margin-left: 4px;
}

.green_text {
  color: #BDEFA0;
}

.blue_text {
  color: #58A6FF;
}

.contents_wrap article {
  padding-top: 160px;
}

.contents_wrap article h1 {
  font-size: 26px;
  margin-bottom: 12px;
}

.contents_wrap article span {
  font-size: 18px;
}

@media all and (min-width: 768px) {
  .contents_wrap article {
    padding-top: 200px;
  }
  .contents_wrap article h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .contents_wrap article span {
    font-size: 24px;
  }
}

@media all and (min-width: 1024px) {
  .contents_wrap article h1 {
    font-size: 44px;
  }
  .contents_wrap article span {
    font-size: 26px;
  }
}
