|
|
 |
| Ç¥Áؼ½Ä |
|
ISO ÇüÅÂÀÇ ¹®¼ Ç¥ÁØÈ°¡ °¡´ÉÇÕ´Ï´Ù. |
|
Ç¥Áؼ½Ä
>
ÀÏ¹Ý |
|
|
|
|
|
|
 |
 |
 |
 |
|
| Ç¥ÁØ ³»¿ëÁõ¸íÀº °¢ Ç׸ñ¸¶´Ù ÀÛ¼º¿¡ ÇÊ¿äÇÑ Àü¹®°¡ÀÇ Á¶¾ðÀÌ
Æ÷ÇԵǾî ÀÖ¾î, »óȲ¿¡ ¸Â´Â ³»¿ëÁõ¸í¼ ÀÛ¼ºÀÌ °¡´ÉÇÕ´Ï´Ù. |
|
|
 |
|
 |
±â°ü ¹× »óȲÀÇ Æ¯¼º¿¡ ¸Â°Ô Ç¥ÁØÈµÈ ¸ñÂ÷·Î ±¸¼ºÇß½À´Ï´Ù. |
 |
Ç׸ñº° ÀÛ¼º¿¹Á¦¸¦ º¸½Ã¸é Á¤È®ÇÑ ¹®¼ ÀÛ¼ºÀÌ °¡´ÉÇÕ´Ï´Ù. |
|
|
|
 |
 |
|
|
|
 |
|
|
|
|
|
|
 |
|
 |
