|
|
|
|
|
|
|
|
|
|
|
 |
|
 |
|
|
¼½Ä¼³¸í |
|
|
<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: 30px ;
font-family: 'Arial', 'Noto Sans KR', sans-serif ;
background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%) ;
color: #1f2937 ;
}
#ai_editor .header {
text-align: center ;
margin-bottom: 75px ;
}
#ai_editor .header h1 {
font-size: 36px ;
color: #1f2937 ;
margin-bottom: 16px ;
font-weight: 700 ;
}
#ai_editor .header .subtitle {
font-size: 18px ;
color: #6b7280 ;
margin-bottom: 20px ;
}
#ai_editor .header .badge {
background: linear-gradient(135deg, #4f46e5, #3730a3) ;
color: white ;
padding: 8px 24px ;
border-radius: 25px ;
font-size: 16px ;
font-weight: 600 ;
display: inline-block ;
}
#ai_editor .overview-section {
background: white ;
border-radius: 15px ;
padding: 40px ;
margin-bottom: 75px ;
box-shadow: 0 8px 24px rgba(0,0,0,0.1) ;
border-left: 6px solid #4f46e5 ;
}
#ai_editor .overview-section h2 {
font-size: 24px ;
color: #1f2937 ;
margin-bottom: 20px ;
font-weight: 600 ;
}
#ai_editor .overview-section p {
font-size: 16px ;
line-height: 1.7 ;
color: #374151 ;
margin-bottom: 16px ;
}
#ai_editor .highlight-features {
display: flex ;
gap: 20px ;
margin-top: 25px ;
flex-wrap: wrap ;
}
#ai_editor .highlight-tag {
background: #e0e7ff ;
color: #3730a3 ;
padding: 8px 16px ;
border-radius: 20px ;
font-size: 16px ;
font-weight: 500 ;
}
#ai_editor .process-section {
margin-bottom: 75px ;
}
#ai_editor .process-title {
text-align: center ;
font-size: 28px ;
color: #1f2937 ;
margin-bottom: 35px ;
font-weight: 600 ;
position: relative ;
}
#ai_editor .process-title::after {
content: '' ;
position: absolute ;
bottom: -10px ;
left: 50% ;
transform: translateX(-50%) ;
width: 100px ;
height: 4px ;
background: linear-gradient(90deg, #4f46e5, #7c3aed) ;
border-radius: 2px ;
}
#ai_editor .process-grid {
display: grid ;
grid-template-columns: repeat(4, 1fr) ;
gap: 20px ;
}
#ai_editor .process-step {
background: white ;
border-radius: 12px ;
padding: 25px 20px ;
text-align: center ;
box-shadow: 0 4px 15px rgba(0,0,0,0.08) ;
position: relative ;
transition: transform 0.3s ease ;
}
#ai_editor .process-step:hover {
transform: translateY(-5px) ;
}
#ai_editor .process-step::before {
content: '' ;
position: absolute ;
top: 0 ;
left: 0 ;
right: 0 ;
height: 4px ;
background: linear-gradient(90deg, #dc2626, #b91c1c) ;
border-radius: 12px 12px 0 0 ;
}
#ai_editor .process-step .step-number {
background: linear-gradient(135deg, #4f46e5, #3730a3) ;
color: white ;
width: 40px ;
height: 40px ;
border-radius: 50% ;
display: flex ;
align-items: center ;
justify-content: center ;
font-weight: bold ;
font-size: 18px ;
margin: 0 auto 16px auto ;
}
#ai_editor .process-step h3 {
font-size: 16px ;
color: #1f2937 ;
margin-bottom: 8px ;
font-weight: 600 ;
}
#ai_editor .process-step p {
font-size: 16px ;
color: #6b7280 ;
line-height: 1.4 ;
}
#ai_editor .fields-section {
margin-bottom: 75px ;
}
#ai_editor .fields-title {
text-align: center ;
font-size: 28px ;
color: #1f2937 ;
margin-bottom: 35px ;
font-weight: 600 ;
}
#ai_editor .fields-grid {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 30px ;
}
#ai_editor .field-card {
background: white ;
border-radius: 15px ;
padding: 35px ;
box-shadow: 0 6px 20px rgba(0,0,0,0.1) ;
position: relative ;
overflow: hidden ;
transition: transform 0.3s ease ;
}
#ai_editor .field-card:hover {
transform: translateY(-5px) ;
}
#ai_editor .field-card::before {
content: '' ;
position: absolute ;
top: 0 ;
left: 0 ;
right: 0 ;
height: 5px ;
background: linear-gradient(90deg, #059669, #10b981) ;
}
#ai_editor .field-card .icon {
font-size: 48px ;
margin-bottom: 20px ;
display: block ;
}
#ai_editor .field-card h3 {
font-size: 22px ;
color: #1f2937 ;
margin-bottom: 16px ;
font-weight: 600 ;
}
#ai_editor .field-card .description {
font-size: 16px ;
color: #374151 ;
line-height: 1.6 ;
margin-bottom: 20px ;
}
#ai_editor .field-card .fields-list {
list-style: none ;
padding: 0 ;
margin: 0 ;
}
#ai_editor .field-card .fields-list li {
font-size: 16px ;
color: #1f2937 ;
margin-bottom: 8px ;
padding-left: 0 ;
position: relative ;
}
#ai_editor .legal-section {
margin-bottom: 75px ;
}
#ai_editor .legal-title {
text-align: center ;
font-size: 28px ;
color: #1f2937 ;
margin-bottom: 35px ;
font-weight: 600 ;
}
#ai_editor .legal-grid {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 25px ;
}
#ai_editor .legal-card {
background: white ;
border-radius: 12px ;
padding: 28px ;
text-align: center ;
box-shadow: 0 4px 15px rgba(0,0,0,0.08) ;
border-left: 4px solid #f59e0b ;
transition: transform 0.3s ease ;
}
#ai_editor .legal-card:hover {
transform: translateY(-5px) ;
}
#ai_editor .legal-card .icon {
font-size: 42px ;
margin-bottom: 16px ;
display: block ;
}
#ai_editor .legal-card h4 {
font-size: 18px ;
color: #1f2937 ;
margin-bottom: 12px ;
font-weight: 600 ;
}
#ai_editor .legal-card .legal-tag {
background: #fef3c7 ;
color: #f59e0b ;
padding: 4px 12px ;
border-radius: 15px ;
font-size: 16px ;
display: inline-block ;
margin-bottom: 12px ;
font-weight: 500 ;
}
#ai_editor .legal-card p {
font-size: 16px ;
color: #6b7280 ;
line-height: 1.5 ;
}
#ai_editor .caution-section {
margin-bottom: 75px ;
}
#ai_editor .caution-title {
text-align: center ;
font-size: 28px ;
color: #1f2937 ;
margin-bottom: 35px ;
font-weight: 600 ;
}
#ai_editor .caution-grid {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 30px ;
}
#ai_editor .caution-card {
background: white ;
border-radius: 12px ;
padding: 35px ;
box-shadow: 0 6px 20px rgba(0,0,0,0.1) ;
border-top: 5px solid #ef4444 ;
transition: transform 0.3s ease ;
}
#ai_editor .caution-card:hover {
transform: translateY(-5px) ;
}
#ai_editor .caution-card .icon {
font-size: 48px ;
margin-bottom: 20px ;
display: block ;
}
#ai_editor .caution-card h3 {
font-size: 22px ;
color: #1f2937 ;
margin-bottom: 20px ;
font-weight: 600 ;
}
#ai_editor .caution-card .caution-list {
list-style: none ;
padding: 0 ;
margin: 0 ;
}
#ai_editor .caution-card .caution-list li {
font-size: 16px ;
color: #1f2937 ;
margin-bottom: 10px ;
padding-left: 0 ;
position: relative ;
line-height: 1.5 ;
}
#ai_editor .notice-section {
background: white ;
border-radius: 15px ;
padding: 40px ;
margin-bottom: 75px ;
box-shadow: 0 8px 24px rgba(0,0,0,0.1) ;
border-left: 6px solid #f59e0b ;
text-align: center ;
}
#ai_editor .notice-section h2 {
font-size: 24px ;
color: #1f2937 ;
margin-bottom: 20px ;
font-weight: 600 ;
}
#ai_editor .notice-section p {
font-size: 16px ;
line-height: 1.7 ;
color: #374151 ;
margin-bottom: 16px ;
}
#ai_editor .notice-highlights {
display: flex ;
justify-content: center ;
gap: 40px ;
margin-top: 30px ;
flex-wrap: wrap ;
}
#ai_editor .notice-item {
text-align: center ;
}
#ai_editor .notice-icon {
font-size: 48px ;
display: block ;
margin-bottom: 12px ;
}
#ai_editor .notice-label {
font-size: 16px ;
color: #1f2937 ;
font-weight: 600 ;
}
#ai_editor .conclusion {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) ;
color: white ;
border-radius: 15px ;
padding: 40px ;
text-align: center ;
}
#ai_editor .conclusion h2 {
font-size: 24px ;
margin-bottom: 20px ;
font-weight: 600 ;
}
#ai_editor .conclusion p {
font-size: 16px ;
line-height: 1.7 ;
margin-bottom: 16px ;
opacity: 0.95 ;
}
#ai_editor .benefits {
display: flex ;
justify-content: center ;
gap: 50px ;
margin-top: 30px ;
flex-wrap: wrap ;
}
#ai_editor .benefit-item {
text-align: center ;
}
#ai_editor .benefit-icon {
font-size: 48px ;
display: block ;
margin-bottom: 12px ;
}
#ai_editor .benefit-text {
font-size: 16px ;
font-weight: 600 ;
}
/* ¹ÝÀÀÇü µðÀÚÀÎ */
@media (max-width: 1024px) {
#ai_editor {
padding: 25px ;
}
#ai_editor .header h1 {
font-size: 32px ;
}
#ai_editor .overview-section {
padding: 35px ;
}
#ai_editor .process-grid {
grid-template-columns: repeat(2, 1fr) ;
gap: 20px ;
}
#ai_editor .fields-grid {
gap: 25px ;
}
#ai_editor .legal-grid {
grid-template-columns: repeat(2, 1fr) ;
gap: 20px ;
}
#ai_editor .caution-grid {
gap: 25px ;
}
#ai_editor .notice-highlights {
gap: 35px ;
}
#ai_editor .benefits {
gap: 40px ;
}
}
@media (max-width: 768px) {
#ai_editor {
padding: 20px ;
}
#ai_editor .header {
margin-bottom: 60px ;
}
#ai_editor .header h1 {
font-size: 28px ;
}
#ai_editor .header .subtitle {
font-size: 16px ;
}
#ai_editor .overview-section {
padding: 30px ;
margin-bottom: 60px ;
}
#ai_editor .overview-section h2 {
font-size: 22px ;
}
#ai_editor .process-section {
margin-bottom: 60px ;
}
#ai_editor .process-title {
font-size: 24px ;
margin-bottom: 30px ;
}
#ai_editor .process-grid {
grid-template-columns: 1fr ;
gap: 18px ;
}
#ai_editor .fields-section {
margin-bottom: 60px ;
}
#ai_editor .fields-title {
font-size: 24px ;
margin-bottom: 30px ;
}
#ai_editor .fields-grid {
grid-template-columns: 1fr ;
gap: 20px ;
}
#ai_editor .field-card {
padding: 30px ;
}
#ai_editor .field-card .icon {
font-size: 42px ;
}
#ai_editor .legal-section {
margin-bottom: 60px ;
}
#ai_editor .legal-title {
font-size: 24px ;
margin-bottom: 30px ;
}
#ai_editor .legal-grid {
grid-template-columns: 1fr ;
gap: 18px ;
}
#ai_editor .legal-card {
padding: 25px ;
}
#ai_editor .caution-section {
margin-bottom: 60px ;
}
#ai_editor .caution-title {
font-size: 24px ;
margin-bottom: 30px ;
}
#ai_editor .caution-grid {
grid-template-columns: 1fr ;
gap: 20px ;
}
#ai_editor .caution-card {
padding: 30px ;
}
#ai_editor .notice-section {
padding: 35px ;
margin-bottom: 60px ;
}
#ai_editor .notice-section h2 {
font-size: 22px ;
}
#ai_editor .notice-highlights {
flex-direction: column ;
gap: 25px ;
}
#ai_editor .conclusion {
padding: 35px ;
}
#ai_editor .conclusion h2 {
font-size: 22px ;
}
#ai_editor .benefits {
flex-direction: column ;
gap: 30px ;
}
#ai_editor .benefit-icon {
font-size: 42px ;
}
}
@media (max-width: 480px) {
#ai_editor {
padding: 15px ;
}
#ai_editor .header {
margin-bottom: 50px ;
}
#ai_editor .header h1 {
font-size: 24px ;
}
#ai_editor .overview-section {
padding: 25px ;
margin-bottom: 50px ;
}
#ai_editor .overview-section h2 {
font-size: 20px ;
}
#ai_editor .overview-section p {
font-size: 16px ;
}
#ai_editor .highlight-tag {
font-size: 16px ;
padding: 6px 14px ;
}
#ai_editor .process-section {
margin-bottom: 50px ;
}
#ai_editor .process-title {
font-size: 22px ;
}
#ai_editor .process-step {
padding: 20px 18px ;
}
#ai_editor .process-step .step-number {
width: 36px ;
height: 36px ;
font-size: 16px ;
}
#ai_editor .fields-section {
margin-bottom: 50px ;
}
#ai_editor .fields-title {
font-size: 22px ;
}
#ai_editor .field-card {
padding: 25px ;
}
#ai_editor .field-card .icon {
font-size: 38px ;
margin-bottom: 16px ;
}
#ai_editor .field-card h3 {
font-size: 20px ;
}
#ai_editor .legal-section {
margin-bottom: 50px ;
}
#ai_editor .legal-title {
font-size: 22px ;
}
#ai_editor .legal-card {
padding: 22px ;
}
#ai_editor .legal-card .icon {
font-size: 38px ;
}
#ai_editor .legal-card h4 {
font-size: 17px ;
}
#ai_editor .caution-section {
margin-bottom: 50px ;
}
#ai_editor .caution-title {
font-size: 22px ;
}
#ai_editor .caution-card {
padding: 25px ;
}
#ai_editor .caution-card .icon {
font-size: 42px ;
margin-bottom: 16px ;
}
#ai_editor .caution-card h3 {
font-size: 20px ;
}
#ai_editor .notice-section {
padding: 30px ;
margin-bottom: 50px ;
}
#ai_editor .notice-section h2 {
font-size: 20px ;
}
#ai_editor .notice-icon {
font-size: 42px ;
}
#ai_editor .conclusion {
padding: 30px ;
}
#ai_editor .conclusion h2 {
font-size: 20px ;
}
#ai_editor .benefit-icon {
font-size: 38px ;
}
}
</style>
<div id="ai_editor">
<header class="header">
<h1>Ç¥ÁØ »çÁ÷¼(±â¾÷)</h1>
<div class="subtitle">¹ýÀû È¿·ÂÀ» °®Ãá Ç¥ÁØ »çÁ÷¼ ¾ç½Ä</div>
<div class="badge">°ø½Ä ¾ç½Ä</div>
</header>
<section class="overview-section">
<h2>📄 »çÁ÷¼ ¼Ò°³</h2>
<p>»çÁ÷¼´Â ±Ù·ÎÀÚ°¡ ȸ»ç¿¡ ÅðÁ÷ Àǻ縦 Á¤½ÄÀ¸·Î Å뺸ÇÏ´Â ¹ýÀû ¹®¼ÀÔ´Ï´Ù. ±Ù·Î±âÁعý¿¡ µû¶ó ÅðÁ÷Èñ¸ÁÀÏ ÃÖ¼Ò 15ÀÏ ÀÌÀü¿¡ Á¦ÃâÇØ¾ß Çϸç, Çʼö ±âÀç »çÇ×À» ¸ðµÎ Æ÷ÇÔÇØ¾ß ÇÕ´Ï´Ù.</p>
<p>Ç¥ÁØÈµÈ ¾ç½ÄÀ» »ç¿ëÇÏ¿© ¹ýÀû ¿ä°ÇÀ» ÃæÁ·Çϰí, ȸ»ç¿Í ±Ù·ÎÀÚ ¸ðµÎÀÇ ±ÇÀÍÀ» º¸È£ÇÒ ¼ö ÀÖ½À´Ï´Ù.</p>
<div class="highlight-features">
<div class="highlight-tag">¹ýÀû È¿·Â</div>
<div class="highlight-tag">Ç¥ÁØ ¾ç½Ä</div>
<div class="highlight-tag">Çʼö Ç׸ñ</div>
<div class="highlight-tag">Áï½Ã »ç¿ë</div>
</div>
</section>
<section class="process-section">
<h2 class="process-title">🔄 »çÁ÷ ÀýÂ÷</h2>
<div class="process-grid">
<div class="process-step">
<div class="step-number">1</div>
<h3>»çÁ÷ °áÁ¤</h3>
<p>ÅðÁ÷ ÀÇ»ç °áÁ¤ ¹× ÅðÁ÷ Èñ¸ÁÀÏ È®Á¤</p>
</div>
<div class="process-step">
<div class="step-number">2</div>
<h3>»çÁ÷¼ ÀÛ¼º</h3>
<p>Ç¥ÁØ ¾ç½Ä¿¡ Çʼö Á¤º¸ ±âÀÔ ¹× ÀÛ¼º</p>
</div>
<div class="process-step">
<div class="step-number">3</div>
<h3>»çÁ÷¼ Á¦Ãâ</h3>
<p>ÅðÁ÷Èñ¸ÁÀÏ 15ÀÏ ÀÌÀü ȸ»ç¿¡ Á¤½Ä Á¦Ãâ</p>
</div>
<div class="process-step">
<div class="step-number">4</div>
<h3>ÅðÁ÷ ó¸®</h3>
<p>¾÷¹« ÀμöÀÎ°è ¹× ÅðÁ÷ °ü·Ã ÀýÂ÷ ¿Ï·á</p>
</div>
</div>
</section>
<section class="fields-section">
<h2 class="fields-title">📝 Çʼö ±âÀç Ç׸ñ</h2>
<div class="fields-grid">
<div class="field-card">
<span class="icon">🏢</span>
<h3>±âº» Á¤º¸</h3>
<div class="description">»çÁ÷ÀÚÀÇ ±âº»ÀûÀΠȸ»ç ³» ½ÅºÐ Á¤º¸</div>
<ul class="fields-list">
<li>◼ ¼Ò¼Ó ºÎ¼¸í</li>
<li>◼ Á÷±Þ ¹× Á÷Ã¥</li>
<li>◼ ¼º¸í (ÇѱÛ)</li>
<li>◼ »ç¿ø¹øÈ£ (ÇØ´ç½Ã)</li>
</ul>
</div>
<div class="field-card">
<span class="icon">📅</span>
<h3>ÅðÁ÷ °ü·Ã Á¤º¸</h3>
<div class="description">ÅðÁ÷°ú Á÷Á¢ÀûÀ¸·Î °ü·ÃµÈ Áß¿ä Á¤º¸</div>
<ul class="fields-list">
<li>◼ ÅðÁ÷ Èñ¸ÁÀÏ</li>
<li>◼ ÅðÁ÷ »çÀ¯ (°£·«È÷)</li>
<li>◼ »çÁ÷¼ ÀÛ¼ºÀÏ</li>
<li>◼ º»ÀÎ ¼¸í ¶Ç´Â ³¯ÀÎ</li>
</ul>
</div>
<div class="field-card">
<span class="icon">📞</span>
<h3>¿¬¶ôó Á¤º¸</h3>
<div class="description">Åð»ç ÈÄ ÇÊ¿ä½Ã ¿¬¶ô °¡´ÉÇÑ Á¤º¸</div>
<ul class="fields-list">
<li>◼ Åð»ç ÈÄ ¿¬¶ôó (ÇÚµåÆù)</li>
<li>◼ ÁÖ¼ÒÁö (¿ìÆí¹° ¼ö·É °¡´É)</li>
<li>◼ À̸ÞÀÏ ÁÖ¼Ò (¼±ÅûçÇ×)</li>
<li>◼ ºñ»ó ¿¬¶ôó (¼±ÅûçÇ×)</li>
</ul>
</div>
<div class="field-card">
<span class="icon">📄</span>
<h3>Ãß°¡ »çÇ×</h3>
<div class="description">¿øÈ°ÇÑ ÅðÁ÷ 󸮸¦ À§ÇÑ ºÎ°¡ Á¤º¸</div>
<ul class="fields-list">
<li>◼ ¾÷¹« ÀμöÀÎ°è °èȹ</li>
<li>◼ ȸ»ç ÀÚ»ê ¹Ý³³ È®ÀÎ</li>
<li>◼ Ưº° ¿äû»çÇ×</li>
<li>◼ °¨»ç Àλ縻 (¼±ÅûçÇ×)</li>
</ul>
</div>
</div>
</section>
<section class="legal-section">
<h2 class="legal-title">⚖️ ¹ýÀû ±ÔÁ¤ ¹× ±âÁØ</h2>
<div class="legal-grid">
<div class="legal-card">
<span class="icon">📆</span>
<h4>Á¦Ã⠽ñâ</h4>
<div class="legal-tag">ÃÖ¼Ò 15ÀÏ Àü</div>
<p>ÅðÁ÷Èñ¸ÁÀϷκÎÅÍ 15ÀÏ ÀÌÀü Á¦ÃâÀÌ ¿øÄ¢</p>
</div>
<div class="legal-card">
<span class="icon">📋</span>
<h4>¾ç½Ä ¿ä°Ç</h4>
<div class="legal-tag">Ç¥ÁØ Çü½Ä</div>
<p>Çʼö Ç׸ñ Æ÷ÇÔÇÑ Á¤ÇØÁø ¾ç½Ä »ç¿ë</p>
</div>
<div class="legal-card">
<span class="icon">✍️</span>
<h4>¼¸í ³¯ÀÎ</h4>
<div class="legal-tag">º»ÀÎ È®ÀÎ</div>
<p>»çÁ÷ÀÚ º»ÀÎÀÇ ¼¸í ¶Ç´Â ³¯ÀÎ Çʼö</p>
</div>
<div class="legal-card">
<span class="icon">📬</span>
<h4>Á¦Ãâ ¹æ¹ý</h4>
<div class="legal-tag">Á¤½Ä °æ·Î</div>
<p>Á÷¼Ó »ó°ü ¶Ç´Â ÀλçºÎ¼¸¦ ÅëÇÑ Á¦Ãâ</p>
</div>
<div class="legal-card">
<span class="icon">🔄</span>
<h4>öȸ °¡´É</h4>
<div class="legal-tag">½ÂÀÎ Àü±îÁö</div>
<p>ȸ»ç ½ÂÀÎ Àü±îÁö´Â »çÁ÷ ÀÇ»ç öȸ °¡´É</p>
</div>
<div class="legal-card">
<span class="icon">📝</span>
<h4>±â·Ï º¸°ü</h4>
<div class="legal-tag">ÀÎ»ç ±â·Ï</div>
<p>»çÁ÷¼´Â Àλç±â·Ï¿¡ ¿µ±¸ º¸°ü</p>
</div>
</div>
</section>
<section class="caution-section">
<h2 class="caution-title">⚠️ ÁÖÀÇ»çÇ× ¹× À¯ÀÇÁ¡</h2>
<div class="caution-grid">
<div class="caution-card">
<span class="icon">⏰</span>
<h3>½Ã±â °ü·Ã ÁÖÀÇ»çÇ×</h3>
<ul class="caution-list">
<li>¢º 15ÀÏ ¿¹°í±â°£ Áؼö Çʼö</li>
<li>¢º ±Þ¿© °è»ê ±â°£ °í·Á</li>
<li>¢º ¿¬Â÷ ¼ÒÁø °èȹ ¼ö¸³</li>
<li>¢º ÇÁ·ÎÁ§Æ® ¸¶°¨ÀÏ °í·Á</li>
</ul>
</div>
<div class="caution-card">
<span class="icon">🤝</span>
<h3>¾÷¹« ÀμöÀΰè</h3>
<ul class="caution-list">
<li>¢º ´ã´ç ¾÷¹« Á¤¸® ¹× ¹®¼È</li>
<li>¢º ÈÄÀÓÀÚ¿Í ÃæºÐÇÑ ÀμöÀΰè</li>
<li>¢º °í°´ °ü°è ¿øÈ°ÇÑ À̰ü</li>
<li>¢º ¹Ì¿Ï·á ¾÷¹« ó¸® ¹æ¾È</li>
</ul>
</div>
<div class="caution-card">
<span class="icon">📦</span>
<h3>ȸ»ç ÀÚ»ê ¹Ý³³</h3>
<ul class="caution-list">
<li>¢º ³ëÆ®ºÏ, ÇÚµåÆù µî Àåºñ ¹Ý³³</li>
<li>¢º ÃâÀÔÄ«µå ¹× »ç¿øÁõ ¹Ý³³</li>
<li>¢º ȸ»ç ±â¹ÐÁ¤º¸ »èÁ¦</li>
<li>¢º °³ÀÎ ¹°Ç° Á¤¸®</li>
</ul>
</div>
<div class="caution-card">
<span class="icon">💰</span>
<h3>±Þ¿© ¹× ÅðÁ÷±Ý</h3>
<ul class="caution-list">
<li>¢º ¸¶Áö¸· ±Þ¿© Áö±ÞÀÏ È®ÀÎ</li>
<li>¢º ÅðÁ÷±Ý »êÁ¤ ¹× Áö±ÞÀÏ</li>
<li>¢º ¹Ì»ç¿ë ¿¬Â÷ ¼ö´ç Á¤»ê</li>
<li>¢º °¢Á¾ °øÁ¦ »çÇ× È®ÀÎ</li>
</ul>
</div>
<div class="caution-card">
<span class="icon">📋</span>
<h3>¼·ù ¹ß±Þ</h3>
<ul class="caution-list">
<li>¢º ÀçÁ÷Áõ¸í¼ ÇÊ¿ä½Ã ¹Ì¸® ½Åû</li>
<li>¢º °æ·ÂÁõ¸í¼ ¹ß±Þ ½Åû</li>
<li>¢º ±Ù·Î¼Òµæ¿øÃµÂ¡¼ö¿µ¼öÁõ</li>
<li>¢º ÅðÁ÷Áõ¸í¼ ¹ß±Þ</li>
</ul>
</div>
<div class="caution-card">
<span class="icon">🔒</span>
<h3>±â¹Ð À¯Áö Àǹ«</h3>
<ul class="caution-list">
<li>¢º ÅðÁ÷ ÈÄ¿¡µµ ȸ»ç ±â¹Ð À¯Áö</li>
<li>¢º °í°´ Á¤º¸ º¸È£ Àǹ«</li>
<li>¢º °æ¾÷±ÝÁö ¾àÁ¤ È®ÀÎ</li>
<li>¢º ÁöÀûÀç»ê±Ç °ü·Ã ÁÖÀÇ</li>
</ul>
</div>
</div>
</section>
<section class="notice-section">
<h2>📢 Áß¿ä ¾Ë¸² »çÇ×</h2>
<p>»çÁ÷¼ Á¦ÃâÀº ´Ü¼øÇÑ Çü½ÄÀÌ ¾Æ´Ñ ¹ýÀû È¿·ÂÀ» °®´Â Áß¿äÇÑ ¹®¼ÀÔ´Ï´Ù.</p>
<p>Á¤È®ÇÑ Á¤º¸ ±âÀÔ°ú ÀýÂ÷ Áؼö¸¦ ÅëÇØ ¿ø¸¸ÇÑ ÅðÁ÷ 󸮰¡ ÀÌ·ç¾îÁöµµ·Ï ÇØ¾ß ÇÕ´Ï´Ù.</p>
<div class="notice-highlights">
<div class="notice-item">
<span class="notice-icon">⚡</span>
<div class="notice-label">Áï½Ã ´Ù¿î·Îµå</div>
</div>
<div class="notice-item">
<span class="notice-icon">📄</span>
<div class="notice-label">Ç¥ÁØ ¾ç½Ä</div>
</div>
<div class="notice-item">
<span class="notice-icon">⚖️</span>
<div class="notice-label">¹ýÀû È¿·Â</div>
</div>
</div>
</section>
<section class="conclusion">
<h2>✅ ¿Ã¹Ù¸¥ »çÁ÷¼ Ȱ¿ë</h2>
<p>Ç¥ÁØÈµÈ »çÁ÷¼ ¾ç½ÄÀ» »ç¿ëÇÏ¿© ¹ýÀû ¿ä°ÇÀ» ÃæÁ·Çϰí, ȸ»ç¿Í Á÷¿ø °£ÀÇ ¿ø¸¸ÇÑ °ü°è À¯Áö°¡ °¡´ÉÇÕ´Ï´Ù.</p>
<p>Á¤È®ÇÑ ÀýÂ÷ Áؼö¸¦ ÅëÇØ ÇâÈÄ ¹ß»ýÇÒ ¼ö ÀÖ´Â ºÐÀïÀ» ¿¹¹æÇϰí, Àü¹®ÀûÀÎ ÅðÁ÷ 󸮸¦ ÁøÇàÇϼ¼¿ä.</p>
<div class="benefits">
<div class="benefit-item">
<span class="benefit-icon">🎯</span>
<div class="benefit-text">¹ýÀû ¾ÈÁ¤¼º</div>
</div>
<div class="benefit-item">
<span class="benefit-icon">🤝</span>
<div class="benefit-text">¿ø¸¸ÇÑ °ü°è</div>
</div>
<div class="benefit-item">
<span class="benefit-icon">📋</span>
<div class="benefit-text">ü°èÀû ÀýÂ÷</div>
</div>
</div>
</section>
</div>
|
|
|
 |
