.full-popup	{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom:	0;
	z-index: 40;
	background:	#fff;
	justify-content: center;
	align-items: center;
	transition:	all	0.2s;
	transform: translateY(100%);
		z-index: 2100;
		transform-style: preserve-3d;
}
.full-popup.on {
	transform: translateY(0);
}
.full-popup-contents {
	/* padding:	10px; */
	background:	var(--txt-color2gray);
	width: 100%;
	height:	100%;
	position: relative;
}
.full-popup-contents .btn-close	{
	position: absolute;
	right: 1.5em;
	top: 10px;
	width: 50px;
	padding: 14px;
	z-index: 1;
}
.quiz-column-footer	> div >	div:nth-of-type(1) {
	opacity: 0;
}