-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrite_7.html
More file actions
49 lines (43 loc) · 2.63 KB
/
Copy pathwrite_7.html
File metadata and controls
49 lines (43 loc) · 2.63 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
<?
include("include/head.php");
?>
<!--content s-->
<div class="container pb-0">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-label="Basic example" style="width:100%"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="d-flex flex-column px-3 pt-7 vh-100 ">
<div>
<h2 class="pb-8">그 외에 필요한 서비스가 있으신가요?</h2>
</div>
<div class="d-flex gap-3 flex-column">
<input type="radio" class="btn-check" name="options" id="option19" autocomplete="off">
<label class="btn btn-primary-toggle btn-lg w-100" for="option19">모두의 장례에게 믿고 맡긴다.</label>
<input type="radio" class="btn-check" name="options" id="option16" autocomplete="off">
<label class="btn btn-primary-toggle btn-lg w-100" for="option16">장지 (묫자리) 찾기</label>
<input type="radio" class="btn-check" name="options" id="option17" autocomplete="off">
<label class="btn btn-primary-toggle btn-lg w-100" for="option17">화장터 알아보기</label>
<input type="radio" class="btn-check" name="options" id="option18" autocomplete="off">
<label class="btn btn-primary-toggle btn-lg w-100" for="option18">기존에 가입한 상조회사와의 견적비교</label>
</div>
<div class="bottom_info">
<div class="subtitle4 cl_description pb-2">더 자세한 상담이 필요하신가요?</div>
<div class="caption1 cl_info">
24시간 내 유선 상담 서비스를 제공합니다. 어떤 고민이라도 좋습니다.<br>
한번 뿐인 소중한 장례, 저희 '모두의 장례'에서 도와드리겠습니다. <br>
* '모두의 장례' 서비스는 무료로 진행됩니다.
</div>
</div>
<div class="fixed_bottom px-3 py-3 d-flex gap-3">
<button type="button" class="btn btn-lg w-50 btn-gray" onclick="location.href='write_6.html'">
이전</button>
<button type="button" class="btn btn-lg w-50 btn-primary" onclick="location.href='loading.html'">
작성 완료</button>
</div>
</div>
</div>
<!--content e-->
<?
include("include/footer.php");
?>