• ÀϹÝ
  • Àλç/°ü¸®
  • °æ¸®
  • °æ¿µ
  • »ç±Ô/±ÔÁ¤
  • ±âȹ
  • Ãѹ«
  • ÀÚÀç/»ý»ê
  • ¿µ¾÷
  • Àü»ê
  • ÇÁ·ÎÁ§Æ®
Ç¥Áؼ­½Ä ISO ÇüÅÂÀÇ ¹®¼­ Ç¥ÁØÈ­°¡ °¡´ÉÇÕ´Ï´Ù.
ÇöÀçÀ§Ä¡ Ç¥Áؼ­½Ä > Àλç/°ü¸®
¹Ì¸®º¸±â
¹Ì¸®º¸±â À̹ÌÁöÀÔ´Ï´Ù
·Î±×ÀÎ ¹«·áȸ¿ø°¡ÀÔ
¼­½Ä¸í Ç¥ÁØ ½Ã¸»¼­(°¢¼­)
ºÐ·ù Ç¥Áؼ­½Ä > Àλç/°ü¸® ±¸ºÐ ??????? ???
Á¶È¸¼ö 79,536 ´Ù¿î¼ö 13,233
³»¿ë
ȸ»ç ±ÔÁ¤À» À§¹ÝÇÏ¿´À» ½Ã ÀÛ¼ºÇÏ´Â ½Ã¸»¼­ÀÔ´Ï´Ù.  ½Ã¸»¼­´Â ¾÷¹«»ó °ú½ÇÀ̳ª ±ÔÁ¤ À§¹Ý µî ¹®Á¦°¡ ¹ß»ýÇßÀ» ¶§, ÇØ´ç Á÷¿øÀÌ »ç°ÇÀÇ °æÀ§¸¦ ¸íÈ®È÷ ¼³¸íÇϰí À¯»çÇÑ À߸øÀÌ Àç¹ßÇÏÁö ¾Êµµ·Ï ¹Ý¼º ¹× Àç¹ß ¹æÁöÃ¥À» ±â¼úÇÏ´Â ¹®¼­ÀÔ´Ï´Ù. ¼Ò¼Ó, Á÷À§, ¼º¸í µîÀÇ Ç׸ñÀ¸·Î ±¸¼ºµÇ¾îÀÖÀ¸¸ç, ±â¾÷ÀÇ ³»ºÎ ÅëÁ¦ ¹× ÀÎ»ç °ü¸® ÀýÂ÷ÀÇ ÀÏȯÀ¸·Î Ȱ¿ëµË´Ï´Ù. ½Ã¸»¼­´Â ¶§¶§·Î °æÀ§¼­ ¶Ç´Â Áø¼ú¼­¿Í À¯»çÇÑ ¿ëµµ·Î »ç¿ëµÇ±âµµ ÇÕ´Ï´Ù.
´Ù¿î·Îµå
ÇѱÛ(hwp)ÆÄÀÏ ´Ù¿î·Îµå ¿öµå(doc)ÆÄÀÏ ´Ù¿î·Îµå ¿¢¼¿(xls)ÆÄÀÏ ´Ù¿î·Îµå pdfÆÄÀÏ ´Ù¿î·Îµå
   
¼­½Ä¼³¸í
Ç¥ÁØ ½Ã¸»¼­(°¢¼­)
 
 
 
¼­½Ä¼³¸í
<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 ;
background-color: #fff9f5 ;
padding: 30px ;
font-family: &#39;Malgun Gothic&#39;, sans-serif ;
color: #5d4037 ;
border-radius: 20px ;
box-shadow: 0 10px 30px rgba(255, 152, 0, 0.1) ;
line-height: 1.6 ;
}

#ai_editor * {
box-sizing: border-box ;
}

#ai_editor .header {
text-align: center ;
margin-bottom: 75px ;
}

#ai_editor .header h1 {
font-size: 36px ;
color: #ff9800 ;
margin: 0 0 20px 0 ;
font-weight: 700 ;
}

#ai_editor .header p {
font-size: 18px ;
color: #8d6e63 ;
margin: 0 ;
}

