¹®¼­/¼­½Ä document form
ÇöÀçÀ§Ä¡¹®¼­/¼­½Ä > ȸ»ç¼­½Ä > Àλç/³ë¹«
¸¶ÀÌÆû¿¡ ÀúÀåÇϱâ
ÇØÃËÁõ¸í¼­(Á¦Ãâ¿ë)
¹Ì¸®º¸±â
¹Ì¸®º¸±â À̹ÌÁöÀÔ´Ï´Ù
·Î±×ÀÎ ¹«·áȸ¿ø°¡ÀÔ
¼­½Ä¸í ÇØÃËÁõ¸í¼­(Á¦Ãâ¿ë)
ºÐ·ù ȸ»ç¼­½Ä> Àλç/³ë¹« ±¸ºÐ À¯·áȸ¿ø
Á¶È¸¼ö 54,802 ´Ù¿î¼ö 5,634
³»¿ë
ÇØÃËÁõ¸í¼­·Î Á¦Ãâ¿ëÀ¸·Î »ç¿ë °¡´ÉÇÑ ¼­½ÄÀÔ´Ï´Ù. ÇØÃËÁõ¸í¼­´Â ƯÁ¤ Á÷¹«³ª ¿ªÇÒÀÇ À§ÃË °ü°è°¡ °ø½ÄÀûÀ¸·Î ÇØÁöµÇ¾úÀ½À» Áõ¸íÇÏ´Â °øÀû ¹®¼­ÀÔ´Ï´Ù. ÀÌ´Â ÁÖ·Î ÇÁ¸®·£¼­, À§ÃËÁ÷ ¶Ç´Â ÇÁ·ÎÁ§Æ® ±â¹ÝÀ¸·Î Ȱµ¿ÇÏ´Â °³ÀÎÀÌ °è¾à Á¾·á³ª Á÷¹« ÇØÁö¸¦ È®ÀιÞÀ» ¶§ ¹ßÇàµË´Ï´Ù.
´Ù¿î·Îµå
ÇѱÛ(hwp)ÆÄÀÏ ´Ù¿î·Îµå ¿öµå(doc)ÆÄÀÏ ´Ù¿î·Îµå pdfÆÄÀÏ ´Ù¿î·Îµå
¼­½Ä¼³¸í
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ÇØÃËÁõ¸í¼­ ÀÎÆ÷±×·¡ÇÈ</title>
<style>
#ai_editor {
max-width: 1200px ;
margin: 0 auto ;
padding: 50px 40px ;
background-color: #f8fbff ;
font-family: &#39;Malgun Gothic&#39;, &#39;Noto Sans KR&#39;, Arial, sans-serif ;
line-height: 1.7 ;
color: #2c3e50 ;
box-sizing: border-box ;
}

#ai_editor * {
box-sizing: border-box ;
}

#ai_editor .header {
text-align: center ;
margin-bottom: 75px ;
}

#ai_editor .main-title {
font-size: 42px ;
font-weight: bold ;
color: #5a9bd5 ;
margin: 0 0 20px 0 ;
line-height: 1.3 ;
}

#ai_editor .subtitle {
font-size: 20px ;
color: #7db3e0 ;
margin: 0 0 10px 0 ;
font-weight: 500 ;
line-height: 1.5 ;
}

#ai_editor .description {
font-size: 18px ;
color: #34495e ;
margin: 0 ;
line-height: 1.6 ;
}

#ai_editor .section {
margin-bottom: 75px ;
}

#ai_editor .section-title {
font-size: 32px ;
font-weight: bold ;
color: #5a9bd5 ;
margin: 0 0 45px 0 ;
text-align: center ;
position: relative ;
padding-bottom: 20px ;
line-height: 1.4 ;
}

#ai_editor .section-title::after {
content: &#39;&#39; ;
display: block ;
width: 100px ;
height: 4px ;
background-color: #5a9bd5 ;
position: absolute ;
bottom: 0 ;
left: 50% ;
transform: translateX(-50%) ;
border-radius: 2px ;
}

#ai_editor .grid-container {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 30px ;
}

