* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
}

body {
	margin: 40px;
}


h1,
h2 {
	font-family: "yoon-gulim-750", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 30px;
	margin-left: 30px;
}

article {
	text-indent: 40px;
	margin: 80px;
	margin-top: 30px;
  font-family: "Nanum Gothic", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