#ai_editor .overview {
background: linear-gradient(135deg, #fff3e0, #ffe0b2) ;
padding: 30px ;
border-radius: 12px ;
text-align: center ;
margin-bottom: 75px ;
border: 2px solid #ffcc80 ;
}

#ai_editor .overview h2 {
font-size: 28px ;
color: #ef6c00 ;
margin: 0 0 20px 0 ;
}

#ai_editor .overview p {
font-size: 16px ;
line-height: 1.6 ;
margin: 0 ;
}

#ai_editor .features-grid {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 25px ;
margin-bottom: 75px ;
}

#ai_editor .feature-card {
background: white ;
padding: 25px ;
border-radius: 12px ;
border: 2px solid #ffcc80 ;
box-shadow: 0 4px 6px rgba(255, 152, 0, 0.1) ;
transition: transform 0.3s ease ;
}

#ai_editor .feature-card:hover {
transform: translateY(-5px) ;
}

#ai_editor .feature-card h3 {
font-size: 20px ;
color: #f57c00 ;
margin: 0 0 15px 0 ;
}

#ai_editor .feature-card p {
font-size: 16px ;
line-height: 1.5 ;
margin: 0 ;
}

#ai_editor .form-components {
margin-bottom: 75px ;
}

#ai_editor .form-components h2 {
font-size: 28px ;
color: #ef6c00 ;
text-align: center ;
margin: 0 0 35px 0 ;
}

#ai_editor .components-container {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 25px ;
}

#ai_editor .component-group {
background: white ;
padding: 25px ;
border-radius: 12px ;
border: 2px solid #ffcc80 ;
box-shadow: 0 2px 4px rgba(255, 152, 0, 0.08) ;
}

#ai_editor .component-group h3 {
font-size: 20px ;
color: #ef6c00 ;
margin: 0 0 20px 0 ;
text-align: center ;
padding-bottom: 10px ;
border-bottom: 2px solid #fff3e0 ;
}

#ai_editor .component-list {
display: flex ;
flex-direction: column ;
gap: 12px ;
}

#ai_editor .component-row {
font-size: 16px ;
line-height: 1.5 ;
padding: 8px 0 ;
color: #5d4037 ;
}

#ai_editor .component-row strong {
color: #ef6c00 ;
}

#ai_editor .procedures {
margin-bottom: 75px ;
}

#ai_editor .procedures h2 {
font-size: 28px ;
color: #ef6c00 ;
text-align: center ;
margin: 0 0 35px 0 ;
}

#ai_editor .procedures-grid {
display: grid ;
grid-template-columns: repeat(4, 1fr) ;
gap: 25px ;
}

#ai_editor .procedure-item {
background: white ;
padding: 25px 20px ;
border-radius: 12px ;
text-align: center ;
border: 2px solid #ffcc80 ;
box-shadow: 0 2px 4px rgba(255, 152, 0, 0.08) ;
}

#ai_editor .procedure-item .icon {
font-size: 32px ;
color: #ff9800 ;
margin: 0 0 15px 0 ;
display: block ;
}

#ai_editor .procedure-item h3 {
font-size: 18px ;
color: #f57c00 ;
margin: 0 0 10px 0 ;
}

#ai_editor .procedure-item p {
font-size: 16px ;
color: #6d4c41 ;
margin: 0 ;
line-height: 1.4 ;
}

#ai_editor .legal-guide {
margin-bottom: 75px ;
}

#ai_editor .legal-guide h2 {
font-size: 28px ;
color: #ef6c00 ;
text-align: center ;
margin: 0 0 35px 0 ;
}

#ai_editor .legal-grid {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 25px ;
}

#ai_editor .legal-card {
background: white ;
padding: 25px ;
border-radius: 12px ;
border: 2px solid #ffcc80 ;
box-shadow: 0 2px 4px rgba(255, 152, 0, 0.08) ;
}

#ai_editor .legal-card h3 {
font-size: 20px ;
color: #ef6c00 ;
margin: 0 0 15px 0 ;
}

#ai_editor .legal-card ul {
margin: 0 ;
padding: 0 ;
list-style: none ;
}

