.layer_board_bg,
.layer_board {
	position: absolute;
}
.layer_board_bg {
	background: #000;
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	opacity: .7 !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.layer_board {
	align-items: center;
	color: #fff;
	display: none;
	font-size: 20px;
	height: 100vh;
	height: 100svh;
	justify-content: center;
	/* left: 50%; */
	/*transform: translate(-50%, -50%);*/
	/* transform: translateX(-50%); */
	text-align: left;
	/*position: fixed;*/
	top: 0;
	/* padding: 60px 0;
	width: 95%; */
	width: 100%;
	z-index: 2000;
}
.layer_borad_content {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.btn_close {
	margin: 0;
	padding-top: 32px;
}
.btn_close a {
	background-color: #000;
	color: #fff;
	opacity: .8;
	padding: 16px 32px 14px 24px;
}
.btn_close span {
	font-size: 24px;
	margin-right: 8px;
	vertical-align: middle;
}
@media (max-width: 539px) {
	.layer_board {
		font-size: 16px;
	}
}


@media screen and (max-width:767px) {
	.layer_board {
		height: 100%;
	}
	.layer_borad_content {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: center;
		width: 100%;
	}
}
