#boxPageMain {
	width: 95%;
	max-width: 1900px;
	min-height: calc(100vh - 110px);
	display: table;
	padding: 10px;
	opacity: 0;
	/* background-color: color-mix(in srgb, var(--themeColor-2), transparent 60%); */
	margin: 10px auto;
}

#pageMainTd {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#boxBtnFestival, #boxPlaceSearch, #boxCheckAround, #fsKwdSearch{
	opacity: 0;
	margin: 20px auto;
}

#fsKwdSearch{
	width: 80%;
	max-width: 400px;
	min-width: 300px;
	margin: auto;
	background-color: #ffffff69;
}
#fsKwdSearch>legend {
	font-size: 16px;
	text-align: left;
	background-color: #ffffff69;
	border: 1px solid white;
	padding: 5px;
}

#boxPlaceSearch select {
	width: calc(50% - 4px);
	margin-bottom: 2px;
	font-size: 15px;
	padding: 5px;
	border: 1px solid;
	border-radius: 0px 15px 0px 0px;
}

#inputSearchKwd {
	width: 100%;
	padding: 5px;
	border: 1px solid;
}

.iconBtnSearch {
	min-width: unset;
	min-height: unset;
	width: 38px;
	height: 38px;
	border: 1px solid;
	border-radius: 5px;
	vertical-align: middle;
}

#btnCheckAround {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: color-mix(in srgb, var(--rtTitleBar), transparent 30%);
	color: white;
	border: 3px solid;
	box-shadow: var(--stroke-gold);
}

#boxHederTitle {
	background-color: #310000;
	padding: 40px 0px;
	margin-bottom: 40px;
}

#btnGoFestival {
	width: 80%;
	max-width: 400px;
	min-width: 300px;
	padding: 20px 0px;
	margin: 40px 0px;
	border: 1px solid;
	border-radius: 15px;
	background: linear-gradient(180deg, var(--themeColor-1) 21%, var(--themeColor-5) 80%, #4d4d4d);
	font-size: 30px;
	font-family: 'HangeulNuri-Bold';
}

#boxFstatus {
	background: linear-gradient(90deg, transparent, white, transparent);
}
.fStatus{
	padding: 5px 0px;
}
#nowOpenFestivalCount {
	font-size: 30px;
}
#beforeOpenFestivalCount {
	font-size: 20px;
}
#nowOpenFestivalCount, #beforeOpenFestivalCount {
	color : black;
	display: inline-block;
}

#btnDailyHistoricLM {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	color: white;
	border: 3px solid;
	box-shadow: var(--stroke-gold);
	background-size: cover;
	background-position: center;
}

