* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #F5F5F5;
  font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, "Noto Sans", "Malgun Gothic", "맑은 고딕", sans-serif;
  font-weight: 400;
  color: #b6b6b6;
}
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: HelveticaNeue-Light, AppleSDGothicNeo-Light, 'Noto Sans', 'Malgun Gothic', '맑은 고딕', sans-serif; */
  font-family: 'LineSeed', 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: #b6b6b6;
  text-decoration: none;
}
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none;
}
input,
button,
select {
  margin: 0;
  padding: 0;
  /* font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, "Noto Sans", "Malgun Gothic", "맑은 고딕", sans-serif; */
  font-family: 'LineSeed', 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; }

.pages{display: block;background: #fff;padding:10px;text-align: center;}