@charset "utf-8";

/* font */
@font-face {
	font-family: 'Hanna';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Hanna_ttf.eot');
	src: url('../fonts/Hanna_ttf.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BMHANNA11yrsold.woff') format('woff'),
		url('../fonts/BMHANNA_11yrs_ttf.ttf') format('truetype');
	}
@font-face {
	font-family: 'NBG';
	src: url('../fonts/nanumbarungothicregular.eot');
	src: url('../fonts/nanumbarungothicregular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/nanumbarungothicregular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NBG-bold';
	src: url('../fonts/nanumbarungothicbold.eot');
	src: url('../fonts/nanumbarungothicbold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/nanumbarungothicbold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Reset */
body, h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td,
form, fieldset, legend,
hr {margin:0;padding:0;word-break:keep-all;white-space:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
hr {display:none;}
a {color:#464646;text-decoration:none;}
html, body {height:100%;}
body {font-size:16px;height:100%;color:#464646;font-family:'Hanna', sans-serif, "돋움", Dotum, "굴림" ,Gulim;line-height:1;letter-spacing:0px;-webkit-text-size-adjust:none;}
img, fieldset, abbr, acronym {border:0;}
img {max-width:100%;}
ul, ol {list-style:none;}
p, acronym, address, big, small, cite, code,
dfn, em, kbd, pre, samp, sub, sup, tt, var {font-style:normal;font-weight:normal;}
label, input.button, input.submit , input.image, button {cursor:pointer;}
input, select {padding:0;margin:0;font-family:'NBG', sans-serif, "돋움", Dotum, "굴림" ,Gulim;vertical-align:middle;}
input:focus,
textarea:focus,
a:focus {outline:none;}
table {margin:0;padding:0;border-spacing:0;border:0;border-collapse: collapse;_border-collapse:collapse;}
*+html table {border-collapse:collapse;}
textarea {border:1px solid #d;color:#464646;-webkit-appearance:none;}
legend, caption, .hidden {position:absolute;top:0;left:0;visibility:hidden;width:0;height:0;overflow:hidden;font-size:0;line-height:0;}