body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {margin:0;padding:0}
html {
	font-size: 62.5%; /* 1rem = 10px */
	letter-spacing: -0.05em;
	line-height: 1.2;
	color: #1d1d1d;

	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;

	scroll-behavior: smooth;
}

/*@media (max-width: 1024px) {
	html {
		font-size: 56.25%; !* 1rem = 9px *!
	}
}

@media (max-width: 768px) {
	html {
		font-size: 50%; !* 1rem = 8px *!
	}
}

@media (max-width: 480px) {
	html {
		font-size: 43.75%; !* 1rem = 7px *!
	}
}*/

body {
	font-size: 1.4rem;
	line-height: 1.2;
	font-family: 'pretendard','Noto Sans KR', 'Arial', 'myeongjo', sans-serif;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border-radius: 0;
	outline-offset: -2px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
}
address,
em {
	font-style: normal;
}
a img,
fieldset,
img {
	border: none;
}
caption,
legend {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	border: none;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}
caption {
	color: transparent;
}
table {
	position: relative;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
button,
input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	font-size: inherit;
	border: none;
}
textarea {
	resize: vertical;

	-ms-overflow-style: none;
}
button {
	border: 0;
	background-color: transparent;
}
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
	margin: 0;
}
audio,
button,
canvas,
iframe,
img,
input,
label,
select,
svg,
video {
	vertical-align: middle;
}
input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
	display: none;
}
select::-ms-expand {
	display: none;
}
a,
button,
input[type=button] {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: #aaa!important;
}
:-ms-input-placeholder {
	color: #aaa!important;
}
::-moz-placeholder {
	color: #aaa!important;
}
:-moz-placeholder {
	color: #aaa!important;
}
::placeholder {
	color: #aaa!important;
}
pre {
	font-family: inherit;
	font-size: inherit;
}
img {
	max-width:100%;
}