@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
html {
  -webkit-touch-callout: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
em,
img,
strong,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
time,
mark,
video,
textarea,
button,
input,
select {
  color: #111;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Noto Sans KR", "Sans-serif";
  box-sizing: border-box;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
span,
em,
b,
u,
i,
time,
mark,
video,
textarea,
button,
strong,
input {
  color: inherit;
}
button {
  width: 100%;
  display: block;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  text-align: left;
}

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
span,
time,
i,
label,
em {
  display: inline-block;
}
i {
  font-style: normal;
}
a {
  display: block;
  text-decoration: none;
  cursor: inherit;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
img {
  display: block;
  max-width: 100%;
}
select,
input,
textarea {
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0;
}
select,
textarea {
  display: block;
}
select:focus,
input:focus,
textarea:focus {
  outline: none;
}
select {
  -moz-appearance: none;
  appearance: none;
}
button:focus {
  outline: 0;
}
input:disabled,
textarea:disabled,
input:read-only,
textarea:read-only {
  opacity: 1; /* iphone issue */
  -webkit-text-fill-color: inherit; /* iphone issue */
  -webkit-appearance: none; /* iphone issue */
}
