@charset "utf-8";
/* CSS Document */

* {max-height: 1000000px;}
* { margin:0; padding:0 }

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,div,
dl, dt, dd, ol, ul, li, br,
fieldset, form, label, legend, input, caption
{
    margin: 0;
    padding: 0;
    border: 0;
}

table, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
}

a { color: #0054FF; text-decoration:none; }
a:hover { color: #1F50B5; }

input, textarea 
{
    font-family: 'Noto Sans KR', sans-serif; font-size:12pt; letter-spacing:normal; 
    
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input:checked[type="checkbox"] { -webkit-appearance:checkbox; }

select 
{
    font-family: 'Noto Sans KR', sans-serif; font-size:12pt; letter-spacing:normal;

    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
}

select::-ms-expand
{
    display:none;
}

body { font-family: 'Noto Sans KR', sans-serif; font-size:12pt; letter-spacing:normal; }