/* BEGIN wpcp_print_page_preventer_script */
		@media print {
			body * { display: none !important;}
			body:after {
				content: "이 페이지를 인쇄할 수 없습니다!"; }
			}
/* END wpcp_print_page_preventer_script */

