@charset "UTF-8";

/* Reset CSS */
* {
	box-sizing: border-box;
}
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, strong, 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: inherit;
	vertical-align: baseline;
}
html {
	font-size: 100%;
}
body {
	overflow-x: hidden;
	min-width: 372px;
	font-family: 'Noto Sans KR', sans-serif;
	/* line-height: 1; */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	vertical-align: top;
	border: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
quotes: ;before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table caption {
	display: none;
}
video {
	width: 100%;
}
input:focus {
	outline: 3px solid rgba(123, 38, 130, 0.4);
}
::selection {
	background: #8940a1;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #8940a1;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #8940a1;
	color: #fff;
	text-shadow: none;
}
::placeholder {
	font-family : "Noto Sans KR", sans-serif;
	color: #8940a1;
}
::-webkit-input-placeholder { /* WebKit browsers */
	font-family : "Noto Sans KR", sans-serif;
	color: #8940a1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family : "Noto Sans KR", sans-serif;
	color: #8940a1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family : "Noto Sans KR", sans-serif;
	color: #8940a1;
}
::-webkit-input-placeholder { /* Edge */
	font-family : "Noto Sans KR", sans-serif;
	color: #8940a1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family : "Noto Sans KR", sans-serif;
	color: #8940a1;
}
::-webkit-scrollbar {
	display: none;
}
.clearfix::before,
.clearfix::after {
	display: block;
	content: '';
}
.clearfix::after {
	clear: both;
}