|
 |
|
|
|
|
|
|
|
|
|
 |
|
 |
|
|
½Ç½Ã°£ Àα⠼½Ä |
|
|
|
|
±Þ¿© ÀÚµ¿°è»ê! ±Þ¿©°ü¸® ÅëÇÕ¿¢¼¿ |
|
 |
Ç¥ÁØ ±Ù·Î»ç½ÇÈ®Àμ |
: |
3,457 |
|
 |
Ç¥ÁØ ÈÞÀϱٹ« ½Åû¼ |
: |
1,233 |
|
 |
Ç¥ÁØ °í¿ë½Â°è ÇÕÀǼ |
: |
1,089 |
|
 |
Ç¥ÁØ ÀÚ»ê ¹Ýȯ È®¾à¼ |
: |
622 |
|
 |
Ç¥ÁØ ¼³³¯ Á÷¿øº¹Áö ¾È³»¼ |
: |
396 |
|
 |
Ç¥ÁØ ÅðÁ÷Áõ¸í¼ |
: |
91,400 |
|
 |
Ç¥ÁØ »çÁ÷¼(±â¾÷) |
: |
262,869 |
|
 |
Ç¥ÁØ ¸éÁ¢ È®Àμ |
: |
1,739 |
|
 |
Ç¥ÁØ ±Ç°í »çÁ÷¼ (ÀϹÝ) |
: |
4,034 |
|
 |
Ç¥ÁØ ±Ù·Î°è¾à¼(Á¤±ÔÁ÷±Ù.. |
: |
53,941 |
|
 |
Ç¥ÁØ ¾÷¹« ÀμöÀÎ°è¼ |
: |
3,099 |
|
 |
Ç¥ÁØ °æÀ§¼ (Áö½Ã»çÇ× .. |
: |
2,980 |
|
 |
Ç¥ÁØ ±Ç°í»çÁ÷¼ (ÅðÁ÷ .. |
: |
149 |
|
 |
Ç¥ÁØ ¹Ì»ç¿ë ¿¬Â÷ »ç¿ëÃË.. |
: |
2,122 |
|
 |
Ç¥ÁØ ¿ù°£ ¾÷¹«°èȹ¼ |
: |
1,636 |
|
|
|
|
|
 |
|
 |
|
|
|
|
|
|
|
|