<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
*{word-break: keep-all; -webkit-hyphens: none;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, 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: inherit;
    text-decoration:none;
	color:#333;
}
i {font-style: italic;}
strike {text-decoration: line-through;}
b {font-weight: bold;}
u {text-decoration: underline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    -webkit-text-size-adjust:none /* ë·°í‘œíŠ¸ ë³€í™˜ì‹œ í°íŠ¸í¬ê¸° ìžë™í™•ëŒ€ ë°©ì§€ */

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
    -webkit-border-radius:0; /* input ë¼ìš´ë“œ ì‚¬ë¼ì§ */
    -webkit-appearance:none; /* input ê·¸ë¦¼ìž ì‚¬ë¼ì§ */
    outline: none;
    resize: vertical;
}

button,
input {
    line-height: normal;
}

img{
    max-width:100%;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
html input[type="text"],
html input[type="password"]{line-height:normal; border:1px solid #ddd; padding:0 10px;}
button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input.password {font-family: 'Noto Sans KR' , 'Apple SD Gothic Neo';font-size: 10px;}
::-webkit-input-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
::-ms-input-placeholder {color:#999;}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
a {text-decoration:none;outline: 0;}
address {font-style:normal;}

caption {display:none}

::marker {
    color: transparent;
    display: none;
    opacity: 0;
}</pre></body></html>