* {
    box-sizing: border-box;
    font-family: 'pretendard';
}

html {
    overflow-y: scroll;
}

body,
table,
th,
td,
button,
select,
input,
textarea {
    font-family: 'pretendard'
}

html,
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 {
    margin: 0;
    padding: 0;
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

/* SETTING */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

ol,
ul,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

button {
    border: none;
    background: transparent;
    padding: 0;
    line-height: 1;
    cursor: pointer;
}

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

a:hover {
    text-decoration: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'pretendard';
    letter-spacing: -0.02em;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li {
    word-break: keep-all;
}