* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "pretendard", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
video,
input {
  vertical-align: middle;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

button {
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-text-fill-color: currentColor !important;
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}