@charset "UTF-8";

/*
 * RESET
 * @Updage : 20190508
 */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
body {
	margin: 0
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
main {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	letter-spacing: -.04em;
	line-height: 1;
}
div, p, span, i, ul, dl, ol, table {
	letter-spacing: -.04em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	font-weight: inherit;
}
p {
	margin: 0;
}
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl,
dt,
dd {
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend,
caption {
	display: none;
}
a {
	color: inherit;
	text-decoration: none;
}
address,
em {
	font-style: normal;
}
img {
	vertical-align: top;
	max-width: 100%;
	border: 0;
}
input,
button,
select {
	color: inherit;
	font: inherit;
	text-align: inherit;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}
button {
	overflow: visible;
	border: 0;
	background-color: transparent;
}
textarea {
	font-size: inherit;
	box-sizing: border-box;
}
a:focus,
select:focus,
textarea:focus,
button:focus,
input:focus {
	outline: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type='checkbox']:checked+i:before {
	opacity: 1;
}
input[data-type='number'] {
	ime-mode: disabled;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}
input[type='search'] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
button[disabled],
input[disabled] {
	cursor: default;
	opacity: .5;
}
input::-ms-clear {
	display: none;
}
i {
    font-style: normal;
}

/*
 * normalize
 * @생성: 201703
 * @NOTE : base font-size: 16px;
 */

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    src:
    url('../fonts/NotoSansKR-Light.eot'),
    url('../fonts/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansKR-Light.woff') format('woff'),
    url('../fonts/NotoSansKR-Light.otf') format('opentype');
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    src:
    url('../fonts/NotoSansKR-Regular.eot'),
    url('../fonts/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansKR-Regular.woff') format('woff'),
    url('../fonts/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    src:
    url('../fonts/NotoSansKR-Medium.eot'),
    url('../fonts/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansKR-Medium.woff') format('woff'),
    url('../fonts/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    src:
    url('../fonts/NotoSansKR-Bold.eot'),
    url('../fonts/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansKR-Bold.woff') format('woff'),
    url('../fonts/NotoSansKR-Bold.otf') format('opentype');
}

html {
	font-size: 100%;
	font-family: "Noto Sans KR", 'sans-serif';
}
button,
input,
textarea {
	font-family: inherit;
	-webkit-appearance: none;
}
input, textarea, select, button {
	letter-spacing: -.04em;
}
body {
	position: relative;
}
::-webkit-scrollbar {
	width: 10px;
	width: 0.625rem;
}
::-webkit-scrollbar-track {
	/* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
	background-color: #ddd;
}
::-webkit-scrollbar-thumb {
	background-color: #ccc;
}
