@charset "UTF-8";
@import "font.css";

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, 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, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
input[type=text]::-ms-clear {display:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	overflow-x:hidden;
	color:#333;
	font-size:16px;
	font-family: "Nanum Square", "돋움", "dotum", sans-serif;
	font-weight:300;
	position:relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	width:100%;
	table-layout: fixed;
}
a{
	text-decoration:none;
	color:inherit;
}
label, span{
	vertical-align:top;
}
img{
	vertical-align:middle;
	max-width: 100%;
}
strong{font-weight:bold;}
caption{font-size:0;text-indent:-100000px; left:-10000px; top:auto;	height:0px; overflow:hidden;}
.hidden{display:inline-block;font-size:0;text-indent:-100000px; left:-10000px; top:auto;	height:1px; overflow:hidden;}
input, select{padding:0;margin:0;font-family: "Nanum Square", "돋움", "dotum", sans-serif;vertical-align:middle;font-weight:300;}
input[type="file"]{text-indent:0px;}
textarea{font-family: "Nanum Square", "돋움", "dotum", sans-serif;}
legend{font-size:0;text-indent:-100000px; left:-10000px; top:auto;	height:0; overflow:hidden;}
button, input[type="submit"], select{cursor: pointer;}
button{background: none;}
