369 lines
23 KiB
HTML
369 lines
23 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html class="light" lang="ko"><head>
|
|
<meta charset="utf-8"/>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
|
<title>KINTEX - 대한민국 최대 전시 컨벤션 센터</title>
|
|
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Geist:wght@500;600&family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:wght@100..900&display=swap" rel="stylesheet"/>
|
|
<script id="tailwind-config">
|
|
tailwind.config = {
|
|
darkMode: "class",
|
|
theme: {
|
|
extend: {
|
|
"colors": {
|
|
"on-background": "#141b2c",
|
|
"inverse-surface": "#293041",
|
|
"primary-container": "#0066b3",
|
|
"surface-container-lowest": "#ffffff",
|
|
"tertiary-container": "#00734e",
|
|
"surface-container-highest": "#dbe2f9",
|
|
"on-tertiary-fixed-variant": "#005236",
|
|
"on-primary-fixed-variant": "#004881",
|
|
"error-container": "#ffdad6",
|
|
"secondary-container": "#6d4aff",
|
|
"inverse-primary": "#a2c9ff",
|
|
"primary-fixed": "#d3e4ff",
|
|
"on-tertiary-container": "#8ef7c3",
|
|
"on-secondary-fixed-variant": "#4500d8",
|
|
"on-error-container": "#93000a",
|
|
"inverse-on-surface": "#edf0ff",
|
|
"secondary-fixed-dim": "#c9bfff",
|
|
"secondary": "#5427e6",
|
|
"error": "#ba1a1a",
|
|
"surface-container-low": "#f1f3ff",
|
|
"surface-bright": "#f9f9ff",
|
|
"on-tertiary": "#ffffff",
|
|
"on-secondary-fixed": "#1b0063",
|
|
"on-secondary": "#ffffff",
|
|
"tertiary-fixed-dim": "#72daa9",
|
|
"on-error": "#ffffff",
|
|
"tertiary-fixed": "#8ef7c4",
|
|
"background": "#f9f9ff",
|
|
"tertiary": "#00583b",
|
|
"secondary-fixed": "#e5deff",
|
|
"on-tertiary-fixed": "#002113",
|
|
"surface-variant": "#dbe2f9",
|
|
"outline": "#717782",
|
|
"on-primary": "#ffffff",
|
|
"primary": "#004e8b",
|
|
"surface-tint": "#0060a9",
|
|
"surface": "#f9f9ff",
|
|
"surface-dim": "#d2daf0",
|
|
"surface-container-high": "#e0e8ff",
|
|
"outline-variant": "#c1c7d3",
|
|
"primary-fixed-dim": "#a2c9ff",
|
|
"surface-container": "#e9edff",
|
|
"on-surface": "#141b2c",
|
|
"on-primary-fixed": "#001c38",
|
|
"on-surface-variant": "#414751",
|
|
"on-primary-container": "#d2e3ff",
|
|
"on-secondary-container": "#f3edff"
|
|
},
|
|
"borderRadius": {
|
|
"DEFAULT": "0.125rem",
|
|
"lg": "0.25rem",
|
|
"xl": "0.5rem",
|
|
"full": "0.75rem"
|
|
},
|
|
"spacing": {
|
|
"stack-md": "16px",
|
|
"stack-lg": "24px",
|
|
"base": "4px",
|
|
"container-padding": "24px",
|
|
"gutter": "16px",
|
|
"stack-sm": "8px"
|
|
},
|
|
"fontFamily": {
|
|
"label-xs": ["Geist"],
|
|
"headline-md": ["Inter"],
|
|
"display-lg-mobile": ["Inter"],
|
|
"body-sm": ["Inter"],
|
|
"display-lg": ["Inter"],
|
|
"title-sm": ["Inter"],
|
|
"label-md": ["Geist"],
|
|
"body-base": ["Inter"]
|
|
},
|
|
"fontSize": {
|
|
"label-xs": ["11px", {"lineHeight": "14px", "fontWeight": "500"}],
|
|
"headline-md": ["24px", {"lineHeight": "32px", "fontWeight": "600"}],
|
|
"display-lg-mobile": ["28px", {"lineHeight": "36px", "fontWeight": "700"}],
|
|
"body-sm": ["13px", {"lineHeight": "18px", "fontWeight": "400"}],
|
|
"display-lg": ["36px", {"lineHeight": "44px", "letterSpacing": "-0.02em", "fontWeight": "700"}],
|
|
"title-sm": ["18px", {"lineHeight": "28px", "fontWeight": "600"}],
|
|
"label-md": ["12px", {"lineHeight": "16px", "letterSpacing": "0.02em", "fontWeight": "600"}],
|
|
"body-base": ["14px", {"lineHeight": "20px", "fontWeight": "400"}]
|
|
}
|
|
},
|
|
},
|
|
}
|
|
</script>
|
|
<style>
|
|
body { font-family: 'Inter', sans-serif; }
|
|
.hanken-grotesk { font-family: 'Inter', sans-serif; } /* Fallback to Inter as specified in config but requested name was Hanken */
|
|
.glass-card {
|
|
background: rgba(255, 255, 255, 0.8);
|
|
backdrop-filter: blur(10px);
|
|
border: 1px solid rgba(228, 231, 236, 0.5);
|
|
}
|
|
.text-shadow-sm { text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
|
|
.card-accent-primary { border-left: 4px solid #004e8b; }
|
|
.card-accent-secondary { border-left: 4px solid #6d4aff; }
|
|
</style>
|
|
</head>
|
|
<body class="bg-background text-on-surface">
|
|
<!-- Header: TopNavBar -->
|
|
<header class="bg-surface-bright dark:bg-inverse-surface border-b border-outline-variant dark:border-outline sticky top-0 z-50 transition-all duration-200 ease-in-out">
|
|
<div class="flex justify-between items-center w-full px-container-padding h-20 max-w-7xl mx-auto">
|
|
<div class="flex items-center gap-12">
|
|
<a class="flex items-center" href="/">
|
|
<img alt="KINTEX Logo" class="h-10 w-auto" src="https://lh3.googleusercontent.com/aida-public/AB6AXuA-M3_GRmeezcKzj55FfdvS7tjC9eBhOVs3UE0ZG5nCa9c-8_-fzlSYIEfmxMZyISVmKg9qmwJmtQ_vqPk0ZMhriFA-pmaWrT5PGyghX7qtqsE_W7spVegK6f0xXdHanECc7o_Q-GHrV8S725BwSgSnnXZKeXapvDYUNjz_R4373GFTyB5e8_UZv2zh8fY4v9IEQF8y7c1U2g7NjxkpCdKtNeCq2vS_YVXQdqyxFWjR87UXNNfWOy4lAu6c1McKoGGr7TDUktMJC5s"/>
|
|
</a>
|
|
<nav class="hidden md:flex gap-8">
|
|
<a class="font-title-sm text-title-sm text-primary dark:text-primary-fixed border-b-2 border-primary font-bold pb-1 transition-colors" href="#">행사</a>
|
|
<a class="font-title-sm text-title-sm text-on-surface-variant dark:text-surface-variant hover:text-primary dark:hover:text-primary-fixed transition-colors" href="#">참가안내</a>
|
|
<a class="font-title-sm text-title-sm text-on-surface-variant dark:text-surface-variant hover:text-primary dark:hover:text-primary-fixed transition-colors" href="#">관람안내</a>
|
|
<a class="font-title-sm text-title-sm text-on-surface-variant dark:text-surface-variant hover:text-primary dark:hover:text-primary-fixed transition-colors" href="#">교통</a>
|
|
</nav>
|
|
</div>
|
|
<div class="flex items-center gap-6">
|
|
<div class="hidden md:flex items-center bg-surface-container-low px-4 py-2 rounded-full border border-outline-variant">
|
|
<span class="material-symbols-outlined text-on-surface-variant mr-2" style="font-size: 20px;">search</span>
|
|
<input class="bg-transparent border-none focus:ring-0 text-body-sm font-body-sm w-40" placeholder="행사 검색" type="text"/>
|
|
</div>
|
|
<button class="font-title-sm text-title-sm text-on-surface-variant dark:text-surface-variant hover:text-primary dark:hover:text-primary-fixed transition-colors flex items-center gap-1">
|
|
Language <span class="material-symbols-outlined">expand_more</span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<!-- Hero Section -->
|
|
<section class="relative h-[700px] w-full flex items-center overflow-hidden">
|
|
<div class="absolute inset-0 z-0">
|
|
<div class="w-full h-full bg-cover bg-center transition-transform duration-1000 hover:scale-105" style="background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuDU9oe5Fbg07m-0ZLP7yL5owsjkcYbUJEKQENv9ska98Wwl7hQG35YduX6vwFxU9XiUIj85cqf8qsnXVOmCqzhbtXh_jdL62fXtO2bJnlncry5Ry-mIaQn0Wsot4rLHXAo_56JAz0se68aBo11gBJdfqEo8cFPvTTM4Jl35ymR06MaeYQSG0iH_1ULJDcandXdfcqQJOhpx_sq06drATCdPQbKdgOcRZma6LMMvy_Uf7Vuva5Z6KYEHAYFIWPlNYVCB-rDr1Rzd1l4');"></div>
|
|
<div class="absolute inset-0 bg-gradient-to-r from-on-background/60 to-transparent"></div>
|
|
</div>
|
|
<div class="relative z-10 max-w-7xl mx-auto px-container-padding w-full">
|
|
<div class="max-w-2xl space-y-stack-lg">
|
|
<div class="inline-flex items-center px-4 py-1.5 rounded-full bg-primary-container text-on-primary-container font-label-md text-label-md border border-on-primary-container/20">
|
|
Global Exhibition Platform
|
|
</div>
|
|
<h1 class="font-display-lg text-display-lg text-white text-shadow-sm leading-tight">
|
|
세계로 통하는 전시,<br/><span class="text-primary-fixed">킨텍스</span>
|
|
</h1>
|
|
<p class="text-white/90 font-title-sm text-title-sm max-w-lg">
|
|
대한민국 최대 규모의 전시 컨벤션 센터 KINTEX에서 펼쳐지는 비즈니스와 문화의 새로운 혁신을 경험하세요.
|
|
</p>
|
|
<div class="flex flex-wrap gap-stack-md pt-4">
|
|
<button class="bg-primary text-on-primary px-8 py-4 rounded-lg font-title-sm text-title-sm hover:bg-primary/90 transition-all shadow-lg hover:shadow-primary/20">
|
|
관람 사전등록
|
|
</button>
|
|
<button class="bg-white/10 backdrop-blur-md text-white border border-white/20 px-8 py-4 rounded-lg font-title-sm text-title-sm hover:bg-white/20 transition-all">
|
|
시설 안내 보기
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Event Grid Section -->
|
|
<section class="py-24 max-w-7xl mx-auto px-container-padding">
|
|
<div class="flex justify-between items-end mb-12">
|
|
<div class="space-y-base">
|
|
<h2 class="font-display-lg text-display-lg text-on-background">진행중 · 예정 행사</h2>
|
|
<p class="text-on-surface-variant font-body-base">지금 킨텍스에서 열리는 주요 소식을 확인하세요.</p>
|
|
</div>
|
|
<a class="text-primary font-label-md text-label-md flex items-center gap-1 hover:underline" href="#">
|
|
전체 일정 보기 <span class="material-symbols-outlined">arrow_forward</span>
|
|
</a>
|
|
</div>
|
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-gutter">
|
|
<!-- Card 1 -->
|
|
<div class="flex flex-col bg-surface-container-lowest border border-outline-variant rounded-xl overflow-hidden group hover:shadow-xl transition-all duration-300 card-accent-primary">
|
|
<div class="relative overflow-hidden h-[320px]">
|
|
<img alt="Smart Factory & AI Expo" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500" src="https://lh3.googleusercontent.com/aida-public/AB6AXuCq7fe9NtQp2RqwGIajnWhC4pWLhhC7ZqG5_G3qHFJC0I1nSiMVH8kzPaDb9fVBHKF5W9DHv5XZ1nsu3u1wB1HCOhi_Eh2wih9FdqbnofNw951tf7n-7xwLHNQ-ueQa-YAWFhYpXQm8kXu0Vv_aUAR2F_Igiy3za_QXG2IEfyhOAmSfJVFi-uR4n4BjfwV0puIBYHvaTldIoi3aQ49WMeRDBuRLI4lDejpkYxEzKOOzHndBdaFS9LNpzvyY-esp5xH-tqog7ywldjk"/>
|
|
<div class="absolute top-4 right-4">
|
|
<span class="bg-secondary-container text-on-secondary-container font-label-md text-label-md px-3 py-1 rounded-full flex items-center gap-1 shadow-sm">
|
|
<span class="material-symbols-outlined text-[14px]">auto_awesome</span> AI Optimized
|
|
</span>
|
|
</div>
|
|
<div class="absolute bottom-4 left-4">
|
|
<span class="bg-error text-white font-label-md text-label-md px-3 py-1 rounded-lg shadow-md">D-15</span>
|
|
</div>
|
|
</div>
|
|
<div class="p-6 flex flex-col flex-grow">
|
|
<div class="flex gap-2 mb-3">
|
|
<span class="text-primary font-label-xs text-label-xs bg-primary-fixed px-2 py-0.5 rounded">EXHIBITION</span>
|
|
<span class="text-tertiary font-label-xs text-label-xs bg-tertiary-fixed px-2 py-0.5 rounded">TECH</span>
|
|
</div>
|
|
<h3 class="font-title-sm text-title-sm text-on-surface mb-4 group-hover:text-primary transition-colors">스마트팩토리 & AI 엑스포 2026</h3>
|
|
<div class="space-y-2 mb-6 flex-grow">
|
|
<div class="flex items-center text-on-surface-variant font-body-sm">
|
|
<span class="material-symbols-outlined mr-2 text-[18px]">calendar_today</span>
|
|
2026.08.18 - 08.21
|
|
</div>
|
|
<div class="flex items-center text-on-surface-variant font-body-sm">
|
|
<span class="material-symbols-outlined mr-2 text-[18px]">location_on</span>
|
|
제1전시장 1~5홀
|
|
</div>
|
|
</div>
|
|
<button class="w-full py-3 bg-primary text-on-primary rounded-lg font-label-md text-label-md hover:bg-primary-container transition-colors">
|
|
사전등록
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<!-- Card 2 -->
|
|
<div class="flex flex-col bg-surface-container-lowest border border-outline-variant rounded-xl overflow-hidden group hover:shadow-xl transition-all duration-300 card-accent-secondary">
|
|
<div class="relative overflow-hidden h-[320px]">
|
|
<img alt="Comic World Summer" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500" src="https://lh3.googleusercontent.com/aida-public/AB6AXuC7LFJbuhezhuxjBuBE4dc4JqcMEW1UE_DwXS7V4RViuzf9j_sK_rAcgrypTJX-mdfOQ3XWJLz_Mpg287C3OWFipT3Y6lYPpGrCXh2SHwXsNIaKCrZwGi8LgaUEFmmxBHf37gaG7VAoZ9XLant7dbcV5GBRa3Nje9-p5vIoKvYpFq-cRXTpwqhhVxRX4xMzDy_93wHgYJJulSJj3D-PhdpFTZW9qJznMpZAO_StxmoOpa9jhoGbs5hOlVqtjV9iIs5BqyM5mCiH9TA"/>
|
|
<div class="absolute bottom-4 left-4">
|
|
<span class="bg-error text-white font-label-md text-label-md px-3 py-1 rounded-lg shadow-md">D-7</span>
|
|
</div>
|
|
</div>
|
|
<div class="p-6 flex flex-col flex-grow">
|
|
<div class="flex gap-2 mb-3">
|
|
<span class="text-secondary font-label-xs text-label-xs bg-secondary-fixed px-2 py-0.5 rounded">CULTURE</span>
|
|
<span class="text-primary font-label-xs text-label-xs bg-primary-fixed px-2 py-0.5 rounded">FESTIVAL</span>
|
|
</div>
|
|
<h3 class="font-title-sm text-title-sm text-on-surface mb-4 group-hover:text-secondary transition-colors">코믹월드 썸머 2026</h3>
|
|
<div class="space-y-2 mb-6 flex-grow">
|
|
<div class="flex items-center text-on-surface-variant font-body-sm">
|
|
<span class="material-symbols-outlined mr-2 text-[18px]">calendar_today</span>
|
|
2026.07.24 - 07.26
|
|
</div>
|
|
<div class="flex items-center text-on-surface-variant font-body-sm">
|
|
<span class="material-symbols-outlined mr-2 text-[18px]">location_on</span>
|
|
제2전시장 7, 8홀
|
|
</div>
|
|
</div>
|
|
<button class="w-full py-3 bg-secondary text-on-secondary rounded-lg font-label-md text-label-md hover:opacity-90 transition-colors">
|
|
사전등록
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<!-- Card 3 -->
|
|
<div class="flex flex-col bg-surface-container-lowest border border-outline-variant rounded-xl overflow-hidden group hover:shadow-xl transition-all duration-300 card-accent-primary">
|
|
<div class="relative overflow-hidden h-[320px]">
|
|
<img alt="Korea International Boat Show" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500" src="https://lh3.googleusercontent.com/aida-public/AB6AXuANn42Qk7WkWC1iRK_E9jGoNoC9y_2PdSikoh7xMECX8eQ4e1VK_ZoQjh5bIljSp-HqUJnFKUGyS-YN1t2ak2AcM4WxkV_2aWsU4bwWEeOeT4a5WyaRuWTU3ZM8FhnlTS8TUYwm9eAsJRoI_CtlhaMSmci9GQBQxxwNpa_jJyN2-7YJPcbkGF6CpyNAYJqjulLCVa5WTQ75xtUW3sUEC1EK7UewPTbmaSStyrjEc2KSbFOU43uHhVIDhS2GbznFNFwgx_k8Ce8Ceqg"/>
|
|
<div class="absolute bottom-4 left-4">
|
|
<span class="bg-outline text-white font-label-md text-label-md px-3 py-1 rounded-lg shadow-md">D-45</span>
|
|
</div>
|
|
</div>
|
|
<div class="p-6 flex flex-col flex-grow">
|
|
<div class="flex gap-2 mb-3">
|
|
<span class="text-primary font-label-xs text-label-xs bg-primary-fixed px-2 py-0.5 rounded">EXHIBITION</span>
|
|
<span class="text-tertiary font-label-xs text-label-xs bg-tertiary-fixed px-2 py-0.5 rounded">LEISURE</span>
|
|
</div>
|
|
<h3 class="font-title-sm text-title-sm text-on-surface mb-4 group-hover:text-primary transition-colors">경기 국제 보트쇼 2026</h3>
|
|
<div class="space-y-2 mb-6 flex-grow">
|
|
<div class="flex items-center text-on-surface-variant font-body-sm">
|
|
<span class="material-symbols-outlined mr-2 text-[18px]">calendar_today</span>
|
|
2026.04.11 - 04.14
|
|
</div>
|
|
<div class="flex items-center text-on-surface-variant font-body-sm">
|
|
<span class="material-symbols-outlined mr-2 text-[18px]">location_on</span>
|
|
제1전시장 3, 4, 5홀
|
|
</div>
|
|
</div>
|
|
<button class="w-full py-3 bg-primary text-on-primary rounded-lg font-label-md text-label-md hover:bg-primary-container transition-colors">
|
|
사전등록
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Transport Section -->
|
|
<section class="bg-surface-container-low py-24">
|
|
<div class="max-w-7xl mx-auto px-container-padding">
|
|
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
|
|
<div class="space-y-stack-lg">
|
|
<div class="space-y-base">
|
|
<h2 class="font-display-lg text-display-lg text-on-background">오시는 길</h2>
|
|
<p class="text-on-surface-variant font-body-base">더욱 빨라진 접근성으로 킨텍스를 만나보세요.</p>
|
|
</div>
|
|
<div class="bg-surface-bright p-6 rounded-xl border border-primary-container/20 flex items-center gap-6 shadow-sm">
|
|
<div class="w-16 h-16 rounded-full bg-primary-fixed flex items-center justify-center">
|
|
<span class="material-symbols-outlined text-primary text-[32px]">directions_subway</span>
|
|
</div>
|
|
<div>
|
|
<h4 class="font-title-sm text-title-sm text-primary mb-1">GTX-A 킨텍스역 개통</h4>
|
|
<p class="text-on-surface-variant font-body-sm">킨텍스역에서 <span class="font-bold text-on-surface">도보 3분</span> 거리</p>
|
|
</div>
|
|
</div>
|
|
<div class="grid grid-cols-1 sm:grid-cols-3 gap-gutter">
|
|
<div class="p-4 bg-white rounded-lg border border-outline-variant hover:border-primary transition-colors cursor-pointer group">
|
|
<span class="material-symbols-outlined text-outline group-hover:text-primary transition-colors mb-2">directions_bus</span>
|
|
<h5 class="font-label-md text-label-md text-on-background">대중교통</h5>
|
|
<p class="text-on-surface-variant text-[12px] mt-1">광역버스 및 지하철</p>
|
|
</div>
|
|
<div class="p-4 bg-white rounded-lg border border-outline-variant hover:border-primary transition-colors cursor-pointer group">
|
|
<span class="material-symbols-outlined text-outline group-hover:text-primary transition-colors mb-2">local_parking</span>
|
|
<h5 class="font-label-md text-label-md text-on-background">주차안내</h5>
|
|
<p class="text-on-surface-variant text-[12px] mt-1">4,000대 동시 주차</p>
|
|
</div>
|
|
<div class="p-4 bg-white rounded-lg border border-outline-variant hover:border-primary transition-colors cursor-pointer group">
|
|
<span class="material-symbols-outlined text-outline group-hover:text-primary transition-colors mb-2">airport_shuttle</span>
|
|
<h5 class="font-label-md text-label-md text-on-background">셔틀버스</h5>
|
|
<p class="text-on-surface-variant text-[12px] mt-1">주요 거점 순환 노선</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="relative h-[450px] rounded-2xl overflow-hidden shadow-2xl border border-white">
|
|
<div class="w-full h-full bg-cover bg-center" data-alt="A clean, minimalist 3D map illustration showing the KINTEX exhibition center in Ilsan, South Korea. The map highlights the proximity of the new GTX-A Kintex station and the sprawling first and second exhibition halls. Soft blue and white color palette to match the corporate branding, with clear icons for parking and entrances." style="background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuDDnIFn5uHvJjh44-iop988WBdAfyRz-D84npYlj32BOTFg9JGvepf_fzWLnVih5ob788ol5x6CZ1IikOmhLBSJ-uOir237zi23QiarN_EPcpNKMSOx05IzXm_709tO07_u5CsyEKzahauLwCOzdj-mTfo5QqqYg_I8w_v0MXea1BmskxlHU2nnfHe9TI_lEGpicgj8Yszyv3LxsyjqWtbPYD5krqkptVBextjoMfFlwBajEkiVkDHl8-lCYNqqBcMAkkVphNzOEaY')"></div>
|
|
<div class="absolute bottom-6 left-6 right-6 glass-card p-6 rounded-xl flex justify-between items-center">
|
|
<div>
|
|
<p class="font-label-md text-label-md text-on-surface-variant">고양시 일산서구 킨텍스로 217-60</p>
|
|
<h3 class="font-title-sm text-title-sm text-on-background">KINTEX (대한민국 제1, 2전시장)</h3>
|
|
</div>
|
|
<button class="bg-primary text-white w-12 h-12 rounded-full flex items-center justify-center hover:scale-110 transition-transform">
|
|
<span class="material-symbols-outlined">map</span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<!-- Footer: Footer -->
|
|
<footer class="bg-on-background dark:bg-on-background w-full py-stack-lg px-container-padding flex flex-col items-center text-center space-y-stack-md">
|
|
<div class="font-headline-md text-headline-md text-surface-container-lowest mb-2">KINTEX</div>
|
|
<nav class="flex flex-wrap justify-center gap-6 mb-8">
|
|
<a class="font-body-sm text-body-sm text-surface-variant opacity-80 hover:text-surface-bright transition-opacity" href="#">Sitemap</a>
|
|
<a class="font-body-sm text-body-sm text-surface-bright underline transition-opacity" href="#">Privacy Policy</a>
|
|
<a class="font-body-sm text-body-sm text-surface-variant opacity-80 hover:text-surface-bright transition-opacity" href="#">Terms of Service</a>
|
|
<a class="font-body-sm text-body-sm text-surface-variant opacity-80 hover:text-surface-bright transition-opacity" href="#">Facebook</a>
|
|
<a class="font-body-sm text-body-sm text-surface-variant opacity-80 hover:text-surface-bright transition-opacity" href="#">Instagram</a>
|
|
<a class="font-body-sm text-body-sm text-surface-variant opacity-80 hover:text-surface-bright transition-opacity" href="#">YouTube</a>
|
|
</nav>
|
|
<div class="max-w-3xl border-t border-white/10 pt-8">
|
|
<p class="font-body-sm text-body-sm text-surface-container-lowest opacity-60">
|
|
© KINTEX. All Rights Reserved. (10390) 217-60, Kintex-ro, Ilsanseo-gu, Goyang-si, Gyeonggi-do
|
|
</p>
|
|
<p class="font-body-sm text-body-sm text-surface-container-lowest opacity-40 mt-2">
|
|
대표번호: 1899-1001 | 팩스: 031-810-8114
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
<script>
|
|
// Micro-interactions
|
|
document.querySelectorAll('button, a').forEach(el => {
|
|
el.addEventListener('mousedown', () => el.style.transform = 'scale(0.98)');
|
|
el.addEventListener('mouseup', () => el.style.transform = 'scale(1)');
|
|
el.addEventListener('mouseleave', () => el.style.transform = 'scale(1)');
|
|
});
|
|
|
|
// Header scroll effect
|
|
window.addEventListener('scroll', () => {
|
|
const header = document.querySelector('header');
|
|
if (window.scrollY > 20) {
|
|
header.classList.add('shadow-md', 'h-16');
|
|
header.classList.remove('h-20');
|
|
} else {
|
|
header.classList.remove('shadow-md', 'h-16');
|
|
header.classList.add('h-20');
|
|
}
|
|
});
|
|
</script>
|
|
</body></html> |