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;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    word-break: keep-all;  /* 2019-02-12 add leecs */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body{
    width: 100%;
    height: 100%;

}
body {
    margin: 0; padding: 0; min-width: 300px;
    font-size: small; color: #333; line-height: 1.42857;
    -webkit-text-size-adjust: none;
    -ms-interpolation-mode: bicubic;
    font-family:'NanumSquareRoundR', 'NanumSquare','Nanum Gothic', sans-serif;
    -webkit-font-smoothing: antialiased;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
}
img, video, audio, object, embed, iframe {
    max-width: 100%;
}
img {
    border: 0 none;
    -ms-interpolation-mode: bicubic;
    -webkit-image-rendering: optimizeQuality;
}
form {margin: 0;}
th, td {padding: 0;}
caption, legend {position:absolute;top:-3000px;left:-3000px;width:0;height:0;font-size:0;line-height:0;overflow:hidden;}
a {text-decoration: none !important; color: #333; margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
a:hover{text-decoration: none;}
input[type=text], input[type=password],input[type="reset"], input[type="submit"] {font-size: 13px}
textarea{overflow-y: auto;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #90939a;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #90939a;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #90939a;
}
:-moz-placeholder { /* Firefox 18- */
    color: #90939a;
}                                             