@charset "utf-8";

/*
 * @ RESET CSS
 * -------------------------------
 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
}
em,
address {
  font-style: normal;
}
/* img {border: 0 none; font-size: 0;line-height: 0;}
sup {position: relative;top: 2px;font-size: 11px;line-height: 100%;}

table {border-collapse: collapse; border-spacing:0; }
caption {overflow: hidden;width: 0;height: 0;font-size: 0; line-height: 0;}
th, td { vertical-align: middle;} */

input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='text']::-ms-clear {
  display: none;
}

/* button {
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  background: none;
  outline: none;
} */

/* input,
textarea,
button,
select {
  color: #333;
  font-family: "NanumSquare", sans-serif;
  font-size: 15px;
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
}

.material-icons {
  vertical-align: middle;
} */