#ai_editor .legal-card li {
font-size: 16px ;
line-height: 1.5 ;
margin-bottom: 8px ;
color: #5d4037 ;
}

#ai_editor .legal-card li:last-child {
margin-bottom: 0 ;
}

#ai_editor .benefits {
margin-bottom: 75px ;
}

#ai_editor .benefits h2 {
font-size: 28px ;
color: #ef6c00 ;
text-align: center ;
margin: 0 0 35px 0 ;
}

#ai_editor .benefits-grid {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 25px ;
}

#ai_editor .benefit-item {
background: white ;
padding: 25px 20px ;
border-radius: 12px ;
text-align: center ;
border: 2px solid #ffcc80 ;
box-shadow: 0 2px 4px rgba(255, 152, 0, 0.08) ;
}

#ai_editor .benefit-item .icon {
font-size: 32px ;
color: #ff9800 ;
margin: 0 0 15px 0 ;
display: block ;
}

#ai_editor .benefit-item h3 {
font-size: 18px ;
color: #f57c00 ;
margin: 0 0 10px 0 ;
}

#ai_editor .benefit-item p {
font-size: 16px ;
color: #6d4c41 ;
margin: 0 ;
line-height: 1.4 ;
}

#ai_editor .usage-steps {
background: linear-gradient(135deg, #fef7f0, #ffecb3) ;
padding: 30px ;
border-radius: 12px ;
border: 2px solid #ffb74d ;
margin-bottom: 0 ;
}

#ai_editor .usage-steps h2 {
font-size: 28px ;
color: #e65100 ;
text-align: center ;
margin: 0 0 30px 0 ;
}

#ai_editor .steps-grid {
display: grid ;
grid-template-columns: repeat(4, 1fr) ;
gap: 25px ;
}

#ai_editor .step-item {
background: white ;
padding: 25px 20px ;
border-radius: 10px ;
text-align: center ;
border: 1px solid #ffcc80 ;
}

#ai_editor .step-item .step-number {
background: #ff9800 ;
color: white ;
width: 30px ;
height: 30px ;
border-radius: 50% ;
display: flex ;
align-items: center ;
justify-content: center ;
font-size: 16px ;
font-weight: bold ;
margin: 0 auto 10px auto ;
}

#ai_editor .step-item p {
font-size: 16px ;
color: #e65100 ;
margin: 0 ;
font-weight: 500 ;
}

@media (max-width: 992px) {
#ai_editor .features-grid {
grid-template-columns: repeat(2, 1fr) ;
}

#ai_editor .components-container {
grid-template-columns: 1fr ;
}

#ai_editor .procedures-grid {
grid-template-columns: repeat(2, 1fr) ;
}

#ai_editor .legal-grid {
grid-template-columns: 1fr ;
}

#ai_editor .benefits-grid {
grid-template-columns: repeat(2, 1fr) ;
}

#ai_editor .steps-grid {
grid-template-columns: repeat(2, 1fr) ;
}
}

@media (max-width: 768px) {
#ai_editor {
padding: 20px ;
}

#ai_editor .header {
margin-bottom: 60px ;
}

#ai_editor .header h1 {
font-size: 28px ;
}

#ai_editor .header p {
font-size: 16px ;
}

#ai_editor .overview {
padding: 25px ;
margin-bottom: 60px ;
}

#ai_editor .overview h2 {
font-size: 24px ;
margin: 0 0 15px 0 ;
}

#ai_editor .features-grid {
grid-template-columns: 1fr ;
gap: 20px ;
margin-bottom: 60px ;
}

#ai_editor .feature-card {
padding: 20px ;
}

#ai_editor .feature-card h3 {
font-size: 18px ;
margin: 0 0 12px 0 ;
}

#ai_editor .form-components {
margin-bottom: 60px ;
}

#ai_editor .form-components h2 {
font-size: 24px ;
margin: 0 0 30px 0 ;
}

#ai_editor .components-container {
gap: 20px ;
}

#ai_editor .component-group {
padding: 20px ;
}

