
h1 {
	margin-top:3rem;
	display: block;
	font-size: 30px;
	font-family: 'Pretendard-Bold';
	line-height: inherit;
	color: #222;
}
h1 span{
	text-decoration:none!important;
}

h2 {
	font-family: 'Pretendard-ExtraBold';
	line-height: inherit;
	font-weight: lighter;
	font-size: 25px!important;
	color: #222;
	margin-top:5rem;
}

h3 {
	font-family: Pretendard;
	line-height: inherit;
	font-weight: 400!important;
	font-size: 20px!important;
	color: #222;
	margin-top:3rem;
}

h4 {
	font-family: Pretendard;
	line-height: inherit;
	font-weight: 200!important;
	font-size: 18px!important;
	color: #222;
	margin-top:1.1rem;
}

p {
	color: #000;
	font-size: 18px;
	font-family: 'Pretendard-Light';
	line-height: 35px;
	margin-top:1rem;
	margin-bottom:2rem;
}

ul li {
	font-family: 'Pretendard-Light';
	list-style: initial;
	color: #000;
	font-size: 18px;
	line-height: 26px;
	margin-top:1rem;
	margin-bottom:2rem;
	margin-left:3rem;
}

p a {
	color: #0101DF;
	font-weight: 600;
}

p a:hover {
	color: #FF0040;
}