/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg { 	position: fixed; 	height: 100%;	width: 100%;	background: #000;	background: rgba(0,0,0,.8);	z-index: 9999;	display: none;	top: 0;	left: 0; }.reveal-modal {	visibility: hidden;	position: fixed;	z-index: 99999;	width:80%;	left:10%;	top: calc(50%) !important;    transform: translateY(-50%);}.reveal-modal .close-reveal-modal {	text-align:center;	cursor: pointer;	width:40%;	line-height:36px;	border-radius:2em;	border:1px solid #fc96e2;	color:#fc96e2;	font-size:16px;	margin:10px auto 0;	display:block;} 
.popup_bg_jb img{	width:60%;	margin:0 auto;}.popup_bg_jb{	border-radius:20px;	background: #fff}
.kf_box{	text-align:center;}.kf_box h3{	font-size:16px;	color:#000;}.kf_box .popup_bg_jb{	padding:30px 0 40px;}