Color Tokens
Brand / Primary
primary-btn
#f7931e · CTA 버튼
accent-light
#f6ab54 · 타이틀 강조
accent-dark
#d47609 · 회원가입
Text
text-primary
#334155 · 입력 라벨
text-tertiary
#94a3b8 · placeholder
Pagination Dots
dot-inactive
#d9d9d9 · 5px
Typography
Primary: A2Z (커스텀 Korean font, weight 250→700, 7단계) — fallback: Noto Sans KR
Secondary: Noto Sans KR — 버튼·CTA·회원가입
Utility: Manrope Bold — SECURE/FAST 배지 레터링
display / 96px
A2Z ExtraLight (250)
Ef
h1 / 26px
A2Z Thin–Light (100~300)
스플래시 타이틀
h2 / 20px · A2Z Medium (500)
차량명
Boongboong-E
h3 / 16px · A2Z Bold (700)
버튼 텍스트
정비 / 픽업 예약
body-l / 14px · A2Z Medium (500)
차량 모델명, 일반 본문
G-CLASS SUV AMG G 63 SUV 2025
body-m / 12px · A2Z ExtraLight (250)
서비스 카드, 입력 라벨
엔진오일 교체시기
caption / 10px · A2Z Medium
탭바, 서비스 텍스트
65일 후 점검필요
caption / 10px · Manrope Bold
SECURE / FAST 배지
SECURE · FAST
micro / 6px · A2Z ExtraLight
면책 고지, 주석
해당 그래프는 일자 기준으로 표기되는 참고자료로, 운행거리 등 실제 운용 환경에 따라 점검여부 확인이 필요합니다.
Components
divider short
96px 1px #f7931e
swipe indicator
128×6px rgba(6c6c6c,0.5)
정비/픽업 예약
유로픽스의 프리미엄 케어 서비스를 만나보세요!
원하시는 서비스를 선택하여 주세요.
Hello,
We're EuroFix
당신을 위한 프리미엄 차량 케어
유로픽스입니다.
계정이 없으신가요?
회원가입
이미 계정이 있다면
로그인
자동차 검사
정비를 원하는 차량의 픽업부터 점검, 수리와
리포트까지 유로픽스에서 제공하는 원스톱 차량
정비 서비스를 확인해보세요.
🔍
서울시 강남구 도산대로 415
📍
일자 설정
정비차량 선택
Screen Patterns (Figma 실측)
Splash Screen
bg-dark + logo block (Frame 24)
Login Screen (Dark)
bg-blueprint-dark + white card (Frame 33)
Home Screen
bg-blueprint-light (Frame 17)
Service Selection Screen
bg-dark + white tabbar (Frame 39)
Login Welcome Screen
bg-light + welcome card (Frame 29)
Sign-up Screen
bg-dark + 회원가입 폼 (Frame 34)
Pickup Modal Screen
서비스 헤더 + 지도 모달 (Frame 42)
Flutter Token Mapping
static const bgDark = Color(0xFF090909);
static const bgLight = Color(0xFFFFFFFF);
static const tabBg = Color(0xFF2C2A2A);
static const tabActive = Color(0xFF464646);
static const serviceCard = Color(0xFF878787);
static const primaryBtn = Color(0xFFF7931E);
static const primary = Color(0xFFD87E15);
static const progressFill = Color(0xFFFE8D0D);
static const emergency = Color(0xFFEF4444);
static const dotActive = Color(0xFFF7931E);
static const dotInactive = Color(0xFFD9D9D9);
static const textDark = Color(0xFF3B3B3B);
static const textPrimary = Color(0xFF334155);
static const textSecondary= Color(0xFF7C7C7C);
static const textTertiary = Color(0xFF94A3B8);
static const inputBg = Color(0x59D9D9D9);