초등학교 3학년 ~ 6학년 사회 핵심요약 및 문제

초등 사회 학습관 3학년~6학년
📚 초등 사회 통합 학습 웹

초등 사회 1~6학년 핵심요약집 및 문제풀이

첨부된 사회 핵심요약집과 터치형 문제풀이를 하나의 다운로드용 웹사이트로 묶었습니다. 위쪽 탭에서 요약 학습과 문제풀이를 바로 전환할 수 있습니다.

학습 내용은 파일 내부에 저장되어 인터넷 없이도 열 수 있습니다.
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif; color: #000; background: radial-gradient(circle at top left, #e8f6ee 0, transparent 34%), radial-gradient(circle at top right, #e8f3ff 0, transparent 32%), linear-gradient(135deg, #fff8e8 0%, #f1fbf4 45%, #eef7ff 100%); line-height: 1.65; } a, button, input, h1, h2, h3, p, span, li, strong, small { color: #000; } .wrap { max-width: 1180px; margin: 0 auto; padding: 22px; } .hero { margin-top: 18px; padding: 38px 26px; border-radius: 30px; background: rgba(255,255,255,.82); border: 2px solid rgba(0,0,0,.08); box-shadow: 0 16px 35px rgba(0,0,0,.08); text-align: center; } .badge { display: inline-block; padding: 8px 14px; border-radius: 999px; background: #dff3e7; border: 1px solid rgba(0,0,0,.12); font-weight: 800; margin-bottom: 10px; } h1 { margin: 8px 0 12px; font-size: clamp(30px, 6vw, 54px); line-height: 1.12; letter-spacing: -1.2px; } .lead { max-width: 820px; margin: 0 auto; font-size: clamp(16px, 2.4vw, 21px); font-weight: 650; } .panel { margin: 22px 0; padding: 22px; border-radius: 24px; background: rgba(255,255,255,.78); border: 1px solid rgba(0,0,0,.1); box-shadow: 0 10px 25px rgba(0,0,0,.06); } h2 { margin: 0 0 14px; font-size: clamp(22px, 3vw, 30px); } .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 0; margin: 0; list-style: none; } .steps li { background: #fff8d8; border: 1px solid rgba(0,0,0,.1); border-radius: 18px; padding: 14px; font-weight: 750; } .toolbar { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; } .search { width: 100%; border: 2px solid rgba(0,0,0,.16); background: #fff; border-radius: 18px; padding: 15px 16px; font-size: 17px; outline: none; } .filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; } .filter-btn, .top-btn { border: 0; border-radius: 999px; background: #dbeeff; padding: 13px 17px; font-weight: 850; font-size: 15px; cursor: pointer; box-shadow: 0 5px 12px rgba(0,0,0,.08); } .filter-btn.active { background: #cdeed8; outline: 2px solid rgba(0,0,0,.18); } .grade-block { margin: 24px 0 34px; } .grade-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; } .grade-chip { min-width: 70px; text-align: center; border-radius: 18px; padding: 10px 14px; background: #cdeed8; font-size: 22px; font-weight: 900; border: 1px solid rgba(0,0,0,.1); } .grade-desc { margin: 0; font-weight: 700; font-size: 17px; } .grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; } .card { border-radius: 26px; background: rgba(255,255,255,.86); border: 1px solid rgba(0,0,0,.11); padding: 22px; box-shadow: 0 10px 26px rgba(0,0,0,.07); transition: transform .2s ease, box-shadow .2s ease; } .card:hover, .card:focus-within { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(0,0,0,.11); } .term { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px; background: #eef7ff; border: 1px solid rgba(0,0,0,.09); font-weight: 850; margin-bottom: 10px; } .card h3 { margin: 4px 0 8px; font-size: 24px; } .topics { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; } .topic { background: #fff3c4; border: 1px solid rgba(0,0,0,.08); border-radius: 999px; padding: 6px 10px; font-size: 14px; font-weight: 750; } .open-link { display: inline-block; width: 100%; text-align: center; text-decoration: none; margin-top: 12px; padding: 15px 16px; border-radius: 18px; background: #cdeed8; font-size: 18px; font-weight: 900; border: 2px solid rgba(0,0,0,.1); } .note-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; } .note-box { background: rgba(255,255,255,.82); border: 1px solid rgba(0,0,0,.1); border-radius: 24px; padding: 22px; } .note-box ol, .note-box ul { margin: 0; padding-left: 22px; } .note-box li { margin: 8px 0; font-weight: 650; } .empty { display: none; text-align: center; font-weight: 800; padding: 25px; border-radius: 20px; background: #fff; border: 1px dashed rgba(0,0,0,.25); } .floating-top { position: fixed; right: 18px; bottom: 18px; z-index: 20; display: none; } footer { text-align: center; padding: 28px 0 12px; font-weight: 700; } @media (max-width: 860px) { .steps, .grid, .note-grid { grid-template-columns: 1fr; } .toolbar { grid-template-columns: 1fr; } .filters { justify-content: flex-start; } .wrap { padding: 14px; } .hero { padding: 30px 18px; } }
초등 사회 통합 메인 홈페이지

