@charset "UTF-8";

/*
 * CSS Reset inspired by
 * Eric Meyer (v2.0; 20110126; No License)
 * - http://meyerweb.com/eric/tools/css/reset/
 * normalize.css (v3.0.3; MIT License)
 * - http://github.com/necolas/normalize.css
 */

a, abbr, address, applet, article, aside, audio, b, big, blockquote, body,
button, canvas, caption, center, cite, code, dd, del, details, dfn, dialog,
div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3,
h4, h5, h6, header, 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;
	/*outline: none;*/
	overflow: visible;
	background: transparent;
	color: #000;
	font-family: "맑은 고딕", "Malgun Gothic", "Segoe UI", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "Microsoft NeoGothic", "Droid sans", Verdana, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	line-height: 1;
	font-size: 14px;
}
article, aside, details, dialog, figcaption, figure, footer, header, main,
menu, nav, section, summary, svg {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
}
[hidden], template {
	display: none;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
code, kbd, pre, samp {
	font-family: Consolas, "Lucida Console", monospace, "Courier New";
}
hr {
	height: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
svg:not(:root) {
	overflow: hidden;
}
a {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
button {
	box-sizing: border-box;
	border: 1px solid #ccc;
	cursor: pointer;
	text-transform: none;
	-webkit-appearance: button;
	-webkit-tap-highlight-color: transparent;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button:-moz-focusring {
	/*outline: none;*/
}
input {
	box-sizing: border-box;
	border: 1px solid #ccc;
	cursor: text;
	-webkit-tap-highlight-color: transparent;
}
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input:-moz-focusring {
	/*outline: none;*/
}
input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	height: auto;
	margin: 0;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
	width: 13px;
	height: 13px;
	border: 0;
}
input[type=checkbox] + label, input[type=radio] + label {
	cursor: pointer;
}
input[type=button], input[type=checkbox], input[type=color], input[type=file],
input[type=image], input[type=radio], input[type=range], input[type=reset],
input[type=submit] {
	cursor: pointer;
}
textarea {
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #ccc;
	overflow: auto;
	resize: none;
	cursor: text;
	-webkit-tap-highlight-color: transparent;
}
select {
	box-sizing: border-box;
	overflow: auto;
	cursor: pointer;
	text-transform: none;
	-webkit-tap-highlight-color: transparent;
}
select optgroup {
	cursor: default;
}
select option {
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: #b3b3b3;
}
::-moz-placeholder {
	color: #b3b3b3;
}
:-ms-input-placeholder {
	color: #b3b3b3;
}
:-moz-placeholder {
	color: #b3b3b3;
}
/*
:focus, input[type=checkbox]:focus + label, input[type=radio]:focus + label,
.focus, input[type=checkbox].focus + label, input[type=radio].focus + label {
	outline: 2px solid #a5c7fe;
}*/
