<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">

<head>
    <meta charset="UTF-8">
    <title>Benz Financial</title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.0,user-scalable=no,viewport-fit=cover">
    <link rel="shortcut icon" href="data:image/x-icon" type="image/x-icon">
    <link rel="stylesheet" href="css/new/import.css">
    <script type="text/javascript" src="js/libs/jquery-3.6.0.min.js"></script>
    <script type="text/javascript" src="js/libs/jquery-ui-1.13.0.min.js"></script>
    <script type="text/javascript" src="js/utility.js"></script>
</head>

<body>
<!-- Wrapper -->
<div class="wrapper">
    <!--Header -->
    <header class="header">
        <h1 class="header-logo"><img src="/images/img_logo.png" alt="Mercedes-Benz Financial Services"></h1>
    </header>
    <!--// Header -->

    <!-- Container -->
    <div class="container">
        <!-- Content -->
        <div class="content">
            <!-- Content-Body -->
            <div class="content-body">
                <section class="section mar-t40"> <!-- 2023-09-11 : mar-t40추가 -->
                    <div class="section-head">
                        <h2>만료된 URL입니다.</h2>
                    </div>
                    <!-- 적합 -->
                    <div class="section-body fail">
                        <div class="suitable-result">

                            <div style="margin-top: 8px;"></div>
                            <p>금융담당자에게 연락해 주시기 바랍니다.</p>
                        </div>
                    </div>
                    <!--// 적합 -->
                </section>
            </div>
            <!--// Content-Body -->


            <!-- 23-11-03 기능동작 없는 확인 버튼 삭제 -->
            <!-- Content Footer -->
            <!--            <div class="content-footer">-->
            <!--                <div class="btn-wrap">-->
            <!--                    <button type="button" class="btn btn-primary"><span>확인</span></button>-->
            <!--                </div>-->
            <!--            </div>-->
            <!--// Content Footer -->


        </div>
        <!--// Content -->

    </div>
    <!--// Container -->

</div>
<!--// Wrapper -->

</body>

<script>
    history.pushState(null, null, location.href);
    window.onpopstate = function () {
        history.go(1);
    };
</script>

</html>
