#pageTitle {
	font-family: HangeulNuri-Bold;
	font-size: 40px;
	font-weight: bold;
	padding: 20px;
	width: 100%;
	margin: auto;
	text-align: center;
	color: white;
	background-color: var(--themeColor-5);
	text-shadow: 1px 1px black;
	min-height: 100px;
	/* display: grid;
	align-items: center; */
}

#boxFestInfo {
	width: 500px;
	max-width: 90%;
	margin: 50px auto;
	border: 2px solid;
	padding: 10px;
	background-color: var(--themeColor-1);
	text-align: center;
}

#titleImg {
	max-width: 100%;
	border: 1px solid white;
	box-shadow: var(--thinStroke-black);
	cursor: pointer;
}

#boxOverview {
	width: 95%;
	line-height: 1.5em;
	margin: auto;
}

#boxFestInfoDetail {
	text-align: left;
	width: 100%;
	max-width: 600px;
	margin: auto;
	border: 1px solid;
	padding: 10px;
	background-color: var(--themeColor-1);
}

#boxFootprint {
	text-align: right;
}

.footprint-checked, .footprint-uncheck {
	width: 50px;
	height: 50px;
	cursor: pointer;	
}

#footprintCount {
	
}