diff --git a/public/images/banner06.png b/public/images/banner06.png
new file mode 100644
index 0000000..377e399
Binary files /dev/null and b/public/images/banner06.png differ
diff --git a/public/images/ibe_computer.png b/public/images/ibe_computer.png
index 3506f83..11fd32c 100644
Binary files a/public/images/ibe_computer.png and b/public/images/ibe_computer.png differ
diff --git a/public/images/partner/banner06.png b/public/images/partner/banner06.png
index 8273629..377e399 100644
Binary files a/public/images/partner/banner06.png and b/public/images/partner/banner06.png differ
diff --git a/public/images/partner/banner22.png b/public/images/partner/banner22.png
index 07566a4..05ebd7e 100644
Binary files a/public/images/partner/banner22.png and b/public/images/partner/banner22.png differ
diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx
index e3e8b59..ed15419 100644
--- a/src/components/Footer.jsx
+++ b/src/components/Footer.jsx
@@ -30,8 +30,8 @@ const footerNav = [
items: [
{ label: "비행상황관리 시스템", to: "/solution/flight-control" },
{ label: "IBE", to: "/solution/ibe" },
- { label: "스마트 관광 예약", to: "/solution/smart-tour" },
- { label: "KT G-cloud 인천총판", to: "/solution/kt-gcloud" },
+ // { label: "스마트 관광 예약", to: "/solution/smart-tour" },
+ // { label: "KT G-cloud 인천총판", to: "/solution/kt-gcloud" },
],
},
{
@@ -80,7 +80,9 @@ function Footer() {
사업자등록번호. 393-81-00110
- 인천광역시 서구 로봇랜드로 155-11 로봇랜드 14층 1401~2호
+
+ 인천광역시 서구 로봇랜드로 155-11 로봇랜드 14층 1401~2호
+
@@ -92,14 +94,17 @@ function Footer() {
|
- E-mail. help@palnet.co.kr
+ E-mail.{" "}
+ help@palnet.co.kr
-
Copyright © (주) PALNETWORKS. All rights reserved.
+
+ Copyright © (주) PALNETWORKS. All rights reserved.
+
-
Privacy Policy
diff --git a/src/css/common.css b/src/css/common.css
index fcb38c5..477b9af 100644
--- a/src/css/common.css
+++ b/src/css/common.css
@@ -165,7 +165,7 @@ body{overflow-x:hidden;}
.partners-grid--4 .partners-logo-cell:nth-last-child(-n+4) { border-bottom: none; }
.partners-grid--5 .partners-logo-cell:nth-child(5n) { border-right: none; }
.partners-grid--5 .partners-logo-cell:nth-last-child(-n+5) { border-bottom: none; }
-.partners-logo-cell img { max-width: 75%; max-height: 28px; width: auto; height: auto; object-fit: contain;transition:0.3s all;}
+.partners-logo-cell img { max-width: 75%; max-height: 40px; width: auto; height: auto; object-fit: contain;transition:0.3s all;}
.partners-logo-cell img:hover{transform: scale(1.1);transition:0.3s all;}
.cta-box { position: relative; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 48px 56px; border-radius: 24px; overflow: hidden; background: var(--color-primary); }
diff --git a/src/css/main.css b/src/css/main.css
index 0d2f97a..222615f 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -376,6 +376,10 @@ body{overflow-x:hidden;}
.light-flight__price { font-size: 13px; font-weight: 700; color: #4f46e5; }
.light-flight__btn { font-size: 10px; font-weight: 700; padding: 5px 12px; border-radius: 6px; background: #1a1f5e; color: #fff; }
.light-flight--active .light-flight__btn { background: #4f46e5; }
+
+/* 드래그 방지 */
+.dark-closeup { user-select: none; pointer-events: none; }
+.light-closeup { user-select: none; pointer-events: none; }
@media (max-width: 768px) {
.main-solution-section { padding: 86px 6vw 120px; }
.main-solution-card { grid-template-columns: 1fr; }
diff --git a/src/pages/company/AboutPage.jsx b/src/pages/company/AboutPage.jsx
index 33db3c9..d08ffe4 100644
--- a/src/pages/company/AboutPage.jsx
+++ b/src/pages/company/AboutPage.jsx
@@ -354,7 +354,7 @@ export default function AboutPage() {
{/* 인증 및 특허 */}
-
+ {/*
Certification
인증 및 특허 현황
@@ -413,7 +413,7 @@ export default function AboutPage() {
))}
-
+ */}
{/* CTA */}
diff --git a/src/pages/company/HistoryPage.jsx b/src/pages/company/HistoryPage.jsx
index 10d8d6a..4da6147 100644
--- a/src/pages/company/HistoryPage.jsx
+++ b/src/pages/company/HistoryPage.jsx
@@ -262,7 +262,7 @@ export default function HistoryPage() {
label="Company"
title={
<>
- HISTORY
+ History
>
}
navItems={COMPANY_NAV}