@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

body{
	padding:15px;
	font-family: 'Pretendard', sans-serif;
	line-height: 1.5;
	word-break: keep-all;
}

h1{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 45px;
}

h2{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 45px;
	padding-bottom: 15px;
}

summary{
	list-style-type: none;
	cursor: pointer; 
}


a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:hover {
  color: red;
}


.number {
	font-size: 10px;
	color: silver;
}

.list {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 60px;
	width: 65vw;
}

.list_w {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 60px;
	width: 65vw;
	line-height: 0.8;
}

.click {
	color: red;
}

.ontop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 15px;

}

.credit{
	position: fixed;
	bottom: 20px;
	left: 15px;
	font-size: 10px;
}