|
|
¼½Ä¼³¸í |
|
|
<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: 50px 40px ;
background: #f8fafc ;
font-family: 'Malgun Gothic', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
line-height: 1.7 ;
color: #2c3e50 ;
box-sizing: border-box ;
}
#ai_editor * {
box-sizing: border-box ;
}
#ai_editor .header {
text-align: center ;
margin-bottom: 75px ;
}
#ai_editor .main-title {
color: #2196F3 ;
font-size: 42px ;
margin: 0 0 20px 0 ;
font-weight: bold ;
line-height: 1.3 ;
}
#ai_editor .form-overview {
background: #e3f2fd ;
padding: 35px 30px ;
border-radius: 15px ;
box-shadow: 0 5px 20px rgba(33, 150, 243, 0.15) ;
border: 1px solid #2196F3 ;
margin-bottom: 75px ;
}
#ai_editor .form-overview h2 {
color: #1976D2 ;
font-size: 28px ;
margin: 0 0 20px 0 ;
text-align: center ;
font-weight: bold ;
line-height: 1.4 ;
}
#ai_editor .form-overview p {
font-size: 19px ;
text-align: center ;
color: #1565C0 ;
font-weight: 500 ;
margin: 0 ;
line-height: 1.7 ;
}
#ai_editor .section {
background: white ;
padding: 35px 30px ;
border-radius: 15px ;
box-shadow: 0 5px 20px rgba(33, 150, 243, 0.12) ;
margin-bottom: 75px ;
}
#ai_editor .section h3 {
color: #1976D2 ;
font-size: 26px ;
margin: 0 0 25px 0 ;
font-weight: bold ;
display: flex ;
align-items: center ;
gap: 12px ;
line-height: 1.4 ;
}
#ai_editor .icon {
font-size: 28px ;
color: #2196F3 ;
line-height: 1 ;
}
#ai_editor .feature-grid {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 25px ;
margin: 0 ;
}
#ai_editor .feature-item {
background: #f3f9ff ;
padding: 28px 22px ;
border-radius: 12px ;
border: 2px solid #90caf9 ;
text-align: center ;
transition: transform 0.3s ease ;
}
#ai_editor .feature-item:hover {
transform: translateY(-5px) ;
}
#ai_editor .feature-item h4 {
color: #1976D2 ;
font-size: 20px ;
margin: 0 0 12px 0 ;
font-weight: bold ;
line-height: 1.4 ;
}
#ai_editor .feature-item p {
font-size: 17px ;
color: #424242 ;
margin: 0 ;
line-height: 1.6 ;
}
#ai_editor .process-flow {
background: white ;
padding: 35px 30px ;
border-radius: 15px ;
box-shadow: 0 5px 20px rgba(33, 150, 243, 0.12) ;
margin-bottom: 75px ;
}
#ai_editor .process-flow h3 {
color: #1976D2 ;
font-size: 26px ;
margin: 0 0 35px 0 ;
text-align: center ;
font-weight: bold ;
line-height: 1.4 ;
}
#ai_editor .steps {
display: grid ;
grid-template-columns: repeat(4, 1fr) ;
gap: 25px ;
}
#ai_editor .step {
text-align: center ;
}
#ai_editor .step-number {
background: #2196F3 ;
color: white ;
width: 65px ;
height: 65px ;
border-radius: 50% ;
display: flex ;
align-items: center ;
justify-content: center ;
font-size: 28px ;
font-weight: bold ;
margin: 0 auto 18px ;
box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3) ;
}
#ai_editor .step h4 {
color: #1976D2 ;
font-size: 20px ;
margin: 0 0 12px 0 ;
font-weight: bold ;
line-height: 1.4 ;
}
#ai_editor .step p {
font-size: 17px ;
color: #424242 ;
margin: 0 ;
line-height: 1.6 ;
}
#ai_editor .info-boxes {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 25px ;
margin-bottom: 75px ;
}
#ai_editor .info-box {
background: white ;
padding: 30px 25px ;
border-radius: 15px ;
box-shadow: 0 5px 20px rgba(33, 150, 243, 0.12) ;
}
#ai_editor .info-box h4 {
color: #1976D2 ;
font-size: 22px ;
margin: 0 0 20px 0 ;
font-weight: bold ;
line-height: 1.4 ;
}
#ai_editor .info-box ul {
list-style: none ;
padding: 0 ;
margin: 0 ;
}
#ai_editor .info-box li {
font-size: 17px ;
color: #424242 ;
padding: 10px 0 ;
border-bottom: 1px solid #e3f2fd ;
line-height: 1.6 ;
}
#ai_editor .info-box li:last-child {
border-bottom: none ;
}
#ai_editor .highlight-box {
background: #fff3e0 ;
border: 3px solid #ff9800 ;
border-radius: 15px ;
padding: 35px 30px ;
margin-bottom: 75px ;
text-align: center ;
}
#ai_editor .highlight-box h3 {
color: #f57c00 ;
font-size: 26px ;
margin: 0 0 15px 0 ;
font-weight: bold ;
line-height: 1.4 ;
}
#ai_editor .highlight-box p {
font-size: 19px ;
color: #e65100 ;
margin: 0 ;
font-weight: 500 ;
line-height: 1.7 ;
}
#ai_editor .effectiveness {
background: white ;
padding: 35px 30px ;
border-radius: 15px ;
box-shadow: 0 5px 20px rgba(33, 150, 243, 0.12) ;
}
#ai_editor .effectiveness h3 {
color: #1976D2 ;
font-size: 26px ;
margin: 0 0 30px 0 ;
font-weight: bold ;
text-align: center ;
line-height: 1.4 ;
}
#ai_editor .effect-items {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 25px ;
}
#ai_editor .effect-item {
background: #f3f9ff ;
padding: 28px 22px ;
border-radius: 12px ;
border: 2px solid #90caf9 ;
text-align: center ;
transition: transform 0.3s ease ;
}
#ai_editor .effect-item:hover {
transform: translateY(-5px) ;
}
#ai_editor .effect-item h4 {
color: #1976D2 ;
font-size: 20px ;
margin: 0 0 12px 0 ;
font-weight: bold ;
line-height: 1.4 ;
}
#ai_editor .effect-item p {
font-size: 17px ;
color: #424242 ;
margin: 0 ;
line-height: 1.6 ;
}
@media (max-width: 992px) {
#ai_editor {
padding: 45px 35px ;
}
#ai_editor .header {
margin-bottom: 65px ;
}
#ai_editor .main-title {
font-size: 38px ;
}
#ai_editor .form-overview {
padding: 32px 28px ;
margin-bottom: 65px ;
}
#ai_editor .form-overview h2 {
font-size: 26px ;
}
#ai_editor .section {
padding: 32px 28px ;
margin-bottom: 65px ;
}
#ai_editor .feature-grid {
grid-template-columns: 1fr ;
gap: 22px ;
}
#ai_editor .process-flow {
padding: 32px 28px ;
margin-bottom: 65px ;
}
#ai_editor .steps {
grid-template-columns: repeat(2, 1fr) ;
gap: 22px ;
}
#ai_editor .info-boxes {
grid-template-columns: 1fr ;
gap: 22px ;
margin-bottom: 65px ;
}
#ai_editor .highlight-box {
padding: 32px 28px ;
margin-bottom: 65px ;
}
#ai_editor .effect-items {
grid-template-columns: 1fr ;
gap: 22px ;
}
}
@media (max-width: 768px) {
#ai_editor {
padding: 40px 30px ;
}
#ai_editor .header {
margin-bottom: 60px ;
}
#ai_editor .main-title {
font-size: 32px ;
}
#ai_editor .form-overview {
padding: 30px 26px ;
margin-bottom: 60px ;
}
#ai_editor .form-overview h2 {
font-size: 24px ;
}
#ai_editor .form-overview p {
font-size: 18px ;
}
#ai_editor .section {
padding: 30px 26px ;
margin-bottom: 60px ;
}
#ai_editor .section h3 {
font-size: 24px ;
}
#ai_editor .feature-grid {
gap: 20px ;
}
#ai_editor .feature-item {
padding: 26px 20px ;
}
#ai_editor .process-flow {
padding: 30px 26px ;
margin-bottom: 60px ;
}
#ai_editor .process-flow h3 {
font-size: 24px ;
margin-bottom: 30px ;
}
#ai_editor .steps {
grid-template-columns: 1fr ;
gap: 20px ;
}
#ai_editor .step-number {
width: 60px ;
height: 60px ;
font-size: 26px ;
}
#ai_editor .info-boxes {
gap: 20px ;
margin-bottom: 60px ;
}
#ai_editor .info-box {
padding: 28px 24px ;
}
#ai_editor .highlight-box {
padding: 30px 26px ;
margin-bottom: 60px ;
}
#ai_editor .highlight-box h3 {
font-size: 24px ;
}
#ai_editor .effectiveness {
padding: 30px 26px ;
}
#ai_editor .effectiveness h3 {
font-size: 24px ;
}
#ai_editor .effect-items {
gap: 20px ;
}
}
@media (max-width: 480px) {
#ai_editor {
padding: 35px 20px ;
}
#ai_editor .header {
margin-bottom: 50px ;
}
#ai_editor .main-title {
font-size: 26px ;
}
#ai_editor .form-overview {
padding: 26px 22px ;
margin-bottom: 50px ;
border-radius: 12px ;
}
#ai_editor .form-overview h2 {
font-size: 22px ;
}
#ai_editor .form-overview p {
font-size: 17px ;
}
#ai_editor .section {
padding: 26px 22px ;
margin-bottom: 50px ;
border-radius: 12px ;
border-left-width: 4px ;
}
#ai_editor .section h3 {
font-size: 22px ;
gap: 10px ;
}
#ai_editor .icon {
font-size: 26px ;
}
#ai_editor .feature-grid {
gap: 16px ;
}
#ai_editor .feature-item {
padding: 24px 18px ;
}
#ai_editor .feature-item h4 {
font-size: 19px ;
}
#ai_editor .feature-item p {
font-size: 16px ;
}
#ai_editor .process-flow {
padding: 26px 22px ;
margin-bottom: 50px ;
border-radius: 12px ;
border-left-width: 4px ;
}
#ai_editor .process-flow h3 {
font-size: 22px ;
margin-bottom: 28px ;
}
#ai_editor .steps {
gap: 18px ;
}
#ai_editor .step-number {
width: 55px ;
height: 55px ;
font-size: 24px ;
margin-bottom: 15px ;
}
#ai_editor .step h4 {
font-size: 19px ;
margin-bottom: 10px ;
}
#ai_editor .step p {
font-size: 16px ;
}
#ai_editor .info-boxes {
gap: 16px ;
margin-bottom: 50px ;
}
#ai_editor .info-box {
padding: 25px 20px ;
border-radius: 12px ;
border-left-width: 4px ;
}
#ai_editor .info-box h4 {
font-size: 20px ;
margin-bottom: 18px ;
}
#ai_editor .info-box li {
font-size: 16px ;
padding: 8px 0 ;
}
#ai_editor .highlight-box {
padding: 26px 22px ;
margin-bottom: 50px ;
border-radius: 12px ;
}
#ai_editor .highlight-box h3 {
font-size: 22px ;
margin-bottom: 12px ;
}
#ai_editor .highlight-box p {
font-size: 17px ;
}
#ai_editor .effectiveness {
padding: 26px 22px ;
border-radius: 12px ;
border-left-width: 4px ;
}
#ai_editor .effectiveness h3 {
font-size: 22px ;
margin-bottom: 25px ;
}
#ai_editor .effect-items {
gap: 16px ;
}
#ai_editor .effect-item {
padding: 24px 18px ;
}
#ai_editor .effect-item h4 {
font-size: 19px ;
}
#ai_editor .effect-item p {
font-size: 16px ;
}
}
</style>
<div id="ai_editor">
<div class="header">
<h1 class="main-title">📋 Ç¥ÁØ ¼ÕÇØ¹è»ó ³»¿ëÁõ¸í¼</h1>
</div>
<div class="form-overview">
<h2>Áß°íÀÚµ¿Â÷ ÇãÀ§ÆÇ¸Å ¼ÕÇØ¹è»ó û±¸</h2>
<p>ÇãÀ§»ç½Ç ¼³¸íÀ¸·Î Áß°íÀÚµ¿Â÷¸¦ ±¸ÀÔÇÏ°Ô ÇÏ¿© ¹ß»ýÇÑ ¼ÕÇØ¿¡ ´ëÇÑ ¹è»óÀ» û±¸ÇÏ´Â ³»¿ëÁõ¸í¼ÀÔ´Ï´Ù</p>
</div>
<div class="section">
<h3><span class="icon"><br></span> ¼½ÄÀÇ ÁÖ¿ä Æ¯Â¡</h3>
<div class="feature-grid">
<div class="feature-item">
<h4>📝 ÀÛ¼º¹æ¹ý Æ÷ÇÔ</h4>
<p>»ó¼¼ÇÑ ÀÛ¼º °¡À̵å¶óÀÎÀÌ ÇÔ²² Á¦°øµË´Ï´Ù</p>
</div>
<div class="feature-item">
<h4>⚖️ ¹ýÀû ±Ù°Å</h4>
<p>¹Î¹ý»ó ¼ÕÇØ¹è»ó û±¸±Ç¿¡ ±â¹ÝÇÑ ³»¿ëÁõ¸í</p>
</div>
<div class="feature-item">
<h4>🎯 Æ¯È ¼½Ä</h4>
<p>Áß°íÀÚµ¿Â÷ °Å·¡ ºÐÀï¿¡ Æ¯ÈµÈ ¾ç½Ä</p>
</div>
</div>
</div>
<div class="process-flow">
<h3>³»¿ëÁõ¸í ÀÛ¼º ¹× ¹ß¼Û ÀýÂ÷</h3>
<div class="steps">
<div class="step">
<div class="step-number">1</div>
<h4>¼½Ä ´Ù¿î·Îµå</h4>
<p>HWP, DOC, PDF ÇüÅ·ΠÁ¦°øµÇ´Â Ç¥ÁØ ¼½ÄÀ» ´Ù¿î·ÎµåÇÕ´Ï´Ù</p>
</div>
<div class="step">
<div class="step-number">2</div>
<h4>³»¿ë ÀÛ¼º</h4>
<p>ÇãÀ§ÆÇ¸Å »ç½Ç°ú ¼ÕÇØ ³»¿ëÀ» ±¸Ã¼ÀûÀ¸·Î ±âÀçÇÕ´Ï´Ù</p>
</div>
<div class="step">
<div class="step-number">3</div>
<h4>3Åë Áغñ</h4>
<p>¹ß¼Û¿ë, ¿ìü±¹ º¸°ü¿ë, º»ÀÎ º¸°ü¿ë ÃÑ 3ÅëÀ» ÁغñÇÕ´Ï´Ù</p>
</div>
<div class="step">
<div class="step-number">4</div>
<h4>¿ìü±¹ ¹ß¼Û</h4>
<p>³»¿ëÁõ¸í¿ìÆíÀ¸·Î »ó´ë¹æ¿¡°Ô ¹ß¼ÛÇÕ´Ï´Ù</p>
</div>
</div>
</div>
<div class="info-boxes">
<div class="info-box">
<h4>🔍 Çʼö ±âÀç »çÇ×</h4>
<ul>
<li>◼ ¹ß¼ÛÀΰú ¼ö½ÅÀÎÀÇ ¼º¸í ¹× ÁÖ¼Ò</li>
<li>◼ Áß°íÀÚµ¿Â÷ °Å·¡ ÀϽà ¹× Àå¼Ò</li>
<li>◼ ÇãÀ§»ç½ÇÀÇ ±¸Ã¼Àû ³»¿ë</li>
<li>◼ ¹ß»ýÇÑ ¼ÕÇØÀÇ Á¾·ù¿Í ±Ý¾×</li>
<li>◼ ¼ÕÇØ¹è»ó û±¸ ±Ý¾×</li>
<li>◼ ÀÌÇà ±âÇÑ ¹× ¹ýÀû Á¶Ä¡ ¿¹°í</li>
</ul>
</div>
<div class="info-box">
<h4>💰 ¼ÕÇØ¹è»ó Ç׸ñ</h4>
<ul>
<li>◼ Â÷·® ¼ö¸®ºñ</li>
<li>◼ °¨°¡»ó°¢ ¼Õ½Ç</li>
<li>◼ ´ëüÂ÷·® ÀÓÂ÷·á</li>
<li>◼ Á¤½ÅÀû ÇÇÇØ</li>
<li>◼ °Ë»çºñ¿ë</li>
<li>◼ ¹ýÁ¤ÀÌÀÚ</li>
</ul>
</div>
<div class="info-box">
<h4>📋 ÷ºÎ ¼·ù</h4>
<ul>
<li>◼ ¸Å¸Å°è¾à¼ »çº»</li>
<li>◼ Â÷·®µî·ÏÁõ »çº»</li>
<li>◼ ¼ö¸®°ßÀû¼</li>
<li>◼ °Ë»ç°á°ú¼</li>
<li>◼ »çÁø Áõ°ÅÀÚ·á</li>
<li>◼ Åëȳ»¿ª¼</li>
</ul>
</div>
</div>
<div class="highlight-box">
<h3>Áß¿ä ¾È³»»çÇ×</h3>
<p>³»¿ëÁõ¸íÀº ¹ß¼Û »ç½ÇÀ» Áõ¸íÇÒ »Ó ³»¿ëÀÇ Áø½Ç¼ºÀ» º¸ÀåÇÏÁö ¾Ê½À´Ï´Ù. ¹ýÀû ºÐÀï ½Ã Áß¿äÇÑ Áõ°ÅÀÚ·á·Î Ȱ¿ëµË´Ï´Ù.</p>
</div>
<div class="effectiveness">
<h3>³»¿ëÁõ¸íÀÇ È¿°ú</h3>
<div class="effect-items">
<div class="effect-item">
<h4>📮 ¹ß¼Û»ç½Ç Áõ¸í</h4>
<p>¿ìü±¹ÀÌ °ø½ÄÀûÀ¸·Î ¹ß¼Û »ç½Ç Áõ¸í</p>
</div>
<div class="effect-item">
<h4>⏰ ½ÃÈ¿Áß´Ü</h4>
<p>¼Ò¸ê½ÃÈ¿ Áß´Ü È¿°ú·Î ±Ç¸® º¸Àü</p>
</div>
<div class="effect-item">
<h4>📋 Áõ°ÅÀÚ·á</h4>
<p>ÇâÈÄ ¼Ò¼Û¿¡¼ Áß¿äÇÑ Áõ°ÅÀÚ·á·Î Ȱ¿ë</p>
</div>
</div>
</div>
</div>
|
|
|
 |
