html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
}
nav, ul, li {
    list-style:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    text-decoration: none;
    vertical-align:middle;
    background:transparent;
}
table {
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, input, select, textarea, a { 
    font-family: 'S-CoreDream-4Regular';
    font-size: 13px; 
    line-height: 20px; 
    font-weight: normal; 
    color: #222;  
    letter-spacing: -0.5px; 
    box-sizing: border-box; 
}
html, body { 
    position: relative;
    min-width: 1280px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    scroll-behavior: smooth;
}
label, input[type="checkbox"] {
    cursor: pointer;
}