|
|
 |
| Ç¥Áؼ½Ä |
|
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: 20px ;
background-color: #f7f9fc ;
font-family: 'Malgun Gothic', sans-serif ;
color: #2c3e50 ;
line-height: 1.6 ;
}
#ai_editor .header {
text-align: center ;
margin-bottom: 50px ;
}
#ai_editor .header h1 {
font-size: 42px ;
margin-bottom: 20px ;
color: #6ea8d4 ;
font-weight: bold ;
line-height: 1.3 ;
}
#ai_editor .header p {
font-size: 20px ;
color: #5a5a5a ;
margin: 0 ;
line-height: 1.5 ;
}
#ai_editor .section {
margin-bottom: 75px ;
}
#ai_editor .section-title {
font-size: 32px ;
color: #3a3a3a ;
text-align: center ;
margin-bottom: 50px ;
font-weight: bold ;
}
#ai_editor .grid-2x2 {
display: grid ;
grid-template-columns: 1fr 1fr ;
gap: 25px ;
max-width: 1100px ;
margin: 0 auto ;
}
#ai_editor .component-card {
background: #e8f2f9 ;
border-radius: 15px ;
padding: 35px 30px ;
text-align: center ;
box-shadow: 0 4px 15px rgba(110, 168, 212, 0.12) ;
border: 2px solid #6ea8d4 ;
}
#ai_editor .component-card .icon {
font-size: 48px ;
margin-bottom: 18px ;
}
#ai_editor .component-card h3 {
font-size: 22px ;
color: #3a3a3a ;
margin-bottom: 12px ;
font-weight: bold ;
}
#ai_editor .component-card p {
font-size: 16px ;
color: #5a5a5a ;
margin: 0 ;
line-height: 1.5 ;
}
#ai_editor .grid-2x3 {
display: grid ;
grid-template-columns: repeat(3, 1fr) ;
gap: 25px ;
max-width: 1100px ;
margin: 0 auto ;
}
#ai_editor .download-card {
background: #ffffff ;
border-radius: 12px ;
padding: 30px 25px ;
text-align: center ;
box-shadow: 0 3px 12px rgba(110, 168, 212, 0.1) ;
border: 1px solid #d4e6f1 ;
transition: transform 0.3s ease ;
}
#ai_editor .download-card:hover {
transform: translateY(-5px) ;
}
#ai_editor .download-card .file-icon {
font-size: 38px ;
margin-bottom: 12px ;
}
#ai_editor .download-card h4 {
font-size: 18px ;
color: #3a3a3a ;
margin: 0 ;
font-weight: bold ;
}
#ai_editor .grid-3x2 {
display: grid ;
grid-template-columns: repeat(2, 1fr) ;
gap: 25px ;
max-width: 1100px ;
margin: 0 auto ;
}
#ai_editor .step-card {
background: #ffffff ;
border-radius: 15px ;
padding: 35px 30px ;
border-left: 6px solid #6ea8d4 ;
box-shadow: 0 4px 12px rgba(110, 168, 212, 0.12) ;
}
#ai_editor .step-number {
width: 50px ;
height: 50px ;
background: #6ea8d4 ;
color: #ffffff ;
border-radius: 50% ;
display: flex ;
align-items: center ;
justify-content: center ;
font-size: 22px ;
font-weight: bold ;
margin-bottom: 18px ;
}
#ai_editor .step-card h3 {
font-size: 20px ;
color: #3a3a3a ;
margin-bottom: 12px ;
font-weight: bold ;
}
#ai_editor .step-card p {
font-size: 16px ;
color: #5a5a5a ;
margin: 0 ;
line-height: 1.6 ;
}
#ai_editor .grid-1x4 {
display: grid ;
grid-template-columns: repeat(4, 1fr) ;
gap: 20px ;
max-width: 1100px ;
margin: 0 auto ;
}
#ai_editor .important-card {
background: #ffffff ;
border-radius: 10px ;
padding: 30px 22px ;
text-align: center ;
box-shadow: 0 2px 10px rgba(110, 168, 212, 0.1) ;
border: 1px solid #d4e6f1 ;
}
#ai_editor .important-card .warning-icon {
font-size: 32px ;
margin-bottom: 12px ;
}
#ai_editor .important-card h4 {
font-size: 17px ;
color: #3a3a3a ;
margin-bottom: 8px ;
font-weight: bold ;
}
#ai_editor .important-card p {
font-size: 16px ;
color: #5a5a5a ;
margin: 0 ;
line-height: 1.5 ;
}
@media (max-width: 992px) {
#ai_editor {
padding: 18px ;
}
#ai_editor .header {
margin-bottom: 45px ;
}
#ai_editor .header h1 {
font-size: 36px ;
}
#ai_editor .header p {
font-size: 18px ;
}
#ai_editor .section {
margin-bottom: 60px ;
}
#ai_editor .section-title {
font-size: 28px ;
margin-bottom: 40px ;
}
#ai_editor .grid-2x2,
#ai_editor .grid-3x2 {
gap: 22px ;
}
#ai_editor .component-card {
padding: 32px 28px ;
}
#ai_editor .component-card .icon {
font-size: 44px ;
margin-bottom: 16px ;
}
#ai_editor .component-card h3 {
font-size: 20px ;
}
#ai_editor .grid-2x3 {
grid-template-columns: repeat(2, 1fr) ;
gap: 22px ;
}
#ai_editor .download-card {
padding: 28px 22px ;
}
#ai_editor .download-card .file-icon {
font-size: 36px ;
}
#ai_editor .download-card h4 {
font-size: 17px ;
}
#ai_editor .step-card {
padding: 32px 28px ;
}
#ai_editor .step-number {
width: 48px ;
height: 48px ;
font-size: 20px ;
margin-bottom: 16px ;
}
#ai_editor .step-card h3 {
font-size: 19px ;
}
#ai_editor .grid-1x4 {
grid-template-columns: repeat(2, 1fr) ;
gap: 22px ;
}
#ai_editor .important-card {
padding: 28px 20px ;
}
#ai_editor .important-card .warning-icon {
font-size: 30px ;
}
#ai_editor .important-card h4 {
font-size: 17px ;
}
}
@media (max-width: 768px) {
#ai_editor {
padding: 15px ;
}
#ai_editor .header {
margin-bottom: 40px ;
}
#ai_editor .header h1 {
font-size: 28px ;
}
#ai_editor .header p {
font-size: 16px ;
}
#ai_editor .section {
margin-bottom: 50px ;
}
#ai_editor .section-title {
font-size: 24px ;
margin-bottom: 35px ;
}
#ai_editor .grid-2x2,
#ai_editor .grid-2x3,
#ai_editor .grid-3x2,
#ai_editor .grid-1x4 {
grid-template-columns: 1fr ;
gap: 20px ;
}
#ai_editor .component-card {
padding: 28px 25px ;
}
#ai_editor .component-card .icon {
font-size: 42px ;
margin-bottom: 15px ;
}
#ai_editor .component-card h3 {
font-size: 19px ;
}
#ai_editor .download-card {
padding: 25px 20px ;
}
#ai_editor .download-card .file-icon {
font-size: 34px ;
}
#ai_editor .step-card {
padding: 28px 25px ;
}
#ai_editor .step-number {
width: 45px ;
height: 45px ;
font-size: 19px ;
margin-bottom: 15px ;
}
#ai_editor .step-card h3 {
font-size: 18px ;
}
#ai_editor .important-card {
padding: 25px 20px ;
}
#ai_editor .important-card .warning-icon {
font-size: 28px ;
margin-bottom: 10px ;
}
#ai_editor .important-card h4 {
font-size: 17px ;
}
}
@media (max-width: 480px) {
#ai_editor .header h1 {
font-size: 24px ;
}
#ai_editor .section {
margin-bottom: 45px ;
}
#ai_editor .section-title {
font-size: 22px ;
margin-bottom: 30px ;
}
#ai_editor .component-card {
padding: 25px 20px ;
}
#ai_editor .component-card .icon {
font-size: 38px ;
}
#ai_editor .component-card h3 {
font-size: 18px ;
}
#ai_editor .download-card {
padding: 22px 18px ;
}
#ai_editor .step-card {
padding: 25px 20px ;
}
#ai_editor .step-number {
width: 42px ;
height: 42px ;
font-size: 18px ;
}
#ai_editor .step-card h3 {
font-size: 17px ;
}
#ai_editor .important-card {
padding: 22px 18px ;
}
#ai_editor .important-card .warning-icon {
font-size: 26px ;
}
}
</style>
<div id="ai_editor">
<div class="header">
<h1>📋 ÁÖÁÖ¸íºÎ ¼½Ä</h1>
<p>ȸ»ç ÁÖ½Ä º¸À¯ ÁÖÁÖ Á¤º¸¸¦ ü°èÀûÀ¸·Î °ü¸®Çϴ ǥÁØ ¼½Ä</p>
</div>
<div class="section">
<h2 class="section-title">🏗️ ÁÖ¿ä ±¸¼º¿ä¼Ò</h2>
<div class="grid-2x2">
<div class="component-card">
<div class="icon">👤</div>
<h3>ÁÖÁÖ¸í</h3>
<p>ÁÖÁÖÀÇ ½Ç¸í Á¤º¸¸¦ Á¤È®ÇÏ°Ô ±âÀç</p>
</div>
<div class="component-card">
<div class="icon">🆔</div>
<h3>ÁÖ ¼Ò</h3>
<p>ÁÖÁÖ ½Å¿ø È®ÀÎÀ» À§ÇÑ Á¤º¸</p>
</div>
<div class="component-card">
<div class="icon">📈</div>
<h3>ÁÖ½Ä/ÃâÀÚ³»¿ë</h3>
<p>¾×¸é°¡¾×, ±Ý¾×, ÁöºÐÀ² µî Á¤º¸</p>
</div>
<div class="component-card">
<div class="icon">🔢</div>
<h3>º¸À¯¼ö·®</h3>
<p>°¢ ÁÖÁÖ°¡ ¼ÒÀ¯ÇÑ ÁÖ½ÄÀÇ Á¤È®ÇÑ ¼ö·®</p>
</div>
</div>
</div>
<div class="section">
<h2 class="section-title">⚙️ »ç¿ë ÀýÂ÷</h2>
<div class="grid-3x2">
<div class="step-card">
<div class="step-number">1</div>
<h3>¼½Ä ´Ù¿î·Îµå</h3>
<p>ÇÊ¿äÇÑ ÆÄÀÏ Çü½ÄÀ» ¼±ÅÃÇÏ¿© ÁÖÁÖ¸íºÎ ¼½ÄÀ» ´Ù¿î·ÎµåÇÕ´Ï´Ù.</p>
</div>
<div class="step-card">
<div class="step-number">2</div>
<h3>ÁÖÁÖ Á¤º¸ ÀÔ·Â</h3>
<p>¼º¸í, Áֹεî·Ï¹øÈ£, º¸À¯¼ö·® µî Çʼö Á¤º¸¸¦ Á¤È®È÷ ±âÀçÇÕ´Ï´Ù.</p>
</div>
<div class="step-card">
<div class="step-number">3</div>
<h3>°ËÅä ¹× È®ÀÎ</h3>
<p>ÀÔ·ÂµÈ ¸ðµç Á¤º¸ÀÇ Á¤È®¼ºÀ» öÀúÈ÷ °ËÅäÇϰí È®ÀÎÇÕ´Ï´Ù.</p>
</div>
<div class="step-card">
<div class="step-number">4</div>
<h3>½ÂÀÎ ¹× ³¯ÀÎ</h3>
<p>´ã´ç ºÎ¼ÀåÀÇ ½ÂÀÎÀ» ¹Þ°í °ø½Ä ³¯ÀÎÀ» ¿Ï·áÇÕ´Ï´Ù.</p>
</div>
<div class="step-card">
<div class="step-number">5</div>
<h3>º¸°ü ¹× °ü¸®</h3>
<p>¿Ï¼ºµÈ ÁÖÁÖ¸íºÎ¸¦ ¾ÈÀüÇÑ °÷¿¡ º¸°üÇϰí Áö¼ÓÀûÀ¸·Î °ü¸®ÇÕ´Ï´Ù.</p>
</div>
<div class="step-card">
<div class="step-number">6</div>
<h3>Á¤±â ¾÷µ¥ÀÌÆ®</h3>
<p>ÁÖÁÖ º¯µ¿»çÇ× ¹ß»ý½Ã Áï½Ã ¸íºÎ¸¦ ¾÷µ¥ÀÌÆ®ÇÏ¿© ÃֽŠ»óŸ¦ À¯ÁöÇÕ´Ï´Ù.</p>
</div>
</div>
</div>
<div class="section">
<h2 class="section-title">⚠️ Áß¿ä »çÇ×</h2>
<div class="grid-1x4">
<div class="important-card">
<div class="warning-icon">🔒</div>
<h4>°³ÀÎÁ¤º¸ º¸È£</h4>
<p>Áֹεî·Ï¹øÈ£ µî ¹Î°¨Á¤º¸ º¸¾È öÀú</p>
</div>
<div class="important-card">
<div class="warning-icon">📅</div>
<h4>Á¤±â ¾÷µ¥ÀÌÆ®</h4>
<p>ÁÖÁÖ º¯µ¿½Ã Áï½Ã ¸íºÎ °»½Å Çʼö</p>
</div>
<div class="important-card">
<div class="warning-icon">✅</div>
<h4>Á¤È®¼º °ËÁõ</h4>
<p>¸ðµç Á¤º¸ÀÇ Á¤È®¼º »çÀü È®ÀÎ</p>
</div>
<div class="important-card">
<div class="warning-icon">📂</div>
<h4>¾ÈÀüÇÑ º¸°ü</h4>
<p>¹ýÀû ¿ä±¸»çÇ׿¡ µû¸¥ ü°èÀû °ü¸®</p>
</div>
</div>
</div>
</div> |
|
|
 |
