@charset "utf-8";
/**
 * decent.base v1.0.0
 * DESCRIPTION: css reset
 * SUPPORTED BROWSERS: Modern Browsers and IE8+
 */
 
/* RESET */
a, abbr, address, applet, article, aside, audio, b, big, blockquote, body,
button, canvas, caption, center, cite, code, col, colgroup, dd, del, details,
dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, footer,
form, h1, h2, h3, h4, h5, h6, header, hr, html, i, iframe, img, input, ins,
kbd, label, legend, li, main, mark, menu, nav, object, ol, optgroup, output, p,
pre, progress, q, ruby, s, samp, section, select, small, span, strike, strong,
sub, summary, sup, svg, table, tbody, td, textarea, tfoot, th, thead, time, tr,
tt, u, ul, var, video {
	vertical-align: baseline;
	box-sizing: content-box;
	padding: 0;
	border: 0;
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-moz-margin-start: 0;
	-webkit-margin-end: 0;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	text-decoration: none;
}

/* HTML5 shiv */
article, aside, details, dialog, figcaption, figure, footer, header, main,
menu, nav, section, summary, svg {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
}

/* Basic Elements */
html, body {
	width: 100%;
	height: 100%;
}
body {
	font: normal normal 16px/100% "맑은 고딕", "Malgun Gothic", "Segoe UI",
		AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "Microsoft NeoGothic",
		"Droid sans", Verdana, Arial, sans-serif;
	color: #000;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
[hidden] {
	display: none;
}
a {
	-webkit-text-decoration-skip: objects;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
code {
	font-family: Consolas, "Lucida Console", Monaco, monospace, "Courier New";
}
hr {
	height: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
svg:not(:root) {
	overflow: hidden;
}

/* Controls */
a, button, input, option, select, textarea, label[for] {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
[type=checkbox], [type=radio] {
	width: 14px;
	height: 14px;
}
[type=password], [type=text], textarea {
	cursor: text;
}
button:disabled, input:disabled, option:disabled, select:disabled,
textarea:disabled {
	cursor: default !important;
}
button.dcnt-disabled, input.dcnt-disabled, option.dcnt-disabled,
select.dcnt-disabled, textarea.dcnt-disabled {
	cursor: default !important;
}
button, select {
	text-transform: none;
}
button, [type=button], html [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
	-moz-appearance: button;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring,
[type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
input::-ms-clear {
	display: none;
}
input::-ms-reveal {
	display: none;
}
optgroup {
	font-weight: bold;
}
select, textarea {
	overflow: auto;
}
textarea {
	resize: none;
	white-space: pre-wrap;
}
