<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <title>에러 발생</title>
    <style>
        body { font-family: 'Malgun Gothic', Arial, sans-serif; background: #f8f8f8; }
        .error-box { max-width: 400px; margin: 60px auto; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px #ccc; padding: 32px; text-align: center; }
        .error-id { color: #888; font-size: 0.9em; margin-bottom: 8px; }
        .error-message { color: #d32f2f; font-size: 1.2em; margin-bottom: 16px; }
        .error-status { color: #555; font-size: 1em; }
        .warning-box { margin-top: 18px; padding-top: 14px; border-top: 1px solid #eee; text-align: left; }
        .warning-title { color: #d32f2f; font-weight: bold; margin-bottom: 8px; }
        .warning-item { color: #444; margin-bottom: 4px; font-size: 0.95em; }
        .warning-note { color: #d32f2f; margin-top: 10px; font-weight: bold; font-size: 0.95em; }
    </style>
</head>
<body>
    <div class="error-box">
        <div class="error-id">에러 ID: <span>7792b13d-d967-4868-8b2c-0c8db602fd50</span></div>
        <div class="error-message">메시지: <span>No static resource sitemap.xml.</span></div>
        <div class="error-status">상태 코드: <span>404</span></div>
        
        <a href="/" style="margin-top:20px; display:inline-block; color:#1976d2;">홈으로 이동</a>
    </div>
</body>
</html>