134 lines
4.9 KiB
PHP
134 lines
4.9 KiB
PHP
<?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 sub02" id="business02">
|
|
<?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">
|
|
<div class="lf_box" data-aos="fade-left">
|
|
<h1 class="tit">고기류</h1>
|
|
<ul>
|
|
<li>
|
|
<strong>삼겹살</strong>
|
|
<p>00,000 / 150g</p>
|
|
</li>
|
|
<li>
|
|
<strong>목살</strong>
|
|
<p>00,000 / 150g</p>
|
|
</li>
|
|
<li>
|
|
<strong>소갈비살</strong>
|
|
<p>00,000 / 150g</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="rt_box" data-aos="fade-right">
|
|
<img src="<?php echo G5_THEME_URL?>/img/sub_bussiness_01.jpg">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="inner">
|
|
<div class="lf_box" data-aos="fade-left">
|
|
<h1 class="tit">사이드</h1>
|
|
<ul>
|
|
<li>
|
|
<strong>새우</strong>
|
|
<p>00,000 / 100g</p>
|
|
</li>
|
|
<li>
|
|
<strong>구워먹는치즈</strong>
|
|
<p>00,000 / 50g</p>
|
|
</li>
|
|
<li>
|
|
<strong>모듬소세지</strong>
|
|
<p>00,000 / 1세트</p>
|
|
</li>
|
|
<li>
|
|
<strong>고구마</strong>
|
|
<p>00,000 / 1개</p>
|
|
</li>
|
|
<li>
|
|
<strong>마시멜로우</strong>
|
|
<p>00,000 / 10개</p>
|
|
</li>
|
|
<li>
|
|
<strong>라면류</strong>
|
|
<p>00,000 / 개</p>
|
|
</li>
|
|
<li>
|
|
<strong>과자류</strong>
|
|
<p>00,000 / 개</p>
|
|
</li>
|
|
<li>
|
|
<strong>햇반</strong>
|
|
<p>00,000 / 개</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="rt_box" data-aos="fade-right">
|
|
<img src="<?php echo G5_THEME_URL?>/img/sub_bussiness_01.jpg">
|
|
</div>
|
|
</div>
|
|
<div class="inner">
|
|
<div class="lf_box" data-aos="fade-left">
|
|
<h1 class="tit">음주류</h1>
|
|
<ul>
|
|
<li>
|
|
<strong>음료</strong>
|
|
<p>00,000 / 캔</p>
|
|
</li>
|
|
<li>
|
|
<strong>주류</strong>
|
|
<p>00,000 / 병</p>
|
|
</li>
|
|
<li>
|
|
<strong>생수</strong>
|
|
<p>00,000 / 개</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="rt_box" data-aos="fade-right">
|
|
<img src="<?php echo G5_THEME_URL?>/img/sub_bussiness_01.jpg">
|
|
</div>
|
|
</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');
|
|
?>
|