<button class="btn mt mr btn-primary">확인</button>
				</nav>

				<div class="panel panel-default mt-alot">
					<table class="table table-striped">
						<thead>
							<tr>
								<th class="hidden-phone">번호</th>
								<th>제목</th>
								<th>글쓴이</th>
								<th class="hidden-phone">작성일</th>
							</tr>
						</thead>
						<tbody>
							<?php 
    $posts = $consulting->loadConsultingList($page);
    foreach ($posts as $post) {
        ?>
							<tr>
								<td><?php 
        echo $post['no'];
        ?>
</td>
								<td><a href="view.php?page=<?php 
        echo $page;
        ?>
&amp;no=<?php 
        echo $post['no'];
        ?>
">
									<?php