#popup_bg{
	z-index: 11;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
#popup_con{
	position: fixed;
	background: #FFFFFF;
	width: 90%;
	top: 50%;
	left: 5%;
	padding-bottom: 3%;
	color:#000000;
}
#popup_con .text1{
	font-weight: bold;
	font-size: 16px;
	padding: 3% 5%;
	background-image: url(../Image/t_popup.png);
	background-size: 100% 100%;
}
#popup_con .text2{
	padding: 3% 5%;
	padding-bottom: 0%;
}
#popup_con .button{
	width: 30%;
	margin: auto;
	text-align: center;
	margin-top: 3%;
	border-radius: 10px;
	box-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.3);
}
