 |
|
 |
|
|
|
|
| ¼½Ä¸í |
 |
Ç¥ÁØ À§·ÎÁ¶Àǹ® 5°Ç ¸ðÀ½(Àü¹®°¡ ÀÛ¼º°¡ÀÌµå Æ÷ÇÔ) |
|
| ºÐ·ù |
 |
ȸ»ç¼½Ä> Ç¥Áؼ½ÄÆÐŰÁö |
±¸ºÐ |
 |
ÇÁ¸®¹Ì¾ö ȸ¿ø |
|
| Á¶È¸¼ö |
 |
16,854 |
´Ù¿î¼ö |
 |
452 |
|
| ³»¿ë |
 |
|
±¸¼º ¿¹Á¦ : À§·Î¹®(º´»ó), À§·Î¹®(ÀçÇØ), Á¶Àǹ®(°Å·¡Ã³ ´ëÇ¥ ºÎÄ£»ó), Á¶Àǹ®(°Å·¡Ã³ ´ëÇ¥ÀÌ»ç ºÎ°í), Á¶Àǹ®(°Å·¡Ã³ ÀÓ¿øÀÇ ºÎ°í)
¡Ø ÇѱÛ(hwp), ¿öµå(doc), ¾ÆÅ©·Îºª(pdf) ÆÄÀÏ·Î ±¸¼ºµÇ¾î ÀÖ½À´Ï´Ù.
À§·ÎÁ¶Àǹ® °¡À̵å : À§·ÎÁ¶Àǹ®¿¡ ´ëÇÑ Àü¹ÝÀûÀÎ ¼³¸í°ú ÇÔ²² À§·ÎÁ¶Àǹ® ÀÛ¼º¹ý, »ç·Êº° ÀÛ¼º¿¹Á¦, °¡Àå ±Ã±ÝÇØ ÇÏ´Â Áú¹®¿¡ ´ëÇÑ ´äº¯, Àü¹®°¡ Ãßõ ¿¹Á¦ µîÀÌ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.
|
|
|
| ´Ù¿î·Îµå |
 |
|
|
|
|
|
|
|
|
 |
|
 |
|
 |
|
 |
