* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  font-family: "pretendard";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
i,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/*input reset*/
input:focus {
  outline-offset: 0px;
  outline: none;
}
textarea:focus {
  outline-offset: 0px;
  outline: none;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "pretendard";
  border: 0;
}
input::placeholder {
  font-family: "pretendard";
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus {
  outline: none;
}
button {
  border: 0;
  border-radius: 0;
  font-family: "pretendard";
  background: transparent;
  cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
}
td,
th {
  vertical-align: middle;
}
