로고 변경, 세부 페이지 내용 일부 수정, CSS 수정
This commit is contained in:
@ -53,47 +53,42 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_THEME_URL.'/css/board.css">',
|
||||
<div class="icon_box">
|
||||
<ul>
|
||||
<li data-aos="fade-up" data-aos-duration="300">
|
||||
|
||||
<i class="xi-desktop"></i>
|
||||
<img src="<?php echo G5_THEME_URL?>/img/390x260.jpg">
|
||||
<div class="icon_txt">
|
||||
<strong>매점</strong>
|
||||
<p><span class="mo_br"></span></p>
|
||||
</div>
|
||||
</li>
|
||||
<li data-aos="fade-up" data-aos-duration="600">
|
||||
|
||||
<i class="xi-wrench"></i>
|
||||
<img src="<?php echo G5_THEME_URL?>/img/390x260.jpg">
|
||||
<div class="icon_txt">
|
||||
<strong>각 동 개별 에어컨</strong>
|
||||
<p> </p>
|
||||
</div>
|
||||
</li>
|
||||
<li data-aos="fade-up" data-aos-duration="900">
|
||||
<i class="xi-lightbulb-o"></i>
|
||||
<img src="<?php echo G5_THEME_URL?>/img/390x260.jpg">
|
||||
<div class="icon_txt">
|
||||
<strong>주차장</strong>
|
||||
<p> </p>
|
||||
</div>
|
||||
</li>
|
||||
<li data-aos="fade-up" data-aos-duration="1200">
|
||||
|
||||
<i class="xi-call-incoming"></i>
|
||||
<img src="<?php echo G5_THEME_URL?>/img/390x260.jpg">
|
||||
<div class="icon_txt">
|
||||
<strong>중앙 대형 불멍존</strong>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
<li data-aos="fade-up" data-aos-duration="1500">
|
||||
|
||||
<i class="xi-alarm-clock-o"></i>
|
||||
<img src="<?php echo G5_THEME_URL?>/img/390x260.jpg">
|
||||
<div class="icon_txt">
|
||||
<strong>화장실</strong>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
<li data-aos="fade-up" data-aos-duration="1800">
|
||||
|
||||
<i class="xi-touch"></i>
|
||||
<img src="<?php echo G5_THEME_URL?>/img/390x260.jpg">
|
||||
<div class="icon_txt">
|
||||
<strong>샤워실</strong>
|
||||
<p>여름 시즌 운영</p>
|
||||
|
||||
@ -35,13 +35,10 @@ $g5['title'] = "이용안내";
|
||||
<li data-aos="fade-up">
|
||||
<dl>
|
||||
<dt>운영시간</dt>
|
||||
<dd>
|
||||
연중무휴
|
||||
<dd style="margin-bottom: 20px;">
|
||||
4월~6월, 9월~10월 / 월요일 휴무<br>
|
||||
1월~3월, 11월~12월 / 월요일, 화요일 휴무<br>
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li data-aos="fade-down">
|
||||
<dl>
|
||||
<dt>이용시간</dt>
|
||||
<dd>
|
||||
1부 : 12:00 ~ 16:00<br>
|
||||
@ -50,15 +47,29 @@ $g5['title'] = "이용안내";
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li data-aos="fade-up">
|
||||
<li data-aos="fade-down">
|
||||
<dl>
|
||||
<dt>이용금액</dt>
|
||||
<dd>
|
||||
4인기준 50,000원<br>
|
||||
일반 : 50,000원 / 최대인원 6명<br>
|
||||
대형 : 90,000원 / 최대인원 10명<br>
|
||||
인원추가 : 10,000원 / 1인<br>
|
||||
시간추가 : 20,000원 / 1시간<br>
|
||||
퍼스트가든 입장료, 희가든가든피크닉 텐트 이용료, 숯, 그릴, 식기 등 모든 집기류 대여 포함<br>
|
||||
<strong>단체예약 별도문의</strong><br>
|
||||
<strong>고기, 음료 등 먹거리류 별도 구매(매점 이용)</strong>
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li data-aos="fade-up">
|
||||
<dl>
|
||||
<dt>환불규정</dt>
|
||||
<dd>
|
||||
이용 당일 취소 : 환불 불가<br>
|
||||
1일 전 취소 : 총 결제금액의 50% 차감 후 환불<br>
|
||||
2일 전 취소 : 총 결제금액의 30% 차감 후 환불<br>
|
||||
3일 전 취소 : 전액 환불 <br>
|
||||
<strong>※ 예약 후 날짜 변경 시, 취소 후 재 예약 해 주셔야 합니다.</strong>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user