@charset "UTF-8";
/*
 * CSS Base v0.1.3 [License-Free, Stability NOT Guaranteed]
 * - Resets Browser Default CSS
 * - Normalizes Form Element Default Style
 * - Sets Device-Depended Safe Fonts
 * - Supports Modern Browsers and IE8+
 ******************************************************************************
 * REFERENCES:
 * Eric Meyer (v2.0; 20110126; No License)
 * - http://meyerweb.com/eric/tools/css/reset/
 * normalize.css (v4.1.1; MIT License)
 * - http://github.com/necolas/normalize.css
 */

/* elements general */
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, 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: auto;
	overflow: visible;
	background: transparent;
	color: #000;
	font-family: 'notokr-regular';
	/*
	
	font: normal normal 100%/130% 'NanumSquare', "맑은 고딕", "Malgun Gothic", "Segoe UI", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "Microsoft NeoGothic", "Droid sans", Verdana, Arial, sans-serif;
	*/
	text-decoration: none;
	text-shadow: none;
	max-width: 1064px;
}

/* additional display */
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;
}

/* decoration */
html {
	height: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
body {
	position: relative;
	min-height: 100%;
}
html, body {
	width: 100%;
	font-size: 14px;
	word-break: keep-all;
}
div {
	-webkit-overflow-scrolling: touch;
}
abbr[title] {
	border-bottom: none;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
b, strong {
	font-weight: inherit;
}
b, strong {
	font-weight: bolder;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, b:after {
	content: none;
}
code, kbd, pre, samp {
	font-family: Consolas, "Lucida Console", monospace, "Courier New";
}
hr {
	height: 0;
}
img {
	border-style: none;
}
ol, ul {
	list-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	display: none;
}

/* user interface */
a, button, input, option, select, textarea,
[type=checkbox] + label, [type=radio] + label {
	box-sizing: border-box;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
textarea, [type=email], [type=number], [type=password], [type=search],
[type=tel], [type=text], [type=url] {
	cursor: text;
}
optgroup, [type=date], [type=datetime], [type="datetime-local"],
[type=month], [type=range], [type=time], [type=week]  {
	cursor: default;
}
button:disabled, input:disabled, option:disabled, select:disabled,
textarea:disabled {
	cursor: default !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
a {
	box-sizing: content-box;
	-webkit-text-decoration-skip: objects;
}
button:active {
	outline: none !important;
}
button > * {
	position: relative;
}
h1, h2, h3, h4, h5, h6, span, p, a, button, th, td, input, label {
	letter-spacing: -0.04em;
}
button, input, select, textarea {
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
button, select {
	text-transform: none;
}
button, [type=button], html [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
[type=number], [type=search] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
[type=search] {
	outline-offset: -2px;
}
optgroup {
	font-weight: bold;
}
select, textarea {
	overflow: auto;
}
textarea {
	resize: none;
}
[type=checkbox], [type=radio] {
	width: 13px;
	height: 13px;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input::-ms-reveal {
	display: none;
}
::-webkit-input-placeholder {
	color: inherit;
	font: inherit !important;
	opacity: .6;
}
::-moz-placeholder {
	color: inherit;
	font: inherit !important;
	opacity: .6;
}
:-ms-input-placeholder {
	color: inherit;
	font: inherit;
	opacity: .6;
}
:-moz-placeholder {
	color: inherit;
	font: inherit !important;
	opacity: .6;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font: inherit;
}

input[type=password] {
	font-family: 'notokr-regular' !important;
}
input[type=password]::-webkit-input-placeholder {
	font-family: 'notokr-regular' !important;
}
input[type=password]::-moz-placeholder {
	font-family: 'notokr-regular' !important;
}
input[type=password]:-ms-input-placeholder {
	font-family: 'notokr-regular';
}
input[type=password]:-moz-placeholder {
	font-family: 'notokr-regular' !important;
}


/*
input[type=password] {
	font-family: sans-serif !important;
}
input[type=password]::-webkit-input-placeholder {
	font-family: 'NanumSquare', sans-serif !important;
}
input[type=password]::-moz-placeholder {
	font-family: 'NanumSquare', sans-serif !important;
}
input[type=password]:-ms-input-placeholder {
	font-family: 'NanumSquare', sans-serif;
}
input[type=password]:-moz-placeholder {
	font-family: 'NanumSquare', sans-serif !important;
}
*/