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

@ -1419,7 +1419,7 @@ span {
padding-bottom: 5%;
}
#business02 .sec1 .lf_box {
width:50%;
width:40%;
float:left;
}
#business02 .sec1 .lf_box h1 {
@ -1452,9 +1452,86 @@ span {
}
#business02 .sec1 .rt_box {
width:50%;
width:60%;
float:right;
}
#business02 .sec1 .rt_box h1 {
font-size:2.3em;
font-weight:bold;
color:#333;
padding-bottom:40px;
}
#business02 .sec1 .rt_box h2 {
font-size:2em;
font-weight:bold;
color:#333;
padding-bottom:20px;
}
#business02 .sec1 .rt_box table {
width: 100%;
font-size: 18px;
color: #333;
margin-bottom: 40px;
border-top: 2px solid #333;
border-bottom: 2px solid #333;
border-collapse: collapse;
}
#business02 .sec1 .rt_box table .num {
text-align: right;
padding-right: 10px;
}
#business02 .sec1 .rt_box table tr {
}
#business02 .sec1 .rt_box table tr th,
#business02 .sec1 .rt_box table tr td {
width: 25%;
padding: 5px 0;
border-bottom: 1px solid #333;
}
#business02 .sec1 .rt_box table tr:last-child th,
#business02 .sec1 .rt_box table tr:last-child td {
border-bottom: none;
}
#business02 .sec1 .rt_box table tr th {
font-weight: bold;
}
#business02 .sec1 .rt_box table tr th span {
font-weight: normal;
font-size: 14px;
}
#business02 .sec1 .rt_box table tr td {
text-align: center;
}
#business02 .sec1 .rt_box table tr td .pay {
text-align: right;
}
#business02 .sec1 .rt_box table tr td .cline {
text-decoration: line-through;
margin-right: 5px;
}
#business02 .sec1 .rt_box ul {
display: flex;
flex-direction: row;
}
#business02 .sec1 .rt_box ul li {
display: flex;
flex-direction: column;
padding: 8px 0;
width: 25%;
}
#business02 .sec1 .rt_box strong {
font-size:18px;
font-weight:bold;
color:#333;
/* width:120px; */
}
#business02 .sec1 .rt_box p {
font-size:18px;
font-weight:400;
color:#333;
}
#business02 .sec2 {
width:100%;
height:600px;

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">

View File