#ai_editor .card {
background: white ;
padding: 35px 30px ;
border-radius: 15px ;
box-shadow: 0 5px 20px rgba(90, 155, 213, 0.12) ;
border: 2px solid #e6f3ff ;
transition: transform 0.3s ease, box-shadow 0.3s ease ;
}

#ai_editor .card:hover {
transform: translateY(-5px) ;
box-shadow: 0 8px 25px rgba(90, 155, 213, 0.18) ;
}

#ai_editor .card-title {
font-size: 24px ;
font-weight: bold ;
color: #5a9bd5 ;
margin: 0 0 20px 0 ;
display: flex ;
align-items: center ;
line-height: 1.4 ;
}

#ai_editor .card-icon {
font-size: 28px ;
margin-right: 12px ;
line-height: 1 ;
}

#ai_editor .card-content {
font-size: 17px ;
color: #34495e ;
margin: 0 ;
line-height: 1.7 ;
}

#ai_editor .info-list {
list-style: none ;
padding: 0 ;
margin: 0 ;
}

#ai_editor .info-list li {
margin-bottom: 12px ;
padding-left: 25px ;
position: relative ;
font-size: 17px ;
color: #34495e ;
line-height: 1.6 ;
}

#ai_editor .info-list li:last-child {
margin-bottom: 0 ;
}

#ai_editor .info-list li::before {
content: &#39;&#10003;&#39; ;
position: absolute ;
left: 0 ;
color: #5a9bd5 ;
font-weight: bold ;
font-size: 18px ;
}

#ai_editor .steps-container {
display: grid ;
grid-template-columns: repeat(4, 1fr) ;
gap: 22px ;
}

#ai_editor .step-item {
background: white ;
padding: 30px 22px ;
border-radius: 12px ;
border-left: 5px solid #5a9bd5 ;
box-shadow: 0 3px 15px rgba(90, 155, 213, 0.1) ;
transition: transform 0.3s ease ;
}

#ai_editor .step-item:hover {
transform: translateY(-3px) ;
}

#ai_editor .step-number {
font-size: 36px ;
font-weight: bold ;
color: #5a9bd5 ;
margin: 0 0 12px 0 ;
line-height: 1.2 ;
}

#ai_editor .step-title {
font-size: 20px ;
font-weight: bold ;
color: #5a9bd5 ;
margin: 0 0 10px 0 ;
line-height: 1.4 ;
}

#ai_editor .step-content {
font-size: 17px ;
color: #34495e ;
line-height: 1.6 ;
margin: 0 ;
}

#ai_editor .usage-grid {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 30px ;
}

#ai_editor .usage-item {
background: white ;
padding: 38px 28px ;
border-radius: 12px ;
text-align: center ;
box-shadow: 0 4px 18px rgba(90, 155, 213, 0.12) ;
border: 2px solid #e6f3ff ;
transition: transform 0.3s ease ;
}

#ai_editor .usage-item:hover {
transform: translateY(-5px) ;
}

#ai_editor .usage-icon {
font-size: 52px ;
margin-bottom: 18px ;
line-height: 1 ;
}

#ai_editor .usage-title {
font-size: 22px ;
font-weight: bold ;
color: #5a9bd5 ;
margin: 0 0 12px 0 ;
line-height: 1.4 ;
}

#ai_editor .usage-content {
font-size: 17px ;
color: #34495e ;
margin: 0 ;
line-height: 1.6 ;
}

#ai_editor .important-note {
background: #fff8e6 ;
border: 3px solid #ffc966 ;
border-radius: 15px ;
padding: 38px 32px ;
margin: 0 ;
}

#ai_editor .note-title {
font-size: 28px ;
font-weight: bold ;
color: #d97706 ;
margin: 0 0 22px 0 ;
text-align: center ;
line-height: 1.4 ;
}

#ai_editor .note-content {
font-size: 17px ;
color: #92400e ;
line-height: 1.8 ;
}

#ai_editor .note-content p {
margin: 0 0 15px 0 ;
}

#ai_editor .note-content p:last-child {
margin-bottom: 0 ;
}

