section{
	padding : 100px 0;
}

.top-nav{
	margin-bottom : 80px;
}

.detail-wrap{
	max-width : 960px;
	margin : auto;
	margin-bottom: 200px;
}

h1{
	padding-bottom : 20px;
	border-bottom : 1px solid #333;
	margin-bottom :50px;
}

.contents-wrap{
	font-size : 20px;
	line-height : 1.5em;
	text-align : center;
}

.contents-wrap .image-wrap{
	margin: 30px 0;
}

.recent-post-wrap .list-wrap > ul{
	display : grid;
	grid-template-columns : repeat(3, 1fr);
	gap : 10px;
}

h2{
	font-weight : 400;
	margin-bottom : 30px;
}

h3{
	font-weight : 400;
	margin : 10px;
}

.image-wrap img{
	margin : 10px 0;
}