* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  background-color: #000;
  font-family: Pretendard,-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  font-weight: 400;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
}
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  font-family: Pretendard,-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  font-weight: 400;
  -webkit-border-radius: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
em {
  font-style: normal;
}
a {
  color: #d9d9d9;
  text-decoration: none;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #fff;
  text-decoration: none;
}
input,
button,
select {
  margin: 0;
  padding: 0;
  font-family: Pretendard,-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  font-weight: 400;
  -webkit-border-radius: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
::-webkit-scrollbar{width:8px;height:8px;background-color: #00000040;}
::-webkit-scrollbar-thumb{background-color:#999;border-radius:10px;}
::-webkit-scrollbar-track{background-color:transparent; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color:#4d4d4d
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color:#4d4d4d
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color:#4d4d4d
}
input::placeholder,
textarea::placeholder {
  color:#4d4d4d
}
