﻿.mainer-cert {
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/static/images/greenzone/cert/bg.png');
}

.mainer-cert-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;

}

.mainer-cert-body span,
.mainer-cert-body p {
	font-family: 'nexa';
	color: #6e513a;
	line-height: 1em;
}

.body-1001 {
	display: flex;
	justify-content: center;
}

.body-1001-p-1 {
	padding-top: 5.32vw;
	font-size: 4vw;
}

.body-1001-p-2 {
	font-size: 8vw;
}

.body-1002 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.body-1002-p-1,
.body-1002-p-2 {
	font-size: 1.4vw;
}

.body-1003 {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 8vh;
	padding-bottom: 5vh;
}

.slide {
	flex: 1;
	overflow: hidden;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.marquee_ul {
	width: 100%;
	display: flex;
	height: 100%;
	margin-block: 0;
	overflow: hidden;
	list-style: none;
}

.marquee_ul li {
	width: 10vw;
	height: 100%;
	float: left;
	margin-right: 15px;
	border-radius: 2px;
}

.slide-body {
	cursor: pointer;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.slide-body:hover {
	scale: 1.2;
}