생활용품
/* CSS 스코프: 워드프레스 테마 충돌 방지 */ .g4u-wrap { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, ...
/* CSS 스코프: 워드프레스 테마 충돌 방지 */ .g4u-wrap { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, ...
/* 공통 & 레이아웃 */ .spoke-wrap { max-width: 800px; margin: auto; padding: 15px; font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; ...
/* 디자인 시스템 */ .g4u-wrap { max-width: 900px; margin: 0 auto; line-height: 1.75; color: #333; font-family: 'Pretendard', sans-serif; } .g4u-header { ...
/* 스타일 정의 */ :root { --hub-main: #2c3e50; --hub-accent: #e67e22; --hub-bg: #f4f6f8; --text-color: #333; --link-color: #2980b9; ...
/* 스타일 정의 */ :root { --tech-main: #6c5ce7; --tech-dark: #2d3436; --tech-hover: #5f27cd; /* 버튼 호버용 진한 보라색 */ --tech-bg: #f3e5f5; ...
/* 스타일 정의 */ :root { --engine-main: #e67e22; --engine-dark: #2c3e50; --engine-bg: #fdf5e6; --text-color: #333; --success-green: ...
/* 스타일 정의 */ :root { --car-main: #2980b9; --car-dark: #2c3e50; --text-dark: #333; } .g4u-wrap { max-width: 800px; margin: 0 ...
/* 스타일 정의 (여행의 설렘을 담은 스카이블루/네이비) */ :root { --t-blue: #0ea5e9; --t-dark: #0f172a; --t-bg: #f0f9ff; } .g4u-wrap { max-width: 900px; margin: 0 auto; ...
/* 스타일 정의 (로맨틱하면서도 신뢰감 있는 딥퍼플/그레이) */ :root { --p-main: #581c87; --p-sub: #f3e8ff; --p-accent: #d946ef; } .g4u-wrap { max-width: 900px; margin: 0 auto; ...
/* 스타일 정의 (신뢰감 있는 스틸 블루/그레이 톤) */ :root { --t-main: #0f172a; --t-sub: #f1f5f9; --t-accent: #0ea5e9; } .g4u-wrap { max-width: 900px; margin: 0 auto; ...
/* 스타일 정의 (편안한 네이비/그레이 톤) */ :root { --m-main: #3730a3; --m-sub: #eef2ff; --m-text: #333; } .g4u-wrap { max-width: 900px; margin: 0 auto; font-family: ...

