101 lines
4.5 KiB
PHP
101 lines
4.5 KiB
PHP
<footer class="site-footer">
|
|
<div class="container">
|
|
|
|
{{-- Top --}}
|
|
<div class="footer-top">
|
|
{{-- Brand --}}
|
|
<div class="footer-brand">
|
|
<a href="{{ url('/') }}" class="footer-brand-logo" aria-label="홈으로">
|
|
<img src="{{ asset('assets/images/common/bottom_logo.png') }}"
|
|
alt="PIN FOR YOU"
|
|
class="footer-logo-img">
|
|
</a>
|
|
|
|
<p class="footer-desc">
|
|
대한민국 1등 상품권 거래소.<br>
|
|
안전하고 빠른 거래를 약속드립니다.
|
|
</p>
|
|
|
|
<div class="footer-copy">
|
|
© 2018 plusmaker Corp. All rights reserved.
|
|
</div>
|
|
</div>
|
|
|
|
{{-- Links --}}
|
|
<div class="footer-links">
|
|
<h4 class="footer-title">고객지원</h4>
|
|
<div class="footer-link-list">
|
|
<a href="#" class="footer-link">공지사항</a>
|
|
<a href="#" class="footer-link">자주 묻는 질문</a>
|
|
<a href="#" class="footer-link">1:1 문의</a>
|
|
<a href="#" class="footer-link">이용약관</a>
|
|
<a href="#" class="footer-link footer-link-strong">개인정보처리방침</a>
|
|
</div>
|
|
</div>
|
|
|
|
{{-- Contact --}}
|
|
<div class="footer-contact">
|
|
<h4 class="footer-title">Contact</h4>
|
|
<div class="footer-kv">
|
|
<div class="footer-kv-row">
|
|
<span class="footer-k">고객센터</span>
|
|
<span class="footer-v">1833-4856</span>
|
|
</div>
|
|
<div class="footer-kv-row">
|
|
<span class="footer-k">운영시간</span>
|
|
<span class="footer-v">평일 09:00 - 18:00</span>
|
|
</div>
|
|
<div class="footer-kv-row">
|
|
<span class="footer-k">메일</span>
|
|
<span class="footer-v">master@plusmaker.co.kr</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{-- Payment --}}
|
|
<div class="footer-payment-col">
|
|
<h4 class="footer-title">Payment</h4>
|
|
|
|
<div class="footer-payment">
|
|
<img class="footer-pay-img"
|
|
src="{{ asset('assets/images/web/escrow_logo.png') }}"
|
|
alt="Danal escrow service" style="width:60px">
|
|
<div class="footer-pay-caption">Danal escrow service</div>
|
|
</div>
|
|
|
|
<div class="footer-payment footer-payment--mt">
|
|
<img class="footer-pay-img"
|
|
src="{{ asset('assets/images/web/payment-method.png') }}"
|
|
alt="Secured Payment Gateways" style="width:170px">
|
|
<div class="footer-pay-caption">Secured Payment Gateways</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{-- Divider --}}
|
|
<div class="footer-divider"></div>
|
|
|
|
{{-- Bottom: Corporation Info (collapsible) --}}
|
|
<div class="footer-bottom">
|
|
<details class="footer-details">
|
|
<summary class="footer-summary">
|
|
사업자 정보 (Corporation info)
|
|
<span class="footer-summary-hint">펼치기</span>
|
|
</summary>
|
|
|
|
<div class="footer-info">
|
|
<div class="footer-info-row"><span>상호</span><b>(주) 플러스메이커</b></div>
|
|
<div class="footer-info-row"><span>대표</span><b>송병수</b></div>
|
|
<div class="footer-info-row"><span>주소</span><b>전북특별자치도 전주시 완산구 용마리로 94, 4층 451호</b></div>
|
|
<div class="footer-info-row"><span>전화</span><b>1833-4856</b></div>
|
|
<div class="footer-info-row"><span>메일</span><b>master@plusmaker.co.kr</b></div>
|
|
<div class="footer-info-row"><span>사업자등록번호</span><b>121-88-01191</b></div>
|
|
<div class="footer-info-row"><span>통신판매업신고번호</span><b>제 2018-전주완산-0705호</b></div>
|
|
<div class="footer-info-row"><span>개인정보관리책임자</span><b>송병수</b></div>
|
|
</div>
|
|
</details>
|
|
</div>
|
|
|
|
</div>
|
|
</footer>
|