select * from tb_popup 
					where p_enable='Y' and cast(curdate() as date)>=cast(p_sdate as date)  
					and cast(curdate() as date)<=cast(p_edate as date) 
					and p_type='B' 
					order by p_idx desc
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pagei_yyang.tb_popup' doesn't exist
select * from tb_popup 
					where p_enable='Y' and cast(curdate() as date)>=cast(p_sdate as date)  
					and cast(curdate() as date)<=cast(p_edate as date) 
					and p_type='L' 
					order by p_idx desc
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pagei_yyang.tb_popup' doesn't exist
	
	
	
	
	
	
		
			
				일반외래진료
				자세히 보기
			
			
				통합 암치료
				자세히 보기
			
			
				비만클리닉
				자세히 보기
			
			
				통증클리닉
				자세히 보기
			
			
				장기지속형 주사제
				자세히 보기
			
			
				도수치료
				자세히 보기