kmeda / organization.html
nkjoy's picture
- ์ฐพ์•„์˜ค์‹œ๋Š” ๊ธธ ํŽ˜์ด์ง€ ๋งŒ๋“ค์–ด์ค˜!
67e2182 verified
<!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">
<!-- Navigation -->
<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>
<!-- Hero Section -->
<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>
<!-- Organization Chart -->
<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>
<!-- Organization Description -->
<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 -->
<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>
// Initialize AOS
AOS.init({
duration: 1000,
once: true
});
// Initialize Feather Icons
feather.replace();
// Organization Chart Data
$(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>