@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html{
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

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,
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: 13px;
    /*font: inherit;*/
    vertical-align: middle;
    font-family:  'NotoSansSC Regular', 'NotoSansKR Regular' ,"?? ??" , Helvetica , Apple-Gothic , Dotum , "??" , Gulim , "??", sans-serif;
    text-decoration: none;
    box-sizing: border-box; /* Opera/IE 8+ */
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari, Chrome et al */
    -moz-box-sizing: border-box; /* Firefox */
    color:#333;
    letter-spacing: -0.5px;
}
legend, hr, .blind{position:absolute; left:-9999px; top:0; visibility:hidden; overflow:hidden; line-height:0.1%; font-size:0.1%; width:0.1%; height:0.1%;}
caption {visibility:hidden; overflow:hidden; line-height:0.1%; font-size:0.1%; width:0.1%; height:0.1%; text-indent:-999999px;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.4;
}
ol, ul {
    list-style: none;
    box-sizing:border-box;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {cursor:pointer;display:inline-block;}
button {cursor:pointer;border:0; font-family: 'NotoSansSC Regular', 'NanumSquare Regular',"?? ??",Helvetica,Apple-Gothic,Dotum,"??",Gulim,"??", sans-serif;}

input, textarea, select {font-family: 'NotoSansSC Regular',  'NanumSquare Regular',"?? ??",Helvetica,Apple-Gothic,Dotum,"??",Gulim,"??", sans-serif;word-break:break-all;}
input[type="password"] {
	font-family: 'NotoSansSC Regular', 'NanumSquare Regular',"?? ??";
}
input[type="text"],input[type="password"],input[type="number"],input[type="tel"], textarea {
    margin:0;
    width: 100%;
    padding: 6px;
    font-size:13px;
    color:#333;
    vertical-align:middle;
    box-sizing: border-box; /* Opera/IE 8+ */
    /*-ms-box-sizing: border-box;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
   	outline:0;
    line-height:normal;
    border:1px solid #ddd;
    -webkit-appearance: none;
    border-radius: 0;

}
input[type="checkbox"] {
	margin:0;
}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
button, label {cursor:pointer;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}