초등 사회 학습관 3학년~6학년

우리 고장, 지역, 역사, 민주주의, 세계 여러 나라까지 사회 핵심 개념을 쉽고 재미있게 배워요.

학습 순서

  • 1. 학년과 학기를 선택해요.
  • 2. 핵심 개념을 먼저 읽어요.
  • 3. 터치형 문제로 복습해요.
  • 4. 점수를 확인하고 다시 도전해요.

빠른 찾기

3학년

생활 주변의 고장과 사람들의 모습을 살펴보며 사회 공부의 기초를 다져요.

🌱 1학기

3학년 1학기 사회 학습관

우리 고장의 모습, 장소와 생활 모습, 고장의 이야기와 문화유산을 배워요.

우리 고장장소생활 모습문화유산
학습관 열기
🍂 2학기

3학년 2학기 사회 학습관

사회 변화와 다양한 문화, 옛날과 오늘날의 생활 모습을 비교하며 배워요.

사회 변화다양한 문화옛날 생활오늘날 생활
학습관 열기
4학년

지역을 지도와 자료로 살펴보고, 민주적인 참여와 지역 문제 해결 방법을 배워요.

🗺️ 1학기

4학년 1학기 사회 학습관

지도 읽기, 우리 지역의 위치와 특징, 국가유산, 경제활동과 지역 간 교류를 배워요.

지도지역국가유산경제활동
학습관 열기
🏙️ 2학기

4학년 2학기 사회 학습관

민주주의와 자치, 지역문제 해결, 지역 알리기, 다양한 환경과 도시 생활을 배워요.

민주주의자치지역문제도시 생활
학습관 열기
5학년

우리나라의 국토와 역사, 인권의 의미를 연결해 깊이 있게 배워요.

⛰️ 1학기

5학년 1학기 사회 학습관

우리나라 지형, 독도, 기후와 자연재해, 인구 분포, 법과 인권을 배워요.

지형독도기후인권
학습관 열기
🏛️ 2학기

5학년 2학기 사회 학습관

고조선, 삼국과 발해, 고려, 조선, 일제강점기, 대한민국 정부 수립을 배워요.

고조선삼국과 발해고려조선
학습관 열기
6학년

민주 시민으로서 필요한 참여 태도와 세계 시민 의식을 길러요.

🕊️ 1학기

6학년 1학기 사회 학습관

평화 통일, 민주화와 산업화, 선거, 국가기관, 미디어, 세계 지도를 배워요.

평화 통일민주화선거미디어
학습관 열기
🌏 2학기

6학년 2학기 사회 학습관

세계 여러 나라, 다양한 삶의 모습, 통일 한국, 지구촌 평화, 지속 가능한 미래를 배워요.

세계 여러 나라통일 한국지구촌 평화지속 가능
학습관 열기
검색 결과가 없어요. 다른 낱말로 다시 찾아보세요.

어떻게 공부하면 좋을까요?

  1. 개념을 먼저 읽고 중요한 낱말을 표시해요.
  2. 문제를 풀 때 틀린 까닭을 확인해요.
  3. 역사 단원은 시대 순서를 그림처럼 떠올려요.
  4. 지리 단원은 지도와 위치를 함께 확인해요.
  5. 민주주의 단원은 생활 속 사례와 연결해요.

학부모님 활용 팁

  • 하루 10분씩 짧게 복습해도 효과가 있습니다.
  • 문제 점수보다 개념을 말로 설명할 수 있는지가 더 중요합니다.
  • 틀린 문제는 관련 개념을 다시 읽게 해 주세요.
  • 학년이 올라갈수록 사회는 역사, 지리, 정치, 경제가 연결됩니다.
초등 사회 학습관은 학년별 개념 정리와 터치형 문제 학습을 연결하는 메인 홈페이지입니다.