@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Roboto:wght@400;500;700&display=swap");

/*reset*/
html,
body {
  height: 100%;
}
html {
  font-family: "Roboto", "Noto Sans KR", sans-serif;
  font-size: 14px;
  color: #202020;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  box-sizing: border-box;
  word-break: keep-all;
}
* {
  font: inherit;
  box-sizing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
*::after,
*::before {
  background-size: auto 100%;
}
/* *:active, *:focus, *:focus:active {outline:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);} */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
  font-weight: normal;
}
form,
fieldset,
aimg {
  border: 0;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
address,
abbr,
address,
big,
cite,
code,
ins,
small,
sub,
sup,
em {
  font: inherit;
}
sup,
sub {
  color: inherit;
}
blockquote,
q {
  quotes: none;
}
caption {
  display: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img,
input,
select {
  vertical-align: middle;
  outline: none;
}
input {
  vertical-align: middle;
  outline: none;
}
select {
  font-size: 14px;
  border: 1px solid #d0d0d0;
  background: #fff;
}
button {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  vertical-align: top;
}
textarea {
  resize: none;
}
input,
select {
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}
strong,
b {
  font-weight: bold;
}
.a11y-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}

.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

video {
  -webkit-filter: contrast(101%);
  filter: contrast(101%);
}
