<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1" />
        <link rel="shortcut icon" href="/resource/images/common/favicon.png?v=1752645546" />
        <link rel="stylesheet" href="/lib/default/css/fonts.css?v=1752645546" />
        <link rel="stylesheet" href="/lib/default/css/error_404.css?v=1752645546" />
        <style>
        * { margin: 0; padding: 0; font-family: 'Arvo'; }
        </style>
        <title>404 Page Not Found</title>
    </head>
    <body>
        <div id="content">
            <div class="message-box">
                <img src="/resource/images/misc/error_icon.png" alt="" class="img-responsive" />

                <h2>404 Page Not Found</h2>
                <p>The page you requested was not found.</p>

                <h3>요청하신 페이지를 찾을 수 없습니다.</h3>
                <p class="kor">방문하시려는 페이지의 주소가 잘못 입력되었거나<br>미게시 사이트일 수 있으니 확인하세요.</p>
                <div class="btn-box">
                    <a class="btn" href="https://dlecture.com">홈 가기</a>
                </div>
            </div>

        </div>


        <canvas id="__gesture_canvas__" width="0" height="0" style="z-index: 100000000; position: fixed; top: 0px; left: 0px; background: transparent !important;"></canvas>
        <span id="__gesture_preview__" style="z-index: 100000001; position: absolute; margin: 0px; border: 1px solid black; white-space: nowrap; display: none; background: rgba(255, 255, 225, 0.85098);"></span>
    </body>
</html>