#ai_editor .component-group h3 {
font-size: 18px ;
margin: 0 0 15px 0 ;
}

#ai_editor .component-list {
gap: 10px ;
}

#ai_editor .procedures {
margin-bottom: 60px ;
}

#ai_editor .procedures h2 {
font-size: 24px ;
margin: 0 0 30px 0 ;
}

#ai_editor .procedures-grid {
grid-template-columns: 1fr ;
gap: 20px ;
}

#ai_editor .procedure-item {
padding: 20px ;
}

#ai_editor .procedure-item .icon {
font-size: 28px ;
margin: 0 0 12px 0 ;
}

#ai_editor .procedure-item h3 {
font-size: 17px ;
}

#ai_editor .legal-guide {
margin-bottom: 60px ;
}

#ai_editor .legal-guide h2 {
font-size: 24px ;
margin: 0 0 30px 0 ;
}

#ai_editor .legal-grid {
gap: 20px ;
}

#ai_editor .legal-card {
padding: 20px ;
}

#ai_editor .legal-card h3 {
font-size: 18px ;
margin: 0 0 12px 0 ;
}

#ai_editor .legal-card li {
margin-bottom: 6px ;
}

#ai_editor .benefits {
margin-bottom: 60px ;
}

#ai_editor .benefits h2 {
font-size: 24px ;
margin: 0 0 30px 0 ;
}

#ai_editor .benefits-grid {
grid-template-columns: 1fr ;
gap: 20px ;
}

#ai_editor .benefit-item {
padding: 20px ;
}

#ai_editor .benefit-item .icon {
font-size: 28px ;
margin: 0 0 12px 0 ;
}

#ai_editor .benefit-item h3 {
font-size: 17px ;
}

#ai_editor .usage-steps {
padding: 25px ;
}

#ai_editor .usage-steps h2 {
font-size: 24px ;
margin: 0 0 25px 0 ;
}

#ai_editor .steps-grid {
grid-template-columns: 1fr ;
gap: 20px ;
}

#ai_editor .step-item {
padding: 20px ;
}
}

@media (max-width: 480px) {
#ai_editor {
padding: 15px ;
}

#ai_editor .header {
margin-bottom: 50px ;
}

#ai_editor .header h1 {
font-size: 24px ;
margin: 0 0 15px 0 ;
}

#ai_editor .overview {
padding: 20px ;
margin-bottom: 50px ;
}

#ai_editor .overview h2 {
font-size: 22px ;
}

#ai_editor .features-grid {
margin-bottom: 50px ;
}

#ai_editor .feature-card {
padding: 18px ;
}

#ai_editor .feature-card h3 {
font-size: 17px ;
}

#ai_editor .form-components {
margin-bottom: 50px ;
}

#ai_editor .form-components h2 {
font-size: 22px ;
}

#ai_editor .component-group {
padding: 18px ;
}

#ai_editor .component-group h3 {
font-size: 17px ;
}

#ai_editor .procedures {
margin-bottom: 50px ;
}

#ai_editor .procedures h2 {
font-size: 22px ;
}

#ai_editor .procedure-item {
padding: 18px ;
}

#ai_editor .procedure-item h3 {
font-size: 17px ;
}

#ai_editor .legal-guide {
margin-bottom: 50px ;
}

#ai_editor .legal-guide h2 {
font-size: 22px ;
}

#ai_editor .legal-card {
padding: 18px ;
}

#ai_editor .legal-card h3 {
font-size: 17px ;
}

#ai_editor .benefits {
margin-bottom: 50px ;
}

#ai_editor .benefits h2 {
font-size: 22px ;
}

#ai_editor .benefit-item {
padding: 18px ;
}

#ai_editor .benefit-item h3 {
font-size: 17px ;
}

#ai_editor .usage-steps {
padding: 20px ;
}

#ai_editor .usage-steps h2 {
font-size: 22px ;
}

#ai_editor .step-item {
padding: 18px ;
}
}
</style>

