/* ************************************** *
 * font
 * ************************************** */

@font-face {
    font-family: 'NotoSansKR-Medium';
    font-style: normal;
    src: url('../fonts/NotoSansKR-Medium.woff') format('woff');
}


@font-face {
    font-family: 'NotoSansKR-Regular';
    font-style: normal;
    src: url('../fonts/NotoSansKR-Regular.woff') format('woff');
}

@font-face {
    font-family: 'NotoSansKR-bold';
    font-style: normal;
    src: url('../fonts/NotoSansKR-bold.woff') format('woff');
}

@font-face {
    font-family: 'MaruBuri-Regular';
    font-style: normal;
    src: url('../fonts/MaruBuri-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Arita-buriM';
    font-style: normal;
    src: url('../fonts/Arita-buriM.woff') format('woff');
}

@font-face {
    font-family: 'Arita-buriSB';
    font-style: normal;
    src: url('../fonts/Arita-buriSB.woff') format('woff');
}





/*
=========================================================
reset-style
=========================================================
*/

@charset utf-8;

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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,
enter,
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;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'NotoSansKR-Regular';
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.2px;
    color: #333
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

img {
    vertical-align: top;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    text-decoration: none;
    cursor: pointer;
}



