#noInfoBox {}

#infoBox {
	text-align: left;
	width: 100%;
	max-width: 600px;
	margin: auto;
	border: 1px solid;
	padding: 10px;
	background-color: var(--themeColor-1);
}

#infoImgBox {
	display: table;
	margin: 20px auto;
	position: relative;
	text-align: center;
	width: 100%;
	min-width: 300px;
	min-height: 300px;
}

#pointImage {
	opacity: 0;
	transition: 1s;
	border-radius: 25px;
	padding: 15px;
	background-color: white;
	max-width: calc(100% - 40px);
	max-height: calc(100% - 40px);
	box-shadow: var(--thinStroke-black);
}

#pageTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: HangeulNuri-Bold;
	font-size: 40px;
	text-shadow: var(--stroke-black);
	color: white;
}

#descSumm {
	line-height: 1.8em;
}

#boxFootprint {
	text-align: right;
}

.footprint-checked,
.footprint-uncheck {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#footprintCount {}