| 1234567891011121314151617181920 |
- <?php
- include $_SERVER['DOCUMENT_ROOT'].'/common/lib/comm.php';
- $nav_title = "개인정보 수집 및 이용 동의";
- ?>
- <!-- s : header -->
- <? include("../inc/inc_header.php"); ?>
- <!-- // e : header -->
- <main class="normal--wrap">
- <?php include("../inc/clause_txt2.txt"); ?>
- </main>
- <!-- s : footer -->
- <? include("../inc/inc_bottom.php"); ?>
- <!-- // e : footer -->
- <?
- mysql_close($connect);
- ?>
|