@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* 기본: 서브 페이지용 (Bright) */
body { 
    background: #ffffff !important; 
    font-family: 'Pretendard', sans-serif; 
    margin: 0; padding: 0;
    color: #333333 !important;
}

/* 메인 전용: index.php 로드 시 (Dark) */
body.main-page {
    background: #000000 !important;
    color: #ffffff !important;
}

img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }