 |
|
 |
|
|
¼½Ä¼³¸í |
|
|
<div id="ai_editor">
<style>
#ai_editor {
max-width: 1200px ;
margin: 0 auto ;
padding: 60px 40px ;
background-color: #f8f9fd ;
font-family: 'Noto Sans KR', sans-serif ;
}
#ai_editor .header-section {
text-align: center ;
margin-bottom: 75px ;
padding: 50px 30px ;
background: linear-gradient(135deg, #e3e8f7 0%, #eff2fb 100%) ;
border-radius: 20px ;
border: 1px solid #d0d9f0 ;
}
#ai_editor .header-section h1 {
font-size: 42px ;
font-weight: 700 ;
margin: 0 0 20px 0 ;
color: #2d2d2d ;
}
#ai_editor .header-section .subtitle {
font-size: 20px ;
font-weight: 400 ;
margin: 15px 0 ;
color: #444444 ;
line-height: 1.6 ;
}
#ai_editor .header-section .badge {
display: inline-block ;
background-color: #fff ;
padding: 10px 24px ;
border-radius: 30px ;
font-size: 18px ;
font-weight: 500 ;
margin: 10px 8px ;
color: #333333 ;
border: 1px solid #d0d9f0 ;
}
#ai_editor .section-title {
font-size: 32px ;
font-weight: 700 ;
color: #2d2d2d ;
margin-bottom: 40px ;
text-align: center ;
position: relative ;
padding-bottom: 20px ;
}
#ai_editor .section-title:after {
content: '' ;
position: absolute ;
bottom: 0 ;
left: 50% ;
transform: translateX(-50%) ;
width: 80px ;
height: 3px ;
background-color: #8ca3d4 ;
border-radius: 2px ;
}
#ai_editor .clause-section {
margin-bottom: 75px ;
}
#ai_editor .clause-grid {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 25px ;
}
#ai_editor .clause-card {
background: #fff ;
padding: 35px 30px ;
border-radius: 16px ;
box-shadow: 0 2px 12px rgba(0,0,0,0.06) ;
border: 1px solid #e8ecf5 ;
transition: all 0.3s ease ;
}
#ai_editor .clause-card:hover {
transform: translateY(-5px) ;
box-shadow: 0 4px 20px rgba(0,0,0,0.1) ;
}
#ai_editor .clause-card .clause-header {
display: flex ;
align-items: center ;
gap: 12px ;
margin-bottom: 12px ;
}
#ai_editor .clause-card .clause-number {
flex-shrink: 0 ;
width: 32px ;
height: 32px ;
background: #e3e8f7 ;
color: #2d2d2d ;
border-radius: 50% ;
text-align: center ;
line-height: 32px ;
font-size: 18px ;
font-weight: 700 ;
}
#ai_editor .clause-card h3 {
font-size: 21px ;
font-weight: 700 ;
color: #2d2d2d ;
margin: 0 ;
}
#ai_editor .clause-card p {
font-size: 18px ;
line-height: 1.6 ;
color: #555555 ;
margin: 0 ;
}
#ai_editor .feature-section {
background: #fff ;
padding: 50px 40px ;
border-radius: 16px ;
margin-bottom: 75px ;
box-shadow: 0 2px 12px rgba(0,0,0,0.06) ;
border: 1px solid #e8ecf5 ;
}
#ai_editor .feature-grid {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 30px ;
margin-top: 40px ;
}
#ai_editor .feature-item {
background: #fafbfd ;
padding: 35px 30px ;
border-radius: 12px ;
border-left: 4px solid #8ca3d4 ;
}
#ai_editor .feature-item .feature-header {
display: flex ;
align-items: center ;
gap: 12px ;
margin-bottom: 12px ;
}
#ai_editor .feature-item .icon {
font-size: 28px ;
flex-shrink: 0 ;
}
#ai_editor .feature-item h4 {
font-size: 21px ;
font-weight: 700 ;
color: #2d2d2d ;
margin: 0 ;
}
#ai_editor .feature-item p {
font-size: 18px ;
line-height: 1.7 ;
color: #555555 ;
margin: 0 ;
}
#ai_editor .usage-section {
margin-bottom: 75px ;
}
#ai_editor .usage-grid {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 25px ;
}
#ai_editor .usage-card {
background: #fff ;
padding: 35px 25px ;
border-radius: 16px ;
box-shadow: 0 2px 12px rgba(0,0,0,0.06) ;
text-align: center ;
border: 1px solid #e8ecf5 ;
transition: all 0.3s ease ;
}
#ai_editor .usage-card:hover {
transform: translateY(-5px) ;
box-shadow: 0 4px 20px rgba(0,0,0,0.1) ;
}
#ai_editor .usage-card .icon {
font-size: 30px ;
margin-bottom: 20px ;
}
#ai_editor .usage-card h4 {
font-size: 21px ;
font-weight: 700 ;
color: #2d2d2d ;
margin-bottom: 12px ;
}
#ai_editor .usage-card p {
font-size: 18px ;
line-height: 1.6 ;
color: #555555 ;
margin: 0 ;
}
#ai_editor .target-section {
background: linear-gradient(135deg, #e3e8f7 0%, #eff2fb 100%) ;
padding: 50px 40px ;
border-radius: 16px ;
margin-bottom: 75px ;
border: 1px solid #d0d9f0 ;
}
#ai_editor .target-grid {
display: grid ;
grid-template-columns: repeat(4, 1fr) ;
gap: 25px ;
margin-top: 40px ;
}
#ai_editor .target-card {
background: #fff ;
padding: 35px 25px ;
border-radius: 12px ;
border: 1px solid #d0d9f0 ;
text-align: center ;
}
#ai_editor .target-card .icon {
font-size: 30px ;
margin-bottom: 18px ;
}
#ai_editor .target-card h4 {
font-size: 20px ;
font-weight: 700 ;
margin-bottom: 12px ;
color: #2d2d2d ;
}
#ai_editor .target-card p {
font-size: 18px ;
line-height: 1.6 ;
margin: 0 ;
color: #555555 ;
}
#ai_editor .benefit-section {
margin-bottom: 75px ;
}
#ai_editor .benefit-grid {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 30px ;
}
#ai_editor .benefit-card {
background: #fff ;
padding: 40px 30px ;
border-radius: 16px ;
box-shadow: 0 2px 12px rgba(0,0,0,0.06) ;
border: 1px solid #e8ecf5 ;
transition: all 0.3s ease ;
}
#ai_editor .benefit-card:hover {
transform: translateY(-5px) ;
box-shadow: 0 4px 20px rgba(0,0,0,0.1) ;
}
#ai_editor .benefit-card .icon {
font-size: 30px ;
margin-bottom: 20px ;
text-align: center ;
}
#ai_editor .benefit-card h4 {
font-size: 21px ;
font-weight: 700 ;
color: #2d2d2d ;
margin-bottom: 15px ;
text-align: center ;
}
#ai_editor .benefit-card p {
font-size: 18px ;
line-height: 1.7 ;
color: #555555 ;
text-align: center ;
margin: 0 ;
}
#ai_editor .process-section {
background: #fff ;
padding: 50px 40px ;
border-radius: 16px ;
box-shadow: 0 2px 12px rgba(0,0,0,0.06) ;
margin-bottom: 75px ;
border: 1px solid #e8ecf5 ;
}
#ai_editor .process-grid {
display: grid ;
grid-template-columns: repeat(4, 1fr) ;
gap: 25px ;
margin-top: 40px ;
}
#ai_editor .process-card {
background: #fafbfd ;
padding: 35px 25px ;
border-radius: 12px ;
text-align: center ;
border: 1px solid #e8ecf5 ;
}
#ai_editor .process-card .step {
display: inline-block ;
width: 48px ;
height: 48px ;
background: #e3e8f7 ;
color: #2d2d2d ;
border-radius: 50% ;
text-align: center ;
line-height: 48px ;
font-size: 22px ;
font-weight: 700 ;
margin-bottom: 20px ;
border: 2px solid #8ca3d4 ;
}
#ai_editor .process-card h4 {
font-size: 20px ;
font-weight: 700 ;
color: #2d2d2d ;
margin-bottom: 12px ;
}
#ai_editor .process-card p {
font-size: 18px ;
line-height: 1.6 ;
color: #555555 ;
margin: 0 ;
}
#ai_editor .tip-section {
margin-bottom: 75px ;
}
#ai_editor .tip-grid {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 30px ;
}
#ai_editor .tip-card {
background: #fff ;
padding: 40px 35px ;
border-radius: 16px ;
box-shadow: 0 2px 12px rgba(0,0,0,0.06) ;
border: 1px solid #e8ecf5 ;
}
#ai_editor .tip-card .tip-header {
display: flex ;
align-items: center ;
gap: 12px ;
margin-bottom: 12px ;
}
#ai_editor .tip-card .tip-icon {
font-size: 28px ;
flex-shrink: 0 ;
}
#ai_editor .tip-card h4 {
font-size: 21px ;
font-weight: 700 ;
color: #2d2d2d ;
margin: 0 ;
}
#ai_editor .tip-card p {
font-size: 18px ;
line-height: 1.7 ;
color: #555555 ;
margin: 0 ;
}
@media screen and (max-width: 1200px) {
#ai_editor {
padding: 40px 30px ;
}
#ai_editor .clause-grid {
grid-template-columns: repeat(2, 1fr) ;
gap: 20px ;
}
#ai_editor .usage-grid {
grid-template-columns: repeat(2, 1fr) ;
gap: 20px ;
}
#ai_editor .target-grid {
grid-template-columns: repeat(2, 1fr) ;
gap: 20px ;
}
#ai_editor .benefit-grid {
grid-template-columns: repeat(2, 1fr) ;
gap: 25px ;
}
#ai_editor .process-grid {
grid-template-columns: repeat(2, 1fr) ;
gap: 20px ;
}
}
@media screen and (max-width: 992px) {
#ai_editor {
padding: 35px 25px ;
}
#ai_editor .header-section {
padding: 35px 25px ;
margin-bottom: 50px ;
}
#ai_editor .header-section h1 {
font-size: 32px ;
}
#ai_editor .header-section .subtitle {
font-size: 18px ;
}
#ai_editor .header-section .badge {
font-size: 16px ;
padding: 8px 18px ;
margin: 8px 5px ;
}
#ai_editor .section-title {
font-size: 26px ;
margin-bottom: 30px ;
padding-bottom: 15px ;
}
#ai_editor .clause-section,
#ai_editor .usage-section,
#ai_editor .benefit-section,
#ai_editor .tip-section {
margin-bottom: 50px ;
}
#ai_editor .feature-section,
#ai_editor .target-section,
#ai_editor .process-section {
padding: 35px 25px ;
margin-bottom: 50px ;
}
#ai_editor .clause-card,
#ai_editor .feature-item,
#ai_editor .usage-card,
#ai_editor .target-card,
#ai_editor .benefit-card,
#ai_editor .process-card,
#ai_editor .tip-card {
padding: 25px 20px ;
}
#ai_editor .clause-card h3,
#ai_editor .feature-item h4,
#ai_editor .usage-card h4,
#ai_editor .target-card h4,
#ai_editor .benefit-card h4,
#ai_editor .process-card h4,
#ai_editor .tip-card h4 {
font-size: 19px ;
}
#ai_editor .clause-card .clause-number {
width: 28px ;
height: 28px ;
line-height: 28px ;
font-size: 16px ;
}
#ai_editor .clause-card .clause-header,
#ai_editor .feature-item .feature-header,
#ai_editor .tip-card .tip-header {
gap: 10px ;
}
#ai_editor .feature-item .icon,
#ai_editor .tip-card .tip-icon {
font-size: 24px ;
}
#ai_editor .usage-card .icon,
#ai_editor .target-card .icon,
#ai_editor .benefit-card .icon {
font-size: 30px ;
margin-bottom: 15px ;
}
#ai_editor .process-card .step {
width: 42px ;
height: 42px ;
line-height: 42px ;
font-size: 20px ;
margin-bottom: 15px ;
}
}
@media screen and (max-width: 768px) {
#ai_editor {
padding: 25px 18px ;
}
#ai_editor .header-section {
padding: 28px 20px ;
margin-bottom: 40px ;
}
#ai_editor .header-section h1 {
font-size: 26px ;
margin-bottom: 12px ;
}
#ai_editor .header-section .subtitle {
font-size: 16px ;
margin: 10px 0 ;
}
#ai_editor .header-section .badge {
font-size: 14px ;
padding: 7px 14px ;
margin: 6px 4px ;
}
#ai_editor .section-title {
font-size: 22px ;
margin-bottom: 25px ;
padding-bottom: 12px ;
}
#ai_editor .section-title:after {
width: 60px ;
height: 2px ;
}
#ai_editor .clause-section,
#ai_editor .usage-section,
#ai_editor .benefit-section,
#ai_editor .tip-section {
margin-bottom: 40px ;
}
#ai_editor .clause-grid,
#ai_editor .feature-grid,
#ai_editor .usage-grid,
#ai_editor .target-grid,
#ai_editor .benefit-grid,
#ai_editor .process-grid,
#ai_editor .tip-grid {
grid-template-columns: 1fr ;
gap: 15px ;
}
#ai_editor .feature-section,
#ai_editor .target-section,
#ai_editor .process-section {
padding: 28px 20px ;
margin-bottom: 40px ;
}
#ai_editor .feature-grid,
#ai_editor .tip-grid {
margin-top: 25px ;
}
#ai_editor .target-grid,
#ai_editor .process-grid {
margin-top: 25px ;
}
#ai_editor .clause-card,
#ai_editor .usage-card,
#ai_editor .target-card,
#ai_editor .benefit-card,
#ai_editor .process-card {
padding: 20px 16px ;
}
#ai_editor .feature-item,
#ai_editor .tip-card {
padding: 20px 16px ;
}
#ai_editor .clause-card h3,
#ai_editor .feature-item h4,
#ai_editor .usage-card h4,
#ai_editor .target-card h4,
#ai_editor .benefit-card h4,
#ai_editor .process-card h4,
#ai_editor .tip-card h4 {
font-size: 18px ;
}
#ai_editor .clause-card p,
#ai_editor .feature-item p,
#ai_editor .usage-card p,
#ai_editor .target-card p,
#ai_editor .benefit-card p,
#ai_editor .process-card p,
#ai_editor .tip-card p {
font-size: 16px ;
line-height: 1.6 ;
}
#ai_editor .clause-card .clause-number {
width: 26px ;
height: 26px ;
line-height: 26px ;
font-size: 15px ;
}
#ai_editor .clause-card .clause-header {
gap: 8px ;
margin-bottom: 10px ;
}
#ai_editor .feature-item .feature-header,
#ai_editor .tip-card .tip-header {
gap: 8px ;
margin-bottom: 10px ;
}
#ai_editor .feature-item .icon,
#ai_editor .tip-card .tip-icon {
font-size: 22px ;
}
#ai_editor .usage-card .icon,
#ai_editor .target-card .icon,
#ai_editor .benefit-card .icon {
font-size: 30px ;
margin-bottom: 12px ;
}
#ai_editor .process-card .step {
width: 38px ;
height: 38px ;
line-height: 38px ;
font-size: 18px ;
margin-bottom: 12px ;
}
}
@media screen and (max-width: 480px) {
#ai_editor {
padding: 20px 15px ;
}
#ai_editor .header-section {
padding: 25px 18px ;
margin-bottom: 35px ;
border-radius: 14px ;
}
#ai_editor .header-section h1 {
font-size: 24px ;
margin-bottom: 10px ;
}
#ai_editor .header-section .subtitle {
font-size: 15px ;
margin: 8px 0 ;
}
#ai_editor .header-section .badge {
font-size: 13px ;
padding: 6px 12px ;
margin: 5px 3px ;
}
#ai_editor .section-title {
font-size: 20px ;
margin-bottom: 20px ;
padding-bottom: 10px ;
}
#ai_editor .section-title:after {
width: 50px ;
}
#ai_editor .clause-section,
#ai_editor .usage-section,
#ai_editor .benefit-section,
#ai_editor .tip-section {
margin-bottom: 35px ;
}
#ai_editor .feature-section,
#ai_editor .target-section,
#ai_editor .process-section {
padding: 25px 18px ;
margin-bottom: 35px ;
border-radius: 14px ;
}
#ai_editor .clause-grid,
#ai_editor .feature-grid,
#ai_editor .usage-grid,
#ai_editor .target-grid,
#ai_editor .benefit-grid,
#ai_editor .process-grid,
#ai_editor .tip-grid {
gap: 12px ;
}
#ai_editor .clause-card,
#ai_editor .usage-card,
#ai_editor .target-card,
#ai_editor .benefit-card,
#ai_editor .process-card {
padding: 18px 14px ;
border-radius: 12px ;
}
#ai_editor .feature-item,
#ai_editor .tip-card {
padding: 18px 14px ;
border-radius: 12px ;
}
#ai_editor .clause-card h3,
#ai_editor .feature-item h4,
#ai_editor .usage-card h4,
#ai_editor .target-card h4,
#ai_editor .benefit-card h4,
#ai_editor .process-card h4,
#ai_editor .tip-card h4 {
font-size: 17px ;
}
#ai_editor .clause-card p,
#ai_editor .feature-item p,
#ai_editor .usage-card p,
#ai_editor .target-card p,
#ai_editor .benefit-card p,
#ai_editor .process-card p,
#ai_editor .tip-card p {
font-size: 15px ;
}
#ai_editor .clause-card .clause-number {
width: 24px ;
height: 24px ;
line-height: 24px ;
font-size: 14px ;
}
#ai_editor .clause-card .clause-header {
gap: 7px ;
}
#ai_editor .feature-item .feature-header,
#ai_editor .tip-card .tip-header {
gap: 7px ;
}
#ai_editor .feature-item .icon,
#ai_editor .tip-card .tip-icon {
font-size: 20px ;
}
#ai_editor .usage-card .icon,
#ai_editor .target-card .icon,
#ai_editor .benefit-card .icon {
font-size: 28px ;
margin-bottom: 10px ;
}
#ai_editor .process-card .step {
width: 36px ;
height: 36px ;
line-height: 36px ;
font-size: 17px ;
margin-bottom: 10px ;
}
}
</style>
<div class="header-section">
<h1>📄 ÀÚ±ÝÅõÀÚ°è¾à¼</h1>
<p class="subtitle">ÅõÀÚ±Ý °ü¸®ºÎÅÍ »óȯ±îÁö 11°³ Á¶Ç×À» ¿Ïº®ÇÏ°Ô ±ÔÁ¤ÇÏ´Â Àü¹® °è¾à¼</p>
<div>
<span class="badge">💼 ÅõÀÚ±Ý °è¾à¼</span>
<span class="badge">💰 »óȯ °è¾à¼</span>
<span class="badge">🔒 ´ãº¸¹° °è¾à¼</span>
</div>
</div>
<div class="clause-section">
<h2 class="section-title">°è¾à¼ ±¸¼º Á¶Ç×</h2>
<div class="clause-grid">
<div class="clause-card">
<div class="clause-header">
<span class="clause-number">1</span>
<h3>¸ñÀû</h3>
</div>
<p>°è¾àÀÇ ±âº» ¸ñÀû°ú ÅõÀÚÀÇ ¿ëµµ¸¦ ¸íÈ®È÷ ±ÔÁ¤ÇÕ´Ï´Ù.</p>
</div>
<div class="clause-card">
<div class="clause-header">
<span class="clause-number">2</span>
<h3>ÅõÀÚ±Ý</h3>
</div>
<p>ÅõÀÚ ±Ý¾×, Áö±Þ ¹æ¹ý, Áö±Þ ½Ã±â¸¦ ±¸Ã¼ÀûÀ¸·Î ¸í½ÃÇÕ´Ï´Ù.</p>
</div>
<div class="clause-card">
<div class="clause-header">
<span class="clause-number">3</span>
<h3>»óȯ¹æ¹ý</h3>
</div>
<p>¿ø±Ý ¹× ÀÌÀÚÀÇ »óȯ Á¶°Ç°ú ±â°£À» »ó¼¼È÷ ±âÀçÇÕ´Ï´Ù.</p>
</div>
<div class="clause-card">
<div class="clause-header">
<span class="clause-number">4</span>
<h3>Àü¿ë±ÝÁö</h3>
</div>
<p>ÅõÀÚ±ÝÀÇ ¸ñÀû ¿Ü »ç¿ëÀ» ±ÝÁöÇÏ´Â ±ÔÁ¤À» Æ÷ÇÔÇÕ´Ï´Ù.</p>
</div>
<div class="clause-card">
<div class="clause-header">
<span class="clause-number">5</span>
<h3>º¸°í»çÇ×</h3>
</div>
<p>ÅõÀÚ±Ý »ç¿ë ³»¿ª°ú »ç¾÷ ÁøÇà »óȲ º¸°í Àǹ«¸¦ ±ÔÁ¤ÇÕ´Ï´Ù.</p>
</div>
<div class="clause-card">
<div class="clause-header">
<span class="clause-number">6</span>
<h3>±âÇÑÀÌÀÍ »ó½Ç</h3>
</div>
<p>°è¾à À§¹Ý ½Ã Áï½Ã »óÈ¯ÇØ¾ß ÇÏ´Â Á¶°ÇÀ» ¸í½ÃÇÕ´Ï´Ù.</p>
</div>
<div class="clause-card">
<div class="clause-header">
<span class="clause-number">7</span>
<h3>´ãº¸Á¦°ø</h3>
</div>
<p>ÅõÀÚ±Ý º¸ÀüÀ» À§ÇÑ ´ãº¸¹°ÀÇ Á¾·ù¿Í °¡¾×À» ±âÀçÇÕ´Ï´Ù.</p>
</div>
<div class="clause-card">
<div class="clause-header">
<span class="clause-number">8</span>
<h3>´ãº¸¹° óºÐ</h3>
</div>
<p>乫 ºÒÀÌÇà ½Ã ´ãº¸¹° óºÐ ÀýÂ÷¿Í ¹æ¹ýÀ» ±ÔÁ¤ÇÕ´Ï´Ù.</p>
</div>
<div class="clause-card">
<div class="clause-header">
<span class="clause-number">9</span>
<h3>±âŸ»çÇ×</h3>
</div>
<p>°è¾àÀÇ º¯°æ, ÇØÁö, ¿¬´ëº¸Áõ µî ºÎ°¡ »çÇ×À» ¸í½ÃÇÕ´Ï´Ù.</p>
</div>
<div class="clause-card">
<div class="clause-header">
<span class="clause-number">10</span>
<h3>ºÐÀïÇØ°á</h3>
</div>
<p>°è¾à °ü·Ã ºÐÀï ¹ß»ý ½Ã °üÇÒ ¹ý¿ø°ú ÇØ°á ¹æ¹ýÀ» ±ÔÁ¤ÇÕ´Ï´Ù.</p>
</div>
<div class="clause-card">
<div class="clause-header">
<span class="clause-number">11</span>
<h3>Ư¾à»çÇ×</h3>
</div>
<p>´ç»çÀÚ °£ ÇÕÀÇÇÑ Ãß°¡ Á¶°Ç°ú Ưº° ¾àÁ¤À» ±âÀçÇÕ´Ï´Ù.</p>
</div>
</div>
</div>
<div class="feature-section">
<h2 class="section-title">¼½ÄÀÇ Æ¯Â¡</h2>
<div class="feature-grid">
<div class="feature-item">
<div class="feature-header">
<div class="icon">📋</div>
<h4>ü°èÀûÀÎ ±¸¼º</h4>
</div>
<p>ÅõÀÚºÎÅÍ »óȯ±îÁö Àü °úÁ¤À» 11°³ Á¶Ç×À¸·Î ü°èÀûÀ¸·Î Á¤¸®ÇÏ¿© ºüÁü¾øÀÌ ±Ç¸®¿Í Àǹ«¸¦ ¸í½ÃÇÕ´Ï´Ù. ¹ý·üÀû ºÐÀïÀ» »çÀü¿¡ ¿¹¹æÇÒ ¼ö ÀÖ´Â ±¸Á¶·Î ¼³°èµÇ¾ú½À´Ï´Ù.</p>
</div>
<div class="feature-item">
<div class="feature-header">
<div class="icon">🎨</div>
<h4>3°¡Áö µðÀÚÀÎ Á¦°ø</h4>
</div>
<p>¹«Áö µðÀÚÀÎÀ» Æ÷ÇÔÇÑ 3°¡Áö Ä÷¯ µðÀÚÀÎÀÌ Á¦°øµÇ¾î »óȲ°ú ÃëÇâ¿¡ ¸Â°Ô ¼±ÅÃÇÒ ¼ö ÀÖ½À´Ï´Ù. °¢ 3ÆäÀÌÁö ºÐ·®À¸·Î °£°áÇϸ鼵µ Àü¹®ÀûÀÎ Çü½ÄÀ» °®Ãß°í ÀÖ½À´Ï´Ù.</p>
</div>
<div class="feature-item">
<div class="feature-header">
<div class="icon">🔒</div>
<h4>´ãº¸ ¹× º¸Áõ Á¶Ç×</h4>
</div>
<p>ÅõÀÚ±Ý È¸¼ö¸¦ À§ÇÑ ´ãº¸ Á¦°ø ¹× óºÐ Á¶Ç×ÀÌ ¸íÈ®È÷ ±ÔÁ¤µÇ¾î ÀÖ¾î ÅõÀÚÀÚÀÇ ±Ç¸®¸¦ ½ÇÁúÀûÀ¸·Î º¸È£ÇÕ´Ï´Ù. ¿¬´ëº¸Áõ Á¶Ç×µµ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.</p>
</div>
<div class="feature-item">
<div class="feature-header">
<div class="icon">⚖️</div>
<h4>¹ýÀû È¿·Â °È</h4>
</div>
<p>±âÇÑÀÌÀÍ »ó½Ç, ºÐÀïÇØ°á Á¶Ç× µîÀ» ÅëÇØ °è¾àÀÇ ¹ýÀû ±¸¼Ó·ÂÀ» °ÈÇß½À´Ï´Ù. Àü¿ë±ÝÁö Á¶Ç×À¸·Î ÅõÀÚ±ÝÀÇ ¸ñÀû ¿Ü »ç¿ëÀ» ¹æÁöÇÒ ¼ö ÀÖ½À´Ï´Ù.</p>
</div>
</div>
</div>
<div class="usage-section">
<h2 class="section-title">Ȱ¿ë ½Ã³ª¸®¿À</h2>
<div class="usage-grid">
<div class="usage-card">
<div class="icon">🚀</div>
<h4>½ºÅ¸Æ®¾÷ ÅõÀÚ</h4>
<p>Ãʱ⠽ºÅ¸Æ®¾÷¿¡ °³ÀÎ ¶Ç´Â ¹ýÀÎÀÌ ÅõÀÚÇÒ ¶§ ÅõÀÚ±Ý »ç¿ëó¿Í »óȯ Á¶°ÇÀ» ¸íÈ®È÷ ±ÔÁ¤ÇÕ´Ï´Ù.</p>
</div>
<div class="usage-card">
<div class="icon">🏢</div>
<h4>»ç¾÷ È®Àå ÀÚ±Ý</h4>
<p>±âÁ¸ »ç¾÷ÀÇ È®ÀåÀ̳ª ½Å±Ô »ç¾÷À» À§ÇÑ ÅõÀÚ±Ý À¯Ä¡ ½Ã Ȱ¿ëÇÏ¿© ÅõÀÚÀÚ¿ÍÀÇ °ü°è¸¦ ¸íÈ®È÷ ÇÕ´Ï´Ù.</p>
</div>
<div class="usage-card">
<div class="icon">💼</div>
<h4>ºÎµ¿»ê °³¹ß ÅõÀÚ</h4>
<p>ºÎµ¿»ê °³¹ß ÇÁ·ÎÁ§Æ®¿¡ ÅõÀÚÇÒ ¶§ ÅõÀÚ±Ý °ü¸®¿Í ¼öÀÍ ¹èºÐ ¹æ¹ýÀ» ±¸Ã¼ÀûÀ¸·Î °è¾àÇÕ´Ï´Ù.</p>
</div>
<div class="usage-card">
<div class="icon">🎯</div>
<h4>ÇÁ·ÎÁ§Æ® ÆÄÀ̳½½Ì</h4>
<p>ƯÁ¤ ÇÁ·ÎÁ§Æ®¸¦ À§ÇÑ ÀÚ±Ý ÅõÀÚ ½Ã ÇÁ·ÎÁ§Æ® ¿Ï·á Á¶°Ç°ú ¼öÀÍ ºÐ¹è ¹æ¹ýÀ» ¸í½ÃÇÕ´Ï´Ù.</p>
</div>
<div class="usage-card">
<div class="icon">🤝</div>
<h4>µ¿¾÷ ÀÚ±Ý ÅõÀÚ</h4>
<p>µ¿¾÷À» À§ÇÑ ÀÚ±Ý ÅõÀÚ ½Ã °¢ÀÚÀÇ ÅõÀÚ ±Ý¾×°ú ¼öÀÍ ¹èºÐ, ±ÇÇÑ ¹üÀ§¸¦ ¸íÈ®È÷ ÇÕ´Ï´Ù.</p>
</div>
<div class="usage-card">
<div class="icon">📈</div>
<h4>ÁõÀÚ ¹× ÁÖ½Ä ÅõÀÚ</h4>
<p>ȸ»ç ÁõÀÚ³ª ÁÖ½Ä ¸ÅÀÔÀ» À§ÇÑ ÅõÀÚ ½Ã ÅõÀÚ Á¶°Ç°ú ÁÖ½Ä Ãëµæ Á¶°ÇÀ» ±ÔÁ¤ÇÕ´Ï´Ù.</p>
</div>
</div>
</div>
<div class="target-section">
<h2 class="section-title">Ãßõ ´ë»ó</h2>
<div class="target-grid">
<div class="target-card">
<div class="icon">💰</div>
<h4>°³ÀÎÅõÀÚÀÚ</h4>
<p>ÁöÀÎÀ̳ª »ç¾÷ü¿¡ ÅõÀÚÇÏ´Â °³ÀÎ ÅõÀÚÀÚ</p>
</div>
<div class="target-card">
<div class="icon">🏦</div>
<h4>¹ýÀÎÅõÀÚÀÚ</h4>
<p>º¥Ã³Ä³ÇÇÅ»À̳ª Àü¹® ÅõÀÚ È¸»ç</p>
</div>
<div class="target-card">
<div class="icon">👔</div>
<h4>½ºÅ¸Æ®¾÷ ´ëÇ¥</h4>
<p>ÅõÀÚ À¯Ä¡¸¦ ÁغñÇϴ â¾÷ÀÚ</p>
</div>
<div class="target-card">
<div class="icon">🏗️</div>
<h4>»ç¾÷ È®Àå ±â¾÷</h4>
<p>¼ºÀå ÀÚ±ÝÀÌ ÇÊ¿äÇÑ Áß¼Ò±â¾÷</p>
</div>
<div class="target-card">
<div class="icon">🏘️</div>
<h4>ºÎµ¿»ê °³¹ßÀÚ</h4>
<p>°³¹ß ÇÁ·ÎÁ§Æ® ÀÚ±ÝÀÌ ÇÊ¿äÇÑ »ç¾÷ÀÚ</p>
</div>
<div class="target-card">
<div class="icon">🤝</div>
<h4>µ¿¾÷ ¿¹Á¤ÀÚ</h4>
<p>°øµ¿ »ç¾÷À» °èȹÇÏ´Â ÆÄÆ®³Ê</p>
</div>
<div class="target-card">
<div class="icon">📊</div>
<h4>À繫 ´ã´çÀÚ</h4>
<p>±â¾÷ÀÇ À繫ÆÀ°ú °æ¸® ´ã´çÀÚ</p>
</div>
<div class="target-card">
<div class="icon">⚖️</div>
<h4>¹ý¹« ´ã´çÀÚ</h4>
<p>°è¾à¼ °ËÅä°¡ ÇÊ¿äÇÑ ¹ý¹«ÆÀ</p>
</div>
</div>
</div>
<div class="benefit-section">
<h2 class="section-title">¼½ÄÀÇ ÀåÁ¡</h2>
<div class="benefit-grid">
<div class="benefit-card">
<div class="icon">🛡️</div>
<h4>ÅõÀÚÀÚ º¸È£</h4>
<p>´ãº¸ Á¦°ø, ±âÇÑÀÌÀÍ »ó½Ç µîÀÇ Á¶Ç×À¸·Î ÅõÀÚÀÚÀÇ ±Ç¸®¸¦ È®½ÇÇÏ°Ô º¸È£Çϰí ÅõÀÚ±Ý È¸¼ö °¡´É¼ºÀ» ³ôÀÔ´Ï´Ù.</p>
</div>
<div class="benefit-card">
<div class="icon">📝</div>
<h4>¸íÈ®ÇÑ Ã¥ÀÓ ±ÔÁ¤</h4>
<p>ÅõÀÚ±Ý »ç¿ëó, º¸°í Àǹ«, Àü¿ë ±ÝÁö µîÀ» ¸í½ÃÇÏ¿© ÇÇÅõÀÚÀÚÀÇ Ã¥ÀÓ°ú Àǹ«¸¦ ºÐ¸íÈ÷ ÇÕ´Ï´Ù.</p>
</div>
<div class="benefit-card">
<div class="icon">⚡</div>
<h4>ºÐÀï ¿¹¹æ</h4>
<p>»ó¼¼ÇÑ Á¶Ç× ±¸¼ºÀ¸·Î ÅõÀÚ °úÁ¤¿¡¼ ¹ß»ýÇÒ ¼ö ÀÖ´Â ºÐÀïÀ» »çÀü¿¡ ¿¹¹æÇÏ°í ¿ø¸¸ÇÑ °ü°è¸¦ À¯ÁöÇÕ´Ï´Ù.</p>
</div>
<div class="benefit-card">
<div class="icon">💼</div>
<h4>Àü¹®ÀûÀÎ Çü½Ä</h4>
<p>¹ý·ü Àü¹®°¡°¡ °ËÅäÇÑ Ç¥ÁØ ¾ç½ÄÀ¸·Î Àü¹®¼º°ú ½Å·Ú¼ºÀ» °®Ãá °è¾à¼¸¦ ÀÛ¼ºÇÒ ¼ö ÀÖ½À´Ï´Ù.</p>
</div>
<div class="benefit-card">
<div class="icon">⏱️</div>
<h4>½Ã°£ Àý¾à</h4>
<p>óÀ½ºÎÅÍ ÀÛ¼ºÇÒ ÇÊ¿ä ¾øÀÌ ÇÊ¿äÇÑ Ç׸ñ¸¸ ¼öÁ¤ÇÏ¿© ºü¸£°Ô °è¾à¼¸¦ ¿Ï¼ºÇÒ ¼ö ÀÖ½À´Ï´Ù.</p>
</div>
<div class="benefit-card">
<div class="icon">🎨</div>
<h4>¸ÂÃã ¼±ÅÃ</h4>
<p>3°¡Áö µðÀÚÀÎ ¿É¼ÇÀ¸·Î »óȲ°ú ¸ñÀû¿¡ ¸Â´Â Çü½ÄÀ» ¼±ÅÃÇÏ¿© Àü¹®ÀûÀÎ ¹®¼¸¦ Á¦ÀÛÇÕ´Ï´Ù.</p>
</div>
</div>
</div>
<div class="process-section">
<h2 class="section-title">ÀÛ¼º ¹æ¹ý</h2>
<div class="process-grid">
<div class="process-card">
<span class="step">1</span>
<h4>¼½Ä ´Ù¿î·Îµå</h4>
<p>3°¡Áö µðÀÚÀÎ Áß ¿øÇÏ´Â ½ºÅ¸ÀÏÀ» ¼±ÅÃÇÏ¿© ´Ù¿î·ÎµåÇÕ´Ï´Ù.</p>
</div>
<div class="process-card">
<span class="step">2</span>
<h4>±âº»Á¤º¸ ÀÛ¼º</h4>
<p>ÅõÀÚÀÚ¿Í ÇÇÅõÀÚÀÚÀÇ ÀÎÀû»çÇ×, ÅõÀڱݾ×, ÅõÀÚÀÏÀÚ¸¦ ±âÀçÇÕ´Ï´Ù.</p>
</div>
<div class="process-card">
<span class="step">3</span>
<h4>Á¶Ç׺° »ó¼¼ ÀÛ¼º</h4>
<p>»óȯ¹æ¹ý, ´ãº¸¹°, Ư¾à»çÇ× µî °¢ Á¶Ç×ÀÇ ¼¼ºÎ ³»¿ëÀ» ÀÛ¼ºÇÕ´Ï´Ù.</p>
</div>
<div class="process-card">
<span class="step">4</span>
<h4>°ËÅä ¹× ¼¸í</h4>
<p>ÀÛ¼ºµÈ ³»¿ëÀ» ¾çÃøÀÌ °ËÅäÇÏ°í ¼¸í ³¯ÀÎÇÏ¿© °è¾àÀ» ¿Ï·áÇÕ´Ï´Ù.</p>
</div>
</div>
</div>
<div class="tip-section">
<h2 class="section-title">ÀÛ¼º ½Ã À¯ÀÇ»çÇ×</h2>
<div class="tip-grid">
<div class="tip-card">
<div class="tip-header">
<div class="tip-icon">⚖️</div>
<h4>¹ý·ü °ËÅä ±ÇÀå</h4>
</div>
<p>°í¾×ÀÇ ÅõÀÚÀ̰ųª º¹ÀâÇÑ Á¶°ÇÀÌ Æ÷ÇÔµÈ °æ¿ì °è¾à¼ ÀÛ¼º Àü ¹ý·ü Àü¹®°¡ÀÇ °ËÅ並 ¹Þ´Â °ÍÀÌ ¾ÈÀüÇÕ´Ï´Ù. ƯÈ÷ ´ãº¸ Á¶Ç×°ú ±âÇÑÀÌÀÍ »ó½Ç Á¶Ç×Àº ¹ýÀû È¿·ÂÀÌ Áß¿äÇϹǷΠ½ÅÁßÇÏ°Ô ÀÛ¼ºÇØ¾ß ÇÕ´Ï´Ù.</p>
</div>
<div class="tip-card">
<div class="tip-header">
<div class="tip-icon">💰</div>
<h4>±Ý¾×°ú Á¶°Ç ¸íÈ®È÷</h4>
</div>
<p>ÅõÀڱݾ×, »óȯ ±â°£, ÀÌÀÚÀ² µî ±ÝÀüÀûÀÎ ºÎºÐÀº ¼ýÀÚ¿Í ÇѱÛÀ» º´±âÇÏ¿© È¥µ¿À» ¹æÁöÇϼ¼¿ä. »óȯ ¹æ¹ýµµ ºÐÇÒ »óȯÀÎÁö ÀϽà »óȯÀÎÁö ±¸Ã¼ÀûÀ¸·Î ¸í½ÃÇØ¾ß ÇÕ´Ï´Ù.</p>
</div>
<div class="tip-card">
<div class="tip-header">
<div class="tip-icon">📋</div>
<h4>´ãº¸¹° ¸íÈ®ÇÑ ±âÀç</h4>
</div>
<p>´ãº¸·Î Á¦°øµÇ´Â ÀÚ»êÀÇ Á¾·ù, ¼ÒÀçÁö, °¡¾×À» Á¤È®È÷ ±âÀçÇϰí ÇÊ¿ä½Ã °¨Á¤Æò°¡¼¸¦ ÷ºÎÇϼ¼¿ä. ºÎµ¿»êÀÇ °æ¿ì µî±âºÎµîº»»óÀÇ Á¤º¸¿Í ÀÏÄ¡Çϵµ·Ï ÀÛ¼ºÇÕ´Ï´Ù.</p>
</div>
<div class="tip-card">
<div class="tip-header">
<div class="tip-icon">🔒</div>
<h4>¿øº» º¸°ü öÀú</h4>
</div>
<p>°è¾à¼´Â ÅõÀÚÀÚ¿Í ÇÇÅõÀÚÀÚ°¡ °¢°¢ ¿øº»À» º¸°üÇϰí, Ãß°¡·Î °øÁõÀ» ¹ÞÀ¸¸é ¹ýÀû È¿·ÂÀ» ´õ¿í °ÈÇÒ ¼ö ÀÖ½À´Ï´Ù. Áß¿äÇÑ °è¾à¼´Â ½ºÄµ ÆÄÀϵµ ÇÔ²² º¸°üÇÏ´Â °ÍÀÌ ÁÁ½À´Ï´Ù.</p>
</div>
</div>
</div>
</div>
<p><font color="#464646" face="µ¸¿ò, dotum"><span style="font-size: 13.3333px;"><b><br></b></span></font></p><p><font color="#464646" face="µ¸¿ò, dotum"><span style="font-size: 13.3333px;"><b><br></b></span></font></p><p><font color="#464646" face="µ¸¿ò, dotum"><span style="font-size: 13.3333px;"><b><br></b></span></font></p><p><font color="#464646" face="µ¸¿ò, dotum"><span style="font-size: 13.3333px;"><b><br></b></span></font></p><p><font color="#464646" face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"><b>[ÀÚ±ÝÅõÀÚ°è¾à¼]</b></span></font></p><p style="line-height: 2;"><span style="color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt; background-color: rgb(255, 255, 255);"> </span><span style="font-family: µ¸¿ò, dotum; font-size: 10pt;">¸ñÀû, ÅõÀÚ±Ý, »óȯ¹æ¹ý, Àü¿ë±ÝÁö µî 11°³ Á¶Ç×À¸·Î ±¸¼ºµÇ¾îÀÖ´Â ÀÚ±ÝÅõÀÚ°è¾à¼ÀÔ´Ï´Ù.</span></p><p style="line-height: 2;"><span style="color: rgb(70, 70, 70); font-family: µ¸¿ò, dotum; font-size: 10pt;"> </span></p><p style="line-height: 2;"><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><br><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;">°¢ 3 Page</span></p><p style="line-height: 2;"><span style="text-indent: -18.24px; font-family: µ¸¿ò, dotum; font-size: 10pt; background-color: rgb(255, 255, 255);">• </span><span style="font-family: µ¸¿ò, dotum; font-size: 10pt;"><font color="#464646"><span style="font-size: 10pt; color: rgb(0, 0, 0); font-family: µ¸¿ò, dotum;">Ä÷¯ </span></font><span style="font-size: 10pt; color: rgb(0, 117, 200); font-family: µ¸¿ò, dotum;">¡á</span> <span style="font-size: 10pt; color: rgb(120, 32, 185); font-family: µ¸¿ò, dotum;">¡á</span><font color="#464646"><span style="font-size: 10pt; color: rgb(0, 0, 0); font-family: µ¸¿ò, dotum;"> </span></font></span><span style="font-family: µ¸¿ò, dotum; font-size: 10pt; background-color: rgb(255, 255, 255);">¡à</span></p><p style="line-height: 2;"><span style="font-family: µ¸¿ò, dotum; font-size: 10pt;"> Ä÷¯µðÀÚÀÎÀÌ ¾ø´Â ¹«Áö¸¦ ¹ÙÅÁÀ¸·Î ÃÑ 3°¡Áö°¡ Æ÷ÇÔµÈ ¹®¼·Î ¿øÇÏ´Â Ä÷¯µðÀÚÀÎÀ» ¼±ÅÃÇÏ¿© ¹®¼¸¦ ÀÛ¼ºÇÒ ¼ö ÀÖ½À´Ï´Ù.</span></p><p style="line-height: 2;"><b style="font-family: µ¸¿ò, dotum; font-size: 10pt;"><br></b></p><p style="line-height: 2;"><b style="font-family: µ¸¿ò, dotum; font-size: 10pt;"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;">[¸ñ Â÷]</span></b></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"> Á¦ 1 Á¶ [¸ñÀû]</span></font></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"> Á¦ 2 Á¶ [ÅõÀÚ±Ý]</span></font></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"> Á¦ 3 Á¶ [»óȯ¹æ¹ý]</span></font></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"> Á¦ 4 Á¶ [Àü¿ë±ÝÁö]</span></font></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"> Á¦ 5 Á¶ [º¸°í»çÇ×]</span></font></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"> Á¦ 6 Á¶ [±âÇÑÀÌÀÍ »ó½Ç]</span></font></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"> Á¦ 7 Á¶ [´ãº¸Á¦°ø]</span></font></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"> Á¦ 8 Á¶ [´ãº¸¹° óºÐ]</span></font></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"> Á¦ 9 Á¶ [±âŸ»çÇ×]</span></font></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"> Á¦ 10 Á¶ [ºÐÀïÇØ°á]</span></font></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 10pt; font-family: µ¸¿ò, dotum;"> Á¦ 11 Á¶ [Ư¾à»çÇ×]</span></font></p><p style="line-height: 2;"><font face="µ¸¿ò, dotum"><span style="font-size: 13.3333px;"><br></span></font></p><p style="line-height: 2;"><span style="font-family: µ¸¿ò, dotum; font-size: 10pt;">¡Ø ÇÑ±ÛÆÄÀÏ(.hwp)ÀÇ °æ¿ì ¾ËÁý¿¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.</span></p> |
|
|
 |
|
 |
|