@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
fieldset {
	border: 0 none;
}
img {
	border: 0 none;
	vertical-align: top;
}
dl,
ul,
ol,
menu,
li {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
i {
	font-style: normal;
}
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
}
button {
	font-size: 100%;
	vertical-align: middle;
	cursor: pointer;
	border: 0 none;
	background-color: transparent;
	outline: none;
	text-align: left;
	font-family: 'Noto Sans KR', sans-serif;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	resize: none;
	font-family: 'Noto Sans KR', sans-serif;
}
input {
	border: 0;
	border-radius: 0;
	font-family: 'Noto Sans KR', sans-serif;
	outline: none;
}

a {
	cursor: pointer;
}
a,
a:active,
a:hover {
	text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: normal;
}
#page1,
#page2,
#page3,
#page4,
#page5,
#page6 {
	position: absolute;
	width: 1px;
	height: 1px;
	bottom: 69px;
}
#page2,
#page3,
#page4,
#page5,
#page6 {
	top: -69px;
	bottom: 0;
}
#page7 {
	width: 1px;
	height: 1px;
}
body {
	font-family: 'Noto Sans KR', sans-serif;
	line-height: 1;
	word-break: keep-all;
}

.cf:after {
	content: '';
	display: block;
	clear: both;
}

.hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	opacity: 0;
	text-indent: -999999px;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100px;
	overflow: hidden;
}
