-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (78 loc) · 3.81 KB
/
index.html
File metadata and controls
82 lines (78 loc) · 3.81 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
<!doctype html>
<html>
<head>
<title>실업급여에 대한 모든것</title>
<meta charset="utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-65L94CKNY2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-65L94CKNY2');
</script>
</head>
<body>
<h1>실업급여</h1>
<ol>
<li><a href="1.html">지급조건</a></li>
<li><a href="2.html">지급액</a></li>
<li><a href="3.html">지급절차</a></li>
<h2>실업급여란?</h2>
<p>
고용보험 가입 근로자가 실직하여 재취업 활동을 하는 기간에 소정의 급여를 지급함으로써 실업으로 인한 생계불안을
극복하고 생활의 안정을 도와주며<br> 재취업의 기회를 지원해주는 제도로서 실업급여는 크게 구직급여와 취업촉진수당으로
나누어져 있습니다.
<ul>
<li>실업급여는 실업에 대한 위로금이나 고용보험료 납부의 대가로 지급되는 것이 아닙니다.</li>
<li>실업급여는 실업이라는 보험사고가 발생했을 때 취업하지 못한 기간에 대하여 적극적인 재취업활동을 한 사실을 확인(실업인정)하고 지급합니다.</li>
<li>실업급여 중 구직급여는 퇴직 다음날로부터 12개월이 경과 하면 소정급여일수가 남아있다고 하더라도 더 이상 지급받을 수 없습니다.
<br>(실업급여 신청없이 재취업하면 지급받을 수 없으므로 퇴직 즉시 신청하시기 바랍니다.)</li>
</ul>
<img src = "./sort.PNG">
출처 : <a href="https://www.ei.go.kr/ei/eih/eg/pb/pbPersonBnef/retrievePb0201Info.do" target ="_blank" title = "고용보험 홈페이지">고용보험 홈페이지</a>
</ol>
</p>
<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Aq9qHW0ZK2U" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<!-- 댓글서비스 -->
<p>
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://web1-s7yirgiltc.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</p>
<!-- 채팅서비스 -->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/61c07576c82c976b71c25194/1fnbslm47';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>