@charset "utf-8";
@import url(//img.inclass.co.kr/font/font.css);

/* reset */
html {
  min-height: 100%;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  font-family: 'Pretendard', 'noto sans kr', 'Sans-serif', "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Android Emoji";
  overflow-y: auto;
  -webkit-text-size-adjust: none;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Pretendard', 'noto sans kr', 'Sans-serif', "Segoe UI Emoji", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Android Emoji";
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  width: 100%;
  min-height: 100%;
  color: #282828;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  padding: 0;
}

select,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  color: #282828;
  vertical-align: middle;
}

input,
button {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type='button'],
button,
select {
  cursor: pointer;
}

select {
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  padding: 0;
  background: transparent;
  border: 0;
  overflow-y: scroll;
  resize: none;
}

a {
  background: transparent;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: 0;
  letter-spacing: inherit;
}

em,
small,
address {
  font-style: normal;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}