@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 50px;
}

* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  word-break: keep-all;
  font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption,
span {
  margin: 0;
  padding: 0;
}
body,
html,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
p hr,
button,
input,
form,
fieldset,
table,
caption,
th,
td,
header,
nav,
section,
article,
aside,
footer,
textarea {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
  font-size: 16px;
  color: #212121;
  background-color: #fff;
}

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
}

legend,
caption {
  text-indent: -100%;
  text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  color: transparent;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table,
th,
td {
  border: none;
  text-align: left;
}

th,
label {
  font-weight: normal;
}

address {
  font-style: normal;
}

button,
input {
  border: none;
  background: none;
}

i {
  font-style: inherit;
}

button:focus,
input:focus {
  outline: none;
}

button,
a,
input,
label {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
button:disabled {
  cursor: no-drop;
}

input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  cursor: no-drop;
}

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

input::-ms-clear {
  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="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  cursor: text;
}

input::placeholder {
  font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
}

textarea {
  resize: none;
  font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
}
textarea:placeholder {
  color: #6b6b6b;
  font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
}
textarea:focus {
  outline: none;
}

mark {
  background: none;
}

/* select*/
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  appearance: none;
  font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
}

select::-ms-expand {
  display: none;
}

option {
  font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
}

i,
sub {
  font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
}
