@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0; -webkit-text-size-adjust: none;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;font-family:'NanumSquare', dotum, sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {text-decoration:none}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* NanumSquare */
@font-face {
	font-family:'NanumSquare';
	font-weight:300;
	src:url('fonts/NanumSquareL.eot'); 
	src:local(※), url('fonts/NanumSquareL.woff') format('woff');
}
@font-face {
	font-family:'NanumSquare';
	font-weight:400;
	src:url('fonts/NanumSquareR.eot'); 
	src:local(※), url('fonts/NanumSquareR.woff') format('woff');
}
@font-face {
	font-family:'NanumSquare';
	font-weight:700;
	src:url('fonts/NanumSquareB.eot'); 
	src:local(※), url('fonts/NanumSquareB.woff') format('woff');
}
@font-face {
	font-family:'NanumSquare';
	font-weight:800;
	src:url('fonts/NanumSquareEB.eot'); 
	src:local(※), url('fonts/NanumSquareEB.woff') format('woff');
}