/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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,
	em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u,
	i, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: '나눔고딕', 'NanumGothic', 'NanumSquareRound', 'NanumSquare',
		'Nanum Gothic', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	font-size: 14px;
	color: #333;
	line-height: 1.42857;
	-webkit-text-size-adjust: none;
	-ms-interpolation-mode: bicubic;
	font-family: '나눔고딕', 'NanumGothic', 'NanumSquareRound', 'NanumSquare',
		'Nanum Gothic', sans-serif;
	-webkit-font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}

img, video, audio, object, embed, iframe {
	max-width: 100%;
}

img {
	border: 0 none;
	-ms-interpolation-mode: bicubic;
	-webkit-image-rendering: optimizeQuality;
}

form {
	margin: 0;
}

th, td {
	padding: 0;
}

caption, legend {
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

textare a {
	overflow-y: auto;
}

button {
	border: 0;
	cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #90939a;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #90939a;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #90939a;
}

:-moz-placeholder { /* Firefox 18- */
	color: #90939a;
}