@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, button, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
	  font-family: 'notokr', sans-serif;
	/* font-family: 'Noto Sans CJKR', sans-serif !important; */
	font-weight:400;
    font-style:normal;
    line-height: 100%;
    vertical-align: baseline;
    letter-spacing: -.5px;
}
select::-ms-expand {display:none}
input, select{height: 45px;padding: 0;margin: 0;border: 1px solid #dddddd;box-sizing: border-box;color: #000;font-size: 16px;vertical-align: middle;line-height: 43px;text-indent: 1.2rem; -webkit-appearance: none;-webkit-border-radius: 0;}
legend{font-size: 0;text-indent: -100000px;left: -10000px;top: auto;height: 0;overflow: hidden;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* body {
    line-height: 1;
} */

ol, ul, li {
    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;
}

table caption{position:absolute;top:-9999px;left:-9999px;}

a{text-decoration:none; color: #000;} 

button, input[type="submit"], select{cursor:pointer}
button{border:none;padding:0;margin:0;background:none;}
a.button {cursor: pointer;vertical-align: middle;}

*{box-sizing:border-box;}