/*
	초기화 사용자
*/
@charset 'utf-8';
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css'); /* 100, 300, 400, 500, 700, 900 */
html, body {margin:0;padding:0;width:100%;height:100%;}
html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote, header, nav, aside, section, article, p, table, thead, tbody, tfoot, th, td, div, span, a, input, input[type=text], input[type=password], input[type=submit], textarea, select, option, iframe, button, caption {padding:0;margin:0;box-sizing:border-box !important;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
body {font-family:'Noto Sans KR',tahoma,sans-serif,dotum,gulim;font-size:0.9em;letter-spacing:-0.05em;color:#000;}
textarea {font-family:'Noto Sans KR',tahoma,sans-serif,dotum,gulim;}
input, button, select, img {vertical-align:middle;}
img, input[type=image] {border:0;}
button, input[type=button], input[type=submit], input[type=image] {cursor:pointer;}
li {list-style:none;}
table {border-collapse:collapse;border-spacing:0;}
th {text-align:center;font-weight:bold;}
a:link, a:visited, a:active, a:hover {color:#000;text-decoration:none;}
h6 {font-size:1.1em;}
h5 {font-size:1.2em;}
h4 {font-size:1.4em;}
h3 {font-size:1.6em;}
h2 {font-size:2em;}
h1 {font-size:2.4em;}
input::placeholder {color:#999;}
input::-webkit-input-placeholder {color:#999;}
input:-ms-input-placeholder {color:#999;}
textarea::placeholder {color:#999;}
textarea::-webkit-input-placeholder {color:#999;}
textarea:-ms-input-placeholder {color:#999;}