@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	font-family: "Spoqa Han Sans Neo", sans-serif;
	box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family: "Spoqa Han Sans Neo";
	font-weight:400;
	background:transparent;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Spoqa Han Sans Neo", sans-serif;
	color: #333;
	background-color: #fff;
	letter-spacing: 0;
	font-weight:400;
}

header,
main,
footer,
aside,
nav {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

i, em, address {
	font-style: normal;
}

strong {
	font-weight: normal;
}

a {
	color: #111;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}
table {
	padding:0; 
	border:0; 
	border-spacing:0px; 
	border-collapse:collapse; 
	vertical-align:middle;
}
th, td {
	vertical-align:middle;
}

input {
	-webkit-appearance: none;
}

input::placeholder{
	color:#999;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=number] {
	-moz-appearance: textfield;
}

.floatclear:after {
	content: '';
	display: block;
	clear: both;
}

.hidden {
	display: none;
}

.blind {
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	font-size: 0;
}