<div id="ai_editor">
<div class="header">
<h1>&#128203; Ç¥ÁØ ½Ã¸»¼­(°¢¼­) ¾ç½Ä</h1>
<p>ȸ»ç ±ÔÁ¤ À§¹Ý ½Ã ÀÛ¼ºÇÏ´Â °ø½Ä ¹®¼­ ÅÛÇø´</p>
</div>

<div class="overview">
<h2>&#9878;&#65039; ¾ç½Ä °³¿ä</h2>
<p>ȸ»ç ±ÔÁ¤À» À§¹ÝÇÏ¿´À» ½Ã ÀÛ¼ºÇϴ ǥÁØ ½Ã¸»¼­ÀÔ´Ï´Ù. ¼Ò¼Ó, Á÷À§, ¼º¸í µîÀÇ ±âº» Ç׸ñÀ¸·Î ±¸¼ºµÇ¾î ÀÖÀ¸¸ç, °¡º­¿î °ú¿À³ª ¡°è »óȲ¿¡¼­ ½Ã¸»¼­¸¦ ¹Þ°í ÈÆ°èÇÏ´Â ¿ëµµ·Î Ȱ¿ëµË´Ï´Ù. Àλç°ü¸®¿Í ¡°è ÀýÂ÷ÀÇ Åõ¸í¼ºÀ» È®º¸Çϰí, Á÷¿øÀÇ ¹Ý¼º°ú °³¼±À» À¯µµÇÏ´Â °ø½ÄÀûÀÎ ÀÎ»ç ¼­·ùÀÔ´Ï´Ù.</p>
</div>

<div class="features-grid">
<div class="feature-card">
<h3>&#128221; Ç¥ÁØÈ­µÈ ¾ç½Ä</h3>
<p>¹ýÀû È¿·ÂÀ» °®Ãá Ç¥ÁØ ½Ã¸»¼­ Çü½ÄÀ¸·Î ÀÛ¼ºµÇ¾î ÀÖ¾î ÀÎ»ç °ü¸® ¾÷¹«¿¡ Áï½Ã Ȱ¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.</p>
</div>
<div class="feature-card">
<h3>&#9889; °£ÆíÇÑ ÀÛ¼º</h3>
<p>Çʼö Ç׸ñµéÀÌ Ã¼°èÀûÀ¸·Î ±¸¼ºµÇ¾î ÀÖ¾î ´©±¸³ª ½±°í ºü¸£°Ô ½Ã¸»¼­¸¦ ÀÛ¼ºÇÒ ¼ö ÀÖ½À´Ï´Ù.</p>
</div>
<div class="feature-card">
<h3>&#128202; ü°èÀû °ü¸®</h3>
<p>Á÷¿øº°, »ç¾Èº°·Î ü°èÀûÀΠ¡°è ÀÌ·Â °ü¸®°¡ °¡´ÉÇÏ¿© ÀÎ»ç ¾÷¹«ÀÇ È¿À²¼ºÀ» ³ôÀÔ´Ï´Ù.</p>
</div>
<div class="feature-card">
<h3>&#127970; °ø½Ä ¹®¼­</h3>
<p>ȸ»çÀÇ °ø½ÄÀûÀΠ¡°è ÀýÂ÷¿¡ µû¸¥ ¹®¼­·Î¼­ ¹ýÀû ±Ù°Å¿Í È¿·ÂÀ» °®Ãá ÀÎ»ç ¼­·ùÀÔ´Ï´Ù.</p>
</div>
<div class="feature-card">
<h3>&#128260; °³¼± À¯µµ</h3>
<p>Á÷¿øÀÇ ¹Ý¼º°ú Çൿ °³¼±À» À¯µµÇÏ¿© Àç¹ß ¹æÁö¿Í Á¶Á÷ ¹®È­ °³¼±¿¡ ±â¿©ÇÕ´Ï´Ù.</p>
</div>
<div class="feature-card">
<h3>&#128193; ±â·Ï º¸°ü</h3>
<p>ÀÎ»ç ±â·ÏÀ¸·Î º¸°üµÇ¾î ÇâÈÄ ½ÂÁø, Æò°¡ µî Àλç ÀÇ»ç°áÁ¤ ½Ã Áß¿äÇÑ Âü°í ÀÚ·á·Î Ȱ¿ëµË´Ï´Ù.</p>
</div>
</div>

