footer {
	position: relative !important;
	/*bottom: -3.5rem !important;*/
	left: 0 !important;
	width: 100% !important;
	height: 14rem !important;
	z-index: 1 !important; /* 낮은 z-index로 설정 */
	min-width:320px;
}
.modal-dialog-centered {
	display: flex !important;
	align-items: center !important;
	min-height: calc(100% - var(--cz-modal-margin) * 10) !important;
}
/*
.modal-content {
	max-height: 80vh !important; !* 모달의 최대 높이를 설정 *!
	overflow-y: auto !important; !* 모달 안에 스크롤을 추가 *!
}*/
