		.style1 {color: #666666;font-size:9pt}

		/*큰창*/
		.popup_event_BIG{ 
			top:120px; 
			position:absolute; 
			z-index:2000; 
			border:4px solid #1d2088; 
			width:500px; 
			height:780px; 
			background-color:#ffffff;
			display:none; 
		}
		
		/*작은창*/
		.popup_event_SMALL{
			top:120px; 
			position:absolute; 
			z-index:2000; 
			border:4px solid #1d2088; 
			width:430px; 
			height:510px; 
			background-color:#ffffff; 
			display:none; 
		}

		/*SNS용창*/
		.popup_event_SNS{
		    top:120px; 
			position:absolute; 
			z-index:2000; 
			border:4px solid #1d2088; 
			width:430px; 
			height:510px; 
			background-color:#ffffff;
			display:none; 
		}

		.popupbtn li{
			list-style: none;
			float:left;
			text-align:center;
			padding-top: 10px;
			height: 43px;
		}
		.popupbtn span{
			font-size:17px; 
			font-weight: 800;	
		}

		.popupbtn a{
			text-decoration-line:none;
		}
		a{
			cursor:pointer;
		}

		@media only screen and  (max-width:1000px) { 
			.popup_event_SNS{				
				top:90px  !important;
				left:2% !important;
				width:95%  !important; 
				height:473px  !important; 
			}

			.popup_event_SMALL{
				top:90px  !important;
				left:2% !important;
				width:95%  !important; 
				height:473px  !important; 
			}

			.popup_event_BIG{
				top:90px  !important;
				left:2% !important;
				width:95%  !important; 
				height:630px  !important; 
			}

		}

		@media only screen and (max-width: 800px) {	
			.popup_event_SNS{				
				top:90px  !important;
				left:2% !important;
				width:95%  !important; 
				height:473px  !important; 
			}

			.popup_event_SMALL{
				top:90px  !important;
				left:2% !important;
				width:95%  !important; 
				height:473px  !important; 
			}

			.popup_event_BIG{
				top:90px  !important;
				left:2% !important;
				width:95%  !important; 
				height:630px  !important; 
			}

		}

		@media only screen and (max-width: 400px) {	
			.popup_event_SNS{				
				top:90px !important;				
				left:2% !important;				
				width:95% !important; 				
				height:436px  !important; 
			}

			.popup_event_SMALL{
				top:90px !important;				
				left:2% !important;				
				width:95% !important; 				
				height:436px  !important; 
			}

			.popup_event_BIG{
				top:90px  !important;
				left:2% !important;
				width:95%  !important; 
				height:578px  !important; 
			}
			

		}
		@media only screen and (max-width:320px) {
			.popup_event_SMALL {
				top:90px  !important;
				left:2% !important;
				width:95%  !important; 
				height:384px  !important;  
			}

			.popup_event_SMALL{
				top:90px  !important;
				left:2% !important;
				width:95%  !important; 
				height:384px  !important;  
			}

			.popup_event_BIG{
				top:90px  !important;
				left:2% !important;
				width:95%  !important; 
				height:504px  !important; 
			}
			
			
			.popupbtn span{
				font-size:15px !important;
			}
		}