-
Notifications
You must be signed in to change notification settings - Fork 0
/
gift_card.html
99 lines (80 loc) · 3.84 KB
/
gift_card.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="http://minkyu.dothome.co.kr/" />
<meta property="og:title" content="When Great Minds Don’t Think Alike" />
<meta property="og:description" content="minkyu description" />
<meta property="og:image" content="/img/img_thum01.jpg" />
<title>시장통통</title>
<link href="imgs/favicon.ico" type="image/x-icon" rel="shortcut icon">
<link href="css/gift_card.css" rel="stylesheet">
</head>
<body>
<!-- index.html -->
<header>
<h1><a href="index.html"><img src="imgs/Logo.jpg"></a></h1>
<nav>
<a href="support.html">소상공인 지원</a>
<a href="notice.html">전통시장 소식</a>
<a href="gift_card.html">상품권 소개</a>
<a href="#" class="menu-trigger">
<span></span>
<span></span>
<span></span>
</a>
</nav>
</header>
<!-- 메인 페이지 -->
<main>
<div class="location">
<div>
<a href="index.html"><img src="imgs/house.png"></a>
</div>
<div class="guide_1">
<a>상품권 소개</a>
<div>
<a href="support.html">소상공인 지원</a>
<a href="notice.html">전통시장 소식</a>
<a href="gift_card.html">상품권 소개</a>
</div>
</div>
<div class="guide_2">
<a>지류 상품권</a>
<div>
<a href="gift_card.html">지류 상품권</a>
<a href="gift_card_2.html">전자 상품권</a>
<a href="gift_card_3.html">모바일 상품권</a>
</div>
</div>
</div>
<!-- top -->
<div class="spot_1">
<strong>지류 상품권</strong>
<table>
<tr>
<th>구분</th>
<th>판매처</th>
</tr>
<tr>
<td>지류 상품권 (총 16곳)</td>
<td><img src="imgs/gift_store1.png" alt="지류상품권 16곳"> </td>
</tr>
</table>
<div class="about">
<img src="imgs/gift_store1-1.png">
<pre>
잔액현금교환
- 권면금액(총 구매금액)의 60%이상 구매할 경우 잔액을 현금으로 돌려받을 수 있습니다
현금영수증
- 상품권은 미래에 상품권에 기재되 액면상당의 상품을 지급할 것을 약속하는 교환증서 성격의 유가증권으로서,
상품으로 교환하는 싲ㅁ에 현금영수증 발급대상이 됩니다.
문의사항
- 자세한 사항은 여기로 문의하세요
온누리상품권 통합문의처 : 중소기업통합콜센터 (☎1357)
전자상품권 통합문의처 : BC카드 고객센터 (☎1588-4000)
모바일상품권 문의처 : 제로페이 고객센터 (☎1670-0582)
</pre>
</div>
</div>