|
 |
|
|
|
|
|
|
|
|
|
 |
|
 |
|
|
½Ç½Ã°£ Àα⠼½Ä |
|
|
|
|
±Þ¿© ÀÚµ¿°è»ê! ±Þ¿©°ü¸® ÅëÇÕ¿¢¼¿ |
|
 |
Ç¥ÁØ °è¾àÇØÁö ³»¿ëÁõ¸í¼.. |
: |
198,170 |
|
 |
Ç¥ÁØ ÇùÁ¶¿äû °ø¹®(ÀÛ¼º.. |
: |
162,236 |
|
 |
Ç¥ÁØ ÀÏÀÏ ¾÷¹«º¸°í¼(°¡.. |
: |
2,497 |
|
 |
Ç¥ÁØ ÇÏÀÚº¸¼ö ÀÌÇà°¢¼ |
: |
1,192 |
|
 |
Ç¥ÁØ ¾÷¹«°³¼± Á¦¾È¼ |
: |
994 |
|
 |
Ç¥ÁØ ¹°Ç°º¸°üÁõ |
: |
859 |
|
 |
Ç¥ÁØ ¼º°ú ºÐ¼® º¸°í¼ |
: |
835 |
|
 |
Ç¥ÁØ »ç¾÷¼öÇà ½ÇÀûÈ®Àμ |
: |
611 |
|
 |
Ç¥ÁØ Ã¤Á¡ ±âÁØÇ¥ |
: |
301 |
|
 |
Ç¥ÁØ °ÇÃà°ø»ç °ßÀû¼(ÀÛ.. |
: |
97,690 |
|
 |
Ç¥ÁØ °ßÀû¼(ÀÛ¼º¹æ¹ý, .. |
: |
191,593 |
|
 |
Ç¥ÁØ ±ÇÇÑ À§ÀÓÀå(ÀÛ¼º¹æ.. |
: |
191,367 |
|
 |
Ç¥ÁØ Ã¤¹«±Ý ³»¿ëÁõ¸í¼(.. |
: |
132,839 |
|
 |
Ç¥ÁØ ºÎµ¿»ê(ÀÓ´ëÂ÷) ³».. |
: |
76,782 |
|
 |
Ç¥ÁØ Á¦Ç° °ßÀû¼(ÀÛ¼º¹æ.. |
: |
73,977 |
|
|
|
|
|
 |
|
 |
|
|
|
|
|
|
|
|