@media (max-width: 992px) {
#ai_editor {
padding: 45px 35px ;
}

#ai_editor .header {
margin-bottom: 65px ;
}

#ai_editor .main-title {
font-size: 38px ;
}

#ai_editor .subtitle {
font-size: 19px ;
}

#ai_editor .description {
font-size: 17px ;
}

#ai_editor .section {
margin-bottom: 65px ;
}

#ai_editor .section-title {
font-size: 30px ;
margin-bottom: 40px ;
}

#ai_editor .grid-container {
gap: 28px ;
}

#ai_editor .card {
padding: 32px 28px ;
}

#ai_editor .card-title {
font-size: 22px ;
}

#ai_editor .card-content {
font-size: 16px ;
}

#ai_editor .info-list li {
font-size: 16px ;
}

#ai_editor .steps-container {
grid-template-columns: repeat(2, 1fr) ;
gap: 20px ;
}

#ai_editor .step-item {
padding: 28px 20px ;
}

#ai_editor .step-number {
font-size: 32px ;
}

#ai_editor .step-title {
font-size: 19px ;
}

#ai_editor .step-content {
font-size: 16px ;
}

#ai_editor .usage-grid {
gap: 28px ;
}

#ai_editor .usage-item {
padding: 35px 26px ;
}

#ai_editor .usage-icon {
font-size: 48px ;
}

#ai_editor .usage-title {
font-size: 20px ;
}

#ai_editor .usage-content {
font-size: 16px ;
}

#ai_editor .important-note {
padding: 35px 30px ;
}

#ai_editor .note-title {
font-size: 26px ;
}

#ai_editor .note-content {
font-size: 16px ;
}
}

@media (max-width: 768px) {
#ai_editor {
padding: 40px 30px ;
}

#ai_editor .header {
margin-bottom: 60px ;
}

#ai_editor .main-title {
font-size: 32px ;
}

#ai_editor .subtitle {
font-size: 18px ;
}

#ai_editor .description {
font-size: 17px ;
}

#ai_editor .section {
margin-bottom: 60px ;
}

#ai_editor .section-title {
font-size: 28px ;
margin-bottom: 38px ;
}

#ai_editor .grid-container {
grid-template-columns: 1fr ;
gap: 22px ;
}

#ai_editor .card {
padding: 30px 26px ;
}

#ai_editor .card-title {
font-size: 21px ;
}

#ai_editor .card-content {
font-size: 17px ;
}

#ai_editor .info-list li {
font-size: 17px ;
}

#ai_editor .steps-container {
grid-template-columns: 1fr ;
gap: 18px ;
}

#ai_editor .step-item {
padding: 28px 22px ;
}

#ai_editor .step-number {
font-size: 34px ;
}

#ai_editor .step-title {
font-size: 20px ;
}

#ai_editor .step-content {
font-size: 17px ;
}

#ai_editor .usage-grid {
grid-template-columns: 1fr ;
gap: 22px ;
}

#ai_editor .usage-item {
padding: 35px 28px ;
}

#ai_editor .usage-icon {
font-size: 50px ;
}

#ai_editor .usage-title {
font-size: 21px ;
}

#ai_editor .usage-content {
font-size: 17px ;
}

#ai_editor .important-note {
padding: 32px 28px ;
}

#ai_editor .note-title {
font-size: 25px ;
}

#ai_editor .note-content {
font-size: 17px ;
}
}

@media (max-width: 480px) {
#ai_editor {
padding: 35px 20px ;
}

#ai_editor .header {
margin-bottom: 50px ;
}

#ai_editor .main-title {
font-size: 26px ;
}

#ai_editor .subtitle {
font-size: 17px ;
}

#ai_editor .description {
font-size: 16px ;
}

#ai_editor .section {
margin-bottom: 50px ;
}

#ai_editor .section-title {
font-size: 24px ;
margin-bottom: 32px ;
}

#ai_editor .grid-container {
gap: 18px ;
}

#ai_editor .card {
padding: 26px 22px ;
border-radius: 12px ;
}

