/*
 * Songil Astra Child Theme - Footer CSS
 * 작성자: Songil, Grok (xAI)
 * 최종 수정: 2025-05-12
 * 목차:
 * 1. 푸터 스타일
 */

/*
 * 1. 푸터 스타일
 * - 푸터 레이아웃 및 z-index 조정
 */
footer, .site-footer, .footer, .ast-footer, #colophon {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 100px !important; /* Reference: mediawiki.org/wiki/Elementor#Using_the_footer_element_to_create_a_sticky_footer */
}

.elementor-section.elementor-section-footer {
    z-index: 1 !important;
    position: relative !important;
}