메인 페이지 퍼블 완료

This commit is contained in:
현성필
2025-11-21 17:11:28 +09:00
parent 176326ff21
commit 74f9a4feb9
18 changed files with 865 additions and 404 deletions
@@ -60,7 +60,7 @@
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
z-index: 1000;
height: 90px;
height: 112px;
transition: all 0.3s ease;
border-bottom: 1px solid #dddddd;
}
@@ -693,9 +693,7 @@
transition: all 0.3s ease;
&:hover {
background: var(--light-bg);
color: var(--primary-blue);
transform: translateY(-2px);
}
}
@@ -788,7 +786,7 @@
// Body Layout Compensation
// ===========================
body {
padding-top: 65px; // Compensate for fixed header
padding-top: 112px; // Compensate for fixed header (112px height)
}
// ===========================
@@ -796,7 +794,7 @@ body {
// ===========================
@media (max-width: 768px) {
.global-header {
height: 60px;
height: 90px;
.container .header-content {
padding: 0 16px;