 |
|
 |
|
|
¼½Ä¼³¸í |
|
|
<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: 'Malgun Gothic', 'Noto Sans KR', 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: '' ;
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: '✓' ;
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">📋 ÇØÃËÁõ¸í¼ (Á¦Ãâ¿ë)</h1>
<p class="subtitle">Employee Dismissal Certificate for Submission</p>
<p class="description">±Ù·Î°ü°è Á¾·á¸¦ °ø½ÄÀûÀ¸·Î Áõ¸íÇÏ´Â ¹ýÁ¤ ¼·ù</p>
</div>
<div class="section">
<h2 class="section-title">📝 Çʼö ±âÀç»çÇ×</h2>
<div class="grid-container">
<div class="card">
<h3 class="card-title">
<span class="card-icon">👤</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">🏢</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">⚙️ ¹ß±Þ ÀýÂ÷</h2>
<div class="steps-container">
<div class="step-item">
<div class="step-number">1️⃣</div>
<h3 class="step-title">½Åû</h3>
<p class="step-content">±Ù·ÎÀÚ°¡ »ç¿ëÀÚ¿¡°Ô ÇØÃËÁõ¸í¼ ¹ß±ÞÀ» ¿äû</p>
</div>
<div class="step-item">
<div class="step-number">2️⃣</div>
<h3 class="step-title">ÀÛ¼º</h3>
<p class="step-content">»ç¿ëÀÚ°¡ ¹ýÁ¤ ¾ç½Ä¿¡ µû¶ó Çʼö»çÇ×À» Á¤È®È÷ ±âÀç</p>
</div>
<div class="step-item">
<div class="step-number">3️⃣</div>
<h3 class="step-title">È®ÀÎ</h3>
<p class="step-content">±âÀç»çÇ×ÀÇ Á¤È®¼ºÀ» °ËÅäÇϰí ȸ»ç Á÷ÀÎ ³¯ÀÎ</p>
</div>
<div class="step-item">
<div class="step-number">4️⃣</div>
<h3 class="step-title">¹ß±Þ</h3>
<p class="step-content">±Ù·ÎÀÚ¿¡°Ô ¿øº»À» ±³ºÎ (»çº»Àº ȸ»ç º¸°ü)</p>
</div>
</div>
</div>
<div class="section">
<h2 class="section-title">💼 Ȱ¿ëó</h2>
<div class="usage-grid">
<div class="usage-item">
<div class="usage-icon">🏛️</div>
<h3 class="usage-title">°í¿ëº¸Çè</h3>
<p class="usage-content">½Ç¾÷±Þ¿© ½Åû ½Ã Çʼö Á¦Ãâ¼·ù</p>
</div>
<div class="usage-item">
<div class="usage-icon">🏢</div>
<h3 class="usage-title">ÀçÃë¾÷</h3>
<p class="usage-content">»õ·Î¿î Á÷Àå ÀÔ»ç ½Ã °æ·ÂÁõ¸í</p>
</div>
<div class="usage-item">
<div class="usage-icon">🏦</div>
<h3 class="usage-title">±ÝÀ¶°Å·¡</h3>
<p class="usage-content">´ëÃâ ½Åû ½Ã ¼Òµæ º¯µ¿ Áõ¸í</p>
</div>
<div class="usage-item">
<div class="usage-icon">📋</div>
<h3 class="usage-title">°¢Á¾ ÇàÁ¤¾÷¹«</h3>
<p class="usage-content">±¹¹Î¿¬±Ý, °Ç°º¸Çè µî º¯°æ½Å°í</p>
</div>
</div>
</div>
<div class="section">
<h2 class="section-title">⚖️ ¹ýÀû È¿·Â ¹× ÁÖÀÇ»çÇ×</h2>
<div class="grid-container">
<div class="card">
<h3 class="card-title">
<span class="card-icon">📜</span> ¹ýÀû ±Ù°Å
</h3>
<p class="card-content">
±Ù·Î±âÁعý Á¦39Á¶¿¡ µû¶ó »ç¿ëÀÚÀÇ Àǹ«»çÇ×À¸·Î, ±Ù·ÎÀÚ°¡ ¿ä±¸ÇÒ °æ¿ì ¹Ýµå½Ã ¹ß±ÞÇØ¾ß ÇÕ´Ï´Ù.
</p>
</div>
<div class="card">
<h3 class="card-title">
<span class="card-icon">⏰</span> ¹ß±Þ ±âÇÑ
</h3>
<p class="card-content">
±Ù·ÎÀÚÀÇ ¿ä±¸°¡ ÀÖÀ» ¶§ Áöü ¾øÀÌ ¹ß±ÞÇØ¾ß Çϸç, Á¤´çÇÑ »çÀ¯ ¾øÀÌ Áö¿¬ ½Ã ¹ú±ÝÀÌ ºÎ°úµÉ ¼ö ÀÖ½À´Ï´Ù.
</p>
</div>
</div>
</div>
<div class="important-note">
<h3 class="note-title">⚠️ Áß¿ä ¾È³»»çÇ×</h3>
<div class="note-content">
<p><strong>◼ ¹«·á ¹ß±Þ:</strong> ÇØÃËÁõ¸í¼´Â ¹«·á·Î ¹ß±ÞÇØ¾ß Çϸç, ¹ß±Þ ¼ö¼ö·á¸¦ ¿ä±¸ÇÒ ¼ö ¾ø½À´Ï´Ù.</p>
<p><strong>◼ °³ÀÎÁ¤º¸ º¸È£:</strong> Áõ¸í¼¿¡´Â ÇÊ¿äÇÑ ÃÖ¼ÒÇÑÀÇ Á¤º¸¸¸ ±âÀçÇϰí, °³ÀÎÁ¤º¸ º¸È£¿¡ À¯ÀÇÇØ¾ß ÇÕ´Ï´Ù.</p>
<p><strong>◼ º¸°ü Àǹ«:</strong> »ç¿ëÀÚ´Â ¹ß±ÞÇÑ ÇØÃËÁõ¸í¼ »çº»À» 3³â°£ º¸°üÇÒ Àǹ«°¡ ÀÖ½À´Ï´Ù.</p>
</div>
</div>
</div>
|
|
|
 |
|
 |
|