* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed !important;
	width: 100%;
	height: 100%;

	z-index: 1000;

	top: 0;
	left: 0;

	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed !important;
	left: 30%;
	top: 0%;
	margin: 50px 0px 0px -20vw;
	text-align: right;
	z-index: 2000;
	width: 80%;
}

@media (max-width: 768px) {
	.layer_board {
		margin: 10px 0px 0px -20vw;
	}
	.btn_close img {
		width: 30px;
		margin: 0 auto 6px;
		}
	}
/*@media (min-width: 769px) { */
	.layer_board .pop_main img {
		max-height: 85vh;
		margin: 0 auto;
	}
/*}
/*
@media (max-width: 768px) {
	.layer_board .pop_main img {
		width: 100%;
		margin: 0 auto;
	}
}*/
.btn_close {
text-align: right;
margin-bottom: 10px;
}
.popup_fixed {
	position: fixed;
}