@ -0,0 +1,247 @@
<?php
include_once('./_common.php');
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once(G5_PATH.'/head.sub.php');
include_once(G5_LIB_PATH.'/latest.lib.php');
include_once(G5_LIB_PATH.'/outlogin.lib.php');
include_once(G5_LIB_PATH.'/poll.lib.php');
include_once(G5_LIB_PATH.'/visit.lib.php');
include_once(G5_LIB_PATH.'/connect.lib.php');
include_once(G5_LIB_PATH.'/popular.lib.php');
add_stylesheet('<link rel="stylesheet" href="'.G5_THEME_URL.'/css/sub.css">', 1);
add_stylesheet('<link rel="stylesheet" href="'.G5_THEME_URL.'/css/common.css">', 2);
add_stylesheet('<link rel="stylesheet" href="'.G5_THEME_URL.'/css/board.css">', 3);
?>
<?php
$g5['navTitle'] = "이용안내";
$g5['title'] = "이용안내";
?>
<div class="sub sub01" id="business01">
<?php include_once(G5_THEME_PATH.'/head.php'); ?>
<?php include_once(G5_THEME_PATH.'/sub/sub_visual.php');?>
<?php // include_once(G5_THEME_PATH.'/navigation.php'); ?>
<section class="sec sec1">
<h1 class="blind">이용안내</h1>
<div class="inner">
<h1 class="title">이용안내</h1>
<img src="<?php echo G5_THEME_URL?>/img/info_img01.jpg" class="pc_img">
<img src="<?php echo G5_THEME_URL?>/img/info_img01_mo.jpg" class="mo_img">
<ul>
<li data-aos="fade-up">
<dl>
<dt>운영시간</dt>
<dd>
연중무휴
</dd>
</dl>
</li>
<li data-aos="fade-down">
<dl>
<dt>이용시간</dt>
<dd>
1부 : 12:00 ~ 16:00<br>
2부 : 18:00 ~ 22:00<br>
이용시간 내 3시간 이용
</dd>
</dl>
</li>
<li data-aos="fade-up">
<dl>
<dt>이용금액</dt>
<dd>
4인기준 50,000원<br>
인원추가 : 10,000원 / 1인<br>
시간추가 : 20,000원 / 1시간<br>
퍼스트가든 입장료, 희가든가든피크닉 텐트 이용료, 숯, 그릴, 식기 등 모든 집기류 대여 포함<br>
<strong>고기, 음료 등 먹거리류 별도 구매(매점 이용)</strong>
</dd>
</dl>
</li>
</ul>
</div>
</section>
<section class="sec sec2">
<h2 class="blind">이용 시 주의사항</h2>
<div class="inner">
<div class="text_box">
<h2 class="tit">이용 시 주의사항</h2>
<!--<p class="txt">가든피크닉 이용 방법</p>-->
</div>
<ul>
<li data-aos="fade-down">
<div class="icon">
<i class="xi-user"></i>
<img src="<?php echo G5_THEME_URL?>/img/safety_01.png">
</div>
<dl>
<dt>외부음식 반입 금지</dt>
<dd>
</dd>
<dd>
<p>
영유아 이유식 및 환자식 제외
</p>
</dd>
</dl>
</li>
<li data-aos="fade-up">
<div class="icon">
<i class="xi-user"></i>
<img src="<?php echo G5_THEME_URL?>/img/safety_02.png">
</div>
<dl>
<dt>반입 불가 물품</dt>
<dd>
<p>개인 버너 및 그릴, 기타 화기용품
</p>
</dd>
</dl>
</li>
<li data-aos="fade-down">
<div class="icon">
<i class="xi-user"></i>
<img src="<?php echo G5_THEME_URL?>/img/safety_03.png">
</div>
<dl>
<dt>안전사고 주의</dt>
<dd>
<p>
매우 뜨거운 숯과 그릴을 이용하므로 자녀 동반 시 안전사고에 유의하시기 바랍니다.
</p>
</dd>
</dl>
</li>
<!--
<li data-aos="fade-down">
<div class="icon">
<i class="xi-user"></i>
</div>
<dl>
<dt>BUILDING WEB SERVICES</dt>
<dd>
<p>페이스메이커는 고품질의 설계 및 웹사이트 구축을 제공하기 위해 최선을 다하고 있습니다.</p>
</dd>
</dl>
</li>
<li data-aos="fade-up">
<div class="icon">
<i class="xi-user"></i>
</div>
<dl>
<dt>STRATEGIC THINKIN</dt>
<dd>
<p>말로만 앞서지 않고 직접 보여드리는 서비스를 제공합니다. 웹사이트 제작은 고객의 목적과 상황에 맞게 컨설팅 후 웹사이트를 제작합니다.</p>
</dd>
</dl>
</li>
<li data-aos="fade-down">
<div class="icon">
<i class="xi-user"></i>
</div>
<dl>
<dt>FACE-MAKER MAINTENANCE</dt>
<dd>
<p>웹에이전시 업체와의 지속적인 '소통'이라고 생각합니다. 운영 중 일어날 수 밖에 없는 유지보수에 대해 지속적으로 케어할 수 있도록 노력합니다.</p>
</dd>
</dl>
</li>
-->
<div class="clearfix"></div>
</ul>
</div>
</section>
<section class="sec sec3">
<h3 class="blind">예약방법</h3>
<div class="inner">
<div class="text_box">
<h3 class="tit">
<strong>예약방법</strong>
</h3>
<p class="txt" data-aos="zoom-in">
네이버에서 '희가든 가든피크닉 검색' 또는 아래 링크 클릭 후 예약
</p>
<a href="https://naver.me/5QiOYB0K">
<span>예약하기</span>
</a>
</div>
</div>
</section>
<!--
<section class="sec sec4">
<h4 class="blind">이용방법</h4>
<div class="inner">
<div class="text_box">
<h4 data-aos="fade-down">
이용방법
</h4>
<p data-aos="fade-up">
내용
</p>
<a href="#">
<span>예약하기</span>
</a>
</div>
</div>
</section>
-->
<section class="sec sec5">
<h5 class="blind">이용방법</h5>
<div class="inner">
<div class="text_box">
<h5>
<strong>이용방법</strong>
</h5>
<!--
<p>
안내문구가 있는 경우 추가
</p>
-->
</div>
<ul>
<li data-aos="fade-down">
<img src="<?php echo G5_THEME_URL?>/img/how_to_01.png">
매점에서 예약 확인 후 입장
</li>
<li data-aos="fade-down">
<img src="<?php echo G5_THEME_URL?>/img/how_to_02.png">
매점에서 필요물품 구매 및 셀프바 이용
</li>
<li data-aos="fade-down">
<img src="<?php echo G5_THEME_URL?>/img/how_to_03.png">
맛있게 피크닉 즐기기
</li>
<li data-aos="fade-down">
<img src="<?php echo G5_THEME_URL?>/img/how_to_04.png">
쓰레기는 매점 맞은 편 분리수거장에 분리 배출
</li>
<!--
<li data-aos="fade-down">
<img src="<?php echo G5_THEME_URL?>/img/bussiness01_img03_x4.jpg">
</li>
-->
</ul>
</div>
</section>
</div>
<script>
AOS.init({
// disable on internet explorer
disable: function msieversion() {
return !!(window.navigator.userAgent.indexOf("MSIE ") > 0 || navigator.userAgent.match(
/Trident.*rv\:11\./))
}
})
</script>
<?php
include_once(G5_THEME_PATH.'/tail.php');
?>