@charset "utf-8";

@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://webfontworld.github.io/score/SCoreDream.css');
@import url('https://webfontworld.github.io/vitro/VitroCore.css');

/*reset*/ 

body, div, p, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, table, caption, tr, td, th, form, fieldset, legend, address, blockquote, input, select, textarea {margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-family:'Noto Sans KR', '돋움', Dotum, sans-serif;}
address, em {font-style:normal;}
fieldset, img {border:0 none;}
li {list-style:none;}
img, fieldset {border:0 none;}
table {border-collapse:collapse;border-spacing:0;}
q:before, q:after {content:"";} 


/*base*/

html {
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust: none;
}

body  {
	width:100%;
    font-family:'Noto Sans KR', '돋움', Dotum, sans-serif;;
	font-size:16px;
	color:#666;  
	background-color:#fff;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust: none;	
    }
input, button, select {font-family:'Noto Sans KR', '돋움', Dotum, sans-serif;border-radius:0;background-color:#fff;}
textarea {border-radius:0;}
a {color:#555;text-decoration:none !important;}
a:hover {text-decoration:none;}

img, input {vertical-align:top;}
hr {display:none;}
.skip {text-indent:-9999px;visibility:hidden;width:0;height:0;font-size:0;line-height:0;}

article, aside, figure, footer, header, hgroup, nav, section {display:block} 

