Spaces:
Running
Running
File size: 11,475 Bytes
c7560d3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 | <!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>๊ฐค๋ฌ๋ฆฌ - ๋จ๋ถํ๋ฏผ์กฑ์์ ๋จ</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body class="bg-gray-50 font-sans">
<custom-navbar></custom-navbar>
<main class="container mx-auto px-4 py-16">
<!-- Gallery Hero Section -->
<section class="mb-24 text-center">
<h1 class="text-5xl font-bold mb-6 font-serif text-gray-800">๊ฐค๋ฌ๋ฆฌ</h1>
<p class="text-xl text-gray-600 max-w-3xl mx-auto leading-relaxed">
๋จ๋ถํ๋ฏผ์กฑ์์ ๋จ์ ๊ณต์ฐ ์๊ฐ๋ค์ ๋ง๋๋ณด์ธ์. ๋ฌด๋ ์์ ๊ฐ๋๊ณผ ์๋ฆ๋ค์์ ์ฌ์ง ์์์ ๋ค์ ํ๋ฒ ๋๊ปด๋ณด์ค ์ ์์ต๋๋ค.
</p>
</section>
<!-- Photo Gallery -->
<section class="mb-24">
<h2 class="text-3xl font-bold text-center mb-16 font-serif text-gray-800">๊ณต์ฐ ์ฌ์ง</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="card group overflow-hidden rounded-xl">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/1024x576/10" alt="๊ณต์ฐ ์ฌ์ง" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end opacity-0 group-hover:opacity-100 transition duration-300">
<h3 class="text-white text-xl font-bold p-6">์์ธ ์์ ์ ์ ๋น ๊ณต์ฐ</h3>
</div>
</div>
</div>
<div class="card group overflow-hidden rounded-xl">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/1024x576/11" alt="๊ณต์ฐ ์ฌ์ง" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end opacity-0 group-hover:opacity-100 transition duration-300">
<h3 class="text-white text-xl font-bold p-6">๋ถ์ฐ ๋ฌธํํ๊ด ๊ณต์ฐ</h3>
</div>
</div>
</div>
<div class="card group overflow-hidden rounded-xl">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/1024x576/12" alt="๊ณต์ฐ ์ฌ์ง" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end opacity-0 group-hover:opacity-100 transition duration-300">
<h3 class="text-white text-xl font-bold p-6">๋์ ์์ ์์ ๋น ๊ณต์ฐ</h3>
</div>
</div>
</div>
<div class="card group overflow-hidden rounded-xl">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/1024x576/13" alt="๊ณต์ฐ ์ฌ์ง" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end opacity-0 group-hover:opacity-100 transition duration-300">
<h3 class="text-white text-xl font-bold p-6">ํ์ ๋ชจ๋๋ด ๊ทน์ฅ ๊ณต์ฐ</h3>
</div>
</div>
</div>
<div class="card group overflow-hidden rounded-xl">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/1024x576/14" alt="๊ณต์ฐ ์ฌ์ง" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end opacity-0 group-hover:opacity-100 transition duration-300">
<h3 class="text-white text-xl font-bold p-6">๋ด์ ๋ง์ปจ ์ผํฐ ๊ณต์ฐ</h3>
</div>
</div>
</div>
<div class="card group overflow-hidden rounded-xl">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/1024x576/15" alt="๊ณต์ฐ ์ฌ์ง" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end opacity-0 group-hover:opacity-100 transition duration-300">
<h3 class="text-white text-xl font-bold p-6">์ ์ ๋ณธ๋ถ ํํ ๊ณต์ฐ</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Video Gallery -->
<section class="mb-24 premium-section">
<h2 class="text-3xl font-bold text-center mb-16 font-serif text-gray-800">๊ณต์ฐ ์์</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="card overflow-hidden rounded-xl">
<div class="relative pb-[56.25%] h-0">
<img src="http://static.photos/culture/1024x576/16" alt="๊ณต์ฐ ์์" class="absolute inset-0 w-full h-full object-cover">
<div class="absolute inset-0 bg-black/50 flex items-center justify-center">
<div class="bg-white rounded-full p-4 cursor-pointer">
<i data-feather="play" class="w-8 h-8 text-red-700"></i>
</div>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2 text-gray-800">ํต์ผ์ ๋
ธ๋ - ๋ฉ์ธ ํ
๋ง</h3>
<p class="text-gray-600">๋จ๋ถํ๋ฏผ์กฑ์์ ๋จ์ ์ฃผ์ ๊ณก์ธ "ํต์ผ์ ๋
ธ๋"์ ๊ณต์ฐ ์์์
๋๋ค.</p>
</div>
</div>
<div class="card overflow-hidden rounded-xl">
<div class="relative pb-[56.25%] h-0">
<img src="http://static.photos/culture/1024x576/17" alt="๊ณต์ฐ ์์" class="absolute inset-0 w-full h-full object-cover">
<div class="absolute inset-0 bg-black/50 flex items-center justify-center">
<div class="bg-white rounded-full p-4 cursor-pointer">
<i data-feather="play" class="w-8 h-8 text-red-700"></i>
</div>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2 text-gray-800">์๋ฆฌ๋ ํฉ์ฐฝ ๋ฌด๋</h3>
<p class="text-gray-600">์ ํต ์๋ฆฌ๋๊ณผ ํ๋ ์์
์ด ์ด์ฐ๋ฌ์ง ํฉ์ฐฝ๋จ์ ๋ฌด๋ ์์์
๋๋ค.</p>
</div>
</div>
</div>
</section>
<!-- Behind the Scenes -->
<section class="mb-24">
<h2 class="text-3xl font-bold text-center mb-16 font-serif text-gray-800">๋นํ์ธ๋ ์คํ ๋ฆฌ</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="card group overflow-hidden rounded-lg">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/320x240/18" alt="๋นํ์ธ๋ ์ฌ์ง" class="w-full h-48 object-cover transform group-hover:scale-110 transition duration-500">
<div class="absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
<i data-feather="eye" class="w-8 h-8 text-white"></i>
</div>
</div>
<div class="p-4">
<h3 class="font-bold text-gray-800">๋ฆฌํ์ค ์ฅ๋ฉด</h3>
</div>
</div>
<div class="card group overflow-hidden rounded-lg">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/320x240/19" alt="๋นํ์ธ๋ ์ฌ์ง" class="w-full h-48 object-cover transform group-hover:scale-110 transition duration-500">
<div class="absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
<i data-feather="eye" class="w-8 h-8 text-white"></i>
</div>
</div>
<div class="p-4">
<h3 class="font-bold text-gray-800">๋ฌด๋ ์ค๋น</h3>
</div>
</div>
<div class="card group overflow-hidden rounded-lg">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/320x240/20" alt="๋นํ์ธ๋ ์ฌ์ง" class="w-full h-48 object-cover transform group-hover:scale-110 transition duration-500">
<div class="absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
<i data-feather="eye" class="w-8 h-8 text-white"></i>
</div>
</div>
<div class="p-4">
<h3 class="font-bold text-gray-800">์์ ๊ฐ๋ค ๊ฐ์ ๊ต๋ฅ</h3>
</div>
</div>
<div class="card group overflow-hidden rounded-lg">
<div class="relative overflow-hidden">
<img src="http://static.photos/culture/320x240/21" alt="๋นํ์ธ๋ ์ฌ์ง" class="w-full h-48 object-cover transform group-hover:scale-110 transition duration-500">
<div class="absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
<i data-feather="eye" class="w-8 h-8 text-white"></i>
</div>
</div>
<div class="p-4">
<h3 class="font-bold text-gray-800">๊ณต์ฐ ํ ๋ฐฐ์ฐ๋ค</h3>
</div>
</div>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script>feather.replace();</script>
<script src="script.js"></script>
</body>
</html> |