*,
*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}

img {
  border: 0;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

img,
svg,
video,
iframe,
button,
select,
input,
textarea {
  vertical-align: top;
}

button,
input {
  margin: 0;
  padding: 0;
  border: 0;
}

button,
select,
input,
textarea {
  background-color: transparent;
  line-height: inherit;
  font: inherit;
  color: inherit;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button {
  user-select: none;
}

button:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: none;
}

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

form {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

fieldset {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dd,
p,
blockquote,
form,
fieldset {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul,
li {
  list-style: none;
}

html {
  line-height: normal;
  -webkit-text-size-adjust: none;
}

html,
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0;
  padding: 0;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family:
    'Pretendard',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Helvetica,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji';
}

@supports (height: 100dvh) {
  html,
  body {
    min-height: 100dvh;
  }
}
