.red { color: #ff0000; }
.blue { color: #1A8AD5 }
.off { display: none; }

.pop_box {
	position: fixed;
	top: 0px;
	left: 0px;
	background: url('/user/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%);
	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;
}

.btn2{ width: 100%; padding: 3.3333vw 0; font-size: 5.5556vw; color: #FFF; background-color: #0077BD; border-radius: 1.6667vw; font-size: 3vw;  padding: 1.5vh 1vw; }