.guide_wrapper{
	padding-top: 64px;
}

.guide_wrapper .guide_title-upperText,
.guide_wrapper .guide-titleFlex{
	width: 1200px;
	margin: 0 auto;
}

[data-page="uqwimax"] .guide_title-upperText{
	color: var(--color-uqwimax);
}

.guide_wrapper .guide-titleFlex{
    margin-top: 12px;
}

.guide_wrapper .guide-image{
	width: fit-content;
	margin: 40px auto 0;
}

.guide_wrapper .guide-btnWrapper{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 40px auto 0;
}

.guide_wrapper .guide-btnWrapper .guide-btn{
	margin: 0;
}

.guide_wrapper .guide-bnrwrapper{
	width: fit-content;
	margin: 64px auto 0;
}

.guide_wrapper .guide-bnrwrapper img{
	border-radius: 8px;
	box-shadow: 0px 3px 6px #00000029;
}