Browse Source

비행상황 관리 임시 콘텐츠 추가

remotes/origin/main
김지은 4 weeks ago
parent
commit
17003e6409
  1. 74
      src/css/common.css
  2. 87
      src/pages/solution/FlightControlPage.jsx

74
src/css/common.css

@ -628,18 +628,17 @@ body{overflow-x:hidden;}
.fc-eyebrow {display:block;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary);margin-bottom:1.5rem;} .fc-eyebrow {display:block;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary);margin-bottom:1.5rem;}
.fc-eyebrow--light {color:rgba(255,255,255,.45);} .fc-eyebrow--light {color:rgba(255,255,255,.45);}
.fc-section-title {display:block;font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:2.5rem;letter-spacing:-.01em;}
/* /*
1. 개요 1. 개요
*/ */
.fc-overview {position:relative;border-radius:1.25rem;overflow:hidden;margin:3rem 0 5rem;min-height:520px;display:flex;align-items:flex-end;} .fc-overview {position:relative;border-radius:1.25rem;overflow:hidden;margin:3rem 0 4rem;min-height:520px;display:flex;align-items:flex-end;}
.fc-overview__bg {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.38) saturate(.6);} .fc-overview__bg {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.38) saturate(.6);}
.fc-overview__overlay {position:absolute;inset:0;background:linear-gradient(170deg, rgba(26,31,94,.6) 0%, rgba(26,31,94,.92) 60%);pointer-events:none;} .fc-overview__overlay {position:absolute;inset:0;background:linear-gradient(170deg, rgba(26,31,94,.6) 0%, rgba(26,31,94,.92) 60%);pointer-events:none;}
.fc-overview__content {position:relative;z-index:1;padding:3.5rem 3.5rem 4rem;width:100%;} .fc-overview__content {position:relative;z-index:1;padding:3.5rem 3.5rem 4rem;width:100%;}
.fc-overview__title {margin:.6rem 0 2.5rem;} .fc-overview__title {margin:.6rem 0 2.5rem;}
.fc-overview__title-inner {font-size:2rem;font-weight:700;line-height:1.45;color:#fff;letter-spacing:-.01em;} .fc-overview__title-inner {font-size:2rem;font-weight:700;line-height:1.45;color:#fff;letter-spacing:-.01em;}
.fc-overview__bottom {display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;} .fc-overview__bottom {display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;}
.fc-overview__sub {font-size:.88rem;line-height:1.9;color:rgba(255,255,255,.5);margin:0;} .fc-overview__sub {font-size:.88rem;line-height:1.9;color:rgba(255,255,255,.5);margin:0;}
@ -650,10 +649,31 @@ body{overflow-x:hidden;}
.fc-badge--light:hover {background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.3);color:#fff;} .fc-badge--light:hover {background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.3);color:#fff;}
/* /*
2. 주요기능 2. 수치 지표
*/
.fc-stats {display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:6rem;border:1px solid var(--color-primary-soft-border);border-radius:1rem;overflow:hidden;}
.fc-stat-item {display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2.5rem 1.5rem;text-align:center;border-right:1px solid var(--color-primary-soft-border);transition:background .2s;}
.fc-stat-item:last-child {border-right:none;}
.fc-stat-item:hover {background:var(--color-primary-soft);}
.fc-stat-item__value {font-size:2.25rem;font-weight:800;color:var(--color-primary);letter-spacing:-.03em;line-height:1;}
.fc-stat-item__label {font-size:.8rem;font-weight:500;color:#888;line-height:1.4;}
/*
3. 적용 분야
*/
.fc-domains {margin-bottom:6rem;}
.fc-domains__grid {display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem;}
.fc-domain-card {display:flex;flex-direction:column;gap:.75rem;padding:1.75rem 1.5rem;border:1px solid var(--color-primary-soft-border);border-radius:1rem;background:#fff;transition:border-color .2s,box-shadow .2s;cursor:default;}
.fc-domain-card:hover {border-color:var(--color-primary-border);box-shadow:0 8px 28px var(--color-primary-shadow);}
.fc-domain-card__icon {width:44px;height:44px;border-radius:.75rem;background:var(--color-primary-soft);display:flex;align-items:center;justify-content:center;color:var(--color-primary);transition:background .2s,color .2s;}
.fc-domain-card:hover .fc-domain-card__icon {background:var(--color-primary);color:#fff;}
.fc-domain-card__label {font-size:.88rem;font-weight:700;color:var(--color-primary);line-height:1.3;}
.fc-domain-card__desc {font-size:.78rem;line-height:1.65;color:#888;margin:0;}
/*
4. 주요기능
*/ */
.fc-functions {padding:0 0 8rem;} .fc-functions {margin-bottom:6rem;}
.fc-func-section-title {display:block;font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:2rem;letter-spacing:-.01em;}
.fc-functions__body {display:flex;gap:5rem;align-items:flex-start;} .fc-functions__body {display:flex;gap:5rem;align-items:flex-start;}
.fc-func-list {flex:1;list-style:none;margin:0;padding:0;} .fc-func-list {flex:1;list-style:none;margin:0;padding:0;}
@ -673,13 +693,24 @@ body{overflow-x:hidden;}
.fc-func-display__num {font-size:1rem;font-weight:800;color:var(--pink);line-height:1;} .fc-func-display__num {font-size:1rem;font-weight:800;color:var(--pink);line-height:1;}
.fc-func-display__label {font-size:.78rem;font-weight:600;color:#fff;} .fc-func-display__label {font-size:.78rem;font-weight:600;color:#fff;}
/*
5. 시스템 구성
*/
.fc-flow {padding-bottom:8rem;}
.fc-flow__row {display:flex;align-items:flex-start;gap:0;}
.fc-flow__item {position:relative;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem;padding:2rem 1rem;}
.fc-flow__step {font-size:.68rem;font-weight:800;letter-spacing:.12em;color:var(--color-primary-border-strong);}
.fc-flow__label {font-size:.92rem;font-weight:700;color:var(--color-primary);}
.fc-flow__desc {font-size:.76rem;line-height:1.65;color:#888;margin:0;}
.fc-flow__arrow {position:absolute;top:2.75rem;right:-1px;width:2px;height:1.5rem;background:var(--color-primary-soft-border);transform-origin:top;}
/* /*
반응형 반응형
*/ */
@media (max-width: 1024px) { @media (max-width: 1024px) {
.fc-overview { .fc-overview {
min-height: 420px; min-height: 420px;
margin: 2rem 0 4rem; margin: 2rem 0 3rem;
} }
.fc-overview__content { .fc-overview__content {
padding: 3rem 2.5rem 3.5rem; padding: 3rem 2.5rem 3.5rem;
@ -691,6 +722,19 @@ body{overflow-x:hidden;}
grid-template-columns: 1fr; grid-template-columns: 1fr;
gap: 1.25rem; gap: 1.25rem;
} }
.fc-stats {
grid-template-columns: repeat(2, 1fr);
}
.fc-stat-item:nth-child(2) {
border-right: none;
}
.fc-stat-item:nth-child(1),
.fc-stat-item:nth-child(2) {
border-bottom: 1px solid var(--color-primary-soft-border);
}
.fc-domains__grid {
grid-template-columns: repeat(3, 1fr);
}
.fc-functions__body { .fc-functions__body {
flex-direction: column; flex-direction: column;
gap: 2rem; gap: 2rem;
@ -700,6 +744,19 @@ body{overflow-x:hidden;}
width: 100%; width: 100%;
max-width: 500px; max-width: 500px;
} }
.fc-flow__row {
flex-direction: column;
gap: 1rem;
}
.fc-flow__item {
flex-direction: row;
text-align: left;
align-items: flex-start;
gap: 1rem;
}
.fc-flow__arrow {
display: none;
}
} }
@media (max-width: 640px) { @media (max-width: 640px) {
@ -713,6 +770,9 @@ body{overflow-x:hidden;}
.fc-overview__title-inner { .fc-overview__title-inner {
font-size: 1.2rem; font-size: 1.2rem;
} }
.fc-domains__grid {
grid-template-columns: repeat(2, 1fr);
}
.fc-func-item__label { .fc-func-item__label {
font-size: .9rem; font-size: .9rem;
} }

87
src/pages/solution/FlightControlPage.jsx

@ -1,12 +1,12 @@
import { useRef, useState } from "react"; import { useRef, useState } from "react";
import { motion, useInView, AnimatePresence } from "framer-motion"; import { motion, useInView, AnimatePresence } from "framer-motion";
import { Radio, Puzzle, Network, Expand, Shield, ArrowUpRight } from "lucide-react"; import { Radio, Puzzle, Network, Expand, Shield, ArrowUpRight, Package, Wind, AlertTriangle, Ship, Plane } from "lucide-react";
import SubHero from "../../components/SubHero"; import SubHero from "../../components/SubHero";
import useFadeIn from "../../hooks/useFadeIn"; import useFadeIn from "../../hooks/useFadeIn";
const SOLUTION_NAV = [ const SOLUTION_NAV = [
{ label: "비행상황관리 시스템", to: "/solution/flight-control" }, { label: "비행상황관리 시스템", to: "/solution/flight-control" },
{ label: "IBE", to: "/solution/ibe" }, { label: "IBE (Internet Booking Engine)", to: "/solution/ibe" },
{ label: "스마트 관광 예약 플랫폼", to: "/solution/smart-tour" }, { label: "스마트 관광 예약 플랫폼", to: "/solution/smart-tour" },
{ label: "KT G-cloud 인천총판", to: "/solution/kt-gcloud" }, { label: "KT G-cloud 인천총판", to: "/solution/kt-gcloud" },
]; ];
@ -19,6 +19,21 @@ const FEATURES = [
{ icon: Shield, label: "안정적 서비스" }, { icon: Shield, label: "안정적 서비스" },
]; ];
const STATS = [
{ value: "90%+", label: "운항 데이터 정확도" },
{ value: "10분", label: "이내 실시간 처리" },
{ value: "24/7", label: "무중단 모니터링" },
{ value: "N+1", label: "다중 비행체 동시 관제" },
];
const DOMAINS = [
{ icon: Package, label: "드론 물류·배송 관제", desc: "도심 및 광역 드론 배송 경로 최적화 및 실시간 위치 관제" },
{ icon: Plane, label: "UAM 도심항공 모빌리티", desc: "미래형 도심 항공 교통 인프라 연계 관제 시스템" },
{ icon: Wind, label: "무인기 환경측정", desc: "대기질·기상 데이터 수집 드론 운용 및 모니터링" },
{ icon: AlertTriangle, label: "안티드론 보안관제", desc: "비인가 드론 탐지·추적 및 무력화 대응 지원" },
{ icon: Ship, label: "선박·항공기 통합관제", desc: "해상·공중 복합 식별정보 수집 및 통합 상황관리" },
];
const FUNCTIONS = [ const FUNCTIONS = [
{ num: "01", img: "./images/s1-01.jpg", label: "비행가능 지역 및 공역표출" }, { num: "01", img: "./images/s1-01.jpg", label: "비행가능 지역 및 공역표출" },
{ num: "02", img: "./images/s1-02.jpg", label: "비행체 위치 표출" }, { num: "02", img: "./images/s1-02.jpg", label: "비행체 위치 표출" },
@ -28,6 +43,14 @@ const FUNCTIONS = [
{ num: "06", img: "./images/s1-06.jpg", label: "비정상 상황의 경보 표출" }, { num: "06", img: "./images/s1-06.jpg", label: "비정상 상황의 경보 표출" },
]; ];
const FLOW = [
{ step: "01", label: "비행체 식별", desc: "항공기·드론·선박 실시간 신호 수집" },
{ step: "02", label: "데이터 수집", desc: "위치·속도·고도·식별코드 통합 처리" },
{ step: "03", label: "관제 서버", desc: "통합 관제 서버 분석 및 상황 판단" },
{ step: "04", label: "모니터링", desc: "관제사 화면 실시간 현황 표출" },
{ step: "05", label: "경보·대응", desc: "이상 상황 감지 즉시 경보 및 대응" },
];
const ease = [0.22, 1, 0.36, 1]; const ease = [0.22, 1, 0.36, 1];
function RevealText({ children, delay = 0, className }) { function RevealText({ children, delay = 0, className }) {
@ -60,10 +83,16 @@ function FlightControlPage() {
const [activeIdx, setActiveIdx] = useState(0); const [activeIdx, setActiveIdx] = useState(0);
const overviewRef = useRef(null); const overviewRef = useRef(null);
const statsRef = useRef(null);
const domainsRef = useRef(null);
const funcRef = useRef(null); const funcRef = useRef(null);
const flowRef = useRef(null);
const overviewInView = useInView(overviewRef, { once: true, margin: "-60px" }); const overviewInView = useInView(overviewRef, { once: true, margin: "-60px" });
const statsInView = useInView(statsRef, { once: true, margin: "-60px" });
const domainsInView = useInView(domainsRef, { once: true, margin: "-60px" });
const funcInView = useInView(funcRef, { once: true, margin: "-80px" }); const funcInView = useInView(funcRef, { once: true, margin: "-80px" });
const flowInView = useInView(flowRef, { once: true, margin: "-60px" });
return ( return (
<article ref={ref}> <article ref={ref}>
@ -75,20 +104,17 @@ function FlightControlPage() {
<section className="fc-overview" ref={overviewRef}> <section className="fc-overview" ref={overviewRef}>
<motion.img src="./images/test111.png" alt="" className="fc-overview__bg" initial={{ scale: 1.08 }} animate={overviewInView ? { scale: 1 } : {}} transition={{ duration: 2.2, ease: [0.22, 1, 0.36, 1] }} /> <motion.img src="./images/test111.png" alt="" className="fc-overview__bg" initial={{ scale: 1.08 }} animate={overviewInView ? { scale: 1 } : {}} transition={{ duration: 2.2, ease: [0.22, 1, 0.36, 1] }} />
<div className="fc-overview__overlay" /> <div className="fc-overview__overlay" />
<div className="fc-overview__content"> <div className="fc-overview__content">
{overviewInView && ( {overviewInView && (
<RevealText delay={0.1} className="fc-eyebrow fc-eyebrow--light"> <RevealText delay={0.1} className="fc-eyebrow fc-eyebrow--light">
비행상황 관리 시스템 비행상황 관리 시스템
</RevealText> </RevealText>
)} )}
{overviewInView && ( {overviewInView && (
<div className="fc-overview__title"> <div className="fc-overview__title">
<StaggerWords text="항공기, 무인기, 선박 등 실시간 식별정보를 통하여 모니터링 및 상황관리를 할 수 있는 시스템" delay={0.18} className="fc-overview__title-inner" /> <StaggerWords text="항공기, 무인기, 선박 등 실시간 식별정보를 통하여 모니터링 및 상황관리를 할 수 있는 시스템" delay={0.18} className="fc-overview__title-inner" />
</div> </div>
)} )}
<motion.div className="fc-overview__bottom" initial={{ opacity: 0, filter: "blur(8px)", y: 12 }} animate={overviewInView ? { opacity: 1, filter: "blur(0px)", y: 0 } : {}} transition={{ duration: 0.85, ease, delay: 0.85 }}> <motion.div className="fc-overview__bottom" initial={{ opacity: 0, filter: "blur(8px)", y: 12 }} animate={overviewInView ? { opacity: 1, filter: "blur(0px)", y: 0 } : {}} transition={{ duration: 0.85, ease, delay: 0.85 }}>
<p className="fc-overview__sub">각종 드론 상황관제, 환경측정, 미래산업인 드론/PAV/UAM을 활용한 사업들을 지원하기 위한 환경/물류/안티 드론 등의 상황관제 시스템을 연구하고 솔루션을 제공합니다.</p> <p className="fc-overview__sub">각종 드론 상황관제, 환경측정, 미래산업인 드론/PAV/UAM을 활용한 사업들을 지원하기 위한 환경/물류/안티 드론 등의 상황관제 시스템을 연구하고 솔루션을 제공합니다.</p>
<div className="fc-badges"> <div className="fc-badges">
@ -103,12 +129,39 @@ function FlightControlPage() {
</div> </div>
</section> </section>
{/* 2. 주요기능 */} {/* 2. 수치 지표 */}
<section className="fc-stats" ref={statsRef}>
{STATS.map(({ value, label }, i) => (
<motion.div key={label} className="fc-stat-item" initial={{ opacity: 0, y: 24 }} animate={statsInView ? { opacity: 1, y: 0 } : {}} transition={{ duration: 0.55, ease, delay: 0.08 * i }}>
<span className="fc-stat-item__value">{value}</span>
<span className="fc-stat-item__label">{label}</span>
</motion.div>
))}
</section>
{/* 3. 적용 분야 */}
<section className="fc-domains" ref={domainsRef}>
<motion.span className="fc-section-title" initial={{ opacity: 0, y: 20 }} animate={domainsInView ? { opacity: 1, y: 0 } : {}} transition={{ duration: 0.6, ease }}>
적용 분야
</motion.span>
<div className="fc-domains__grid">
{DOMAINS.map(({ icon: Icon, label, desc }, i) => (
<motion.div key={label} className="fc-domain-card" initial={{ opacity: 0, y: 24 }} animate={domainsInView ? { opacity: 1, y: 0 } : {}} transition={{ duration: 0.55, ease, delay: 0.07 * i }} whileHover={{ y: -4, transition: { duration: 0.2 } }}>
<div className="fc-domain-card__icon">
<Icon size={22} strokeWidth={1.5} />
</div>
<span className="fc-domain-card__label">{label}</span>
<p className="fc-domain-card__desc">{desc}</p>
</motion.div>
))}
</div>
</section>
{/* 4. 주요기능 */}
<section className="fc-functions" ref={funcRef}> <section className="fc-functions" ref={funcRef}>
<motion.span className="fc-func-section-title" initial={{ opacity: 0, y: 20 }} animate={funcInView ? { opacity: 1, y: 0 } : {}} transition={{ duration: 0.6, ease }}> <motion.span className="fc-section-title" initial={{ opacity: 0, y: 20 }} animate={funcInView ? { opacity: 1, y: 0 } : {}} transition={{ duration: 0.6, ease }}>
주요기능 주요기능
</motion.span> </motion.span>
<div className="fc-functions__body"> <div className="fc-functions__body">
<ul className="fc-func-list"> <ul className="fc-func-list">
{FUNCTIONS.map(({ num, label }, i) => ( {FUNCTIONS.map(({ num, label }, i) => (
@ -122,7 +175,6 @@ function FlightControlPage() {
</motion.li> </motion.li>
))} ))}
</ul> </ul>
<div className="fc-func-display"> <div className="fc-func-display">
<AnimatePresence mode="wait"> <AnimatePresence mode="wait">
<motion.div key={activeIdx} className="fc-func-display__inner" initial={{ opacity: 0 }} animate={{ opacity: 1 }} exit={{ opacity: 0 }} transition={{ duration: 0.35, ease: "easeInOut" }}> <motion.div key={activeIdx} className="fc-func-display__inner" initial={{ opacity: 0 }} animate={{ opacity: 1 }} exit={{ opacity: 0 }} transition={{ duration: 0.35, ease: "easeInOut" }}>
@ -140,6 +192,23 @@ function FlightControlPage() {
</div> </div>
</div> </div>
</section> </section>
{/* 5. 시스템 구성 흐름 */}
<section className="fc-flow" ref={flowRef}>
<motion.span className="fc-section-title" initial={{ opacity: 0, y: 20 }} animate={flowInView ? { opacity: 1, y: 0 } : {}} transition={{ duration: 0.6, ease }}>
시스템 구성
</motion.span>
<div className="fc-flow__row">
{FLOW.map(({ step, label, desc }, i) => (
<motion.div key={step} className="fc-flow__item" initial={{ opacity: 0, y: 20 }} animate={flowInView ? { opacity: 1, y: 0 } : {}} transition={{ duration: 0.5, ease, delay: 0.08 * i }}>
<span className="fc-flow__step">{step}</span>
<span className="fc-flow__label">{label}</span>
<p className="fc-flow__desc">{desc}</p>
{i < FLOW.length - 1 && <motion.div className="fc-flow__arrow" initial={{ opacity: 0, scaleX: 0 }} animate={flowInView ? { opacity: 1, scaleX: 1 } : {}} transition={{ duration: 0.4, ease, delay: 0.08 * i + 0.3 }} />}
</motion.div>
))}
</div>
</section>
</div> </div>
</div> </div>
</article> </article>

Loading…
Cancel
Save