<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
    <link rel="icon" type="image/x-icon" href="/img/favicon.ico">
    <link rel="stylesheet" href="/css/style.css">
    <link rel="stylesheet" href="/css/font/NotoSansKR.css">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
    <script src="/js/include.js"></script>
    <script src="/js/main.js"></script>
    <title>라테라스 워터파크 예약</title>
</head>
</html>

<body>
<div class="bg"></div>
<div class="container">
    <header>
        <div class="header_top">
            <span onclick="window.history.back();" style="cursor: pointer;">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <g clip-path="url(#clip0_245_200)">
                    <path d="M17.6109 23.8078C17.8125 23.8078 18.0188 23.7281 18.1734 23.5734C18.4828 23.264 18.4828 22.7578 18.1734 22.4484L7.58437 11.8594L18.0188 1.42499C18.3281 1.11561 18.3281 0.609363 18.0188 0.299989C17.7094 -0.00938659 17.2031 -0.00938657 16.8937 0.299989L5.89219 11.2969C5.58281 11.6062 5.58281 12.1125 5.89219 12.4219L17.0438 23.5734C17.2031 23.7328 17.4047 23.8078 17.6109 23.8078Z" fill="black"/>
                    </g>
                    <defs>
                    <clipPath id="clip0_245_200">
                    <rect width="24" height="24" fill="white" transform="translate(0 24) rotate(-90)"/>
                    </clipPath>
                    </defs>
                </svg>
            </span>
            <h1 class="logo"><a href="/"><img src="/img/laterrace_logo_1.png" alt=""></a></h1>
        </div>
        <div class="summary_wrap">
            <h2 class="summary">카바나 이용 예약</h2>
        </div>
    </header>



<div class="main main_page">
    <div class="content">
        <section class="content_entry">
            <p class="entry_notice">바우처의 코드번호를 입력해주세요.<br>예약가능한 상품내역을 확인할 수 있습니다.
            </p>
            <div class="input_wrap" style="background-color:#eee;"><input type="text" name="voucher" style="cursor:no-drop; font-size: 14px;" placeholder="바우처 코드번호를 입력해주세요." value="sitemap.xml" disabled></div>
            <div class="active_btn" disabled="true"><a href="javascript:void(0);" onclick="checkCode();">확인</a></div>
        </section>
    </div>
</div>
<div class="modal_wrap warning_modal_wrap">
    <div class="modal">
        <h2 class="modal_title"><img src="/img/exclaim_icon.svg" alt="느낌표 이미지"> 구매정보가 없습니다.<br>확인 후 다시 입력해주세요.</h2>
        <div class="btn_wrap">

            <div class="active_btn modal_close"><a href="javascript:void(0)">확인</a></div>
        </div>
    </div>
</div>

<script src="js/index.js"></script>
</div>
</body>

