2026-01-08 14:35:14 +09:00

38 lines
1.8 KiB
PHP

<footer class="site-footer">
<div class="container footer-grid">
<!-- Col 1: Brand -->
<div>
<div style="font-size: 20px; font-weight: 700; color: white; margin-bottom: 16px;">GIFTICON</div>
<p style="font-size: 14px; color: #9CA3AF; line-height: 1.6;">
대한민국 1 상품권 거래소.<br>
안전하고 빠른 거래를 약속드립니다.
</p>
<div style="margin-top: 24px; font-size: 12px; color: #6B7280;">
© 2024 Gifticon Corp. All rights reserved.
</div>
</div>
<!-- Col 2: Links -->
<div>
<h4 style="color: white; margin-bottom: 20px;">고객지원</h4>
<a href="#" class="footer-link">공지사항</a>
<a href="#" class="footer-link">자주 묻는 질문</a>
<a href="#" class="footer-link">1:1 문의</a>
<a href="#" class="footer-link">이용약관</a>
<a href="#" class="footer-link" style="font-weight: 600;">개인정보처리방침</a>
</div>
<!-- Col 3: Contact -->
<div>
<h4 style="color: white; margin-bottom: 20px;">Contact</h4>
<p style="margin-bottom: 8px;">고객센터: 1544-0000</p>
<p style="margin-bottom: 8px;">운영시간: 평일 09:00 - 18:00</p>
<p style="margin-bottom: 24px;">이메일: help@gifticon.com</p>
<div style="padding: 12px; background: rgba(255,255,255,0.05); border-radius: 8px;">
<p style="font-size: 12px; color: #9CA3AF; margin-bottom: 4px;">구매안전 서비스</p>
<p style="font-size: 13px; color: white;">KG Inicis 에스크로 적용됨</p>
</div>
</div>
</div>
</footer>