#ai_editor .card-title {
font-size: 20px ;
}

#ai_editor .card-content {
font-size: 16px ;
}

#ai_editor .info-list li {
font-size: 16px ;
}

#ai_editor .steps-container {
gap: 16px ;
}

#ai_editor .step-item {
padding: 26px 20px ;
border-radius: 10px ;
border-left-width: 4px ;
}

#ai_editor .step-number {
font-size: 30px ;
margin-bottom: 10px ;
}

#ai_editor .step-title {
font-size: 19px ;
}

#ai_editor .step-content {
font-size: 16px ;
}

#ai_editor .usage-grid {
gap: 18px ;
}

#ai_editor .usage-item {
padding: 32px 24px ;
border-radius: 10px ;
}

#ai_editor .usage-icon {
font-size: 46px ;
margin-bottom: 15px ;
}

#ai_editor .usage-title {
font-size: 20px ;
margin-bottom: 10px ;
}

#ai_editor .usage-content {
font-size: 16px ;
}

#ai_editor .important-note {
padding: 28px 22px ;
border-radius: 12px ;
}

#ai_editor .note-title {
font-size: 22px ;
margin-bottom: 18px ;
}

#ai_editor .note-content {
font-size: 16px ;
}

#ai_editor .note-content p {
margin-bottom: 12px ;
}
}
</style>


<div id="ai_editor">
<div class="header">
<h1 class="main-title">&#128203; ÇØÃËÁõ¸í¼­ (Á¦Ãâ¿ë)</h1>
<p class="subtitle">Employee Dismissal Certificate for Submission</p>
<p class="description">±Ù·Î°ü°è Á¾·á¸¦ °ø½ÄÀûÀ¸·Î Áõ¸íÇÏ´Â ¹ýÁ¤ ¼­·ù</p>
</div>

<div class="section">
<h2 class="section-title">&#128221; Çʼö ±âÀç»çÇ×</h2>
<div class="grid-container">
<div class="card">
<h3 class="card-title">
<span class="card-icon">&#128100;</span> ±Ù·ÎÀÚ Á¤º¸
</h3>
<ul class="info-list">
<li>¼º¸í (ÇѱÛ, ÇÑÀÚ)</li>
<li>Áֹεî·Ï¹øÈ£</li>
<li>ÁÖ¼Ò (¼±ÅÃ)</li>
<li>¿¬¶ôó (¼±ÅÃ)</li>
</ul>
</div>
<div class="card">
<h3 class="card-title">
<span class="card-icon">&#127970;</span> ȸ»ç ¹× ±Ù·ÎÁ¤º¸
</h3>
<ul class="info-list">
<li>»ç¾÷Àå¸í</li>
<li>ÀçÁ÷±â°£</li>
<li>±Ù¹«ºÎ¼­ ¹× Á÷Ã¥</li>
<li>¿ëµµ</li>
</ul>
</div>
</div>
</div>

<div class="section">
<h2 class="section-title">&#9881;&#65039; ¹ß±Þ ÀýÂ÷</h2>
<div class="steps-container">
<div class="step-item">
<div class="step-number">1&#65039;&#8419;</div>
<h3 class="step-title">½Åû</h3>
<p class="step-content">±Ù·ÎÀÚ°¡ »ç¿ëÀÚ¿¡°Ô ÇØÃËÁõ¸í¼­ ¹ß±ÞÀ» ¿äû</p>
</div>
<div class="step-item">
<div class="step-number">2&#65039;&#8419;</div>
<h3 class="step-title">ÀÛ¼º</h3>
<p class="step-content">»ç¿ëÀÚ°¡ ¹ýÁ¤ ¾ç½Ä¿¡ µû¶ó Çʼö»çÇ×À» Á¤È®È÷ ±âÀç</p>
</div>
<div class="step-item">
<div class="step-number">3&#65039;&#8419;</div>
<h3 class="step-title">È®ÀÎ</h3>
<p class="step-content">±âÀç»çÇ×ÀÇ Á¤È®¼ºÀ» °ËÅäÇϰí ȸ»ç Á÷ÀÎ ³¯ÀÎ</p>
</div>
<div class="step-item">
<div class="step-number">4&#65039;&#8419;</div>
<h3 class="step-title">¹ß±Þ</h3>
<p class="step-content">±Ù·ÎÀÚ¿¡°Ô ¿øº»À» ±³ºÎ (»çº»Àº ȸ»ç º¸°ü)</p>
</div>
</div>
</div>

