-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstore.html
More file actions
481 lines (433 loc) · 33.6 KB
/
store.html
File metadata and controls
481 lines (433 loc) · 33.6 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
<!DOCTYPE html>
<html lang="ko" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>스토어 - 부트페이</title>
<!-- SEO Meta Tags -->
<meta name="description" content="부트페이 스토어 솔루션. 복잡한 서버 없이 쇼핑몰 완성. 결제부터 상품관리까지 한번에">
<meta name="keywords" content="부트페이, 스토어, 쇼핑몰, 이커머스, 온라인스토어, 무서버쇼핑몰">
<meta name="author" content="부트페이">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.bootpay.co.kr/store">
<meta property="og:title" content="스토어 - 부트페이">
<meta property="og:description" content="복잡한 서버 없이 쇼핑몰 완성. 결제부터 상품관리까지 한번에">
<meta property="og:image" content="https://bootpay.github.io/homepage_v2/assets/images/logo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.bootpay.co.kr/store">
<meta property="twitter:title" content="스토어 - 부트페이">
<meta property="twitter:description" content="복잡한 서버 없이 쇼핑몰 완성. 결제부터 상품관리까지 한번에">
<meta property="twitter:image" content="https://bootpay.github.io/homepage_v2/assets/images/logo.png">
<!-- Canonical URL -->
<link rel="canonical" href="https://www.bootpay.co.kr/store">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="16x16" href="https://bootpay.github.io/homepage_v2/assets/images/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="assets/styles/vendor/slick.css">
<link rel="stylesheet" href="assets/styles/vendor/slick-theme.css">
<link rel="stylesheet" href="assets/styles/vendor/aos.css">
<link rel="stylesheet" href="assets/styles/vendor/perfect-scrollbar.css">
<link rel="stylesheet" href="assets/styles/css/themes/lite-blue.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="custom.css">
</head>
<body class="text-left" itemscope itemtype="http://schema.org/WebPage">
<!-- Pre Loader Start -->
<div class="loadscreen" id="preloader"></div>
<!-- App Landing Wrap Start -->
<div class="app-landing-wrap landing_wrap">
<div id="landing_wrap" class="landing-sky-blue">
<!--=============== Header start ================-->
<div class="main-header header-fixed-default" id="home-header">
<nav class="navbar container w-100 navbar-expand-lg navbar-transparent bg-transparent" style="padding: 15px 20px 15px 30px;">
<div class="logo" style="margin-left: 20px;">
<div class="bootpay text-white text-20">
<a href="index.html" style="color: inherit; text-decoration: none;">Bootpay</a>
</div>
</div>
<div class="menu-toggle navbar-toggler" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" style="margin-right: 10px;">
<div></div>
<div></div>
<div></div>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="d-flex align-items-center">
<!-- Mega menu -->
<div class="dropdown mega-menu d-none d-md-block"></div>
<!-- / Mega menu -->
</div>
<div style="margin: auto"></div>
<div class="header-part-right">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link m-2" href="pg-integration.html">PG 연동</a>
</li>
<li class="nav-item">
<a class="nav-link m-2 active" href="store.html">스토어</a>
</li>
<li class="nav-item">
<a class="nav-link m-2" href="price.html">가격</a>
</li>
<li class="nav-item">
<a class="nav-link m-2 external-link" href="https://docs.bootpay.co.kr" target="_blank">개발자센터</a>
</li>
<li class="nav-item">
<a class="nav-link m-2 external-link" href="https://admin.bootpay.co.kr" target="_blank">관리자</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!--=============== Header End ================-->
<!-- ============ Main content start ============= -->
<div class="main-content-wrap">
<!-- intro-section -->
<section id="intro-wrap" class="intro2Wrap text-white" style="position: relative;">
<!-- PC 버전 -->
<div class="d-none d-lg-block">
<div class="container" style="position: relative;">
<div class="intro-fixed-content">
<h1 class="intro2Title font-weight-bold text-42 text-white">스토어</h1>
<div class="intro2Description text-18">
<p class="mb-4">복잡한 서버 없이 쇼핑몰 완성<br/>
상품 등록부터 주문 관리까지<br/>
모든 기능이 준비된 올인원 솔루션<br/>
</p>
</div>
<div class="intro2Buttons my-8">
<a href="https://docs.bootpay.co.kr/store" target="_blank" class="btn half-button btn-outline-white btn-lg pl-5 pr-5 pb-2 mr-2 mb-4 text-uppercase" role="button">
스토어 가이드
</a>
<a href="https://admin.bootpay.co.kr" target="_blank" class="btn half-button btn-warning btn-lg pl-5 pr-5 pb-2 mb-4 text-uppercase" role="button">
스토어 만들기
</a>
</div>
</div>
<div class="intro-images-wrapper">
<img class="intro-device laptop-device" src="assets/images/2_laptop.svg" alt="부트페이 스토어" data-aos="fade-up" data-aos-delay="200">
<img class="intro-device tablet-device" src="assets/images/3_tablet.svg" alt="부트페이 모바일 스토어" data-aos="fade-up" data-aos-delay="600">
</div>
</div>
</div>
<!-- 모바일 버전 -->
<div class="d-lg-none" style="padding: 20px; min-height: 100vh;">
<div class="container">
<div class="text-center" style="line-height: 1.3;">
<h1 class="font-weight-bold text-32 text-white mb-4">스토어</h1>
<div class="text-16 mb-4">
<p>복잡한 서버 없이 쇼핑몰 완성<br/>
상품 등록부터 주문 관리까지<br/>
모든 기능이 준비된 올인원 솔루션</p>
</div>
<div class="mb-4">
<a href="https://docs.bootpay.co.kr/store" target="_blank" class="btn btn-outline-white btn-lg mb-2 text-uppercase d-block">스토어 가이드</a>
<a href="https://admin.bootpay.co.kr" target="_blank" class="btn btn-warning btn-lg text-uppercase d-block">스토어 만들기</a>
</div>
</div>
</div>
</div>
<div class="overlay"></div>
</section>
<!-- end::intro-section -->
<!-- start-solution-section -->
<section id="solution-section" class="problem-wrap p-t-b-100" style="background: linear-gradient(135deg, #fafafa 0%, #fafafa 100%);">
<div class="container">
<div class="row">
<div class="col-md-12 section-header mb-5 text-center">
<h2 class="font-weight-bold text-30 mb-4" style="color: #171717;">서버 없이 완성하는 쇼핑몰</h2>
<p class="text-18" style="color: #525252; max-width: 800px; margin: 0 auto;">복잡한 백엔드 개발 없이도 완전한 쇼핑몰을 만들 수 있습니다. 상품 관리부터 결제까지 모든 것이 준비되어 있습니다.</p>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card h-100" style="border-radius: 24px; transition: box-shadow 0.3s ease;">
<div class="card-body p-4 text-center flex-grow-1 d-flex flex-column">
<div class="d-flex align-items-center justify-content-center mb-4" style="width: 64px; height: 64px; background-color: #f5f5f4; border-radius: 16px;">
<i class="eva eva-shopping-bag-outline text-30" style="color: #525252;"></i>
</div>
<h3 class="font-weight-bold text-24 mb-3" style="color: #171717;">상품 관리</h3>
<p class="text-16 mb-4" style="color: #525252;">직관적인 상품 등록 및 관리</p>
<ul class="list-unstyled text-left mb-4 flex-grow-1">
<li class="d-flex align-items-center mb-3">
<i class="eva eva-checkmark-circle-2-outline mr-3" style="color: #737373;"></i>
<span style="color: #404040;">무제한 상품 등록</span>
</li>
<li class="d-flex align-items-center mb-3">
<i class="eva eva-checkmark-circle-2-outline mr-3" style="color: #737373;"></i>
<span style="color: #404040;">카테고리 관리</span>
</li>
<li class="d-flex align-items-center mb-3">
<i class="eva eva-checkmark-circle-2-outline mr-3" style="color: #737373;"></i>
<span style="color: #404040;">재고 자동 관리</span>
</li>
</ul>
<button class="btn btn-gradient btn-block py-3 mt-auto text-16" style="border-radius: 12px;">
상품 등록하기
</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card h-100" style="border-radius: 24px; transition: box-shadow 0.3s ease;">
<div class="card-body p-4 text-center flex-grow-1 d-flex flex-column">
<div class="d-flex align-items-center justify-content-center mb-4" style="width: 64px; height: 64px; background-color: #f5f5f4; border-radius: 16px;">
<i class="eva eva-layout-outline text-30" style="color: #525252;"></i>
</div>
<h3 class="font-weight-bold text-24 mb-3" style="color: #171717;">맞춤형 디자인</h3>
<p class="text-16 mb-4" style="color: #525252;">브랜드에 맞는 스토어 디자인</p>
<ul class="list-unstyled text-left mb-4 flex-grow-1">
<li class="d-flex align-items-center mb-3">
<i class="eva eva-checkmark-circle-2-outline mr-3" style="color: #737373;"></i>
<span style="color: #404040;">다양한 템플릿</span>
</li>
<li class="d-flex align-items-center mb-3">
<i class="eva eva-checkmark-circle-2-outline mr-3" style="color: #737373;"></i>
<span style="color: #404040;">드래그앤드롭 편집</span>
</li>
<li class="d-flex align-items-center mb-3">
<i class="eva eva-checkmark-circle-2-outline mr-3" style="color: #737373;"></i>
<span style="color: #404040;">모바일 최적화</span>
</li>
</ul>
<button class="btn btn-gradient btn-block py-3 mt-auto text-16" style="border-radius: 12px;">
디자인 보기
</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card h-100" style="border-radius: 24px; transition: box-shadow 0.3s ease;">
<div class="card-body p-4 text-center flex-grow-1 d-flex flex-column">
<div class="d-flex align-items-center justify-content-center mb-4" style="width: 64px; height: 64px; background-color: #f5f5f4; border-radius: 16px;">
<i class="eva eva-cube-outline text-30" style="color: #525252;"></i>
</div>
<h3 class="font-weight-bold text-24 mb-3" style="color: #171717;">통합 관리</h3>
<p class="text-16 mb-4" style="color: #525252;">주문부터 배송까지 원스톱</p>
<ul class="list-unstyled text-left mb-4 flex-grow-1">
<li class="d-flex align-items-center mb-3">
<i class="eva eva-checkmark-circle-2-outline mr-3" style="color: #737373;"></i>
<span style="color: #404040;">주문 관리 시스템</span>
</li>
<li class="d-flex align-items-center mb-3">
<i class="eva eva-checkmark-circle-2-outline mr-3" style="color: #737373;"></i>
<span style="color: #404040;">배송 연동</span>
</li>
<li class="d-flex align-items-center mb-3">
<i class="eva eva-checkmark-circle-2-outline mr-3" style="color: #737373;"></i>
<span style="color: #404040;">고객 관리</span>
</li>
</ul>
<button class="btn btn-gradient btn-block py-3 mt-auto text-16" style="border-radius: 12px;">
관리 기능 보기
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end-solution-section -->
<!-- start-features-section -->
<section id="features-section" class="p-t-b-100 bg-white">
<div class="container">
<div class="row">
<div class="col-md-12 section-header mb-5 text-center">
<h2 class="font-weight-bold text-30 mb-4" style="color: #171717;">스토어 핵심 기능</h2>
<p class="text-18" style="color: #525252; max-width: 800px; margin: 0 auto;">쇼핑몰 운영에 필요한 모든 기능이 하나로. 복잡한 개발 없이 바로 시작하세요.</p>
</div>
<div class="col-md-6 mb-4">
<div class="d-flex align-items-start">
<div class="d-flex align-items-center justify-content-center mr-4" style="width: 48px; height: 48px; background-color: #f5f5f4; border-radius: 12px; flex-shrink: 0;">
<i class="eva eva-shopping-cart-outline text-20" style="color: #525252;"></i>
</div>
<div>
<h4 class="font-weight-bold text-20 mb-2" style="color: #171717;">장바구니 & 주문</h4>
<p class="text-16" style="color: #525252; margin-bottom: 0;">완전한 쇼핑 플로우 지원</p>
</div>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="d-flex align-items-start">
<div class="d-flex align-items-center justify-content-center mr-4" style="width: 48px; height: 48px; background-color: #f5f5f4; border-radius: 12px; flex-shrink: 0;">
<i class="eva eva-credit-card-outline text-20" style="color: #525252;"></i>
</div>
<div>
<h4 class="font-weight-bold text-20 mb-2" style="color: #171717;">결제 연동</h4>
<p class="text-16" style="color: #525252; margin-bottom: 0;">부트페이 PG 자동 연동</p>
</div>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="d-flex align-items-start">
<div class="d-flex align-items-center justify-content-center mr-4" style="width: 48px; height: 48px; background-color: #f5f5f4; border-radius: 12px; flex-shrink: 0;">
<i class="eva eva-people-outline text-20" style="color: #525252;"></i>
</div>
<div>
<h4 class="font-weight-bold text-20 mb-2" style="color: #171717;">고객 관리</h4>
<p class="text-16" style="color: #525252; margin-bottom: 0;">회원가입부터 CRM까지</p>
</div>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="d-flex align-items-start">
<div class="d-flex align-items-center justify-content-center mr-4" style="width: 48px; height: 48px; background-color: #f5f5f4; border-radius: 12px; flex-shrink: 0;">
<i class="eva eva-pie-chart-outline text-20" style="color: #525252;"></i>
</div>
<div>
<h4 class="font-weight-bold text-20 mb-2" style="color: #171717;">매출 분석</h4>
<p class="text-16" style="color: #525252; margin-bottom: 0;">실시간 매출 및 상품 분석</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end-features-section -->
<!-- start-integration-section -->
<section id="integration-section" class="p-t-b-100" style="background-color: #fafafa;">
<div class="container">
<div class="row">
<div class="col-md-12 section-header mb-5 text-center">
<h2 class="font-weight-bold text-30 mb-4" style="color: #171717;">스토어 템플릿</h2>
<p class="text-18" style="color: #525252; max-width: 800px; margin: 0 auto;">다양한 업종에 최적화된 스토어 템플릿을 선택하여 바로 시작하세요.</p>
</div>
<div class="col-12">
<div class="row">
<div class="col-lg-3 col-md-6 mb-4">
<div class="card text-center h-100" style="border-radius: 16px; transition: box-shadow 0.3s ease;">
<div class="card-body p-4">
<div class="d-flex align-items-center justify-content-center mx-auto mb-3" style="width: 64px; height: 64px; background-color: #f5f5f4; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem;">
<i class="eva eva-shirt-outline text-24" style="color: #525252;"></i>
</div>
<h4 class="font-weight-bold text-18 mb-2" style="color: #171717;">패션</h4>
<p class="text-14" style="color: #525252;">의류, 신발, 액세서리</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="card text-center h-100" style="border-radius: 16px; transition: box-shadow 0.3s ease;">
<div class="card-body p-4">
<div class="d-flex align-items-center justify-content-center mx-auto mb-3" style="width: 64px; height: 64px; background-color: #f5f5f4; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem;">
<i class="eva eva-gift-outline text-24" style="color: #525252;"></i>
</div>
<h4 class="font-weight-bold text-18 mb-2" style="color: #171717;">뷰티</h4>
<p class="text-14" style="color: #525252;">화장품, 스킨케어</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="card text-center h-100" style="border-radius: 16px; transition: box-shadow 0.3s ease;">
<div class="card-body p-4">
<div class="d-flex align-items-center justify-content-center mx-auto mb-3" style="width: 64px; height: 64px; background-color: #f5f5f4; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem;">
<i class="eva eva-home-outline text-24" style="color: #525252;"></i>
</div>
<h4 class="font-weight-bold text-18 mb-2" style="color: #171717;">홈&리빙</h4>
<p class="text-14" style="color: #525252;">가구, 생활용품</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="card text-center h-100" style="border-radius: 16px; transition: box-shadow 0.3s ease;">
<div class="card-body p-4">
<div class="d-flex align-items-center justify-content-center mx-auto mb-3" style="width: 64px; height: 64px; background-color: #f5f5f4; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem;">
<i class="eva eva-smartphone-outline text-24" style="color: #525252;"></i>
</div>
<h4 class="font-weight-bold text-18 mb-2" style="color: #171717;">디지털</h4>
<p class="text-14" style="color: #525252;">앱, 구독서비스</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end-integration-section -->
<section class="footer_wrap" id="footer-wrap">
<div class="container">
<div class="row">
<div data-aos="fade-up" class="col-md-6 mb-4">
<div class="o-hidden text-left">
<div class="">
<h4 class="card-title font-weight-bold">부트페이</h4>
<p class="mb-3">(주)부트페이 | 대표 정재훈</p>
<p class="mb-2">사업자 등록번호 618-87-00495 | 통신판매업신고번호 2022-서울구로-1854</p>
<p class="mb-3">서울특별시 구로구 디지털로26길 61, 1202호</p>
<div class="address-wrap mb-3">
<ul class="list-group list-unstyled">
<li class="mb-2"><i class="eva eva-email-outline mr-2"></i>pg@bootpay.co.kr</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end of col -->
<div data-aos="fade-up" class="col-md-3 mb-4">
<!-- <div class="o-hidden text-left">
<div class="">
<h4 class="card-title font-weight-bold">서비스</h4>
<div class="mb-5 lead">
<ul class="list-inline">
<li class="mb-3"><a href="#solution-section">라이트페이</a></li>
<li class="mb-3"><a href="#solution-section">스토어</a></li>
<li class="mb-3"><a href="#solution-section">통합 솔루션</a></li>
<li class="mb-3"><a href="#features-section">API 문서</a></li>
</ul>
</div>
</div>
</div> -->
</div>
<!-- end of col -->
<div data-aos="fade-up" class="col-md-3 mb-lg-0 mb-md-0">
<div class="o-hidden text-left">
<div class="">
<h4 class="card-title font-weight-bold">CONTACT</h4>
<div class="address-wrap mb-3">
<ul class="list-group list-unstyled">
<li class="mb-2"><i class="eva eva-phone-call-outline mr-2"></i>TEL. 1599-4062</li>
<li class="mb-3"><i class="eva eva-printer-outline mr-2"></i>FAX. 02-6008-9760</li>
</ul>
</div>
<!-- <section class="social-wrap">
<div class="social-btns-wrap">
<a class="social-btn text-30 facebook ml-0" href="#"><i class="eva eva-facebook"></i></a>
<a class="social-btn text-30 twitter" href="#"><i class="eva eva-twitter"></i></a>
<a class="social-btn text-30 google" href="#"><i class="eva eva-google"></i></a>
</div>
</section> -->
</div>
</div>
</div>
<!-- end of col -->
</div>
</div>
</section>
<!-- end footer -->
</div>
<!-- ============ Main content End ============= -->
</div>
</div>
<!--=============== End app-Landing-wrap ================-->
<script src="assets/js/vendor/jquery-3.3.1.min.js"></script>
<script src="assets/js/vendor/bootstrap.bundle.min.js"></script>
<script src="assets/js/vendor/perfect-scrollbar.min.js"></script>
<script src="assets/js/vendor/slick.min.js"></script>
<script src="assets/js/es5/scroll.min.js"></script>
<script src="assets/js/es5/slick.script.min.js"></script>
<script src="assets/js/vendor/aos.js"></script>
<script src="assets/js/es5/script.min.js"></script>
<!-- AOS Animation Settings -->
<script>
AOS.init({
duration: 300,
once: true,
offset: 20,
delay: 0,
easing: 'ease-out'
});
</script>
</body>
</html>