📋 AI 데일리 사회 학습지
초등 · 중등 · 고등 전과정 맞춤 역사 학습지 생성기
← 학습지
🎓 과정 선택
📌 학년 선택
✏️ 오늘의 단원/주제
📝 문제 구성
🤖 AI 선택
🔑 Gemini API 키 무료
키 없으면 → Google AI Studio 무료 발급
🔒 이 키는 이 컴퓨터에만 저장됩니다.
✨ 데일리 역사 학습지를 만들고 있어요...
미리보기
📜
AI 데일리 사회 학습지가 여기에 나타나요
학년과 주제를 선택하고
API 키를 입력한 뒤
「AI 데일리 사회 학습지 생성하기」를 눌러보세요
`; wrap.appendChild(iframe); wrap.style.display = 'block'; empty.style.display = 'none'; const resizePreview = () => { const containerWidth = document.getElementById('previewArea').clientWidth - 48; const scale = containerWidth / 794; let contentHeight = 1123; try { const iframeDoc = iframe.contentDocument || iframe.contentWindow.document; contentHeight = Math.max(iframeDoc.body.scrollHeight, iframeDoc.documentElement.scrollHeight, 1123); } catch(e) {} iframe.style.height = contentHeight + 'px'; if (scale < 1) { iframe.style.transform = `scale(${scale})`; wrap.style.height = (contentHeight * scale) + 'px'; } else { iframe.style.transform = 'none'; wrap.style.height = contentHeight + 'px'; } }; window.addEventListener('resize', resizePreview); iframe.onload = () => { resizePreview(); setTimeout(resizePreview, 300); }; } function printSheet() { if (!currentHtml) return showToast('먼저 학습지를 생성해주세요.'); const win = window.open('', '_blank'); const printStyle = `