#manifesto .flexBox {
	display: flex;
}

#manifesto .flexBox .manifestoList:first-child {
	margin-right: 30px;
}

#manifesto .flexBox .manifestoList {
	text-decoration: none;
	list-style: none;
}

#manifesto .flexBox .manifestoList p a img {
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}


#manifesto .flexBox .manifestoList p a img:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
	transform: translateY(-2px);
}

#manifesto .flexBox .manifestoList p a img {
	width: 430px;
	height: 607px;
	margin-top: 20px;
}

iframe {
	width: 100%;
	height: 90vh;
	border: none;
}

.imgBox {
	width: 800px;
}

.imgBox img{
	margin-top: 20px;
	width: 100%;
}

.imgBox_detail{
	width: 700px;
}

.imgBox_detail img{
	margin-top: 20px;
	width: 100%;
}