/**** pc ****/
@media only all and (min-width:1301px) {
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 10099;
		display: none;
		top: 0;
		left: 0; overflow: hidden
		}
}
/**** 테블릿 ****/
@media all and (max-width:1300px) and (min-width:768px) {
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 10099;
		display: none;
		top: 0;
		left: 0; overflow: hidden
		}
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.reveal-modal-bg { 
		position: fixed; 
		height: 100vh;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 10099;
		display: none;
		top: 0px;
		left: 0px; overflow: hidden!important
		}
}


/**** pc ****/
@media only all and (min-width:1301px) {
		.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -325px;
		max-width: 750px;
		position: absolute;
		z-index: 10099999999999999;
		padding: 0px;
		}
}
/**** 테블릿 ****/
@media all and (max-width:1300px) and (min-width:768px) {
		.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -325px;
		max-width: 750px;
		position: absolute;
	z-index: 10099999999999999;
		padding: 0px;
	
		}
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	
		.reveal-modal {
		visibility: hidden;
		top: 0px;
		left:0px;
		width: 100%;
	position: absolute; 
	z-index: 10099999999999999;
		padding: 0px;
	
		}
}



		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 50px;
		line-height: .5;
		position: absolute;
		top: 15px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		cursor: pointer; color: #333
		} 
	