#boxFestivalNews {
	/* max-height: calc(100vh - 160px); */
	overflow: auto;
}

.cardFestivalHeader {
	font-size: 40px;
	font-weight: bold;
	text-shadow: var(--stroke-black);
}

.underCapt {
	font-size: 15px;
	text-shadow: var(--thinStroke-black);
}

.cardFestival {
	border: 1px solid black;
	width: 100%;
	max-width: 250px;
	/* display: inline-block; */
	height: 300px;
	margin: 20px 10px;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background-image: url(/rtTour/img/now-image-loading.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
}

.cardFestival div {
	position: absolute;
}

.cardFestivalBgImg {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-position: center;
}

.cardFestivalBgImg:hover {
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
}

.cardFestivalTitle {
	top: 0px;
	left: 0px;
	background-color: color-mix(in srgb, var(--rtTitleBar), transparent 30%);
	width: 100%;
	padding: 5px;
}

.cardFestivalTitleText {
	font-family: HangeulNuri-Bold;
	color: white;
	font-size: 25px;
	text-shadow: var(--stroke-black);
}

.cardFestivalAreaBadge {
	bottom: -31px;
	left: -3px;
	background-color: white;
	border: 1px solid black;
	padding: 3px 10px;
	font-size: 16px
}

.cardFestivalDate {
	width: 100%;
	padding: 5px;
	bottom: 0px;
	left: 0px;
	background-color: color-mix(in srgb, var(--rtTitleBar), transparent 30%);
	color: gold;
	font-size: 15px;
}

.btnFestivalRegionGo {
	margin: 10px;
	min-width: 120px;
	padding: 10px;
}

.festivalBadgeNow,
.festivalBadgeDday {
	right: 5px;
	bottom: 35px;
	font-size: 15px;
	padding: 0 10px;
	border-radius: 15px;
	border: 2px solid;
}

.festivalBadgeDday {
	background-color: blue;
	color: white;
}

.festivalBadgeNow {
	background-color: var(--nmHorangiBG);
	color: white;
	animation: 1s infinite blink;
}

#boxFestivalNewsList, #boxRegionsFestivals{
	height: 0px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.btnCategoryTitle {
	color: var(--ribbonTxt);
	background: linear-gradient(180deg, var(--themeColor-4), var(--themeColor-5));
	background-position: center;
	background-size: cover;
	padding: 15px;
}