<div class="form-components">
<h2>&#128203; ¾ç½Ä ±¸¼º Ç׸ñ</h2>
<div class="components-container">
<div class="component-group">
<h3>&#128100; ±âº» Á¤º¸</h3>
<div class="component-list">
<div class="component-row">&#127970; <strong>¼Ò¼Ó :</strong> ºÎ¼­¸í ¶Ç´Â ÆÀ¸í</div>
<div class="component-row">&#128188; <strong>Á÷À§ :</strong> Á÷Ã¥ ¹× Á÷±Þ</div>
<div class="component-row">&#9997;&#65039; <strong>¼º¸í :</strong> ÀÛ¼ºÀÚ ½Ç¸í</div>
<div class="component-row">&#128197; <strong>ÀÛ¼ºÀÏÀÚ :</strong> ½Ã¸»¼­ ÀÛ¼º ³¯Â¥</div>
<div class="component-row">&#127380; <strong>»ç¹ø :</strong> Á÷¿ø °íÀ¯¹øÈ£</div>
</div>
</div>

<div class="component-group">
<h3>&#128221; ½Ã¸» ³»¿ë</h3>
<div class="component-list">
<div class="component-row">&#9888;&#65039; <strong>À§¹Ý »ç½Ç :</strong> ±ÔÁ¤ À§¹Ý ³»¿ë ±â¼ú</div>
<div class="component-row">&#128173; <strong>¹Ý¼º¹® :</strong> °³ÀÎÀû ¹Ý¼º°ú »ç°ú</div>
<div class="component-row">&#128295; <strong>°³¼± ¹æ¾È :</strong> Àç¹ß ¹æÁö °èȹ</div>
<div class="component-row">&#128203; <strong>°áÀç¶õ :</strong> »ó±ÞÀÚ ½ÂÀÎ È®ÀÎ</div>
<div class="component-row">&#9989; <strong>¼­¸í :</strong> º»ÀÎ ¼­¸í ¹× ³¯ÀÎ</div>
</div>
</div>
</div>
</div>

<div class="procedures">
<h2>&#9878;&#65039; ¡°è ÀýÂ÷</h2>
<div class="procedures-grid">
<div class="procedure-item">
<span class="icon">&#128680;</span>
<h3>±ÔÁ¤ À§¹Ý</h3>
<p>ȸ»ç ³»±Ô³ª Ãë¾÷±ÔÄ¢ À§¹Ý ÇàÀ§ ¹ß»ý</p>
</div>
<div class="procedure-item">
<span class="icon">&#128269;</span>
<h3>»ç½Ç È®ÀÎ</h3>
<p>À§¹Ý »ç½Ç¿¡ ´ëÇÑ Á¶»ç ¹× È®ÀÎ ÀýÂ÷</p>
</div>
<div class="procedure-item">
<span class="icon">&#128221;</span>
<h3>½Ã¸»¼­ ÀÛ¼º</h3>
<p>Ç¥ÁØ ¾ç½Ä¿¡ µû¸¥ ½Ã¸»¼­ ÀÛ¼º ¹× Á¦Ãâ</p>
</div>
<div class="procedure-item">
<span class="icon">&#9989;</span>
<h3>óºÐ °áÁ¤</h3>
<p>¡°è ¼öÁØ °áÁ¤ ¹× ÀÎ»ç ±â·Ï °ü¸®</p>
</div>
</div>
</div>

