.pop_box {
	position: fixed;
	top: 0px;
	left: 0px;
	background: url('/manager/images/layer_bg.png');
	background-size: 100% 100%;
	background-position: center center;
	height: 100%;
	width: 100%;
	text-align: center;
	display: none;
	z-index: 99;

}
.pop_div {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;

	z-index: 100;
	display: none;
	border-radius: 5px;
	background: #fff;

}
.pop_inc {
	overflow-x: auto;
	overflow-y: auto;
	margin: 0 auto;
	max-height: 850px;
	padding: 10px 10px;
	z-index: 100;
}
.pop_close::after {
	content: "X";
	background: #bbb;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px 10px;
	border: 1px solid #bbb;
	border-radius: 50%;
	cursor: pointer;
}

.hand { cursor: pointer; }
.off { display: none; }
.default { margin-left: 10px; }

.mem_info { position: relative }
.mem_info .mem_out { position: absolute; top: 0px; right: 0px }
.mem_info .mem_out button {  font-size: 0.9rem !important; color: #999;  }