/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
.reveal-modal {
		visibility: hidden;
		top: 100px !important; 
		left: 50%;
		
		 background-color: #fff;position: fixed; 

		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}

/**** pc ****/
@media only all and (min-width:1301px) {		.reveal-modal {
		visibility: hidden;
		top: 5% !important; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		 background-color: #fff;
		position: fixed; 
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
}
/**** 테블릿 ****/
@media all and (max-width:1300px) and (min-width:768px) {		
.reveal-modal {
		visibility: hidden;
		top: 100px !important; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		 background-color: #fff;
		position: fixed; 
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
}
/**** 모바일 ****/
@media only all and (max-width:767px) {		
	.reveal-modal {
		visibility: hidden;
		top: 0% !important; 
		left: 0px;
		margin-left: 0px;
		width: 100%;
		background: #fff;
		position: fixed!important; 
		
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		 height: 100vh;
		z-index: 101999999999999999999999999999999999999999999999999999999999999999999999999!important;
		padding: 20px;
		}
	
}
/**** pc ****/
@media only all and (min-width:1301px) {	
	.reveal-modal.xxlarge 		{ width:1200px ; margin-left: -600px;  }
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -400px;	}
	.reveal-modal.sbox	{ width: 500px; margin-left: -250px;}
}
/**** 테블릿 ****/
@media all and (max-width:1300px) and (min-width:768px) {	
	.reveal-modal.xxlarge 		{ width:900px; margin-left: -450px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -400px;}
	.reveal-modal.sbox	{ width: 500px; margin-left: -250px;}
}
/**** 모바일 ****/
@media only all and (max-width:767px) {	
	.reveal-modal.xxlarge 		{ width: 100%; }
	.reveal-modal.xlarge 		{ width: 100%;	z-index: 101999999999999999999999; 	position: fixed; z-index: 101999999999999999999999999999999999999999999999999999999999999999999999999!important;}
	.reveal-modal.sbox	{ width: 100%; }
}

	.reveal-modal .close-reveal-modal {
		font-size: 40px;
		line-height: .5;
		position: absolute;
		top: 15px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,1);
		font-weight: bold;
		cursor: pointer;
		} 