<div class="legal-guide">
<h2>&#128214; ¹ýÀû °¡À̵å</h2>
<div class="legal-grid">
<div class="legal-card">
<h3>&#9878;&#65039; ¡°è ±Ù°Å</h3>
<ul>
<li>- ±Ù·Î±âÁعý¿¡ µû¸¥ ¡°è ÀýÂ÷</li>
<li>- ȸ»ç Ãë¾÷±ÔÄ¢ ¹× ³»±Ô</li>
<li>- ´ÜüÇù¾à ¡°è °ü·Ã Á¶Ç×</li>
<li>- °øÁ¤Çϰí Åõ¸íÇÑ Â¡°è ¿øÄ¢</li>
<li>- ºñ·Ê¼º°ú ÀûÁ¤¼º °í·Á</li>
</ul>
</div>
<div class="legal-card">
<h3>&#128203; ÀÛ¼º ¿øÄ¢</h3>
<ul>
<li>- »ç½Ç¿¡ ±â¹ÝÇÑ Á¤È®ÇÑ ±â¼ú</li>
<li>- Áø½ÇµÈ ¹Ý¼º°ú °³¼± ÀÇÁö Ç¥Çö</li>
<li>- ¸íÈ®ÇÏ°í ±¸Ã¼ÀûÀÎ ³»¿ë ÀÛ¼º</li>
<li>- ¹ýÀû È¿·ÂÀ» °®´Â °ø½Ä ¹®¼­</li>
<li>- ÀÎ»ç ±â·ÏÀ¸·Î ¿µ±¸ º¸°ü</li>
</ul>
</div>
</div>
</div>

<div class="benefits">
<h2>&#127775; Ȱ¿ë È¿°ú</h2>
<div class="benefits-grid">
<div class="benefit-item">
<span class="icon">&#128200;</span>
<h3>Á¶Á÷ Áú¼­</h3>
<p>ȸ»ç ±ÔÁ¤ Áؼö¸¦ ÅëÇÑ °ÇÀüÇÑ Á¶Á÷ ¹®È­ Á¶¼º°ú Áú¼­ À¯Áö</p>
</div>
<div class="benefit-item">
<span class="icon">&#127919;</span>
<h3>Àç¹ß ¹æÁö</h3>
<p>¹Ý¼º°ú °³¼± ¾à¼ÓÀ» ÅëÇÑ µ¿ÀÏ À§¹Ý ÇàÀ§ÀÇ Àç¹ß ¹æÁö È¿°ú</p>
</div>
<div class="benefit-item">
<span class="icon">&#9878;&#65039;</span>
<h3>°øÁ¤ÇÑ Ã³¸®</h3>
<p>Ç¥ÁØÈ­µÈ ÀýÂ÷¸¦ ÅëÇÑ °øÁ¤Çϰí Åõ¸íÇÑ Â¡°è ó¸®</p>
</div>
<div class="benefit-item">
<span class="icon">&#128202;</span>
<h3>ÀÎ»ç °ü¸®</h3>
<p>ü°èÀûÀΠ¡°è ±â·Ï °ü¸®¸¦ ÅëÇÑ È¿À²ÀûÀÎ ÀÎ»ç ¾÷¹« ¼öÇà</p>
</div>
<div class="benefit-item">
<span class="icon">&#129309;</span>
<h3>±³À° È¿°ú</h3>
<p>´Ù¸¥ Á÷¿øµé¿¡°Ô °æ°¢½ÉÀ» ÁÖ¾î ÀüüÀûÀÎ ±ÔÁ¤ Áؼö ÀÇ½Ä Çâ»ó</p>
</div>
<div class="benefit-item">
<span class="icon">&#128272;</span>
<h3>¹ýÀû º¸È£</h3>
<p>ÀûÀýÇÑ Â¡°è ÀýÂ÷¸¦ ÅëÇÑ È¸»çÀÇ ¹ýÀû ¸®½ºÅ© ÃÖ¼ÒÈ­</p>
</div>
</div>
</div>