<div class="section">
<h2 class="section-title">&#128188; Ȱ¿ëó</h2>
<div class="usage-grid">
<div class="usage-item">
<div class="usage-icon">&#127963;&#65039;</div>
<h3 class="usage-title">°í¿ëº¸Çè</h3>
<p class="usage-content">½Ç¾÷±Þ¿© ½Åû ½Ã Çʼö Á¦Ãâ¼­·ù</p>
</div>
<div class="usage-item">
<div class="usage-icon">&#127970;</div>
<h3 class="usage-title">ÀçÃë¾÷</h3>
<p class="usage-content">»õ·Î¿î Á÷Àå ÀÔ»ç ½Ã °æ·ÂÁõ¸í</p>
</div>
<div class="usage-item">
<div class="usage-icon">&#127974;</div>
<h3 class="usage-title">±ÝÀ¶°Å·¡</h3>
<p class="usage-content">´ëÃâ ½Åû ½Ã ¼Òµæ º¯µ¿ Áõ¸í</p>
</div>
<div class="usage-item">
<div class="usage-icon">&#128203;</div>
<h3 class="usage-title">°¢Á¾ ÇàÁ¤¾÷¹«</h3>
<p class="usage-content">±¹¹Î¿¬±Ý, °Ç°­º¸Çè µî º¯°æ½Å°í</p>
</div>
</div>
</div>

<div class="section">
<h2 class="section-title">&#9878;&#65039; ¹ýÀû È¿·Â ¹× ÁÖÀÇ»çÇ×</h2>
<div class="grid-container">
<div class="card">
<h3 class="card-title">
<span class="card-icon">&#128220;</span> ¹ýÀû ±Ù°Å
</h3>
<p class="card-content">
±Ù·Î±âÁعý Á¦39Á¶¿¡ µû¶ó »ç¿ëÀÚÀÇ Àǹ«»çÇ×À¸·Î, ±Ù·ÎÀÚ°¡ ¿ä±¸ÇÒ °æ¿ì ¹Ýµå½Ã ¹ß±ÞÇØ¾ß ÇÕ´Ï´Ù.
</p>
</div>
<div class="card">
<h3 class="card-title">
<span class="card-icon">&#9200;</span> ¹ß±Þ ±âÇÑ
</h3>
<p class="card-content">
±Ù·ÎÀÚÀÇ ¿ä±¸°¡ ÀÖÀ» ¶§ Áöü ¾øÀÌ ¹ß±ÞÇØ¾ß Çϸç, Á¤´çÇÑ »çÀ¯ ¾øÀÌ Áö¿¬ ½Ã ¹ú±ÝÀÌ ºÎ°úµÉ ¼ö ÀÖ½À´Ï´Ù.
</p>
</div>
</div>
</div>

<div class="important-note">
<h3 class="note-title">&#9888;&#65039; Áß¿ä ¾È³»»çÇ×</h3>
<div class="note-content">
<p><strong>&#9724; ¹«·á ¹ß±Þ:</strong> ÇØÃËÁõ¸í¼­´Â ¹«·á·Î ¹ß±ÞÇØ¾ß Çϸç, ¹ß±Þ ¼ö¼ö·á¸¦ ¿ä±¸ÇÒ ¼ö ¾ø½À´Ï´Ù.</p>
<p><strong>&#9724; °³ÀÎÁ¤º¸ º¸È£:</strong> Áõ¸í¼­¿¡´Â ÇÊ¿äÇÑ ÃÖ¼ÒÇÑÀÇ Á¤º¸¸¸ ±âÀçÇϰí, °³ÀÎÁ¤º¸ º¸È£¿¡ À¯ÀÇÇØ¾ß ÇÕ´Ï´Ù.</p>
<p><strong>&#9724; º¸°ü Àǹ«:</strong> »ç¿ëÀÚ´Â ¹ß±ÞÇÑ ÇØÃËÁõ¸í¼­ »çº»À» 3³â°£ º¸°üÇÒ Àǹ«°¡ ÀÖ½À´Ï´Ù.</p>
</div>
</div>
</div>

