.contCard {
	background-color: white;
	border: 1px solid black;
	border-radius: 15px;
	padding: 15px 15px 60px;
	margin: 20px auto;
}

.contentBox {
	margin: 20px auto;
}
.contentBox img {
	max-width: 100%;
}

#boxPageTitle {
	background-color: var(--rtTitleBar);
	padding: 20px 10px;
}

#pageTitleText {
	font-size: 40px;
	font-family: HangeulNuri-Bold;
	color: gold;
	text-shadow: var(--stroke-black);
}

#pageTitleCapt {
	color: white;
	font-size: 16px;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}

.introText {
	background-color: #ffffffaa;
	padding: 20px 10px;
}

#btnViewMap {
	background-image: url('../img/icon/map_pin_w50.png');
}

#btnViewPointList {
	background-image: url('../img/icon/btn_list.png');
}

#boxLMap {
	width: 95%;
	border: 10px solid white;
}

pos-val,
.linkBtn {
	width: 40px;
	height: 40px;
	float: right;
	margin: 5px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

pos-val {
	background-image: url('../img/icon/map_pin_w50.png');
}

.linkBtn {
	background-image: url('../img/icon/icon_openNewWin.png');
}

.rankingNumber {
	font-size: 30px;
	color: white;
	text-shadow: var(--stroke-black);
}

#boxPointLinks {
	width: 95%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #000000cc;
	padding: 20px 10px;
}

.btnPlist {
	padding: 0px 10px;
	margin: 3px 5px;
	border-radius: 10px;
	border: 1px solid;
}

.imgCapt {
	font-size: 14px;
}