@font-face {
	font-family:'Pretendard';
	src:url("./font/Pretendard-Regular.woff2") format("woff2")
}
body,p,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
dl,dt,dd,
table,th,td,
form,fieldset,legend,input,textarea,button,select {
	margin:0;
	padding:0
}
body,
input,textarea,select,
button,table {
	font-family:"Pretendard","Malgun Gothic","¸¼Àº °íµñ",Sans-serif;
	font-size:14px;
	letter-spacing:-1px
}
input::-ms-reveal,
input::-ms-clear {
	display:none
}
img {
	border: 0px currentColor; 
	border-image: none;
}
fieldset {
	border: 0px currentColor; 
	border-image: none;
}
ul,ol {
	list-style:none
}
em,address {
	font-style:normal
}
a {
	text-decoration:none
}
html {
	height:100%
}
body {
	position:relative;
	min-height:100%
}
table {
	border-collapse:collapse
}
.blind,caption,legend,.ico em {
	overflow:hidden;
	position:absolute;
	clip:rect(1px,1px,1px,1px);
	text-indent:-9999px;
	white-space:nowrap
}
button {
	overflow:visible;
	position:relative;
	background:none;
	border:none;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	cursor:pointer
}
button span {
	position:relative
}
header,main,nav,aside,section,footer {
	display: block
}