select payment_method, count(*) as cnt from orders where email like '%naver.com' and course_title = '앱개발 종합반' group by payment_method