|
|
____________________________________________________________________________________________________
<!DOCTYPE html>
<html lang="ko" data-theme="light" style=""><head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>인류 역사의 위대한 여정</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css" rel="stylesheet">
<style>
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #111;
color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
}
.slide-container {
width: 1280px;
height: 720px;
position: relative;
background-color: #000;
overflow: hidden;
display: flex;
flex-direction: column;
}
.natgeo-border {
border: 6px solid #FFC200; /* National Geographic Yellow */
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
pointer-events: none;
z-index: 50;
}
.title-font {
font-family: 'Noto Serif KR', serif;
}
.bg-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.2;
filter: grayscale(100%);
z-index: 1;
}
.content-layer {
position: relative;
z-index: 10;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 60px;
}
.timeline-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 80%;
margin-top: 60px;
position: relative;
}
.timeline-line {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 2px;
background-color: #FFC200;
z-index: -1;
transform: translateY(-50%);
}
.timeline-item {
display: flex;
flex-direction: column;
align-items: center;
background-color: #000;
padding: 10px;
border: 1px solid #333;
border-radius: 8px;
transition: transform 0.3s ease;
}
.timeline-img {
width: 120px;
height: 80px;
object-fit: cover;
border-radius: 4px;
margin-bottom: 8px;
border: 1px solid #444;
}
.timeline-label {
font-size: 0.8rem;
color: #FFC200;
font-weight: 600;
text-transform: uppercase;
}
.glass-panel {
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
padding: 40px 60px;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.1);
text-align: center;
margin-bottom: 20px;
}
</style>
</head>
<body style="">
<div class="slide-container">
<!-- Background Image: Vitruvian Man (Representing Humanity's Core) -->
<img class="bg-image" src="https://page.gensparksite.com/slides_images/1435b9917a1a363a3369a076ad18fc5f.webp" style="object-position: center top; opacity: 0.15;" data-height-listener-added="true">
<!-- Yellow Border Frame -->
<div class="natgeo-border"></div>
<div class="content-layer">
<!-- Title Section -->
<div class="glass-panel">
<h2 class="text-xl tracking-widest text-gray-300 mb-2 uppercase font-medium">History Presentation</h2>
<h1 class="text-7xl font-black title-font text-white mb-4 leading-tight">
<span class="text-yellow-400">인류 역사</span>의<br>위대한 여정
</h1>
<p class="text-2xl text-gray-300 font-light mt-4">
선사시대부터 현대, 그리고 미래까지
</p>
</div>
<!-- Visual Timeline -->
<div class="timeline-container">
<div class="timeline-line"></div>
<!-- Item 1: Prehistoric -->
<div class="timeline-item">
<img alt="Prehistoric" class="timeline-img" src="https://page.gensparksite.com/slides_images/ae17a3d4ac6f9092988eb3e3663a77e3.webp" data-height-listener-added="true">
<span class="timeline-label">기원과 정착</span>
</div>
<!-- Item 2: Exploration -->
<div class="timeline-item">
<img alt="Exploration" class="timeline-img" src="https://page.gensparksite.com/slides_images/ea50e86177d422797a65de787add612a.webp" data-height-listener-added="true">
<span class="timeline-label">연결과 확장</span>
</div>
<!-- Item 3: Industrial -->
<div class="timeline-item">
<img alt="Industrial" class="timeline-img" src="https://page.gensparksite.com/slides_images/2a2c9f917c883d0f8d0a634fb2566fdd.webp" data-height-listener-added="true">
<span class="timeline-label">혁신과 도약</span>
</div>
<!-- Item 4: Future -->
<div class="timeline-item">
<img alt="Future" class="timeline-img" src="https://page.gensparksite.com/slides_images/094890665b80f222e30eb10b03f9279f.webp" data-height-listener-added="true">
<span class="timeline-label">미래와 가능성</span>
</div>
</div>
<!-- Footer Info -->
<div class="absolute bottom-10 w-full text-center text-gray-500 text-sm">
<p>2025. 12. 21 | Created by Genspark AI Slides</p>
</div>
</div>
</div>
</body></html>
2._______________________________________________________________________________________________
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>목차 - 인류 역사의 위대한 여정</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css" rel="stylesheet"/>
<style>
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #111;
color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
}
.slide-container {
width: 1280px;
height: 720px;
position: relative;
background-color: #0c0c0c;
overflow: hidden;
display: flex;
flex-direction: column;
}
.natgeo-border {
border: 6px solid #FFC200;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
pointer-events: none;
z-index: 50;
}
.title-font {
font-family: 'Noto Serif KR', serif;
}
.bg-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.15;
filter: sepia(50%) contrast(1.2);
z-index: 1;
}
.content-layer {
position: relative;
z-index: 10;
flex: 1;
display: flex;
flex-direction: column;
padding: 60px 80px;
}
.toc-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
margin-top: 30px;
height: 100%;
}
.toc-item {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.toc-item::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 4px;
background-color: transparent;
transition: background-color 0.3s ease;
}
.toc-item:hover {
background: rgba(255, 255, 255, 0.1);
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}
.toc-item:hover::before {
background-color: #FFC200;
}
.item-header {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.item-number {
font-family: 'Noto Serif KR', serif;
font-size: 2rem;
font-weight: 700;
color: #FFC200;
opacity: 0.8;
margin-right: 15px;
line-height: 1;
}
.item-icon {
font-size: 1.4rem;
color: #ccc;
}
.item-title {
font-size: 1.1rem;
font-weight: 700;
color: #fff;
line-height: 1.3;
margin-bottom: 4px;
}
.item-desc {
font-size: 0.8rem;
color: #9ca3af;
font-weight: 300;
line-height: 1.4;
}
</style>
</head>
<body>
<div class="slide-container">
<!-- Background: Old Map Texture -->
<img alt="Old Map Background" class="bg-image" src="https://page.gensparksite.com/slides_images/ea50e86177d422797a65de787add612a.webp"/>
<div class="natgeo-border"></div>
<div class="content-layer">
<header class="mb-2 border-b border-gray-800 pb-4">
<h2 class="text-yellow-400 text-sm font-bold tracking-widest uppercase mb-1">Outline</h2>
<h1 class="text-4xl font-bold title-font text-white">목차 <span class="text-gray-500 text-2xl font-light ml-2">Table of Contents</span></h1>
</header>
<div class="toc-grid">
<!-- 1. 소개 -->
<div class="toc-item">
<div class="item-header">
<span class="item-number">01</span>
<i class="fas fa-book-open item-icon"></i>
</div>
<div class="item-content">
<p class="item-title">소개</p>
<p class="item-desc">인류 역사의 의미와 프레젠테이션 개요</p>
</div>
</div>
<!-- 2. 선사시대 -->
<div class="toc-item">
<div class="item-header">
<span class="item-number">02</span>
<i class="fas fa-hand-rock item-icon"></i>
</div>
<div class="item-content">
<p class="item-title">선사시대와 초기 인류</p>
<p class="item-desc">인류의 기원, 구석기 및 신석기 혁명</p>
</div>
</div>
<!-- 3. 고대 문명 -->
<div class="toc-item">
<div class="item-header">
<span class="item-number">03</span>
<i class="fas fa-landmark item-icon"></i>
</div>
<div class="item-content">
<p class="item-title">고대 문명</p>
<p class="item-desc">메소포타미아, 이집트, 그리스, 로마의 유산</p>
</div>
</div>
<!-- 4. 중세와 르네상스 -->
<div class="toc-item">
<div class="item-header">
<span class="item-number">04</span>
<i class="fas fa-crown item-icon"></i>
</div>
<div class="item-content">
<p class="item-title">중세 시대와 르네상스</p>
<p class="item-desc">암흑기를 지나 인간 중심 사상의 부활까지</p>
</div>
</div>
<!-- 5. 대항해와 계몽주의 -->
<div class="toc-item">
<div class="item-header">
<span class="item-number">05</span>
<i class="fas fa-compass item-icon"></i>
</div>
<div class="item-content">
<p class="item-title">대항해 시대와 계몽주의</p>
<p class="item-desc">세계의 연결과 이성적 사고의 확산</p>
</div>
</div>
<!-- 6. 산업혁명 -->
<div class="toc-item">
<div class="item-header">
<span class="item-number">06</span>
<i class="fas fa-industry item-icon"></i>
</div>
<div class="item-content">
<p class="item-title">산업혁명</p>
<p class="item-desc">기계화와 기술이 가져온 사회적 대변혁</p>
</div>
</div>
<!-- 7. 현대 세계 -->
<div class="toc-item">
<div class="item-header">
<span class="item-number">07</span>
<i class="fas fa-globe item-icon"></i>
</div>
<div class="item-content">
<p class="item-title">현대와 동시대 세계</p>
<p class="item-desc">전쟁, 냉전, 그리고 글로벌 연결성</p>
</div>
</div>
<!-- 8. 미래 전망 -->
<div class="toc-item">
<div class="item-header">
<span class="item-number">08</span>
<i class="fas fa-rocket item-icon"></i>
</div>
<div class="item-content">
<p class="item-title">미래 전망</p>
<p class="item-desc">기술 발전과 인류가 마주한 새로운 도전</p>
</div>
</div>
<!-- 9. 결론 -->
<div class="toc-item">
<div class="item-header">
<span class="item-number">09</span>
<i class="fas fa-comments item-icon"></i>
</div>
<div class="item-content">
<p class="item-title">결론</p>
<p class="item-desc">역사가 주는 교훈과 지속 가능한 미래</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
3._______________________________________________________________________________________________
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>인류사란 무엇인가</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css" rel="stylesheet"/>
<style>
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #111;
color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
}
.slide-container {
width: 1280px;
height: 720px;
position: relative;
background-color: #0c0c0c;
overflow: hidden;
display: flex;
flex-direction: row;
}
.natgeo-border {
border: 6px solid #FFC200;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
pointer-events: none;
z-index: 50;
}
.title-font {
font-family: 'Noto Serif KR', serif;
}
/* Left Column Styles */
.left-col {
width: 50%;
padding: 80px 60px 80px 80px;
display: flex;
flex-direction: column;
justify-content: center;
z-index: 10;
}
/* Right Column Styles */
.right-col {
width: 50%;
position: relative;
height: 100%;
overflow: hidden;
}
.right-image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
filter: grayscale(20%) contrast(1.1);
}
.overlay-gradient {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right, #0c0c0c 0%, transparent 20%, transparent 100%);
z-index: 2;
}
.info-box {
background: rgba(255, 255, 255, 0.05);
border-left: 4px solid #FFC200;
padding: 20px;
margin-top: 20px;
border-radius: 0 8px 8px 0;
}
.method-item {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.method-icon {
width: 40px;
height: 40px;
background-color: #333;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #FFC200;
margin-right: 15px;
flex-shrink: 0;
}
.quote-text {
font-family: 'Noto Serif KR', serif;
font-style: italic;
color: #d1d5db;
line-height: 1.6;
}
</style>
</head>
<body>
<div class="slide-container">
<div class="natgeo-border"></div>
<!-- Left Column: Text Content -->
<div class="left-col">
<header class="mb-8">
<div class="flex items-center mb-2">
<span class="bg-yellow-500 text-black text-xs font-bold px-2 py-1 rounded mr-3">SECTION 01</span>
<span class="text-yellow-500 text-sm font-bold tracking-widest uppercase">Introduction</span>
</div>
<h1 class="text-5xl font-black title-font text-white mb-4 leading-tight">
인류사란<br/>무엇인가?
</h1>
<p class="text-xl text-gray-300 font-light border-l-4 border-gray-600 pl-4 py-1">
우리는 어디서 왔고, 어디로 가는가?
</p>
</header>
<div class="content-body space-y-6">
<!-- Scope Section -->
<div>
<h3 class="text-lg font-bold text-white mb-2 flex items-center">
<i class="fas fa-history text-yellow-500 mr-2"></i> 연구 범위
</h3>
<p class="text-gray-400 text-sm leading-relaxed">
약 700만 년 전 인류 조상의 출현부터 21세기 글로벌 디지털 사회까지, 인간 종(種)이 걸어온 생물학적 진화와 문화적 발전의 전체 여정을 탐구합니다.
</p>
</div>
<!-- Methodology Section -->
<div>
<h3 class="text-lg font-bold text-white mb-3 flex items-center">
<i class="fas fa-microscope text-yellow-500 mr-2"></i> 융합적 연구 방법
</h3>
<div class="grid grid-cols-1 gap-3">
<div class="method-item">
<div class="method-icon"><i class="fas fa-bone"></i></div>
<div>
<p class="text-white font-medium text-sm">고고학 & 인류학</p>
<p class="text-gray-500 text-xs">유물과 화석을 통한 과거 재구성</p>
</div>
</div>
<div class="method-item">
<div class="method-icon"><i class="fas fa-dna"></i></div>
<div>
<p class="text-white font-medium text-sm">과학기술의 접목</p>
<p class="text-gray-500 text-xs">DNA 분석, 탄소 연대 측정, 기후 데이터</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Right Column: Image -->
<div class="right-col">
<div class="overlay-gradient"></div>
<!-- Using a representative image for human evolution/history -->
<img alt="Human Evolution Steps" class="right-image" src="https://page.gensparksite.com/slides_images/5b3cc3f911154df698f1951a9c485ee7.webp"/>
<!-- Image Caption -->
<div class="absolute bottom-8 right-8 bg-black bg-opacity-70 px-4 py-2 rounded border border-gray-700 max-w-xs text-right z-10">
<p class="text-yellow-500 text-xs font-bold uppercase mb-1">The Journey</p>
<p class="text-white text-xs leading-snug">오스트랄로피테쿠스에서 호모 사피엔스까지, 인류 진화의 단계적 과정</p>
</div>
</div>
</div>
</body>
</html>
4._______________________________________________________________________________________________
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>선사시대: 인류의 기원과 확산</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css" rel="stylesheet"/>
<style>
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #111;
color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
}
.slide-container {
width: 1280px;
height: 720px;
position: relative;
background-color: #0c0c0c;
overflow: hidden;
display: flex;
flex-direction: column;
padding: 0;
}
.natgeo-border {
border: 6px solid #FFC200;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
pointer-events: none;
z-index: 50;
}
.title-font {
font-family: 'Noto Serif KR', serif;
}
.bg-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.1;
filter: grayscale(100%);
z-index: 1;
}
/* Content Layout */
.content-wrapper {
position: relative;
z-index: 10;
flex: 1;
display: flex;
flex-direction: column;
padding: 60px 80px;
}
/* Header */
.header-section {
margin-bottom: 40px;
border-left: 4px solid #FFC200;
padding-left: 20px;
}
/* Timeline Container */
.timeline-area {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
margin-top: 20px;
}
.timeline-line {
position: absolute;
top: 35%;
left: 40px;
right: 40px;
height: 2px;
background-color: #333;
z-index: 0;
}
.timeline-progress {
position: absolute;
top: 35%;
left: 40px;
width: 85%;
height: 2px;
background-color: #FFC200;
z-index: 0;
box-shadow: 0 0 10px rgba(255, 194, 0, 0.5);
}
.timeline-items {
display: flex;
justify-content: space-between;
position: relative;
z-index: 10;
}
.timeline-node {
display: flex;
flex-direction: column;
align-items: center;
width: 220px;
position: relative;
}
.node-dot {
width: 16px;
height: 16px;
background-color: #000;
border: 3px solid #FFC200;
border-radius: 50%;
margin-bottom: 20px;
position: absolute;
top: 35%;
transform: translateY(-50%);
z-index: 20;
}
/* Top Content (Image & Date) */
.node-top {
margin-bottom: 40px; /* Space for line */
display: flex;
flex-direction: column;
align-items: center;
opacity: 0;
transform: translateY(20px);
animation: fadeInUp 0.6s forwards;
}
.node-image-frame {
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
border: 2px solid #444;
margin-bottom: 10px;
background-color: #222;
transition: transform 0.3s ease, border-color 0.3s ease;
}
.timeline-node:hover .node-image-frame {
transform: scale(1.1);
border-color: #FFC200;
}
.node-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.node-date {
font-size: 0.85rem;
color: #FFC200;
font-weight: 700;
margin-bottom: 5px;
}
/* Bottom Content (Title & Desc) */
.node-bottom {
margin-top: 30px; /* Space for line */
text-align: center;
opacity: 0;
transform: translateY(-20px);
animation: fadeInDown 0.6s forwards;
}
.node-title {
font-family: 'Noto Serif KR', serif;
font-size: 1.2rem;
font-weight: 700;
color: #fff;
margin-bottom: 8px;
}
.node-desc {
font-size: 0.85rem;
color: #9ca3af;
line-height: 1.5;
background: rgba(255, 255, 255, 0.05);
padding: 10px;
border-radius: 6px;
}
/* Bottom Info Boxes */
.bottom-info-container {
display: flex;
gap: 20px;
margin-top: 40px;
border-top: 1px solid #333;
padding-top: 20px;
}
.info-box {
flex: 1;
background: rgba(20, 20, 20, 0.8);
border: 1px solid #333;
padding: 15px 20px;
border-radius: 8px;
display: flex;
align-items: flex-start;
}
.info-icon {
color: #FFC200;
font-size: 1.5rem;
margin-right: 15px;
margin-top: 3px;
}
/* Animation Delays */
.timeline-node:nth-child(1) .node-top, .timeline-node:nth-child(1) .node-bottom { animation-delay: 0.1s; }
.timeline-node:nth-child(2) .node-top, .timeline-node:nth-child(2) .node-bottom { animation-delay: 0.3s; }
.timeline-node:nth-child(3) .node-top, .timeline-node:nth-child(3) .node-bottom { animation-delay: 0.5s; }
.timeline-node:nth-child(4) .node-top, .timeline-node:nth-child(4) .node-bottom { animation-delay: 0.7s; }
@keyframes fadeInUp {
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
to { opacity: 1; transform: translateY(0); }
}
</style>
</head>
<body>
<div class="slide-container">
<!-- Background Image: Cave Painting Texture -->
<img alt="Prehistoric Background" class="bg-image" src="https://page.gensparksite.com/slides_images/ae17a3d4ac6f9092988eb3e3663a77e3.webp"/>
<div class="natgeo-border"></div>
<div class="content-wrapper">
<!-- Header -->
<header class="header-section">
<div class="flex items-center mb-2">
<span class="text-yellow-500 text-xs font-bold tracking-widest uppercase mr-3">Timeline</span>
<span class="text-gray-400 text-xs tracking-wide">PREHISTORIC ERA</span>
</div>
<h1 class="text-4xl font-black title-font text-white leading-tight">
선사시대: 인류의 기원과 확산
</h1>
<p class="text-lg text-gray-300 font-light mt-2">
오스트랄로피테쿠스에서 호모 사피엔스까지, 약 400만 년의 진화 여정
</p>
</header>
<!-- Timeline -->
<div class="timeline-area">
<div class="timeline-line"></div>
<div class="timeline-progress"></div>
<div class="timeline-items">
<!-- Node 1 -->
<div class="timeline-node">
<div class="node-top">
<div class="node-image-frame">
<!-- Using object-position to show left part of the evolution image -->
<img alt="Australopithecus" class="node-image" src="https://page.gensparksite.com/slides_images/5b3cc3f911154df698f1951a9c485ee7.webp" style="object-position: 5% center; transform: scale(1.5);"/>
</div>
<span class="node-date">약 400만 년 전</span>
</div>
<div class="node-dot"></div>
<div class="node-bottom">
<h3 class="node-title">오스트랄로피테쿠스</h3>
<p class="node-desc">최초의 직립 보행.<br/>두 손의 자유를 얻다.</p>
</div>
</div>
<!-- Node 2 -->
<div class="timeline-node">
<div class="node-top">
<div class="node-image-frame">
<img alt="Homo Habilis" class="node-image" src="https://page.gensparksite.com/slides_images/5b3cc3f911154df698f1951a9c485ee7.webp" style="object-position: 35% center; transform: scale(1.5);"/>
</div>
<span class="node-date">약 240만 년 전</span>
</div>
<div class="node-dot"></div>
<div class="node-bottom">
<h3 class="node-title">호모 하빌리스</h3>
<p class="node-desc">"손재주 있는 사람".<br/>초보적인 석기 사용.</p>
</div>
</div>
<!-- Node 3 -->
<div class="timeline-node">
<div class="node-top">
<div class="node-image-frame">
<img alt="Homo Erectus" class="node-image" src="https://page.gensparksite.com/slides_images/5b3cc3f911154df698f1951a9c485ee7.webp" style="object-position: 65% center; transform: scale(1.5);"/>
</div>
<span class="node-date">약 180만 년 전</span>
</div>
<div class="node-dot"></div>
<div class="node-bottom">
<h3 class="node-title">호모 에렉투스</h3>
<p class="node-desc">불의 사용과 언어의 시작.<br/>아프리카 밖으로 이동.</p>
</div>
</div>
<!-- Node 4 -->
<div class="timeline-node">
<div class="node-top">
<div class="node-image-frame">
<img alt="Homo Sapiens" class="node-image" src="https://page.gensparksite.com/slides_images/5b3cc3f911154df698f1951a9c485ee7.webp" style="object-position: 95% center; transform: scale(1.5);"/>
</div>
<span class="node-date">약 20만 년 전</span>
</div>
<div class="node-dot"></div>
<div class="node-bottom">
<h3 class="node-title">호모 사피엔스</h3>
<p class="node-desc">현생 인류의 조상.<br/>복잡한 도구와 예술 활동.</p>
</div>
</div>
</div>
</div>
<!-- Bottom Info -->
<div class="bottom-info-container">
<div class="info-box">
<i class="fas fa-globe-africa info-icon"></i>
<div>
<h4 class="text-white font-bold mb-1">Out of Africa (아프리카 기원설)</h4>
<p class="text-gray-400 text-xs">인류는 동아프리카에서 기원하여 전 세계로 퍼져나갔으며, 이는 DNA 분석을 통해 입증되었습니다.</p>
</div>
</div>
<div class="info-box">
<i class="fas fa-fire info-icon"></i>
<div>
<h4 class="text-white font-bold mb-1">핵심 기술의 진화</h4>
<p class="text-gray-400 text-xs">석기(생존 수단) → 불(요리, 난방, 방어) → 언어(협력과 문화 전승)의 발전이 문명의 기초가 되었습니다.</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
5._______________________________________________________________________________________________
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>구석기 시대의 삶과 문화</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css" rel="stylesheet"/>
<style>
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #111;
color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
}
.slide-container {
width: 1280px;
height: 720px;
position: relative;
background-color: #0c0c0c;
overflow: hidden;
display: flex;
flex-direction: row;
}
.natgeo-border {
border: 6px solid #FFC200;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
pointer-events: none;
z-index: 50;
}
.title-font {
font-family: 'Noto Serif KR', serif;
}
/* Left Column Styles */
.left-col {
width: 50%;
padding: 70px 60px 70px 80px;
display: flex;
flex-direction: column;
justify-content: center;
z-index: 10;
}
/* Right Column Styles */
.right-col {
width: 50%;
position: relative;
height: 100%;
overflow: hidden;
}
.right-image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
/* Enhance contrast for cave paintings */
filter: contrast(1.1) brightness(0.9);
}
/* Gradient removed as per guidelines */
.overlay-gradient {
display: none;
}
.content-item {
display: flex;
align-items: flex-start;
margin-bottom: 24px;
background: rgba(255, 255, 255, 0.03);
padding: 16px;
border-radius: 8px;
border-left: 3px solid transparent;
transition: all 0.3s ease;
}
.content-item:hover {
background: rgba(255, 255, 255, 0.08);
border-left-color: #FFC200;
}
.item-icon {
width: 36px;
height: 36px;
background-color: #222;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #FFC200;
margin-right: 16px;
flex-shrink: 0;
font-size: 0.9rem;
}
.caption-box {
position: absolute;
bottom: 40px;
right: 40px;
background: rgba(0, 0, 0, 0.8);
padding: 12px 20px;
border-radius: 4px;
border-left: 3px solid #FFC200;
z-index: 20;
max-width: 300px;
}
</style>
</head>
<body>
<div class="slide-container">
<div class="natgeo-border"></div>
<!-- Left Column: Text Content -->
<div class="left-col">
<header class="mb-8">
<div class="flex items-center mb-3">
<span class="bg-yellow-500 text-black text-xs font-bold px-2 py-1 rounded mr-3">SECTION 02</span>
<span class="text-yellow-500 text-sm font-bold tracking-widest uppercase">Prehistoric Era</span>
</div>
<h1 class="text-4xl font-black title-font text-white mb-3 leading-tight">
구석기 시대의<br/>삶과 문화
</h1>
<p class="text-lg text-gray-400 font-light border-l-4 border-gray-600 pl-4 py-1 italic title-font">
"도구를 만들고, 어둠 속 동굴 벽에<br/>인류 최초의 예술을 남기다."
</p>
</header>
<div class="content-body">
<!-- Item 1: Lifestyle -->
<div class="content-item">
<div class="item-icon"><i class="fas fa-person-hiking"></i></div>
<div>
<h3 class="text-lg font-bold text-white mb-1">이동 생활과 수렵·채집</h3>
<p class="text-gray-400 text-sm leading-relaxed">
자연에 의존하여 식량을 구하는 수렵과 채집 경제. 계절에 따라 이동하며 소규모 무리 생활을 영위함.
</p>
</div>
</div>
<!-- Item 2: Technology -->
<div class="content-item">
<div class="item-icon"><i class="fas fa-fire"></i></div>
<div>
<h3 class="text-lg font-bold text-white mb-1">도구와 불의 혁명</h3>
<p class="text-gray-400 text-sm leading-relaxed">
뗀석기(주먹도끼 등)를 사용하여 사냥 효율을 높이고, 불을 통제하여 추위와 맹수로부터 생존율을 획기적으로 향상시킴.
</p>
</div>
</div>
<!-- Item 3: Art -->
<div class="content-item">
<div class="item-icon"><i class="fas fa-hand-paper"></i></div>
<div>
<h3 class="text-lg font-bold text-white mb-1">동굴 벽화와 예술</h3>
<p class="text-gray-400 text-sm leading-relaxed">
라스코(Lascaux), 쇼베(Chauvet) 동굴 등에 남겨진 역동적인 동물 그림. 사냥의 성공과 풍요를 기원하는 주술적 의미 내포.
</p>
</div>
</div>
</div>
</div>
<!-- Right Column: Image -->
<div class="right-col">
<div class="overlay-gradient"></div>
<!-- Representative Image of Lascaux Cave Paintings -->
<img alt="Lascaux Cave Paintings - Hall of the Bulls" class="right-image" src="https://page.gensparksite.com/slides_images/842a1d6ac1f76576f7c0cff6d298147d.webp"/>
<!-- Image Caption -->
<div class="caption-box">
<p class="text-yellow-500 text-xs font-bold uppercase mb-1">Paleolithic Art</p>
<p class="text-white text-sm leading-snug font-medium">라스코 동굴 벽화 (약 1만 7천 년 전)</p>
<p class="text-gray-400 text-xs mt-1">황소들의 전당 (Hall of the Bulls)</p>
</div>
</div>
</div>
</body>
</html>
6._______________________________________________________________________________________________
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>신석기 혁명</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css" rel="stylesheet"/>
<style>
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #111;
color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
}
.slide-container {
width: 1280px;
height: 720px;
position: relative;
background-color: #0c0c0c;
overflow: hidden;
display: flex;
flex-direction: row;
}
.natgeo-border {
border: 6px solid #FFC200;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
pointer-events: none;
z-index: 50;
}
.title-font {
font-family: 'Noto Serif KR', serif;
}
/* Left Column Styles */
.left-col {
width: 50%;
padding: 70px 60px 70px 80px;
display: flex;
flex-direction: column;
justify-content: center;
z-index: 10;
}
/* Right Column Styles */
.right-col {
width: 50%;
position: relative;
height: 100%;
overflow: hidden;
}
.right-image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
filter: grayscale(10%) contrast(1.1);
}
.overlay-gradient {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right, #0c0c0c 0%, transparent 20%, transparent 100%);
z-index: 2;
}
.method-item {
display: flex;
align-items: flex-start;
margin-bottom: 20px;
background: rgba(255, 255, 255, 0.03);
padding: 12px;
border-radius: 8px;
border-left: 2px solid #FFC200;
}
.method-icon {
width: 36px;
height: 36px;
background-color: rgba(255, 194, 0, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #FFC200;
margin-right: 15px;
flex-shrink: 0;
margin-top: 2px;
}
.highlight-text {
color: #FFC200;
font-weight: 600;
}
</style>
</head>
<body>
<div class="slide-container">
<div class="natgeo-border"></div>
<!-- Left Column: Text Content -->
<div class="left-col">
<header class="mb-8">
<div class="flex items-center mb-3">
<span class="bg-yellow-500 text-black text-xs font-bold px-2 py-1 rounded mr-3">SECTION 02</span>
<span class="text-yellow-500 text-sm font-bold tracking-widest uppercase">The Neolithic Revolution</span>
</div>
<h1 class="text-5xl font-black title-font text-white mb-4 leading-tight">
신석기 혁명:<br/>정착과 농업
</h1>
<p class="text-xl text-gray-300 font-light border-l-4 border-gray-600 pl-4 py-2 leading-relaxed">
수렵·채집에서 생산 경제로,<br/>인류 생활 방식의 거대한 전환
</p>
</header>
<div class="content-body space-y-4">
<!-- Point 1 -->
<div class="method-item">
<div class="method-icon"><i class="fas fa-seedling"></i></div>
<div>
<p class="text-white font-bold text-lg mb-1">농경과 목축의 시작</p>
<p class="text-gray-400 text-sm leading-relaxed">
자연을 통제하여 식량을 생산하기 시작했습니다. <span class="highlight-text">잉여 생산물</span>의 발생은 인구 폭발과 안정적인 정착 생활을 가능하게 했습니다.
</p>
</div>
</div>
<!-- Point 2 -->
<div class="method-item">
<div class="method-icon"><i class="fas fa-layer-group"></i></div>
<div>
<p class="text-white font-bold text-lg mb-1">기술 혁신과 사회 분화</p>
<p class="text-gray-400 text-sm leading-relaxed">
식량 저장을 위한 <span class="highlight-text">토기</span>와 직조 기술이 발달했습니다. 농부, 장인, 지도자 등 사회적 역할 분담(분업)이 시작되었습니다.
</p>
</div>
</div>
<!-- Point 3 -->
<div class="method-item">
<div class="method-icon"><i class="fas fa-home"></i></div>
<div>
<p class="text-white font-bold text-lg mb-1">초기 도시의 탄생</p>
<p class="text-gray-400 text-sm leading-relaxed">
<span class="highlight-text">차탈회윅(Çatalhöyük)</span>이나 예리코(Jericho)와 같은 대규모 정착지가 형성되어 문명의 기초를 닦았습니다.
</p>
</div>
</div>
</div>
</div>
<!-- Right Column: Image -->
<div class="right-col">
<div class="overlay-gradient"></div>
<!-- Using National Geographic style illustration of Neolithic settlement -->
<img alt="Neolithic Settlement Life" class="right-image" src="https://page.gensparksite.com/slides_images/ae17a3d4ac6f9092988eb3e3663a77e3.webp"/>
<!-- Image Caption -->
<div class="absolute bottom-8 right-8 bg-black bg-opacity-80 px-5 py-3 rounded border-l-4 border-yellow-500 max-w-sm text-right z-10 shadow-lg">
<p class="text-yellow-500 text-xs font-bold uppercase mb-1">Turning Point</p>
<p class="text-white text-sm leading-snug font-medium">초기 농경 정착지의 생활 모습<br/><span class="text-gray-400 text-xs font-light">농업은 인류가 자연에 순응하던 존재에서 자연을 변화시키는 존재로 거듭나게 했습니다.</span></p>
</div>
</div>
</div>
</body>
</html>
7._______________________________________________________________________________________________
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>메소포타미아: 도시와 법의 탄생</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css" rel="stylesheet"/>
<style>
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #111;
color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
}
.slide-container {
width: 1280px;
height: 720px;
position: relative;
background-color: #0c0c0c;
overflow: hidden;
display: flex;
flex-direction: row;
}
.natgeo-border {
border: 6px solid #FFC200;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
pointer-events: none;
z-index: 50;
}
.title-font {
font-family: 'Noto Serif KR', serif;
}
/* Layout Structure */
.sidebar {
width: 35%; /* 448px */
height: 100%;
background-color: #0c0c0c;
padding: 70px 40px 70px 50px;
display: flex;
flex-direction: column;
z-index: 20;
border-right: 1px solid #222;
position: relative;
}
.map-area {
width: 65%; /* 832px */
height: 100%;
position: relative;
overflow: hidden;
background-color: #1a1a1a;
}
/* Map Image Styling */
.map-image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
opacity: 0.8;
transition: transform 0.5s ease;
}
.map-area:hover .map-image {
transform: scale(1.02);
}
/* Pins */
.map-pin {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
transform: translate(-50%, -100%); /* Center bottom anchor */
cursor: pointer;
z-index: 30;
transition: all 0.3s ease;
}
.map-pin:hover {
transform: translate(-50%, -110%) scale(1.1);
z-index: 40;
}
.pin-icon {
color: #FFC200;
font-size: 2rem;
filter: drop-shadow(0 4px 4px rgba(0,0,0,0.7));
margin-bottom: 5px;
}
.pin-label {
background: rgba(0, 0, 0, 0.85);
color: #fff;
padding: 5px 12px;
border-radius: 4px;
font-size: 0.85rem;
font-weight: 700;
border: 1px solid #FFC200;
white-space: nowrap;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
/* Content Styling */
.info-card {
background: rgba(255, 255, 255, 0.05);
border-left: 3px solid #FFC200;
padding: 15px;
margin-bottom: 15px;
border-radius: 0 6px 6px 0;
}
.info-title {
color: #fff;
font-weight: 700;
margin-bottom: 4px;
display: flex;
align-items: center;
}
.info-title i {
color: #FFC200;
margin-right: 8px;
font-size: 0.9rem;
}
.info-desc {
color: #9ca3af;
font-size: 0.85rem;
line-height: 1.5;
}
/* Pin Positions (Adjusted for typical Fertile Crescent map) */
.pin-tigris { top: 25%; left: 45%; }
.pin-euphrates { top: 35%; left: 35%; }
.pin-babylon { top: 50%; left: 55%; }
.pin-ur { top: 65%; left: 65%; }
</style>
</head>
<body>
<div class="slide-container">
<div class="natgeo-border"></div>
<!-- Left Sidebar: Content -->
<div class="sidebar">
<header class="mb-8">
<div class="flex items-center mb-3">
<span class="bg-yellow-500 text-black text-xs font-bold px-2 py-1 rounded mr-3">SECTION 03</span>
<span class="text-yellow-500 text-xs font-bold tracking-widest uppercase">Ancient Civilizations</span>
</div>
<h1 class="text-4xl font-black title-font text-white mb-2 leading-tight">
메소포타미아
</h1>
<h2 class="text-xl text-gray-400 font-serif italic mb-4">
도시와 문명의 탄생
</h2>
<p class="text-sm text-gray-300 leading-relaxed border-t border-gray-800 pt-4">
티그리스강과 유프라테스강 사이의 '비옥한 초승달 지대'에서 인류 최초의 문명이 태동했습니다.
</p>
</header>
<div class="content-body flex-1 overflow-y-auto">
<!-- Info Card 1 -->
<div class="info-card">
<div class="info-title"><i class="fas fa-scroll"></i> 기록의 시작</div>
<p class="info-desc">점토판에 갈대로 새긴 <span class="text-yellow-500 font-bold">설형문자(Cuneiform)</span>를 통해 역사 기록과 행정 관리가 가능해졌습니다.</p>
</div>
<!-- Info Card 2 -->
<div class="info-card">
<div class="info-title"><i class="fas fa-gavel"></i> 법과 질서</div>
<p class="info-desc">함무라비 법전은 "눈에는 눈, 이에는 이"라는 원칙 하에 사회 질서를 유지하는 성문법의 효시가 되었습니다.</p>
</div>
<!-- Info Card 3 -->
<div class="info-card">
<div class="info-title"><i class="fas fa-cubes"></i> 과학과 건축</div>
<p class="info-desc">지구라트(Ziggurat) 신전 건축, 60진법(시간·각도), 태음력, 바퀴의 발명 등 기술적 혁신을 이루었습니다.</p>
</div>
</div>
</div>
<!-- Right Area: Map with Pins -->
<div class="map-area">
<!-- Background Map Image -->
<img alt="Map of Ancient Mesopotamia and Fertile Crescent" class="map-image" src="https://page.gensparksite.com/slides_images/899e9941b4b6a3090c058e582644b647.webp"/>
<!-- Map Legend Box -->
<div class="absolute bottom-8 right-8 bg-black bg-opacity-80 p-4 rounded border border-gray-700 z-30">
<h4 class="text-yellow-500 text-xs font-bold uppercase mb-2">Map Legend</h4>
<div class="flex items-center mb-1">
<i class="fas fa-map-marker-alt text-yellow-500 text-xs mr-2"></i>
<span class="text-gray-300 text-xs">주요 도시 (Major Cities)</span>
</div>
<div class="flex items-center">
<i class="fas fa-water text-blue-400 text-xs mr-2"></i>
<span class="text-gray-300 text-xs">강 (Rivers)</span>
</div>
</div>
<!-- Pin: Babylon -->
<div class="map-pin pin-babylon">
<i class="fas fa-map-marker-alt pin-icon"></i>
<div class="pin-label">바빌론 (Babylon)</div>
</div>
<!-- Pin: Ur -->
<div class="map-pin pin-ur">
<i class="fas fa-map-marker-alt pin-icon"></i>
<div class="pin-label">우르 (Ur)</div>
</div>
<!-- Pin: Tigris River Label (Visual Marker) -->
<div class="absolute text-blue-300 font-serif italic text-sm font-bold opacity-70 tracking-widest transform -rotate-12" style="top: 20%; left: 55%;">
Tigris R.
</div>
<!-- Pin: Euphrates River Label (Visual Marker) -->
<div class="absolute text-blue-300 font-serif italic text-sm font-bold opacity-70 tracking-widest transform -rotate-12" style="top: 30%; left: 30%;">
Euphrates R.
</div>
</div>
</div>
</body>
</html>
8._______________________________________________________________________________________________
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>고대 이집트</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css" rel="stylesheet"/>
<style>
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #111;
color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
}
.slide-container {
width: 1280px;
height: 720px;
position: relative;
background-color: #0c0c0c;
overflow: hidden;
display: flex;
flex-direction: row;
}
.natgeo-border {
border: 6px solid #FFC200;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
pointer-events: none;
z-index: 50;
}
.title-font {
font-family: 'Noto Serif KR', serif;
}
/* Left Column Styles */
.left-col {
width: 50%;
padding: 80px 60px 80px 80px;
display: flex;
flex-direction: column;
justify-content: center;
z-index: 10;
}
/* Right Column Styles */
.right-col {
width: 50%;
position: relative;
height: 100%;
overflow: hidden;
}
.right-image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
/* Simulating gradient fade using box-shadow to avoid export issues */
.overlay-shadow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 250px 0 150px -50px #0c0c0c;
z-index: 2;
pointer-events: none;
}
.method-item {
display: flex;
align-items: flex-start;
margin-bottom: 24px;
}
.method-icon {
width: 44px;
height: 44px;
background-color: #333;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #FFC200;
margin-right: 18px;
flex-shrink: 0;
font-size: 1.2rem;
}
</style>
</head>
<body>
<div class="slide-container">
<div class="natgeo-border"></div>
<!-- Left Column: Text Content -->
<div class="left-col">
<header class="mb-10">
<div class="flex items-center mb-3">
<span class="bg-yellow-500 text-black text-xs font-bold px-2 py-1 rounded mr-3">SECTION 03</span>
<span class="text-yellow-500 text-sm font-bold tracking-widest uppercase">Ancient Civilization</span>
</div>
<h1 class="text-5xl font-black title-font text-white mb-5 leading-tight">
고대 이집트:<br/>나일의 선물
</h1>
<p class="text-xl text-gray-300 font-light border-l-4 border-gray-600 pl-4 py-1 italic title-font">
"이집트는 나일강의 선물이다" <span class="text-sm not-italic text-gray-500 ml-2">- 헤로도토스</span>
</p>
</header>
<div class="content-body">
<!-- Point 1 -->
<div class="method-item">
<div class="method-icon"><i class="fas fa-water"></i></div>
<div>
<p class="text-white font-bold text-lg mb-1">나일강의 범람과 농업</p>
<p class="text-gray-400 text-sm leading-relaxed">
정기적인 범람은 비옥한 토양을 제공하여 높은 농업 생산력을 가능하게 했습니다. 이는 문명 번영과 인구 증가의 토대가 되었습니다.
</p>
</div>
</div>
<!-- Point 2 -->
<div class="method-item">
<div class="method-icon"><i class="fas fa-crown"></i></div>
<div>
<p class="text-white font-bold text-lg mb-1">파라오와 영생의 믿음</p>
<p class="text-gray-400 text-sm leading-relaxed">
살아있는 신으로 숭배된 파라오는 절대 권력을 행사했습니다. 피라미드와 미라 풍습은 그들의 강력한 내세관과 영생에 대한 염원을 보여줍니다.
</p>
</div>
</div>
<!-- Point 3 -->
<div class="method-item">
<div class="method-icon"><i class="fas fa-scroll"></i></div>
<div>
<p class="text-white font-bold text-lg mb-1">찬란한 문화 유산</p>
<p class="text-gray-400 text-sm leading-relaxed">
상형문자, 파피루스, 태양력, 그리고 정교한 의학 및 기하학의 발달은 인류 지식사에 지대한 공헌을 했습니다.
</p>
</div>
</div>
</div>
</div>
<!-- Right Column: Image -->
<div class="right-col">
<div class="overlay-shadow"></div>
<!-- Image of Pyramids and Sphinx -->
<img alt="Giza Pyramids and Sphinx" class="right-image" src="https://page.gensparksite.com/slides_images/5685b10cec1ee7ed75cdfc0892ca69af.webp"/>
<!-- Image Caption -->
<div class="absolute bottom-8 right-8 bg-black bg-opacity-80 px-5 py-3 rounded border border-gray-700 max-w-sm text-right z-10 shadow-lg">
<p class="text-yellow-500 text-xs font-bold uppercase mb-1">Legacy of the Nile</p>
<p class="text-white text-sm font-medium leading-snug">기자의 대피라미드와 스핑크스</p>
<p class="text-gray-400 text-xs mt-1">고대 왕국 시대의 영원한 상징</p>
</div>
</div>
</div>
</body>
</html>
9._______________________________________________________________________________________________
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>고대 그리스: 폴리스와 사상의 꽃</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css" rel="stylesheet"/>
<style>
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #111;
color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
}
.slide-container {
width: 1280px;
height: 720px;
position: relative;
background-color: #0c0c0c;
overflow: hidden;
display: flex;
flex-direction: column;
padding: 60px 80px;
}
.natgeo-border {
border: 6px solid #FFC200;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
pointer-events: none;
z-index: 50;
}
.title-font {
font-family: 'Noto Serif KR', serif;
}
/* Header Styling */
.header-section {
margin-bottom: 40px;
position: relative;
z-index: 10;
}
/* Grid Layout */
.grid-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
flex: 1;
height: 100%;
}
/* Card Styling */
.card {
background-color: #1a1a1a;
border-radius: 8px;
overflow: hidden;
display: flex;
flex-direction: column;
border-bottom: 4px solid #333;
transition: transform 0.3s ease, border-color 0.3s ease;
height: 100%;
}
.card:hover {
transform: translateY(-5px);
border-bottom-color: #FFC200;
}
.card-image-wrapper {
height: 200px;
overflow: hidden;
position: relative;
}
.card-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.card:hover .card-image {
transform: scale(1.05);
}
.card-content {
padding: 24px;
display: flex;
flex-direction: column;
flex: 1;
}
.card-icon {
width: 48px;
height: 48px;
background-color: rgba(255, 194, 0, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #FFC200;
font-size: 1.25rem;
margin-bottom: 16px;
}
.card-title {
font-family: 'Noto Serif KR', serif;
font-size: 1.25rem;
font-weight: 700;
color: #fff;
margin-bottom: 12px;
}
.card-desc {
color: #9ca3af;
font-size: 0.9rem;
line-height: 1.6;
flex: 1;
}
/* Background texture */
.bg-texture {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23222" fill-opacity="0.4"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
z-index: 0;
opacity: 0.5;
}
</style>
</head>
<body>
<div class="slide-container">
<div class="natgeo-border"></div>
<div class="bg-texture"></div>
<!-- Header -->
<header class="header-section">
<div class="flex items-center mb-3">
<span class="bg-yellow-500 text-black text-xs font-bold px-2 py-1 rounded mr-3">SECTION 03</span>
<span class="text-yellow-500 text-sm font-bold tracking-widest uppercase">Ancient Civilizations</span>
</div>
<div class="flex items-end justify-between border-b border-gray-800 pb-4">
<div>
<h1 class="text-4xl font-black title-font text-white mb-1">
고대 그리스
</h1>
<p class="text-xl text-gray-400 font-serif italic">
폴리스와 사상의 꽃
</p>
</div>
<p class="text-right text-gray-500 text-sm max-w-md hidden md:block">
서양 문명의 뿌리인 그리스는 민주주의, 철학, 예술 등<br/>현대 사회의 지적 기반을 마련했습니다.
</p>
</div>
</header>
<!-- Cards Content -->
<div class="grid-container relative z-10">
<!-- Card 1: Democracy -->
<div class="card">
<div class="card-image-wrapper">
<img alt="Athenian Democracy" class="card-image" src="https://www.genspark.ai/image_placeholder.png"/>
</div>
<div class="card-content">
<div class="flex items-center justify-between">
<div class="card-icon"><i class="fas fa-landmark"></i></div>
<span class="text-xs font-bold text-gray-500 uppercase">Politics</span>
</div>
<h3 class="card-title">아테네 민주정</h3>
<p class="card-desc">
시민들이 아고라와 민회에 직접 모여 국가의 중대사를 결정했습니다. 이는 현대 민주주의의 기원이 되는 직접 민주정치 체제였습니다.
</p>
</div>
</div>
<!-- Card 2: Philosophy -->
<div class="card">
<div class="card-image-wrapper">
<!-- Using statue image to represent philosophy -->
<img alt="Greek Philosopher Bust" class="card-image" src="https://www.genspark.ai/image_placeholder.png" style="object-position: top;"/>
</div>
<div class="card-content">
<div class="flex items-center justify-between">
<div class="card-icon"><i class="fas fa-brain"></i></div>
<span class="text-xs font-bold text-gray-500 uppercase">Philosophy</span>
</div>
<h3 class="card-title">철학의 황금기</h3>
<p class="card-desc">
소크라테스, 플라톤, 아리스토텔레스는 이성과 논리를 통해 인간 존재와 우주의 본질을 탐구하며 서양 철학의 기틀을 다졌습니다.
</p>
</div>
</div>
<!-- Card 3: Culture -->
<div class="card">
<div class="card-image-wrapper">
<!-- Using pottery image to represent daily life/arts -->
<img alt="Greek Pottery Art" class="card-image" src="https://www.genspark.ai/image_placeholder.png"/>
</div>
<div class="card-content">
<div class="flex items-center justify-between">
<div class="card-icon"><i class="fas fa-masks-theater"></i></div>
<span class="text-xs font-bold text-gray-500 uppercase">Culture</span>
</div>
<h3 class="card-title">문화와 올림픽</h3>
<p class="card-desc">
인간 중심의 헬레니즘 문화가 꽃피웠으며, 신을 기리는 올림픽 제전과 비극·희극 연극은 공동체 결속의 핵심이었습니다.
</p>
</div>
</div>
</div>
</div>
</body>
</html>
10._______________________________________________________________________________________________
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>로마 제국: 법과 제국의 유산</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css" rel="stylesheet"/>
<style>
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #111;
color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
}
.slide-container {
width: 1280px;
height: 720px;
position: relative;
background-color: #0c0c0c;
overflow: hidden;
display: flex;
flex-direction: row;
}
.natgeo-border {
border: 6px solid #FFC200;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
pointer-events: none;
z-index: 50;
}
.title-font {
font-family: 'Noto Serif KR', serif;
}
/* Layout Structure */
.sidebar {
width: 35%; /* 448px */
height: 100%;
background-color: #0c0c0c;
padding: 70px 40px 70px 50px;
display: flex;
flex-direction: column;
z-index: 20;
border-right: 1px solid #222;
position: relative;
}
.map-area {
width: 65%; /* 832px */
height: 100%;
position: relative;
overflow: hidden;
background-color: #1a1a1a;
}
/* Map/Image Styling */
.map-image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
opacity: 0.85;
transition: transform 10s ease; /* Slow zoom effect */
transform: scale(1.0);
}
.map-area:hover .map-image {
transform: scale(1.05);
}
/* Pins */
.map-pin {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
transform: translate(-50%, -100%); /* Center bottom anchor */
cursor: pointer;
z-index: 30;
transition: all 0.3s ease;
}
.map-pin:hover {
transform: translate(-50%, -110%) scale(1.1);
z-index: 40;
}
.pin-icon {
color: #FFC200;
font-size: 2rem;
filter: drop-shadow(0 4px 4px rgba(0,0,0,0.7));
margin-bottom: 5px;
}
.pin-label {
background: rgba(0, 0, 0, 0.85);
color: #fff;
padding: 5px 12px;
border-radius: 4px;
font-size: 0.85rem;
font-weight: 700;
border: 1px solid #FFC200;
white-space: nowrap;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
/* Content Styling */
.info-card {
background: rgba(255, 255, 255, 0.05);
border-left: 3px solid #FFC200;
padding: 15px;
margin-bottom: 15px;
border-radius: 0 6px 6px 0;
}
.info-title {
color: #fff;
font-weight: 700;
margin-bottom: 4px;
display: flex;
align-items: center;
}
.info-title i {
color: #FFC200;
margin-right: 8px;
font-size: 0.9rem;
}
.info-desc {
color: #9ca3af;
font-size: 0.85rem;
line-height: 1.5;
}
/* Pin Positions */
.pin-colosseum { top: 45%; left: 50%; }
.pin-forum { top: 60%; left: 25%; }
</style>
</head>
<body>
<div class="slide-container">
<div class="natgeo-border"></div>
<!-- Left Sidebar: Content -->
<div class="sidebar">
<header class="mb-8">
<div class="flex items-center mb-3">
<span class="bg-yellow-500 text-black text-xs font-bold px-2 py-1 rounded mr-3">SECTION 04</span>
<span class="text-yellow-500 text-xs font-bold tracking-widest uppercase">Classical Antiquity</span>
</div>
<h1 class="text-4xl font-black title-font text-white mb-2 leading-tight">
로마 제국
</h1>
<h2 class="text-xl text-gray-400 font-serif italic mb-4">
모든 길은 로마로 통한다
</h2>
<p class="text-sm text-gray-300 leading-relaxed border-t border-gray-800 pt-4">
지중해를 '우리의 바다(Mare Nostrum)'라 부르며 유럽, 아시아, 아프리카에 걸친 대제국을 건설했습니다. 200년의 평화 '팍스 로마나'를 이룩했습니다.
</p>
</header>
<div class="content-body flex-1 overflow-y-auto">
<!-- Info Card 1 -->
<div class="info-card">
<div class="info-title"><i class="fas fa-balance-scale"></i> 로마법 (Roman Law)</div>
<p class="info-desc">12표법에서 시작하여 만민법으로 발전했습니다. "법 앞의 평등"과 "무죄 추정의 원칙"은 현대 법치주의의 근간이 되었습니다.</p>
</div>
<!-- Info Card 2 -->
<div class="info-card">
<div class="info-title"><i class="fas fa-archway"></i> 건축과 공학</div>
<p class="info-desc">아치와 돔 기술을 활용한 콜로세움, 판테온 건축과 제국 전역을 연결하는 8만km의 도로망 및 수도교를 건설했습니다.</p>
</div>
<!-- Info Card 3 -->
<div class="info-card">
<div class="info-title"><i class="fas fa-cross"></i> 제국의 유산</div>
<p class="info-desc">라틴어와 알파벳, 그리고 기독교의 공인과 확산은 서양 문명의 정신적, 문화적 뿌리가 되었습니다.</p>
</div>
</div>
</div>
<!-- Right Area: Image/Map with Pins -->
<div class="map-area">
<!-- Background Image: Using Roman Forum/Colosseum view as visual anchor -->
<img alt="View of Roman Forum and Colosseum" class="map-image" src="https://page.gensparksite.com/slides_images/10d33da828edb10417c3c386e937d875.webp"/>
<!-- Legend Box -->
<div class="absolute bottom-8 right-8 bg-black bg-opacity-80 p-4 rounded border border-gray-700 z-30">
<h4 class="text-yellow-500 text-xs font-bold uppercase mb-2">Key Locations</h4>
<div class="flex items-center mb-1">
<i class="fas fa-map-marker-alt text-yellow-500 text-xs mr-2"></i>
<span class="text-gray-300 text-xs">랜드마크 (Landmarks)</span>
</div>
<div class="flex items-center">
<i class="fas fa-road text-gray-400 text-xs mr-2"></i>
<span class="text-gray-300 text-xs">인프라 (Infrastructure)</span>
</div>
</div>
<!-- Pin: Colosseum -->
<div class="map-pin pin-colosseum">
<i class="fas fa-map-marker-alt pin-icon"></i>
<div class="pin-label">콜로세움 (Colosseum)</div>
</div>
<!-- Pin: Roman Forum -->
<div class="map-pin pin-forum">
<i class="fas fa-landmark pin-icon"></i>
<div class="pin-label">포로 로마노 (Roman Forum)</div>
</div>
</div>
</div>
</body>
</html>