ºñÁîÆû ±¤°í_50¿ø ¾Æ³¥·Á°í
¼­½ÄÀ̹ÌÁö  
¾ÆÀ̵ð
ºñ¹Ð¹øÈ£
Á»´õ ºü¸¥ Á¢¼ÓÀ» ¿øÇϽô ºÐÀº ¼±ÅÃÇϼ¼¿ä. º¸´Ù ¾ÈÀüÇÑ ·Î±×ÀÎÀ» ¿øÇϽô ºÐÀº ¼±ÅÃÇϼ¼¿ä.
¹«·áȸ¿ø°¡ÀÔ ¾ÆÀ̵ð ã±â ºñ¹Ð¹øÈ£ ã±â
½Ç½Ã°£ Àα⠼­½Ä
 ±Þ¿© ÀÚµ¿°è»ê! ±Þ¿©°ü¸® ÅëÇÕ¿¢¼¿
Ç¥ÁØ ¿¬ºÀ±Ù·Î°è¾à¼­(ÁÖ4.. : 60,006
»çÁ÷¼­(±â¾÷Ç¥ÁØ) : 940,351
±ÙŰü¸®±â·ÏºÎ(ÀϺ°±â·Ï) : 13,560
¹Ì»ç¿ë ¿¬Â÷ À¯±ÞÈÞ°¡ »ç.. : 5,301
ÀÓ±ÝÁ¶Á¤ µ¿ÀǼ­ : 4,286
ÀçÅñٹ« ½Åû¼­(¾÷¹«ÀÔ·Â) : 3,086
ÀçÅñٹ« ½Åû¼­(±âº») : 2,999
ÀçÅñٹ« ¾÷¹«º¸°í¼­(Àϰ£) : 2,705
ÀçÅñٹ« ¾÷¹«º¸°í¼­(¿ù°£) : 2,624
ÀÏ¹Ý »çÁ÷¼­(°è¾à±â°£ ¸¸.. : 2,502
ÀçÅñٹ« ¾÷¹«º¸°í¼­(ÁÖ°£) : 2,218
ÀçÅñٹ« ¾÷¹«º¸°í¼­(¿¬°£) : 2,085
»ç°í¹ß»ý °æÀ§¼­ : 2,026
ÈÞÁ÷ Áõ¸í¼­ : 1,996
ÀçÅñٹ« ½Åû¼­(¼¼ºÎÀÔ·Â) : 1,960
ºä¾î ´Ù¿î·Îµå ´õ¸¹Àº ºä¾îº¸±â
Çѱۺä¾î´Ù¿î·Îµå ¿öµåºä¾î´Ù¿î·Îµå
¾ÆÅ©·Îºª´Ù¿î·Îµå MS¿¢¼¿´Ù¿î·Îµå
¹«¾ùÀ»µµ¿Íµå¸±±î¿ä Ŭ¸¯! ¼­½Ä ´Ù¿î·Îµå°¡ Àß ¾ÈµÉ¶§ Áú¹®¼­½Ä¿äûÇϱâ
ÀÌÀüÈ­¸é ¸®½ºÆ®º¸±â ¸ÇÀ§·Î
ºñÁîÆû
Copyright (c) 2000-2026 by bizforms.co.kr All rights reserved.
°í°´¼¾ÅÍ 1588-8443. ¿ÀÀü9:30~12:30, ¿ÀÈÄ13:30~17:30 ÀüÈ­»ó´ã¿¹¾à ¿ø°ÝÁö¿ø¿äû
ÀüÈ­Àü Ŭ¸¯
Ŭ¸°»çÀÌÆ® ¼±Á¤