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

body, html {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.03rem;
  height: 100%;
  line-height: 1.4;
}

input, button, a, textarea {
  font-family: "Pretendard";
  font-size: 17px;
}

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

button {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.hide {
  font-size: 0;
  line-height: 0;
  height: 0;
  opacity: 0;
  text-indent: -99999px;
}
.hide table {width:auto !important;}
.hide table td,
.hide table  th {padding:0 !important;}
