
/* common */
:root{

    /* color */
    --main-color:#00806E;
    --sub-color: #00806E;

    /* size */
    --font-size: 18px
}





/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* reset */
html, body {
    width: 100%;
    height: 100%;
}
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, button, input, select, textarea, 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;
}
body, th, td, input, select, textarea, button {
    font-family: 'S-CoreDream-5Medium', -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #222;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
}
fieldset, img {
    border: 0 none;
}
ul, ol, li {
    list-style: none;
}
address, em, cite, dfn, i {
    font-style: normal;
}
iframe {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}
mark {
    background-color: transparent;
}
img {
    vertical-align: top;
}
textarea {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    border: 0;
    word-break: keep-all;
    word-wrap: break-word;
}
button, input {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}
button {
    background-color: transparent;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: none;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.blind, legend {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}