 |
|
 |
|
|
¼½Ä¼³¸í |
|
|
<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: 20px ;
background-color: #fef9f6 ;
font-family: 'Malgun Gothic', sans-serif ;
color: #8b6f47 ;
line-height: 1.6 ;
}
#ai_editor .header {
text-align: center ;
margin-bottom: 50px ;
}
#ai_editor .header h1 {
font-size: 42px ;
margin: 0 ;
padding: 25px 20px ;
border-radius: 15px ;
background: #b8956a ;
color: #ffffff ;
box-shadow: 0 4px 15px rgba(184, 149, 106, 0.2) ;
line-height: 1.3 ;
font-weight: bold ;
}
#ai_editor .header p {
font-size: 18px ;
margin: 20px 0 0 0 ;
color: #5a5a5a ;
line-height: 1.5 ;
}
#ai_editor .main-grid {
display: grid ;
grid-template-columns: 1fr 1fr ;
gap: 25px ;
margin-bottom: 75px ;
}
#ai_editor .overview-card {
background: #ffffff ;
padding: 35px 30px ;
border-radius: 15px ;
box-shadow: 0 4px 20px rgba(184, 149, 106, 0.1) ;
border-left: 6px solid #b8956a ;
}
#ai_editor .overview-card h2 {
font-size: 24px ;
margin: 0 0 25px 0 ;
color: #3a3a3a ;
display: flex ;
align-items: center ;
gap: 10px ;
font-weight: bold ;
}
#ai_editor .overview-card p {
font-size: 16px ;
margin: 0 0 12px 0 ;
color: #5a5a5a ;
line-height: 1.6 ;
}
#ai_editor .overview-card p:last-child {
margin-bottom: 0 ;
}
#ai_editor .features-section {
margin-bottom: 75px ;
}
#ai_editor .section-title {
font-size: 32px ;
text-align: center ;
margin-bottom: 50px ;
color: #3a3a3a ;
position: relative ;
font-weight: bold ;
}
#ai_editor .section-title::after {
content: '' ;
position: absolute ;
bottom: -10px ;
left: 50% ;
transform: translateX(-50%) ;
width: 80px ;
height: 3px ;
background: #b8956a ;
border-radius: 2px ;
}
#ai_editor .features-grid {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 25px ;
}
#ai_editor .feature-card {
background: #ffffff ;
padding: 30px 25px ;
border-radius: 12px ;
box-shadow: 0 2px 15px rgba(184, 149, 106, 0.08) ;
border: 1px solid #f5e6d3 ;
transition: transform 0.2s ease ;
}
#ai_editor .feature-card:hover {
transform: translateY(-5px) ;
box-shadow: 0 6px 25px rgba(184, 149, 106, 0.15) ;
}
#ai_editor .feature-icon {
font-size: 20px ;
margin-right: 12px ;
color: #b8956a ;
}
#ai_editor .feature-title {
font-size: 20px ;
font-weight: bold ;
margin-bottom: 12px ;
color: #3a3a3a ;
display: flex ;
align-items: center ;
}
#ai_editor .feature-description {
font-size: 16px ;
color: #5a5a5a ;
margin: 0 ;
line-height: 1.6 ;
}
#ai_editor .chapters-section {
margin-bottom: 75px ;
}
#ai_editor .chapters-grid {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 20px ;
}
#ai_editor .chapter-card {
background: #ffffff ;
padding: 25px 20px ;
border-radius: 10px ;
box-shadow: 0 2px 10px rgba(184, 149, 106, 0.08) ;
border: 1px solid #f5e6d3 ;
transition: all 0.3s ease ;
}
#ai_editor .chapter-card:hover {
border-color: #b8956a ;
transform: scale(1.02) ;
}
#ai_editor .chapter-number {
font-size: 18px ;
font-weight: bold ;
color: #b8956a ;
margin-bottom: 10px ;
}
#ai_editor .chapter-title {
font-size: 16px ;
color: #5a5a5a ;
margin: 0 ;
line-height: 1.5 ;
}
#ai_editor .design-section {
margin-bottom: 75px ;
}
#ai_editor .design-grid {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 25px ;
}
#ai_editor .design-card {
background: #ffffff ;
padding: 30px 25px ;
border-radius: 12px ;
text-align: center ;
box-shadow: 0 3px 15px rgba(184, 149, 106, 0.1) ;
border: 2px solid #f5e6d3 ;
transition: all 0.3s ease ;
}
#ai_editor .design-card:hover {
border-color: #b8956a ;
transform: scale(1.02) ;
}
#ai_editor .design-icon {
font-size: 36px ;
margin-bottom: 15px ;
display: block ;
color: #b8956a ;
}
#ai_editor .design-title {
font-size: 18px ;
font-weight: bold ;
margin-bottom: 10px ;
color: #3a3a3a ;
}
#ai_editor .design-description {
font-size: 16px ;
color: #5a5a5a ;
margin: 0 ;
line-height: 1.5 ;
}
#ai_editor .process-section {
margin-bottom: 75px ;
}
#ai_editor .process-flow {
display: grid ;
grid-template-columns: repeat(4, 1fr) ;
gap: 25px ;
}
#ai_editor .process-step {
text-align: center ;
}
#ai_editor .step-circle {
width: 60px ;
height: 60px ;
background: #b8956a ;
color: #ffffff ;
border-radius: 50% ;
display: flex ;
align-items: center ;
justify-content: center ;
font-size: 24px ;
font-weight: bold ;
margin: 0 auto 15px ;
box-shadow: 0 3px 10px rgba(184, 149, 106, 0.2) ;
}
#ai_editor .step-title {
font-size: 18px ;
font-weight: bold ;
color: #3a3a3a ;
margin-bottom: 10px ;
}
#ai_editor .step-description {
font-size: 16px ;
color: #5a5a5a ;
margin: 0 ;
line-height: 1.6 ;
}
#ai_editor .benefits-section {
background: #ffffff ;
padding: 40px 35px ;
border-radius: 15px ;
box-shadow: 0 4px 20px rgba(184, 149, 106, 0.1) ;
}
#ai_editor .benefits-grid {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 25px ;
}
#ai_editor .benefit-item {
display: flex ;
align-items: flex-start ;
gap: 15px ;
}
#ai_editor .benefit-icon {
font-size: 22px ;
color: #b8956a ;
margin-top: 2px ;
flex-shrink: 0 ;
}
#ai_editor .benefit-content h4 {
font-size: 18px ;
margin: 0 0 8px 0 ;
color: #3a3a3a ;
font-weight: bold ;
}
#ai_editor .benefit-content p {
font-size: 16px ;
margin: 0 ;
color: #5a5a5a ;
line-height: 1.6 ;
}
@media (max-width: 992px) {
#ai_editor {
padding: 18px ;
}
#ai_editor .header {
margin-bottom: 45px ;
}
#ai_editor .header h1 {
font-size: 36px ;
padding: 22px 18px ;
}
#ai_editor .header p {
font-size: 17px ;
}
#ai_editor .main-grid {
gap: 22px ;
margin-bottom: 60px ;
}
#ai_editor .overview-card {
padding: 32px 28px ;
}
#ai_editor .overview-card h2 {
font-size: 22px ;
margin-bottom: 22px ;
}
#ai_editor .features-section,
#ai_editor .chapters-section,
#ai_editor .design-section,
#ai_editor .process-section {
margin-bottom: 60px ;
}
#ai_editor .section-title {
font-size: 28px ;
margin-bottom: 40px ;
}
#ai_editor .features-grid {
gap: 22px ;
}
#ai_editor .feature-card {
padding: 28px 22px ;
}
#ai_editor .chapters-grid {
grid-template-columns: repeat(2, 1fr) ;
gap: 18px ;
}
#ai_editor .chapter-card {
padding: 22px 18px ;
}
#ai_editor .design-grid {
gap: 22px ;
}
#ai_editor .design-card {
padding: 28px 22px ;
}
#ai_editor .design-icon {
font-size: 34px ;
}
#ai_editor .process-flow {
grid-template-columns: repeat(2, 1fr) ;
gap: 22px ;
}
#ai_editor .step-circle {
width: 55px ;
height: 55px ;
font-size: 22px ;
}
#ai_editor .benefits-section {
padding: 35px 30px ;
}
#ai_editor .benefits-grid {
gap: 22px ;
}
}
@media (max-width: 768px) {
#ai_editor {
padding: 15px ;
}
#ai_editor .header {
margin-bottom: 40px ;
}
#ai_editor .header h1 {
font-size: 28px ;
padding: 20px 15px ;
}
#ai_editor .header p {
font-size: 16px ;
}
#ai_editor .main-grid,
#ai_editor .features-grid,
#ai_editor .benefits-grid {
grid-template-columns: 1fr ;
gap: 20px ;
}
#ai_editor .main-grid {
margin-bottom: 50px ;
}
#ai_editor .overview-card {
padding: 28px 25px ;
}
#ai_editor .overview-card h2 {
font-size: 20px ;
margin-bottom: 20px ;
}
#ai_editor .features-section,
#ai_editor .chapters-section,
#ai_editor .design-section,
#ai_editor .process-section {
margin-bottom: 50px ;
}
#ai_editor .section-title {
font-size: 24px ;
margin-bottom: 35px ;
}
#ai_editor .feature-card {
padding: 25px 20px ;
}
#ai_editor .feature-title {
font-size: 19px ;
}
#ai_editor .chapters-grid {
grid-template-columns: 1fr ;
gap: 16px ;
}
#ai_editor .chapter-card {
padding: 20px 18px ;
}
#ai_editor .design-grid {
grid-template-columns: 1fr ;
gap: 20px ;
}
#ai_editor .design-card {
padding: 25px 20px ;
}
#ai_editor .design-icon {
font-size: 32px ;
}
#ai_editor .process-flow {
grid-template-columns: 1fr ;
gap: 20px ;
}
#ai_editor .step-circle {
width: 50px ;
height: 50px ;
font-size: 20px ;
}
#ai_editor .step-title {
font-size: 17px ;
}
#ai_editor .benefits-section {
padding: 30px 25px ;
}
#ai_editor .benefit-content h4 {
font-size: 17px ;
}
}
@media (max-width: 480px) {
#ai_editor .header h1 {
font-size: 24px ;
}
#ai_editor .main-grid {
margin-bottom: 45px ;
}
#ai_editor .overview-card {
padding: 25px 20px ;
}
#ai_editor .overview-card h2 {
font-size: 19px ;
}
#ai_editor .features-section,
#ai_editor .chapters-section,
#ai_editor .design-section,
#ai_editor .process-section {
margin-bottom: 45px ;
}
#ai_editor .section-title {
font-size: 22px ;
margin-bottom: 30px ;
}
#ai_editor .feature-card {
padding: 22px 18px ;
}
#ai_editor .feature-title {
font-size: 18px ;
}
#ai_editor .chapter-card {
padding: 18px 16px ;
}
#ai_editor .design-card {
padding: 22px 18px ;
}
#ai_editor .design-icon {
font-size: 30px ;
}
#ai_editor .step-circle {
width: 48px ;
height: 48px ;
font-size: 19px ;
}
#ai_editor .benefits-section {
padding: 28px 22px ;
}
#ai_editor .benefit-icon {
font-size: 20px ;
}
}
</style>
<div id="ai_editor">
<div class="header">
<h1>🏗️ Ç¥ÁØ °Ç¼³°ø»çÇϵµ±Þ°è¾à¼</h1>
<p>°Ç¼³»ê¾÷±âº»¹ý ±â¹ÝÀÇ ¿Ïº®ÇÑ Çϵµ±Þ°è¾à ¼½Ä</p>
</div>
<div class="main-grid">
<div class="overview-card">
<h2>📋 °è¾à¼ ±¸¼º</h2>
<p>◼ 34°³ Á¶Ç×À¸·Î ±¸¼ºµÈ ¿Ïº®ÇÑ °è¾à¼</p>
<p>◼ ÃÑ 4ÆäÀÌÁö ºÐ·®ÀÇ »ó¼¼ÇÑ ³»¿ë</p>
<p>◼ °Ç¼³»ê¾÷±âº»¹ý ¹× °ü·Ã ±ÔÁ¤ Áؼö</p>
<p>◼ ¹ý °³Á¤»çÇ× ¹Ý¿µ °¡´ÉÇÑ ±¸Á¶</p>
</div>
<div class="overview-card">
<h2>🎨 µðÀÚÀÎ ¿É¼Ç</h2>
<p>◼ 3°¡Áö µðÀÚÀÎ Á¦°ø</p>
<p>◼ ¹«Áö ¹ÙÅÁ ±âº»Çü</p>
<p>◼ ¿øÇÏ´Â ½ºÅ¸ÀÏ ¼±Åà °¡´É</p>
</div>
</div>
<div class="features-section">
<h2 class="section-title">✨ ÁÖ¿ä Æ¯Â¡</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-title">
<span class="feature-icon">⚖️</span>
¹ý·É Áؼö
</div>
<p class="feature-description">°Ç¼³»ê¾÷±âº»¹ý°ú °ü·Ã ±ÔÁ¤À» ¿Ïº® ¹Ý¿µÇÑ Ç¥ÁØ ¼½Ä</p>
</div>
<div class="feature-card">
<div class="feature-title">
<span class="feature-icon">📝</span>
Æ÷°ýÀû ³»¿ë
</div>
<p class="feature-description">°è¾àºÎÅÍ Áذø±îÁö ¸ðµç ´Ü°è¸¦ ´Ù·ç´Â 34°³ Á¶Ç×</p>
</div>
<div class="feature-card">
<div class="feature-title">
<span class="feature-icon">🔧</span>
¸ÂÃã ¼öÁ¤
</div>
<p class="feature-description">ÇÁ·ÎÁ§Æ® Ư¼º¿¡ ¸Â°Ô Á¶Ç× ¼öÁ¤ ¹× º¸¿Ï °¡´É</p>
</div>
<div class="feature-card">
<div class="feature-title">
<span class="feature-icon">🛡️</span>
¸®½ºÅ© °ü¸®
</div>
<p class="feature-description">ºÐÀï ¿¹¹æ°ú ±Ç¸®º¸È£¸¦ À§ÇÑ Ã¼°èÀû Á¶Ç× ±¸¼º</p>
</div>
</div>
</div>
<div class="design-section">
<h2 class="section-title">🎨 Á¦°ø µðÀÚÀÎ</h2>
<div class="design-grid">
<div class="design-card">
<span class="design-icon">⚪</span>
<div class="design-title">±âº»Çü</div>
<p class="design-description">±ò²ûÇÑ ¹«Áö ¹ÙÅÁ µðÀÚÀÎ</p>
</div>
<div class="design-card">
<span class="design-icon">🔵</span>
<div class="design-title">ºí·ç Ä÷¯</div>
<p class="design-description">Àü¹®ÀûÀÎ ºí·ç Ä÷¯ Àû¿ë</p>
</div>
<div class="design-card">
<span class="design-icon">🌐</span>
<div class="design-title">½ºÄ«ÀÌ Ä÷¯</div>
<p class="design-description">±ò²ûÇÑ ½ºÄ«ÀÌ Ä÷¯ Àû¿ë</p>
</div>
</div>
</div>
<div class="chapters-section">
<h2 class="section-title">📋 ÁÖ¿ä Á¶Ç× ±¸¼º</h2>
<div class="chapters-grid">
<div class="chapter-card">
<div class="chapter-number">Á¦1-5Á¶</div>
<p class="chapter-title">°è¾à ±âº»»çÇ×<br>ÃÑÄ¢, °è¾àº¸Áõ, º¸ÁõÀÎ, °ø»ç°¨µ¶¿ø, ÇöÀå´ë¸®ÀÎ</p>
</div>
<div class="chapter-card">
<div class="chapter-number">Á¦6-10Á¶</div>
<p class="chapter-title">°ø»ç Áغñ»çÇ×<br>°øÁ¤Ç¥, ¼±±Ý, Àç·á°Ë»ç, Áö±ÞÀç·á, ½Ã°øµµ¸é</p>
</div>
<div class="chapter-card">
<div class="chapter-number">Á¦11-15Á¶</div>
<p class="chapter-title">¾ÈÀü ¹× ¸®½ºÅ©<br>¾ÈÀü°ü¸®, ÀÀ±ÞÁ¶Ä¡, °ø»ç¿¬Àå, ºÎÀûÇÕ°ø»ç, ºÒ°¡Ç×·Â</p>
</div>
<div class="chapter-card">
<div class="chapter-number">Á¦16-20Á¶</div>
<p class="chapter-title">°è¾à º¯°æ»çÇ×<br>¼³°èº¯°æ, ¹°°¡º¯µ¿, ±âŸº¯°æ, ±â¼ººÎºÐ±Þ, ºÎºÐ»ç¿ë</p>
</div>
<div class="chapter-card">
<div class="chapter-number">Á¦21-25Á¶</div>
<p class="chapter-title">Áذø ¹× ´ë°¡<br>Áذø, ´ë°¡Áö±Þ, Áöü»ó±Ý, ÇÏÀڴ㺸, Çϵµ±ÞÁ¦ÇÑ</p>
</div>
<div class="chapter-card">
<div class="chapter-number">Á¦26-30Á¶</div>
<p class="chapter-title">°è¾à ÇØÁ¦/ÇØÁö<br>°©ÀÇ ÇØÁ¦, À»ÀÇ ÇØÁ¦, ¼ÕÇØ¹è»ó, ±Ç¸®¾çµµ, ¹ý·ÉÁؼö</p>
</div>
<div class="chapter-card">
<div class="chapter-number">Á¦31-34Á¶</div>
<p class="chapter-title">ºÐÀï ÇØ°á<br>Àû¿ë¿ÏÈ, ºÐÀïÇØ°á, °©À¸·Î º¼ ¼ö ÀÖ´Â ÀÚ, Ư¾à»çÇ×</p>
</div>
</div>
</div>
<div class="process-section">
<h2 class="section-title">🔄 Ȱ¿ë ÇÁ·Î¼¼½º</h2>
<div class="process-flow">
<div class="process-step">
<div class="step-circle">1</div>
<div class="step-title">¼½Ä ´Ù¿î·Îµå</div>
<p class="step-description">¿øÇÏ´Â µðÀÚÀÎÀÇ °è¾à¼ ¼±Åà ÈÄ ´Ù¿î·Îµå</p>
</div>
<div class="process-step">
<div class="step-circle">2</div>
<div class="step-title">³»¿ë °ËÅä</div>
<p class="step-description">34°³ Á¶Ç× ³»¿ë È®ÀÎ ¹× ÇÁ·ÎÁ§Æ®¿¡ ¸Â°Ô ¼öÁ¤</p>
</div>
<div class="process-step">
<div class="step-circle">3</div>
<div class="step-title">°è¾à ü°á</div>
<p class="step-description">¼öÁ¤µÈ °è¾à¼·Î ¿øµµ±Þ¾÷ü¿Í °è¾à ü°á</p>
</div>
<div class="process-step">
<div class="step-circle">4</div>
<div class="step-title">°ø»ç ÀÌÇà</div>
<p class="step-description">°è¾à Á¶°Ç¿¡ µû¸¥ ü°èÀûÀÎ °ø»ç ÁøÇà</p>
</div>
</div>
</div>
<div class="benefits-section">
<h2 class="section-title">💡 ÁÖ¿ä ÀåÁ¡</h2>
<div class="benefits-grid">
<div class="benefit-item">
<span class="benefit-icon">⚡</span>
<div class="benefit-content">
<h4>Áï½Ã Ȱ¿ë</h4>
<p>´Ù¿î·Îµå ÈÄ ¹Ù·Î »ç¿ë °¡´ÉÇÑ ¿Ï¼ºµÈ °è¾à¼</p>
</div>
</div>
<div class="benefit-item">
<span class="benefit-icon">🎯</span>
<div class="benefit-content">
<h4>Ç¥ÁØ Áؼö</h4>
<p>¾÷°è Ç¥ÁØÀ» ¹Ý¿µÇÑ ½Å·Ú¼º ÀÖ´Â °è¾à Á¶°Ç</p>
</div>
</div>
<div class="benefit-item">
<span class="benefit-icon">🛡️</span>
<div class="benefit-content">
<h4>ºÐÀï ¿¹¹æ</h4>
<p>¸íÈ®ÇÑ Á¶Ç×À¸·Î °è¾à ºÐÀï »çÀü ¹æÁö</p>
</div>
</div>
<div class="benefit-item">
<span class="benefit-icon">⚖️</span>
<div class="benefit-content">
<h4>¹ýÀû ¾ÈÀü¼º</h4>
<p>°ü·Ã ¹ý±Ô¸¦ ¿Ïº®È÷ ¹Ý¿µÇÑ ¹ýÀû È¿·Â</p>
</div>
</div>
<div class="benefit-item">
<span class="benefit-icon">🔄</span>
<div class="benefit-content">
<h4>À¯¿¬ÇÑ ¼öÁ¤</h4>
<p>ÇÁ·ÎÁ§Æ® Ư¼º¿¡ ¸ÂÃá ¸ÂÃãÇü Á¶Ç× ¼öÁ¤</p>
</div>
</div>
<div class="benefit-item">
<span class="benefit-icon">📊</span>
<div class="benefit-content">
<h4>ü°èÀû °ü¸®</h4>
<p>°ø»ç Àü °úÁ¤ÀÇ Ã¼°èÀûÀ̰í È¿À²ÀûÀÎ °ü¸®</p>
</div>
</div>
</div>
</div>
</div>
<p style="text-align: left;" align="left"><span style="color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> </span></p><p style="text-align: left; line-height: 2;" align="left"><font color="#464646" style="font-family: µ¸¿ò, dotum; font-weight: bold;"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"><br></span></font></p><p style="text-align: left; line-height: 2;" align="left"><font color="#464646" style="font-family: µ¸¿ò, dotum; font-weight: bold;"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"><br></span></font></p><p style="text-align: left; line-height: 2;" align="left"><font color="#464646" style="font-family: µ¸¿ò, dotum; font-weight: bold;"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"><br></span></font></p><p style="text-align: left; line-height: 2;" align="left"><font color="#464646" style="font-family: µ¸¿ò, dotum; font-weight: bold;"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;">[</span></font><font color="#464646" face="µ¸¿ò, dotum"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"><b>Ç¥ÁØ °Ç¼³°ø»çÇϵµ±Þ°è¾à¼</b></span></font><font color="#464646" style="font-family: µ¸¿ò, dotum; font-weight: bold;"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;">]</span></font><span style="font-family: µ¸¿ò, dotum; font-weight: bold; color: rgb(70, 70, 70); font-size: 10pt;"> </span><span style="background-color: rgb(255, 255, 255); color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt;"> Ç¥ÁØÀûÀ¸·Î »ç¿ëÇÒ ¼ö ÀÖ´Â °Ç¼³°ø»çÇϵµ±Þ°è¾à¼ ÀÔ´Ï´Ù.</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="color: rgb(70, 70, 70); text-indent: -18.24px; font-family: µ¸¿ò, dotum; font-size: 10pt; background-color: rgb(255, 255, 255);"> </span></p><p style="text-align: left; line-height: 2;" align="left"><span style="color: rgb(70, 70, 70); text-indent: -18.24px; font-family: µ¸¿ò, dotum; font-size: 10pt; background-color: rgb(255, 255, 255);">• </span><span style="color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt;">°è¾à¼ »ùÇà > °ø»ç > °ø»ç</span></p><p style="text-align: left; text-indent: 0px; line-height: 2;" align="left"><span style="background-color: rgb(255, 255, 255); color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt; text-indent: -18.24px;">• </span><span style="background-color: rgb(255, 255, 255); color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt; text-indent: -18.24px;">°¢ 4 Page</span></p><p style="text-align: left; text-indent: 0px; line-height: 2;" align="left"><span style="background-color: rgb(255, 255, 255); color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt; text-indent: -18.24px;">• </span><span style="background-color: rgb(255, 255, 255); color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt; text-indent: -18.24px;">Ä÷¯ <span style="color: rgb(0, 117, 200); font-size: 10pt; font-family: µ¸¿ò, dotum;">¡á</span> <span style="color: rgb(58, 50, 195); font-size: 10pt; font-family: µ¸¿ò, dotum;">¡á <span style="color: rgb(0, 0, 0); font-size: 10pt; font-family: µ¸¿ò, dotum;">¡à</span></span></span></p><p style="text-align: left;" align="left"><span style="font-family: µ¸¿ò, dotum;"> </span></p><p style="text-align: left; line-height: 2;" align="left"><span style="color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt;"><span style="color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;">Ä÷¯µðÀÚÀÎÀÌ ¾ø´Â ¹«Áö¸¦ ¹ÙÅÁÀ¸·Î ÃÑ 3°¡Áö°¡ Æ÷ÇÔµÈ ¹®¼·Î ¿øÇÏ´Â Ä÷¯ µðÀÚÀÎÀ» ¼±ÅÃÇÏ¿© ¹®¼¸¦ ÀÛ¼ºÇÒ ¼ö ÀÖ½À´Ï´Ù.</span></span></p><p style="text-align: left; line-height: 2;" align="left"><span style="color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt;"> </span></p><p style="text-align: left; line-height: 2;" align="left"><span style="color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt;"><b>[¸ñ Â÷]</b></span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 1 Á¶ [ÃÑÄ¢]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 2 Á¶ [°è¾àº¸Áõ]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 3 Á¶ [º¸ÁõÀÎ]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 4 Á¶ [°ø»ç°¨µ¶¿ø]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 5 Á¶ [ÇöÀå´ë¸®ÀÎ]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 6 Á¶ [°ø»ç¿¹Á¤°øÁ¤Ç¥¿Í °ø»ç°¡°Ý ³»¿ª¼]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 7 Á¶ [¼±±Ý]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 8 Á¶ [Àç·áÀÇ °Ë»çµî]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 9 Á¶ [Áö±ÞÀç·á¿Í ´ë¿©Ç°]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 10 Á¶ [»ó¼¼½Ã°øµµ¸é ÀÛ¼º]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 11 Á¶ [¾ÈÀü°ü¸® ¹× ÀçÇØ º¸»ó]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 12 Á¶ [ÀÀ±ÞÁ¶Ä¡]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 13 Á¶ [°ø»ç½Ã°£ÀÇ ¿¬Àå]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 14 Á¶ [ºÎÀûÇÕÇÑ °ø»ç]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 15 Á¶ [ºÒ°¡Ç׷¿¡ ÀÇÇÑ ¼ÕÇØ]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 16 Á¶ [¼³°èº¯°æÀ¸·Î ÀÎÇÑ °è¾à±Ý¾× Á¶Àú¿¡</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 17 Á¶ [¹°°¡º¯µ¿À¸·Î ÀÎÇÑ °è¾à±Ý¾× Á¶Á¤]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 18 Á¶ ±âŸ ³»¿ëÀÇ º¯°æÀ¸·Î ÀÎÇÑ °è¾à±Ý¾× Á¶Á¤]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 19 Á¶ [±â¼ººÎºÐ±Þ]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 20 Á¶ [ºÎºÐ »ç¿ë]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 21 Á¶ [Áذø]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 22 Á¶ [´ë°¡Áö±Þ]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 23 Á¶ [Áöü»ó±Ý]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 24 Á¶ [ÇÏÀÚ ´ãº¸]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 25 Á¶ [Çϵµ±ÞÀÇ Á¦ÇÑ]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 26 Á¶ [°©ÀÇ °è¾àÇØÁ¦ µî]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 27 Á¶ [À»ÀÇ °è¾àÇØÁ¦ µî]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 28 Á¶ [¼ÕÇØ¹è»ó µî]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 29 Á¶ [±Ç¸®Àǹ«ÀÇ ¾çµµ]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 30 Á¶ [¹ý·ÉÀÇ Áؼö]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 31 Á¶ [Àû¿ëÀÇ ¿ÏÈ]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 32 Á¶ [ºÐÀïÀÇ ÇØ°á]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 33 Á¶ [°©À¸·Î º¼ ¼ö ÀÖ´Â ÀÚ]</span></p><p style="text-align: left; line-height: 2;" align="left"><span style="font-size: 10pt; color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum;"> Á¦ 34 Á¶ [Ư¾à»çÇ×]</span></p><div style="text-align: left;" align="left"><br></div><p style="text-align: left; line-height: 2;" align="left"><span style="color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt;"> </span><span style="color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt;">¡Ø ÇÑ±ÛÆÄÀÏ(.hwp)ÀÇ °æ¿ì ¾ËÁý¿¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.</span></p><div style="text-align: left;"><br></div> |
|
|
 |
|
 |
|