| <!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="icon" type="image/x-icon" href="/static/favicon.ico"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script src="https://cdn.jsdelivr.net/npm/orgchart@3.7.0/dist/js/jquery.orgchart.min.js"></script> |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/orgchart@3.7.0/dist/css/jquery.orgchart.min.css"> |
| <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> |
| <style> |
| @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap'); |
| body { |
| font-family: 'Noto Sans KR', sans-serif; |
| scroll-behavior: smooth; |
| } |
| .glass-effect { |
| background: rgba(255, 255, 255, 0.1); |
| backdrop-filter: blur(10px); |
| -webkit-backdrop-filter: blur(10px); |
| border: 1px solid rgba(255, 255, 255, 0.2); |
| } |
| .gradient-text { |
| background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); |
| -webkit-background-clip: text; |
| background-clip: text; |
| color: transparent; |
| } |
| |
| |
| .oc-node .oc-card { |
| border-radius: 14px; |
| border: 1px solid rgba(255,255,255,0.5); |
| background: linear-gradient(180deg, rgba(255,255,255,0.75), rgba(255,255,255,0.6)); |
| backdrop-filter: blur(6px); |
| box-shadow: 0 8px 24px rgba(16,24,40,0.08); |
| transition: all 0.25s ease; |
| } |
| .oc-node .oc-title { |
| font-weight: 700; |
| color: #111827; |
| letter-spacing: -0.2px; |
| } |
| .oc-connector, .oc-connector > span { |
| border-color: #D1D5DB !important; |
| } |
| .oc-node:hover .oc-card { |
| transform: translateY(-2px); |
| box-shadow: 0 12px 28px rgba(16,24,40,0.12); |
| } |
| |
| [data-node-id="๋ณธ์ฌ"] .oc-title { |
| color:#0F172A; |
| } |
| [data-node-id="์ด์ฌํ-์ด์์์ํยท๊ฐ์ฌ"] .oc-card { |
| background:linear-gradient(180deg,#FFE4E6,#FFF); |
| } |
| [data-node-id="๊ฒฝ์์ง์๋ณธ๋ถ"] .oc-card { |
| background:linear-gradient(180deg,#E0F2FE,#FFF); |
| } |
| [data-node-id^="์์ค์ ์ด์ง์ "] .oc-card { |
| background:linear-gradient(180deg,#DCFCE7,#FFF); |
| } |
| |
| #chart-container { |
| height: 600px; |
| overflow: auto; |
| padding: 20px; |
| } |
| </style> |
| </head> |
| <body class="bg-gray-50 text-gray-800"> |
| |
| <nav class="fixed w-full z-50 glass-effect py-4 px-6"> |
| <div class="container mx-auto flex justify-between items-center"> |
| <a href="index.html" class="text-2xl font-bold text-white">KMedia</a> |
| <div class="hidden md:flex space-x-8"> |
| <a href="about.html" class="text-white hover:text-purple-200 transition">ํ์ฌ์๊ฐ</a> |
| <a href="overview.html" class="text-white hover:text-purple-200 transition">ํ์ฌ๊ฐ์</a> |
| <a href="history.html" class="text-white hover:text-purple-200 transition">์ฐํ</a> |
| <a href="organization.html" class="text-white font-semibold hover:text-purple-200 transition">์กฐ์ง๋</a> |
| <a href="index.html#business" class="text-white hover:text-purple-200 transition">์ฌ์
์์ญ</a> |
| <a href="index.html#promotion" class="text-white hover:text-purple-200 transition">ํ๋ณด๋ง๋น</a> |
| <a href="index.html#communication" class="text-white hover:text-purple-200 transition">์ํต๋ง๋น</a> |
| </div> |
| <button class="md:hidden text-white"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| </nav> |
|
|
| |
| <section class="pt-32 pb-20 bg-gradient-to-r from-purple-500 to-indigo-600 text-white"> |
| <div class="container mx-auto px-6 text-center"> |
| <h1 class="text-4xl md:text-6xl font-bold mb-6" data-aos="fade-up">์กฐ์ง๋</h1> |
| <p class="text-xl md:text-2xl max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100"> |
| ์ผ์ด๋ฏธ๋์ด์ ์กฐ์ง ๊ตฌ์กฐ๋ฅผ ํ์ธํ์ธ์ |
| </p> |
| </div> |
| </section> |
|
|
| |
| <section class="py-20 bg-white"> |
| <div class="container mx-auto px-6"> |
| <div class="max-w-6xl mx-auto"> |
| <div id="chart-container"></div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-20 bg-gray-100"> |
| <div class="container mx-auto px-6"> |
| <div class="max-w-4xl mx-auto text-center" data-aos="fade-up"> |
| <h2 class="text-3xl font-bold mb-6">์กฐ์ง ์ด์ ์ฒ ํ</h2> |
| <p class="text-lg text-gray-600 leading-relaxed"> |
| ์ผ์ด๋ฏธ๋์ด๋ ํจ์จ์ ์ธ ์์ฌ๊ฒฐ์ ๊ณผ ์ ์ฐํ ์กฐ์ง์ด์์ ์ํด |
| ์ง์ญ๋ณ ์ง์ ๊ณผ ์ฌ์
๋ณ ์ด๊ด๋ถ๋ฌธ์ผ๋ก ๊ตฌ์ฑ๋ ์กฐ์ง๊ตฌ์กฐ๋ฅผ ์ ์งํ๊ณ ์์ต๋๋ค. |
| ์ด๋ฅผ ํตํด ๊ณ ๊ฐ ์ค์ฌ์ ๋น ๋ฅธ ๋์๊ณผ ์ ๋ฌธ์ฑ ์๋ ์๋น์ค ์ ๊ณต์ด ๊ฐ๋ฅํฉ๋๋ค. |
| </p> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-gray-900 text-white py-12"> |
| <div class="container mx-auto px-6"> |
| <div class="grid md:grid-cols-4 gap-8"> |
| <div> |
| <h4 class="text-lg font-semibold mb-4">KMedia</h4> |
| <p class="text-gray-400">์ฌ๋ ์ค์ฌ์ ์ฐฝ์์ ์ธ ๋ฏธ๋์ด ์๋ฃจ์
</p> |
| </div> |
| <div> |
| <h4 class="text-lg font-semibold mb-4">์ฐ๋ฝ์ฒ</h4> |
| <p class="text-gray-400">Tel: 02-1234-5678</p> |
| <p class="text-gray-400">Email: info@kmedia.com</p> |
| </div> |
| <div> |
| <h4 class="text-lg font-semibold mb-4">์ฃผ์</h4> |
| <p class="text-gray-400">์์ธํน๋ณ์ ๊ฐ๋จ๊ตฌ ํ
ํค๋๋ก 123</p> |
| </div> |
| <div> |
| <h4 class="text-lg font-semibold mb-4">Follow Us</h4> |
| <div class="flex space-x-4"> |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="facebook"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="instagram"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="twitter"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="linkedin"></i></a> |
| </div> |
| </div> |
| </div> |
| <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400"> |
| <p>ยฉ 2023 KMedia. All rights reserved.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| |
| AOS.init({ |
| duration: 1000, |
| once: true |
| }); |
| |
| |
| feather.replace(); |
| |
| |
| $(function() { |
| var datascource = { |
| 'name': '๋ณธ์ฌ', |
| 'title': '', |
| 'children': [ |
| { |
| 'name': '์ด์ฌํ', |
| 'title': '์ด์์์ํ ยท ๊ฐ์ฌ', |
| 'children': [ |
| { |
| 'name': '๊ฒฝ์์ง์๋ณธ๋ถ', |
| 'title': '', |
| 'children': [ |
| { |
| 'name': '์์ค์ ์ด์ง์ ', |
| 'title': 'ํ์ฃผ์', |
| 'children': [ |
| { 'name': '์ ๋ถ์ค์์์ ์๊ด', 'title': '' } |
| ] |
| }, |
| { |
| 'name': '์์ค์ ์ด์ง์ ', |
| 'title': '๊ณ ์์', |
| 'children': [ |
| { 'name': '์ธ์์ด๊ด', 'title': '' } |
| ] |
| }, |
| { |
| 'name': '์์ค์ ์ด์ง์ ', |
| 'title': '๊นํฌ์', |
| 'children': [ |
| { 'name': '๋์งํธ์ฝํ
์ธ ์ด๊ด', 'title': '' } |
| ] |
| } |
| ] |
| } |
| ] |
| } |
| ] |
| }; |
| |
| $('#chart-container').orgchart({ |
| 'data' : datascource, |
| 'nodeContent': 'title', |
| 'pan': true, |
| 'zoom': true, |
| 'zoominLimit': 2, |
| 'zoomoutLimit': 0.5 |
| }); |
| }); |
| </script> |
| </body> |
| </html> |