/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.section-welcome .marquee-detail {
	padding-inline-start: 12px;
}

@media only screen and (max-width: 734px) {
	.section-welcome .detail-inner-group {
		justify-content: center;
	}
	.section-welcome .marquee-detail {
		padding-top: 8px;
	}
}
.section-welcome .marquee .marquee-detail::before {
	background: none;
}

@media only screen and (max-width: 1069px) {
	.section-welcome .viewport-content {
		row-gap: 2px;
	}
	.section-welcome .detail-inner-group {
		flex-direction: column;
		align-items: flex-end;
		top: 10px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-welcome .viewport-content {
		row-gap: 2px;
	}
	.section-welcome .detail-inner-group {
		top: -60px;
	}
}

@media only screen and (max-width: 734px) {
	.section-welcome .detail-inner-group {
		flex-direction: column;
		align-items: center;
		top: -10px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