|
|
¼½Ä¼³¸í |
|
|
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ç¥ÁØ À§·ÎÁ¶Àǹ® 5°Ç ¸ðÀ½ ÀÎÆ÷±×·¡ÇÈ</title>
<style>
#ai_editor {
max-width: 1200px ;
margin: 0 auto ;
background-color: #f7f9f7 ;
padding: 20px ;
font-family: 'Malgun Gothic', sans-serif ;
color: #333 ;
line-height: 1.6 ;
}
#ai_editor .header {
text-align: center ;
margin-bottom: 50px ;
}
#ai_editor .header h1 {
font-size: 42px ;
color: #7da87d ;
margin: 0 0 20px 0 ;
font-weight: bold ;
line-height: 1.3 ;
}
#ai_editor .header .subtitle {
font-size: 18px ;
color: #5a5a5a ;
margin-bottom: 30px ;
line-height: 1.5 ;
}
#ai_editor .overview-box {
background: #7da87d ;
color: #ffffff ;
padding: 45px 40px ;
border-radius: 15px ;
text-align: center ;
margin-bottom: 75px ;
box-shadow: 0 10px 30px rgba(125, 168, 125, 0.15) ;
}
#ai_editor .overview-box h2 {
font-size: 26px ;
margin: 0 0 20px 0 ;
font-weight: bold ;
}
#ai_editor .overview-box p {
font-size: 17px ;
margin: 0 ;
line-height: 1.7 ;
}
#ai_editor .letter-types {
background: #ffffff ;
padding: 40px 35px ;
border-radius: 15px ;
box-shadow: 0 8px 25px rgba(125, 168, 125, 0.1) ;
margin-bottom: 75px ;
}
#ai_editor .letter-types h2 {
font-size: 32px ;
color: #3a3a3a ;
text-align: center ;
margin: 0 0 50px 0 ;
font-weight: bold ;
}
#ai_editor .types-grid {
display: grid ;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) ;
gap: 25px ;
}
#ai_editor .type-card {
background: #f2f7f2 ;
padding: 30px 25px ;
border-radius: 12px ;
transition: transform 0.3s ease ;
}
#ai_editor .type-card:hover {
transform: translateY(-5px) ;
}
#ai_editor .type-card .icon {
font-size: 36px ;
color: #7da87d ;
margin-bottom: 15px ;
display: block ;
}
#ai_editor .type-card h3 {
font-size: 20px ;
color: #3a3a3a ;
margin: 0 0 15px 0 ;
font-weight: bold ;
}
#ai_editor .type-card p {
font-size: 16px ;
margin: 0 ;
color: #5a5a5a ;
line-height: 1.6 ;
}
#ai_editor .guide-features {
background: #ffffff ;
padding: 40px 35px ;
border-radius: 15px ;
box-shadow: 0 8px 25px rgba(125, 168, 125, 0.1) ;
margin-bottom: 75px ;
}
#ai_editor .guide-features h2 {
font-size: 32px ;
color: #3a3a3a ;
text-align: center ;
margin: 0 0 50px 0 ;
font-weight: bold ;
}
#ai_editor .features-list {
display: grid ;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) ;
gap: 25px ;
}
#ai_editor .feature-item {
display: flex ;
align-items: flex-start ;
gap: 15px ;
padding: 25px 20px ;
background: #f9fbf9 ;
border-radius: 10px ;
}
#ai_editor .feature-item .check {
font-size: 24px ;
color: #7da87d ;
font-weight: bold ;
margin-top: 2px ;
}
#ai_editor .feature-item .content h4 {
font-size: 18px ;
color: #3a3a3a ;
margin: 0 0 8px 0 ;
font-weight: bold ;
}
#ai_editor .feature-item .content p {
font-size: 16px ;
color: #5a5a5a ;
margin: 0 ;
line-height: 1.6 ;
}
#ai_editor .usage-scenarios {
background: #f2f7f2 ;
padding: 40px 35px ;
border-radius: 15px ;
border: 2px solid #e5efe5 ;
margin-bottom: 75px ;
}
#ai_editor .usage-scenarios h2 {
font-size: 32px ;
color: #3a3a3a ;
text-align: center ;
margin: 0 0 50px 0 ;
font-weight: bold ;
}
#ai_editor .scenarios-grid {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 25px ;
max-width: 900px ;
margin: 0 auto ;
}
#ai_editor .scenario-card {
background: #ffffff ;
padding: 30px 25px ;
border-radius: 10px ;
text-align: center ;
box-shadow: 0 5px 15px rgba(125, 168, 125, 0.1) ;
}
#ai_editor .scenario-card .scenario-icon {
font-size: 40px ;
color: #7da87d ;
margin-bottom: 15px ;
display: block ;
}
#ai_editor .scenario-card h4 {
font-size: 19px ;
color: #3a3a3a ;
margin: 0 0 10px 0 ;
font-weight: bold ;
}
#ai_editor .scenario-card p {
font-size: 16px ;
color: #5a5a5a ;
margin: 0 ;
line-height: 1.5 ;
}
#ai_editor .benefits {
background: #e8f2e8 ;
padding: 35px 30px ;
border-radius: 12px ;
text-align: center ;
}
#ai_editor .benefits h3 {
font-size: 24px ;
color: #3a3a3a ;
margin: 0 0 20px 0 ;
font-weight: bold ;
}
#ai_editor .benefits-text {
font-size: 17px ;
color: #5a5a5a ;
margin: 0 ;
line-height: 1.7 ;
}
@media (max-width: 992px) {
#ai_editor {
padding: 18px ;
}
#ai_editor .header {
margin-bottom: 45px ;
}
#ai_editor .header h1 {
font-size: 36px ;
}
#ai_editor .header .subtitle {
font-size: 17px ;
}
#ai_editor .overview-box {
padding: 40px 35px ;
margin-bottom: 60px ;
}
#ai_editor .overview-box h2 {
font-size: 24px ;
}
#ai_editor .overview-box p {
font-size: 16px ;
}
#ai_editor .letter-types,
#ai_editor .guide-features,
#ai_editor .usage-scenarios {
padding: 35px 30px ;
margin-bottom: 60px ;
}
#ai_editor .letter-types h2,
#ai_editor .guide-features h2,
#ai_editor .usage-scenarios h2 {
font-size: 28px ;
margin-bottom: 40px ;
}
#ai_editor .types-grid {
gap: 22px ;
}
#ai_editor .type-card {
padding: 28px 22px ;
}
#ai_editor .type-card .icon {
font-size: 34px ;
}
#ai_editor .type-card h3 {
font-size: 19px ;
}
#ai_editor .features-list {
gap: 22px ;
}
#ai_editor .feature-item {
padding: 22px 18px ;
}
#ai_editor .feature-item .content h4 {
font-size: 17px ;
}
#ai_editor .scenarios-grid {
gap: 22px ;
}
#ai_editor .scenario-card {
padding: 28px 22px ;
}
#ai_editor .scenario-card .scenario-icon {
font-size: 38px ;
}
#ai_editor .scenario-card h4 {
font-size: 18px ;
}
#ai_editor .benefits {
padding: 32px 28px ;
}
#ai_editor .benefits h3 {
font-size: 22px ;
}
#ai_editor .benefits-text {
font-size: 16px ;
}
}
@media (max-width: 768px) {
#ai_editor {
padding: 15px ;
}
#ai_editor .header {
margin-bottom: 40px ;
}
#ai_editor .header h1 {
font-size: 28px ;
}
#ai_editor .header .subtitle {
font-size: 16px ;
}
#ai_editor .overview-box {
padding: 35px 28px ;
margin-bottom: 50px ;
}
#ai_editor .overview-box h2 {
font-size: 22px ;
}
#ai_editor .overview-box p {
font-size: 16px ;
}
#ai_editor .letter-types,
#ai_editor .guide-features,
#ai_editor .usage-scenarios {
padding: 30px 25px ;
margin-bottom: 50px ;
}
#ai_editor .letter-types h2,
#ai_editor .guide-features h2,
#ai_editor .usage-scenarios h2 {
font-size: 24px ;
margin-bottom: 35px ;
}
#ai_editor .types-grid {
grid-template-columns: 1fr ;
gap: 20px ;
}
#ai_editor .type-card {
padding: 25px 20px ;
}
#ai_editor .type-card .icon {
font-size: 32px ;
}
#ai_editor .features-list {
grid-template-columns: 1fr ;
gap: 20px ;
}
#ai_editor .feature-item {
padding: 20px 18px ;
}
#ai_editor .scenarios-grid {
grid-template-columns: 1fr ;
gap: 20px ;
}
#ai_editor .scenario-card {
padding: 25px 20px ;
}
#ai_editor .scenario-card .scenario-icon {
font-size: 36px ;
}
#ai_editor .benefits {
padding: 28px 25px ;
}
#ai_editor .benefits h3 {
font-size: 20px ;
}
}
@media (max-width: 480px) {
#ai_editor .header h1 {
font-size: 24px ;
}
#ai_editor .overview-box {
padding: 30px 22px ;
margin-bottom: 45px ;
}
#ai_editor .overview-box h2 {
font-size: 20px ;
}
#ai_editor .letter-types,
#ai_editor .guide-features,
#ai_editor .usage-scenarios {
padding: 28px 22px ;
margin-bottom: 45px ;
}
#ai_editor .letter-types h2,
#ai_editor .guide-features h2,
#ai_editor .usage-scenarios h2 {
font-size: 22px ;
margin-bottom: 30px ;
}
#ai_editor .type-card {
padding: 22px 18px ;
}
#ai_editor .type-card .icon {
font-size: 30px ;
}
#ai_editor .type-card h3 {
font-size: 18px ;
}
#ai_editor .feature-item {
padding: 18px 16px ;
}
#ai_editor .scenario-card {
padding: 22px 18px ;
}
#ai_editor .scenario-card .scenario-icon {
font-size: 34px ;
}
#ai_editor .benefits {
padding: 25px 20px ;
}
#ai_editor .benefits h3 {
font-size: 19px ;
}
}
</style>
<div id="ai_editor">
<div class="header">
<h1>📝 Ç¥ÁØ À§·ÎÁ¶Àǹ® 5°Ç ¸ðÀ½</h1>
<p class="subtitle">Àü¹®°¡ ÀÛ¼º°¡ÀÌµå Æ÷ÇÔ ¿Ïº®ÇÑ À§·ÎÁ¶Àǹ® ÆÐŰÁö</p>
</div>
<div class="overview-box">
<h2>💝 Àü¹®°¡°¡ ¾ö¼±ÇÑ À§·ÎÁ¶Àǹ® Ä÷º¼Ç</h2>
<p>´Ù¾çÇÑ »óȲ¿¡ ¸Â´Â 5°¡Áö Ç¥ÁØ À§·ÎÁ¶Àǹ®°ú »ó¼¼ÇÑ ÀÛ¼º°¡À̵带 Á¦°øÇÕ´Ï´Ù. º´»ó, ÀçÇØ, ºÎ°í µî ¸ðµç °æÁ¶»ç »óȲ¿¡ ÀûÀýÇÑ ¹®±¸¿Í ¿¹ÀǸ¦ °®Ãá Á¤ÁßÇÑ Ç¥ÇöÀ» ´ã¾Ò½À´Ï´Ù. Àü¹®°¡ÀÇ ³ëÇϿ찡 Áý¾àµÈ ÀÛ¼º¹ý°ú ½Ç¹« »ç·Ê·Î ¿Ïº®ÇÑ À§·ÎÁ¶Àǹ®À» ÀÛ¼ºÇϼ¼¿ä.</p>
</div>
<div class="letter-types">
<h2>Æ÷ÇÔµÈ À§·ÎÁ¶Àǹ® Á¾·ù</h2>
<div class="types-grid">
<div class="type-card">
<span class="icon">🏥</span>
<h3>À§·Î¹® (º´»ó)</h3>
<p>ÀÔ¿ø ÁßÀ̰ųª Åõº´ ÁßÀÎ ºÐ¿¡°Ô º¸³»´Â µû¶æÇÑ À§·ÎÀÇ ¸¶À½À» ÀüÇÏ´Â Á¤ÁßÇÑ À§·Î¹®</p>
</div>
<div class="type-card">
<span class="icon">⚠️</span>
<h3>À§·Î¹® (ÀçÇØ)</h3>
<p>ÀÚ¿¬ÀçÇØ³ª »ç°í·Î ¾î·Á¿òÀ» °Þ´Â ºÐµé¿¡°Ô º¸³»´Â Áø½É¾î¸° À§·Î¿Í °Ý·ÁÀÇ ¸Þ½ÃÁö</p>
</div>
<div class="type-card">
<span class="icon">🙏</span>
<h3>Á¶Àǹ® (°Å·¡Ã³ ´ëÇ¥ ºÎÄ£»ó)</h3>
<p>ºñÁî´Ï½º ÆÄÆ®³ÊÀÇ °¡Á·»ó¿¡ º¸³»´Â Á¤ÁßÇÏ°í ¿¹ÀÇ ¹Ù¸¥ Á¶ÀÇ Ç¥Çö</p>
</div>
<div class="type-card">
<span class="icon">💐</span>
<h3>Á¶Àǹ® (°Å·¡Ã³ ´ëÇ¥ÀÌ»ç ºÎ°í)</h3>
<p>°Å·¡Ã³ ÀÓ¿øÀÇ ºÎ°í ¼Ò½Ä¿¡ º¸³»´Â ±íÀº ¾Öµµ¿Í Á¶ÀǸ¦ Ç¥ÇÏ´Â °ø½ÄÀûÀÎ Á¶Àǹ®</p>
</div>
<div class="type-card">
<span class="icon">🕊️</span>
<h3>Á¶Àǹ® (°Å·¡Ã³ ÀÓ¿øÀÇ ºÎ°í)</h3>
<p>ȸ»ç ÀÓ¿øÁøÀÇ º°¼¼ ¼Ò½Ä¿¡ º¸³»´Â Á¤ÁßÇÑ Á¶ÀÇ¿Í À¯°¡Á·¿¡ ´ëÇÑ À§·Î ¸Þ½ÃÁö</p>
</div>
</div>
</div>
<div class="guide-features">
<h2>📚 Àü¹®°¡ ÀÛ¼º°¡ÀÌµå Æ¯Â¡</h2>
<div class="features-list">
<div class="feature-item">
<span class="check">✓</span>
<div class="content">
<h4>À§·ÎÁ¶Àǹ® Àü¹Ý ¼³¸í</h4>
<p>À§·ÎÁ¶Àǹ®ÀÇ ¸ñÀû°ú Á߿伺¿¡ ´ëÇÑ »ó¼¼ÇÑ ÀÌ·ÐÀû ¹è°æ Á¦°ø</p>
</div>
</div>
<div class="feature-item">
<span class="check">✓</span>
<div class="content">
<h4>ü°èÀû ÀÛ¼º¹ý</h4>
<p>´Ü°èº° ÀÛ¼º ¹æ¹ý°ú ÁÖÀÇ»çÇ×À» ¸íÈ®ÇÏ°Ô ¾È³»</p>
</div>
</div>
<div class="feature-item">
<span class="check">✓</span>
<div class="content">
<h4>»ç·Êº° ÀÛ¼º¿¹Á¦</h4>
<p>´Ù¾çÇÑ »óȲº° ½ÇÁ¦ Ȱ¿ë °¡´ÉÇÑ ±¸Ã¼ÀûÀÎ ¿¹¹® Á¦½Ã</p>
</div>
</div>
<div class="feature-item">
<span class="check">✓</span>
<div class="content">
<h4>FAQ Áú¹®´äº¯</h4>
<p>°¡Àå ±Ã±ÝÇØÇÏ´Â Áú¹®µé¿¡ ´ëÇÑ Àü¹®°¡ÀÇ ¸íÄèÇÑ ´äº¯</p>
</div>
</div>
<div class="feature-item">
<span class="check">✓</span>
<div class="content">
<h4>Àü¹®°¡ Ãßõ¿¹Á¦</h4>
<p>½Ç¹« °æÇèÀÌ Ç³ºÎÇÑ Àü¹®°¡°¡ ¾ö¼±ÇÑ ÃÖ°íÀÇ ¿¹¹® ¸ðÀ½</p>
</div>
</div>
<div class="feature-item">
<span class="check">✓</span>
<div class="content">
<h4>½Ç¹« Ȱ¿ëÆÁ</h4>
<p>½ÇÁ¦ ¾÷¹«¿¡¼ ¹Ù·Î Àû¿ëÇÒ ¼ö ÀÖ´Â ½Ç¿ëÀûÀÎ ³ëÇÏ¿ì</p>
</div>
</div>
</div>
</div>
<div class="usage-scenarios">
<h2>🎯 Ȱ¿ë »óȲ</h2>
<div class="scenarios-grid">
<div class="scenario-card">
<span class="scenario-icon">🏢</span>
<h4>±â¾÷ ´ë¿Ü¾÷¹«</h4>
<p>°Å·¡Ã³ ¹× Çù·Â¾÷ü¿ÍÀÇ °ü°è À¯Áö</p>
</div>
<div class="scenario-card">
<span class="scenario-icon">🤝</span>
<h4>ºñÁî´Ï½º °ü°è</h4>
<p>°í°´»ç ¹× ÆÄÆ®³Ê»ç °æÁ¶»ç ´ëÀÀ</p>
</div>
<div class="scenario-card">
<span class="scenario-icon">👔</span>
<h4>°ø½ÄÀû ¼ÒÅë</h4>
<p>Á¤ÁßÇÏ°í ¿¹ÀÇ ¹Ù¸¥ °ø½Ä ¹®¼ ÀÛ¼º</p>
</div>
<div class="scenario-card">
<span class="scenario-icon">📞</span>
<h4>°í°´ ¼ºñ½º</h4>
<p>°í°´ ¹× ÀÓÁ÷¿ø °æÁ¶»ç Áö¿ø</p>
</div>
</div>
</div>
<div class="benefits">
<h3>🌟 ¿Ïº®ÇÑ À§·ÎÁ¶Àǹ® ÀÛ¼ºÀÇ ¸ðµç °Í</h3>
<p class="benefits-text">
<strong>ZIP ¾ÐÃàÆÄÀÏ·Î Á¦°ø</strong>µÇ¾î ÇÑ ¹øÀÇ ´Ù¿î·Îµå·Î ¸ðµç ÀڷḦ È®º¸ÇÒ ¼ö ÀÖ½À´Ï´Ù.<br>
Àü¹®°¡ÀÇ ³ëÇÏ¿ì¿Í ½Ç¹« °æÇèÀÌ Áý¾àµÈ <strong>¿Ïº®ÇÑ À§·ÎÁ¶Àǹ® ¼Ö·ç¼Ç</strong>À» ¸¸³ªº¸¼¼¿ä.
</p>
</div>
</div>
<style type="text/css">
.VBN_42585 {WORD-BREAK: break-all; font-family:±¼¸²;font-size:9pt;line-height:normal;color:#000000;padding-left:10;padding-right:10;padding-bottom:15;padding-top:15;}
.VBN_42585 p, .VBN_42585 td, .VBN_42585 li{font-family:±¼¸²;font-size:9pt;color:#000000;TEXT-DECORATION:none;line-height:normal;margin-top:2;margin-bottom:2}
.VBN_42585 font{line-height:normal;margin-top:2;margin-bottom:2}
.VBN_97131{font-family:±¼¸²; font-size:9pt;}
</style>
<span id="VBN_23247" style="position:relative">
<div class="VBN_42585" style="WIDTH: 100%">
<p align="center"><br> </p><p align="center"> </p><p align="center"> </p><p align="center"> </p><p align="center"> </p><p align="center"><img border="0" src="http://www.bizforms.co.kr/forms_contents/20150715_102961.jpg"> <br> <br><a href="#menu"></a> </p>
</div>
</span>
|
|
|
 |
|
 |
|