Files
firstgarden-web-gnu/theme/rb.basic/page/contact.php
2025-07-02 14:13:16 +09:00

100 lines
4.8 KiB
PHP

<style>
/* 카카오 지도 */
.root_daum_roughmap_landing {width: 100% !important;}
.loca_info {margin-bottom: 40px;}
.loca_info table {border-collapse: collapse; width: 100%; font-size: 16px; margin-top: 20px; border-top:1px solid #000; border-bottom:1px solid #000;}
.loca_info table tr {border-bottom:1px solid #ddd; }
.loca_info table tr:LAST-CHILD {border-bottom:none; }
.loca_info table th {padding: 20px; background-color: #e5f2ef; color:#483729; line-height:1.4em; width: 20%; min-width: 80px;}
.loca_info table td {padding: 20px; color:#483729;}
.loca_info table td img {max-width: 100%;}
.download_btn {padding: 20px 50px 20px 50px; border-radius: 70px; background-color: #483729; color:#fff; font-size: 22px;}
.t_cent {text-align: center; font-size: 16px;}
.section_address, .section_busstop, .section_busline {display:none !important; }
</style>
<div class="main_rolling_blue_bg" style="font-size: 24px; background-image: url(&quot;../theme/rb.basic/rb.img/top_image.jpg&quot;);">
<div class="main_rolling_blue_bg_inner">
<div class="main_rolling_blue_left_txt1"> <?php echo $co['co_subject'] ?></div>
<div class="main_rolling_blue_left_txt2"> 자연과 함께 <br> 기쁨을 느끼는 공간</div>
</div>
</div>
<div class="loca_info main-content">
<!-- * 카카오맵 - 지도퍼가기 -->
<!-- 1. 지도 노드 -->
<div id="daumRoughmapContainer1745335591941" class="root_daum_roughmap root_daum_roughmap_landing" style="width:100%;"></div>
<!--
2. 설치 스크립트
* 지도 퍼가기 서비스를 2개 이상 넣을 경우, 설치 스크립트는 하나만 삽입합니다.
-->
<script charset="UTF-8" class="daum_roughmap_loader_script" src="https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js"></script>
<!-- 3. 실행 스크립트 -->
<script charset="UTF-8">
new daum.roughmap.Lander({
"timestamp" : "1745335591941",
"key" : "2nsog",
"mapWidth" : "100%",
"mapHeight" : "600"
}).render();
</script>
<table>
<tbody>
<tr>
<th class="font-B">주소</th>
<td colspan="3" class="font-R">
경기도 파주시 탑삭골길 260 퍼스트가든(상지석동 1021-3)<br>
주차장: 경기도 고양시 일산동구 탑삭골길 273-9(설문동 668)<br>
※ 퍼스트가든은 파주시와 고양시의 경계에 위치하고 있습니다.
</td>
</tr>
<tr>
<th class="font-B">연락처</th>
<td colspan="3" class="font-R">
031-957-6861
</td>
</tr>
<tr>
<th class="font-B">대중교통 이용시</th>
<td colspan="3" class="font-R">
<b>3호선 백석역 6번출구 앞</b> 버스정류장(20-335)에서 90번 탑승 <br>→ 박애원(20-386) 하차 <br>
<!--<b>3호선 마두역 하차</b> 중앙버스정류장(20-249) <br>→ 90번 탑승 → 박애원(20-386) 하차<br>-->
<b>경의중앙선 운정역 2번출구</b> 좌측 약 160M 운정역 정류장 <br>→ 088번 마을버스 탑승(봉일천 방향, 30-221번 정류장) → 퍼스트가든 하차<br>
<span class="sml_text">※ 마을버스 배차 간격이 매우 깁니다. 모바일 등에서 운행 정보를 반드시 확인하시기 바랍니다.</span>
</td>
</tr>
<tr>
<th class="font-B">자차 이용시</th>
<td colspan="3" class="font-R">
내비게이션에 <b>"퍼스트가든"</b> 검색<br>
<b>조리읍사무소 방향</b> : 조리읍사무소에서 좌측 방향으로 직진 약350m -> 우회전 고봉로 직진 약2.3km -> GS칼텍스 위치에서 우회전 후 박애원 지나서 우회전 후 약 600m<br>
<b>일산 방향</b> : 설문 IC 진출 → 박애원 삼거리에서 좌회전 800m 또는 설문교에서 좌회전 후 약 700m
</td>
</tr>
<tr>
<th class="font-B">
전기차 충전소<br>
제 2 주차장 내
</th>
<td colspan="3" class="font-R">
<img src="<?php echo G5_THEME_URL ?>/rb.img/g6.jpg" style="width: 600px; height: auto;">
</td>
</tr>
</tbody>
</table>
<!--
<br><br>
<img src="<?php echo G5_THEME_URL ?>/rb.img/map.jpg" style="max-width:100%;">
<br><br>
<div class="t_cent">
청첩장용 약도파일이 필요하신 고객님께서는 아래 파일을 다운로드후 이용하여 주시기 바랍니다.<br><br><br>
<a class="download_btn" href="<?php echo G5_THEME_URL ?>/rb.img/firstgarden_map.ai" download>약도파일 다운로드</a>
</div>
-->
</div>