No posts yet
Published posts will appear here.
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css'); /* 카피라이트 텍스트 잔재 강제 숨김 */ .footer-bottom, .mb-dark-footer > p:last-child { display: none !important; } .mb-dark-footer { background-color: #1a1a1a; color: #ffffff; padding: 60px 24px; font-family: 'Pretendard', sans-serif; letter-spacing: -0.02em; width: 100%; box-sizing: border-box; } .footer-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; gap: 40px; } .footer-brand-col { flex: 1.5; } .footer-logo { height: 32px; margin-bottom: 16px; display: block; } .company-detail p { font-size: 14px; color: #a0a0a0; line-height: 1.8; margin: 2px 0; word-break: keep-all; } .company-detail strong { color: #ffffff; font-weight: 700; } .social-links { margin-top: 24px; display: flex; gap: 12px; } .icon-circle { width: 36px; height: 36px; background-color: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: #fff; text-decoration: none; transition: background-color 0.2s ease; } .icon-circle:hover { background-color: #555; } .footer-nav-col { flex: 1; } .footer-nav-col h4 { font-size: 15px; font-weight: 700; color: #ffffff; margin-bottom: 20px; } .nav-links a, .nav-links p, .disabled-link { display: block; font-size: 14px; color: #a0a0a0; text-decoration: none; margin-bottom: 12px; line-height: 1.5; } .nav-links a:hover { color: #ffffff; transition: color 0.2s ease; } .disabled-link { cursor: default; opacity: 0.6; } /* 모바일 반응형 */ @media (max-width: 768px) { .mb-dark-footer { padding: 40px 20px; } .footer-container { flex-direction: column; gap: 36px; } .footer-nav-col h4 { margin-bottom: 12px; } }
No posts yet
Published posts will appear here.