|
 |
|
|
|
|
|
|
|
|
|
 |
|
 |
|
|
½Ç½Ã°£ Àα⠼½Ä |
|
|
|
|
±Þ¿© ÀÚµ¿°è»ê! ±Þ¿©°ü¸® ÅëÇÕ¿¢¼¿ |
|
 |
Ç¥ÁØ °ø¹® (¹Ì¼ö±Ý µ¶ÃË) |
: |
1,602 |
|
 |
Ç¥ÁØ ÁÖÁÖ¸íºÎ |
: |
72,303 |
|
 |
Ç¥ÁØ Àڱݿî¿ë °èȹ¾È |
: |
1,010 |
|
 |
Â÷·®¿îÇàÀÏÁö |
: |
1,684 |
|
 |
¿ù¸»½ÇÀû º¸°í¼ |
: |
1,395 |
|
 |
¹ýÀÎÄ«µå ¸®½ºÆ® |
: |
1,379 |
|
 |
Ç¥ÁØ Á¦Ç°ºñ±³ ¸®½ºÆ® |
: |
1,301 |
|
 |
Ç¥ÁØ ÀÌ»çȸ ÀÇ»ç·Ï |
: |
1,099 |
|
 |
Ç¥ÁØ ¿ù¸»½ÇÀû º¸°í¼ |
: |
1,065 |
|
 |
Ç¥ÁØ ÁÖÁÖ¸íºÎ |
: |
1,060 |
|
 |
Ç¥ÁØ ½Å³âµµ ÀÏÁ¤ °èȹǥ |
: |
1,014 |
|
 |
¸ÅÀԴܰ¡ º¯°æ º¸°í¼ |
: |
990 |
|
 |
Á¦Ç°º° ¸ÅÃâ ÀÌÀÍÇ¥ |
: |
966 |
|
 |
1ºÐ±â »ç¿ë±Ý¾× °á»êÇ¥ |
: |
896 |
|
 |
»óǰ ½ÃÀ嵿Ç⠺м®Ç¥ |
: |
838 |
|
|
|
|
|
 |
|
 |
|
|
|
|
|
|
|
|