extend 파일 추가, info.php 내용 작성

This commit is contained in:
2026-06-04 17:54:52 +09:00
parent 58f724b28c
commit d95c91890c
13 changed files with 746 additions and 24 deletions

View File

@ -30,34 +30,130 @@ $g5['title'] = "이용안내";
<h1 class="blind">이용안내</h1>
<div class="inner">
<div class="lf_box" data-aos="fade-left">
<h1 class="tit">이용안내</h1>
<h1 class="tit">운영시간</h1>
<ul>
<li>
<strong>운영시간</strong>
<p>1부 10:00 ~ 17:00<br>2부 18:00 ~ 22:00</p>
<strong>1부</strong>
<p>10:00 ~ 17:00</p>
</li>
<li>
<strong>2부</strong>
<p>18:00 ~ 22:00</p>
</li>
<li>
<strong></strong>
<p>주말 및 성수기 09:30부터 입장 가능</p>
</li>
</ul>
</div>
<div class="lf_box" data-aos="fade-right">
<h1 class="tit">이용요금</h1>
<ul>
<li>
<strong>구분</strong>
</li>
<li>
<strong>준성수기</strong><br>
<p>~ 07.03 / ~ 08.31</p>
</li>
<li>
<strong>성수기</strong><br>
<p>~ 07.24</p>
</li>
<li>
<strong>극성수기</strong><br>
<p>~ 08.17</p>
</li>
</ul>
<div class="rt_box" data-aos="fade-right">
<h1 class="tit">입장료</h1>
<table class="payment">
<tr>
<th>구분</th>
<th>준성수기<br><span>~ 07.03 / ~ 08.31</span></th>
<th>성수기<br><span>~ 07.24</span></th>
<th>극성수기<br><span>~ 08.17</span></th>
</tr>
<tr>
<th>대인</th>
<td class="num">17,000</td>
<td class="num">22,000</td>
<td class="num">25,000</td>
</tr>
<tr>
<th>소인</th>
<td class="num">15,000</td>
<td class="num">20,000</td>
<td class="num">23,000</td>
</tr>
<tr>
<th>단체</th>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
</table>
<h1 class="tit">평상 및 용품 대여</h1>
<table class="payment">
<tr>
<th>구분</th>
<th>주말, 공휴일</th>
<th>평일(극성수기 제외)</th>
<th>비고</th>
</tr>
<tr>
<th>평상 A</th>
<td class="num"><span class="cline">90,000</span>80,000</td>
<td class="num">60,000</td>
<td></td>
</tr>
<tr>
<th>평상 B</th>
<td class="num"><span class="cline">110,000</span>90,000</td>
<td class="num">80,000</td>
<td></td>
</tr>
<tr>
<th>평상 C</th>
<td class="num"><span class="cline">130,000</span>100,000</td>
<td class="num">100,000</td>
<td></td>
</tr>
<tr>
<th>썬베드</th>
<td class="num">30,000</td>
<td class="num">20,000</td>
<td></td>
</tr>
<tr>
<th>구명조끼</th>
<td class="num">7,000</td>
<td class="num">7,000</td>
<td>140cm 이하 필수 착용</td>
</tr>
</table>
<h1 class="tit">용품판매</h1>
<table class="payment">
<tr>
<th>구분</th>
<th>요금</th>
<th colspan="2">비고</th>
</tr>
<tr>
<th>수영모자</th>
<td class="num">3,000</td>
<td colspan="2"></td>
</tr>
<tr>
<th>캡(야구모자)</th>
<td class="num">10,000</td>
<td colspan="2">썬캡 착용 불가</td>
</tr>
<tr>
<th>수경</th>
<td class="num">5,000</td>
<td colspan="2">안경 및 썬글라스 착용 불가</td>
</tr>
<tr>
<th>아쿠아슈즈</th>
<td class="num">10,000</td>
<td colspan="2"></td>
</tr>
<tr>
<th>수건</th>
<td class="num">5,000</td>
<td colspan="2"></td>
</tr>
<tr>
<th>샴푸/바디워시</th>
<td class="num">1,000</td>
<td colspan="2"></td>
</tr>
</table>
</div>
</div>
</section>
<section class="sec sec2">