<div class="usage-steps">
<h2>&#128640; ÀÛ¼º ¹æ¹ý</h2>
<div class="steps-grid">
<div class="step-item">
<div class="step-number">1</div>
<p>¾ç½Ä ´Ù¿î·Îµå ¹× ±âº»Á¤º¸ ÀÔ·Â</p>
</div>
<div class="step-item">
<div class="step-number">2</div>
<p>À§¹Ý »ç½Ç ¹× ¹Ý¼º ³»¿ë ÀÛ¼º</p>
</div>
<div class="step-item">
<div class="step-number">3</div>
<p>°³¼± ¹æ¾È ¹× ¼­¸í ¿Ï·á</p>
</div>
<div class="step-item">
<div class="step-number">4</div>
<p>»ó±ÞÀÚ °áÀç ÈÄ ÀλçÆÀ Á¦Ãâ</p>
</div>
</div>
</div>
</div>
ºñÁîÆû ±¤°í_50¿ø ¾Æ³¥·Á°í
¼­½ÄÀ̹ÌÁö  
¾ÆÀ̵ð
ºñ¹Ð¹øÈ£
Á»´õ ºü¸¥ Á¢¼ÓÀ» ¿øÇϽô ºÐÀº ¼±ÅÃÇϼ¼¿ä. º¸´Ù ¾ÈÀüÇÑ ·Î±×ÀÎÀ» ¿øÇϽô ºÐÀº ¼±ÅÃÇϼ¼¿ä.
¹«·áȸ¿ø°¡ÀÔ ¾ÆÀ̵ð ã±â ºñ¹Ð¹øÈ£ ã±â
½Ç½Ã°£ Àα⠼­½Ä
 ±Þ¿© ÀÚµ¿°è»ê! ±Þ¿©°ü¸® ÅëÇÕ¿¢¼¿
Ç¥ÁØ ±Ù·Î»ç½ÇÈ®Àμ­ : 3,459
Ç¥ÁØ ÈÞÀϱٹ« ½Åû¼­ : 1,233
Ç¥ÁØ °í¿ë½Â°è ÇÕÀǼ­ : 1,089
Ç¥ÁØ ÀÚ»ê ¹Ýȯ È®¾à¼­ : 623
Ç¥ÁØ ¼³³¯ Á÷¿øº¹Áö ¾È³»¼­ : 396
Ç¥ÁØ ÅðÁ÷Áõ¸í¼­ : 91,405
Ç¥ÁØ »çÁ÷¼­(±â¾÷) : 262,878
Ç¥ÁØ ¸éÁ¢ È®Àμ­ : 1,739
Ç¥ÁØ ±Ç°í »çÁ÷¼­ (ÀϹÝ) : 4,034
Ç¥ÁØ ±Ù·Î°è¾à¼­(Á¤±ÔÁ÷±Ù.. : 53,943
Ç¥ÁØ ¾÷¹« ÀμöÀΰ輭 : 3,100
Ç¥ÁØ °æÀ§¼­ (Áö½Ã»çÇ× .. : 2,980
Ç¥ÁØ ±Ç°í»çÁ÷¼­ (ÅðÁ÷ .. : 150
Ç¥ÁØ ¹Ì»ç¿ë ¿¬Â÷ »ç¿ëÃË.. : 2,122
Ç¥ÁØ ¿ù°£ ¾÷¹«°èȹ¼­ : 1,637
ºä¾î ´Ù¿î·Îµå ´õ¸¹Àº ºä¾îº¸±â
Çѱۺä¾î´Ù¿î·Îµå ¿öµåºä¾î´Ù¿î·Îµå
¾ÆÅ©·Îºª´Ù¿î·Îµå MS¿¢¼¿´Ù¿î·Îµå
¹«¾ùÀ»µµ¿Íµå¸±±î¿ä Ŭ¸¯! ÀÌÀüÈ­¸é ¸®½ºÆ®º¸±â ¸ÇÀ§·Î
  • ºñÁîÆû
  • ¼­¿ï½Ã °­³²±¸ ¿ª»ï·Î 204 (¿ª»ïµ¿) 604È£ / ºÎ»ê½Ã ÇØ¿î´ë±¸ ¼¾ÅÒµ¿·Î 57, 504È£ (ºÎ»êµðÀÚÀμ¾ÅÍ) (ÁÖ)ºñÁîÆû ´ëÇ¥ÀÌ»ç : À̼±±Ô / °³ÀÎÁ¤º¸Ã¥ÀÓÀÚ : ±è¹Î°æ
    Tel.1588-8443 Fax.080-082-4990 »ç¾÷ÀÚµî·Ï¹øÈ£ : 605-81-38178 / Åë½ÅÆÇ¸Å¾÷ ½Å°í¹øÈ£ : Á¦2002-29È£