File size: 62,643 Bytes
fbea5b9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 | <!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>16S rRNA ์ผ๊ธฐ์์ด ๋ถ์๋ฒ: ๋ฏธ์๋ฌผ ๋์ ์ ํ๋ช
</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
body {
font-family: 'Noto Sans KR', sans-serif;
scroll-behavior: smooth;
}
.gradient-bg {
background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}
.section-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.highlight-text {
background: linear-gradient(120deg, #93c5fd 0%, #93c5fd 100%);
background-repeat: no-repeat;
background-size: 100% 40%;
background-position: 0 88%;
}
.sticky-nav {
position: sticky;
top: 0;
z-index: 50;
backdrop-filter: blur(10px);
}
.microbe-icon {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
.table-row:hover {
background-color: #f0f9ff;
}
.timeline-item::before {
content: '';
position: absolute;
left: -1.5rem;
top: 0;
height: 100%;
width: 3px;
background: #3b82f6;
}
</style>
</head>
<body class="bg-gray-50 text-gray-800">
<!-- Navigation -->
<nav class="sticky-nav gradient-bg text-white shadow-lg">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center space-x-2">
<i class="fas fa-dna text-2xl"></i>
<span class="text-xl font-bold">16S rRNA ๋ถ์</span>
</div>
<div class="hidden md:flex space-x-6">
<a href="#intro" class="hover:text-blue-200 transition">์๊ฐ</a>
<a href="#importance" class="hover:text-blue-200 transition">์ค์์ฑ</a>
<a href="#principle" class="hover:text-blue-200 transition">์๋ฆฌ</a>
<a href="#application" class="hover:text-blue-200 transition">์ ์ฉ</a>
<a href="#advantages" class="hover:text-blue-200 transition">์ฅ๋จ์ </a>
</div>
<button class="md:hidden text-xl" id="mobile-menu-button">
<i class="fas fa-bars"></i>
</button>
</div>
<!-- Mobile menu -->
<div class="md:hidden hidden bg-blue-900" id="mobile-menu">
<div class="container mx-auto px-4 py-2 flex flex-col space-y-2">
<a href="#intro" class="py-2 hover:text-blue-200 transition">์๊ฐ</a>
<a href="#importance" class="py-2 hover:text-blue-200 transition">์ค์์ฑ</a>
<a href="#principle" class="py-2 hover:text-blue-200 transition">์๋ฆฌ</a>
<a href="#application" class="py-2 hover:text-blue-200 transition">์ ์ฉ</a>
<a href="#advantages" class="py-2 hover:text-blue-200 transition">์ฅ๋จ์ </a>
</div>
</div>
</nav>
<!-- Hero Section -->
<header class="gradient-bg text-white py-20">
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold mb-6">16S rRNA ์ผ๊ธฐ์์ด ๋ถ์๋ฒ</h1>
<p class="text-xl mb-8 text-blue-100">๋ฏธ์๋ฌผ ๋์ ์ ํ๋ช
์ ๋ฐฉ๋ฒ๋ก </p>
<p class="mb-8 text-blue-100">๋์ ๋ณด์ด์ง ์๋ ๋ฏธ์๋ฌผ ์ธ๊ณ๋ฅผ ํด์ํ๋ ๊ฐ๋ ฅํ ๋๊ตฌ</p>
<div class="flex space-x-4">
<a href="#intro" class="bg-white text-blue-800 px-6 py-3 rounded-lg font-medium hover:bg-blue-100 transition">์์ํ๊ธฐ</a>
<a href="#application" class="border border-white text-white px-6 py-3 rounded-lg font-medium hover:bg-blue-700 transition">์ ์ฉ ์ฌ๋ก</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative w-64 h-64">
<img src="https://img.icons8.com/color/96/000000/bacteria.png" class="absolute top-0 left-0 microbe-icon" style="animation-delay: 0s;">
<img src="https://img.icons8.com/color/96/000000/virus.png" class="absolute top-10 right-0 microbe-icon" style="animation-delay: 1s;">
<img src="https://img.icons8.com/color/96/000000/microscope.png" class="absolute bottom-0 left-1/4 microbe-icon" style="animation-delay: 2s;">
</div>
</div>
</div>
</header>
<!-- Introduction Section -->
<section id="intro" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-blue-900 mb-4">๋ฏธ์๋ฌผ ๋์ ์ ํ๋ช
</h2>
<div class="w-20 h-1 bg-blue-500 mx-auto mb-6"></div>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">16S rRNA ์ผ๊ธฐ์์ด ๋ถ์๋ฒ์ ํ๋ ๋ฏธ์๋ฌผํ์ ํจ๋ฌ๋ค์์ ๋ฐ๊พผ ํ์ ์ ์ธ ๊ธฐ์ ์
๋๋ค.</p>
</div>
<div class="grid md:grid-cols-2 gap-8 items-center">
<div>
<p class="mb-6 text-gray-700 leading-relaxed">์ฐ๋ฆฌ ์ฃผ๋ณ ์ธ์์ ๋์ ๋ณด์ด์ง ์๋ ์์ ์๋ช
์ฒด, ๋ฐ๋ก <span class="highlight-text font-medium">๋ฏธ์๋ฌผ</span>๋ก ๊ฐ๋ ์ฐจ ์์ต๋๋ค. ํ ํ ์ค์๋ ์์ญ์ต ๋ง๋ฆฌ์ ์ธ๊ท ์ด ์ด๊ณ ์๊ณ , ์ฐ๋ฆฌ ๋ชธ์, ํนํ ์ฅ์๋ ์ฐ๋ฆฌ ๋ชธ ์ธํฌ ์๋ณด๋ค ํจ์ฌ ๋ง์ ๋ฏธ์๋ฌผ์ด ๊ณต์กดํ๋ฉฐ ๊ฑด๊ฐ์ ์ง๋ํ ์ํฅ์ ๋ฏธ์น์ง์.</p>
<p class="mb-6 text-gray-700 leading-relaxed">๋๋ก๋ ๊น์น๋ ์น์ฆ ๊ฐ์ ๋ง์๋ ๋ฐํจ ์ํ์ ๋ง๋ค์ด์ฃผ๊ธฐ๋ ํ๊ณ , ๋๋ก๋ ๋ฌด์์ด ๊ฐ์ผ๋ณ์ ์ผ์ผํค๊ธฐ๋ ํ๋ ์ด ๋ฏธ์๋ฌผ๋ค์ ์ ์ฒด๋ฅผ ์ ํํ ์๋ ๊ฒ์ ๊ทธ๋์ ๋งค์ฐ ์ค์ํฉ๋๋ค.</p>
<div class="bg-blue-50 border-l-4 border-blue-500 p-4 mb-6">
<p class="text-blue-800 italic">"์ด ๋ฏธ์๋ฌผ์ ๋๊ตฌ์ธ๊ฐ?"๋ฅผ ๋ฐํ๋ <span class="font-bold">๋์ (Identification)</span> ๊ณผ์ ์ ํ์์ ์
๋๋ค. ๊ทธ๋ฐ๋ฐ ์๋ง์ ์ข
๋ฅ์ ๋ฏธ์๋ฌผ์ ์ด๋ป๊ฒ ์ ํํ๊ฒ ๊ตฌ๋ณํ ์ ์์๊น์?</p>
</div>
</div>
<div class="bg-blue-50 rounded-xl p-6 section-card">
<h3 class="text-xl font-bold text-blue-800 mb-4">16S rRNA ๋ถ์์ ํต์ฌ</h3>
<p class="mb-4 text-gray-700">๋ชจ๋ ์ธ๊ท ์ด ๊ฐ์ง๊ณ ์๋ ํน์ ์ ์ ์, ์ฆ <span class="font-medium text-blue-700">16S rRNA ์ ์ ์์ ์ผ๊ธฐ์์ด</span>์ ์ฝ์ด๋ด๊ณ , ์ด ์ ๋ณด๋ฅผ ๊ฑฐ๋ํ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋น๊ตํ์ฌ ํด๋น ์ธ๊ท ์ '์ ๋ถ์ฆ'์ ํ์ธํ๋ ๋ฐฉ๋ฒ์
๋๋ค.</p>
<p class="text-gray-700">์ฌ๋๋ง๋ค ๊ณ ์ ํ ์ง๋ฌธ์ด ์๋ฏ์ด, ์ธ๊ท ๋ค๋ ์ข
๋ฅ๋ง๋ค ์กฐ๊ธ์ฉ ๋ค๋ฅธ 16S rRNA ์ผ๊ธฐ์์ด '์ง๋ฌธ'์ ๊ฐ์ง๊ณ ์์ต๋๋ค.</p>
<div class="mt-6 bg-white p-4 rounded-lg shadow-inner">
<div class="flex items-center mb-2">
<div class="w-4 h-4 bg-blue-500 rounded-full mr-2"></div>
<span class="text-sm font-medium">๋ฐฐ์์ด ์ด๋ ค์ด ์ธ๊ท ๊น์ง๋ ์ ํํ๊ฒ ๋์ </span>
</div>
<div class="flex items-center">
<div class="w-4 h-4 bg-blue-500 rounded-full mr-2"></div>
<span class="text-sm font-medium">์ง๋ณ ์ง๋จ๋ถํฐ ์ํ ์์ , ํ๊ฒฝ ๋ณดํธ๊น์ง ๋ค์ํ ๋ถ์ผ ์ ์ฉ</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Importance Section -->
<section id="importance" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-blue-900 mb-4">๋ฏธ์๋ฌผ ๋์ , ์ ์ค์ํ ๊น์?</h2>
<div class="w-20 h-1 bg-blue-500 mx-auto mb-6"></div>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">์ธ๊ท ์๋ณ์ ํ์์ฑ๊ณผ ์ ํต์ ๋ฐฉ๋ฒ์ ํ๊ณ</p>
</div>
<div class="grid md:grid-cols-3 gap-8 mb-12">
<div class="bg-white p-6 rounded-xl shadow-md section-card">
<div class="text-blue-600 mb-4">
<i class="fas fa-hospital text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">์์ ์ง๋จ</h3>
<p class="text-gray-600">์ ํํ ์์ธ๊ท ๋์ ์ ํจ๊ณผ์ ์ธ ํญ์์ ์ ํ๊ณผ ์น๋ฃ ๊ณํ ์๋ฆฝ์ ํ์์ ์
๋๋ค.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md section-card">
<div class="text-blue-600 mb-4">
<i class="fas fa-utensils text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">์ํ ์์ </h3>
<p class="text-gray-600">์์ค๋
์์ธ๊ท ๊ฒ์ถ๊ณผ ๋ฐํจ ์ํ ํ์ง ๊ด๋ฆฌ๋ฅผ ์ํด ๋ฏธ์๋ฌผ ๋์ ์ด ํ์ํฉ๋๋ค.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md section-card">
<div class="text-blue-600 mb-4">
<i class="fas fa-leaf text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">ํ๊ฒฝ ์ฐ๊ตฌ</h3>
<p class="text-gray-600">์ํ๊ณ ๊ฑด๊ฐ ํ๊ฐ์ ํ๊ฒฝ ๋ณํ ์ํฅ ์ดํด๋ฅผ ์ํด ๋ฏธ์๋ฌผ ๊ตฐ์ง ๋ถ์์ด ์ค์ํฉ๋๋ค.</p>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<div class="md:flex">
<div class="md:w-1/2 p-8 bg-blue-50">
<h3 class="text-2xl font-bold text-blue-800 mb-4">์ ํต์ ๋์ ๋ฒ์ ํ๊ณ</h3>
<ul class="space-y-4">
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-times text-blue-600 text-xs"></i>
</div>
<span>์ง๊ตฌ์ ๋ฏธ์๋ฌผ์ 99% ์ด์์ ์คํ์ค์์ ๋ฐฐ์ ๋ถ๊ฐ๋ฅ</span>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-times text-blue-600 text-xs"></i>
</div>
<span>๋ฐฐ์๊ณผ ๊ฒ์ฌ์ ๋ฉฐ์น ์์ ๋ช ์ฃผ ์์</span>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-times text-blue-600 text-xs"></i>
</div>
<span>์ ์ฌํ ํํํ ํน์ฑ์ผ๋ก ์ธํ ๊ตฌ๋ถ ์ด๋ ค์</span>
</li>
</ul>
</div>
<div class="md:w-1/2 p-8">
<h3 class="text-2xl font-bold text-blue-800 mb-4">๋ถ์์๋ฌผํ์ ๋์ ๋ฒ์ ํ์ </h3>
<ul class="space-y-4">
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-check text-blue-600 text-xs"></i>
</div>
<span>๋ฐฐ์ ์์ด๋ ์ํ์์ ์ง์ ์ ์ ๋ฌผ์ง ๋ถ์ ๊ฐ๋ฅ</span>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-check text-blue-600 text-xs"></i>
</div>
<span>ํํํ๋ณด๋ค ์์ ์ ์ด๊ณ ๊ฐ๊ด์ ์ธ ์ ์ ์ ๋ณด ํ์ฉ</span>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-check text-blue-600 text-xs"></i>
</div>
<span>16S rRNA ์ผ๊ธฐ์์ด ๋ถ์๋ฒ์ด ๋ํ์ </span>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Why 16S Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-blue-900 mb-4">์ ํํ 16S rRNA ์ ์ ์์ธ๊ฐ?</h2>
<div class="w-20 h-1 bg-blue-500 mx-auto mb-6"></div>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">์ธ๊ท ๋์ ๋ง์ปค๋ก์์ ์กฐ๊ฑด</p>
</div>
<div class="grid md:grid-cols-2 gap-8 items-center mb-12">
<div>
<p class="mb-6 text-gray-700 leading-relaxed">์ธ๊ท ์ ์ข
๋ฅ๋ฅผ ์ ํํ๊ฒ ์๋ณํ๊ธฐ ์ํด ์ฌ์ฉํ๋ ์ ์ ์๋ ๋ง์น ์ ํ์ ๋ถ์ฐฉ๋ ๋ฐ์ฝ๋์ ๊ฐ์ ์ญํ ์ ํด์ผ ํฉ๋๋ค. ๋ชจ๋ ์ ํ์ ๋ฐ์ฝ๋๊ฐ ๋ถ์ด ์์ด์ผ ํ๊ณ (๋ณดํธ์ฑ), ๋ฐ์ฝ๋ ์์ฒด์ ํ์์ ์ ์ง๋๋ฉด์๋(๋ณด์กด์ฑ), ๊ฐ ์ ํ๋ง๋ค ๊ณ ์ ํ ๋ฒํธ๋ฅผ ๊ฐ์ ธ ์๋ก ๊ตฌ๋ณ๋ ์ ์์ด์ผ(๋ณ์ด์ฑ) ํฉ๋๋ค.</p>
<p class="mb-6 text-gray-700 leading-relaxed">16S rRNA ์ ์ ์๋ ์ด๋ฌํ ๊น๋ค๋ก์ด ์กฐ๊ฑด๋ค์ ๊ฑฐ์ ์ด์์ ์ผ๋ก ์ถฉ์กฑํ๋ ๊ฒ์ผ๋ก ๋ฐํ์ก์ต๋๋ค. ์ด๊ฒ์ด ๋ฐ๋ก 16S rRNA ์ ์ ์๊ฐ ์ธ๊ท ๋ถ๋ฅ ๋ฐ ๋์ ์ฐ๊ตฌ์์ 'ํฉ๊ธ ํ์ค(gold standard)'์ฒ๋ผ ์ฌ๊ฒจ์ง๋ ์ด์ ์
๋๋ค.</p>
</div>
<div class="bg-blue-50 rounded-xl p-6">
<div class="grid grid-cols-2 gap-4">
<div class="bg-white p-4 rounded-lg shadow-sm">
<div class="text-blue-600 mb-2">
<i class="fas fa-globe text-xl"></i>
</div>
<h4 class="font-bold mb-1">๋ณดํธ์ฑ</h4>
<p class="text-sm text-gray-600">๊ฑฐ์ ๋ชจ๋ ์ธ๊ท ์ ์กด์ฌ</p>
</div>
<div class="bg-white p-4 rounded-lg shadow-sm">
<div class="text-blue-600 mb-2">
<i class="fas fa-lock text-xl"></i>
</div>
<h4 class="font-bold mb-1">๊ธฐ๋ฅ์ ์ค์์ฑ</h4>
<p class="text-sm text-gray-600">๋จ๋ฐฑ์ง ํฉ์ฑ์ ํ์์ </p>
</div>
<div class="bg-white p-4 rounded-lg shadow-sm">
<div class="text-blue-600 mb-2">
<i class="fas fa-shield-alt text-xl"></i>
</div>
<h4 class="font-bold mb-1">๋ณด์กด ์์ญ</h4>
<p class="text-sm text-gray-600">์ผ๊ธฐ์์ด์ด ์ ๋ณด์กด๋จ</p>
</div>
<div class="bg-white p-4 rounded-lg shadow-sm">
<div class="text-blue-600 mb-2">
<i class="fas fa-barcode text-xl"></i>
</div>
<h4 class="font-bold mb-1">๊ฐ๋ณ ์์ญ</h4>
<p class="text-sm text-gray-600">์ข
๊ตฌ๋ณ ๊ฐ๋ฅํ ๋ณ์ด</p>
</div>
</div>
</div>
</div>
<div class="overflow-x-auto">
<table class="min-w-full bg-white rounded-lg overflow-hidden">
<thead class="bg-blue-600 text-white">
<tr>
<th class="py-3 px-4 text-left">ํน์ง</th>
<th class="py-3 px-4 text-left">์ค๋ช
</th>
<th class="py-3 px-4 text-left">๋์ ์์์ ์ค์์ฑ</th>
<th class="py-3 px-4 text-left">๋น์ ์ ์ค๋ช
</th>
</tr>
</thead>
<tbody class="divide-y divide-gray-200">
<tr class="table-row">
<td class="py-3 px-4 font-medium">๋ณดํธ์ฑ</td>
<td class="py-3 px-4">๊ฑฐ์ ๋ชจ๋ ์ธ๊ท ์ ์กด์ฌ (๋ฆฌ๋ณด์ SSU ๊ตฌ์ฑ RNA ์ ์ ์)</td>
<td class="py-3 px-4">๋ค์ํ ์ธ๊ท ์ ๋์ผํ ๋ฐฉ๋ฒ์ผ๋ก ๋ถ์ ๊ฐ๋ฅ</td>
<td class="py-3 px-4">๋ชจ๋ ๊ตญ๋ฏผ์ด ๊ฐ์ง ์ฃผ๋ฏผ๋ฑ๋ก์ฆ</td>
</tr>
<tr class="table-row">
<td class="py-3 px-4 font-medium">๊ธฐ๋ฅ์ ์ค์์ฑ</td>
<td class="py-3 px-4">๋จ๋ฐฑ์ง ํฉ์ฑ์ ํ์ ์ญํ </td>
<td class="py-3 px-4">์ ์ ์ ๊ตฌ์กฐ๊ฐ ๊ธ๊ฒฉํ ๋ณํ์ง ์์ ์์ ์ ์ธ ๋น๊ต ๊ฐ๋ฅ</td>
<td class="py-3 px-4">์๋ช
์ ์ง์ ํ์์ ์ธ ์ฌ์ฅ</td>
</tr>
<tr class="table-row">
<td class="py-3 px-4 font-medium">๋ณด์กด ์์ญ</td>
<td class="py-3 px-4">์ผ๊ธฐ์์ด์ด ์ ๋ณํ์ง ์๋ ์์ญ</td>
<td class="py-3 px-4">Universal Primer ๊ฒฐํฉ ๋ถ์ ์ ๊ณต โ PCR ์ฆํญ ๊ฐ๋ฅ, ๋ถ์ ๋์ ์ ์ ์ ์ฝ๊ฒ ์ฐพ๋๋ก ํจ</td>
<td class="py-3 px-4">์ฃผ๋ฏผ๋ฑ๋ก์ฆ์ ๊ณ ์ ๋ ํ์/ํ</td>
</tr>
<tr class="table-row">
<td class="py-3 px-4 font-medium">๊ฐ๋ณ ์์ญ (V1-V9)</td>
<td class="py-3 px-4">์ผ๊ธฐ์์ด ๋ณํ๊ฐ ๋ง์ ์์ญ</td>
<td class="py-3 px-4">์ธ๊ท ์ข
๋ฅ(์ข
/์ ์์ค)๋ฅผ ๊ตฌ๋ณํ๋ '์ง๋ฌธ' ์ญํ , ๋์ ์ ํต์ฌ ์ ๋ณด ์ ๊ณต</td>
<td class="py-3 px-4">์ฃผ๋ฏผ๋ฑ๋ก์ฆ์ ๊ณ ์ ํ ๋ฒํธ/์ฌ์ง</td>
</tr>
<tr class="table-row">
<td class="py-3 px-4 font-medium">์ ์ ํ ๊ธธ์ด</td>
<td class="py-3 px-4">์ฝ 1,500 bp</td>
<td class="py-3 px-4">์ผ๊ธฐ์์ด ๋ถ์ ๊ธฐ์ (Sanger, NGS) ์ ์ฉ์ ์ฉ์ด, ํจ์จ์ ์ธ ๋ถ์ ๊ฐ๋ฅ</td>
<td class="py-3 px-4">๋ถ์/๋ณด๊ดํ๊ธฐ ์ ๋นํ ํฌ๊ธฐ</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- Principle Section -->
<section id="principle" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-blue-900 mb-4">16S rRNA ์ผ๊ธฐ์์ด ๋ถ์์ ์๋ฆฌ</h2>
<div class="w-20 h-1 bg-blue-500 mx-auto mb-6"></div>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">์ธ๊ท ์ ์ ์ ์ํธ ํด๋
ํ๊ธฐ</p>
</div>
<div class="mb-12">
<div class="bg-white rounded-xl shadow-md p-6 mb-8 section-card">
<p class="text-lg font-medium text-blue-800 mb-4">16S rRNA ์ผ๊ธฐ์์ด ๋ถ์์ ํต์ฌ ์๋ฆฌ๋ ์์ฃผ ๋ช
๋ฃํฉ๋๋ค.</p>
<p class="text-gray-700">๋จผ์ ๋ถ์ํ๊ณ ์ ํ๋ ์ธ๊ท ์ํ์์ 16S rRNA ์ ์ ์๋ฅผ ํฌํจํ ์ ์ฒด DNA๋ฅผ ์ถ์ถํฉ๋๋ค. ๊ทธ๋ฐ ๋ค์, ์ถ์ถ๋ DNA ์ค์์ 16S rRNA ์ ์ ์ ๋ถ๋ถ๋ง์ PCR์ด๋ผ๋ ๊ธฐ์ ์ ์ด์ฉํด ๋๋์ผ๋ก ๋ณต์ (์ฆํญ)ํฉ๋๋ค. ์ด๋ ๊ฒ ์ป์ด์ง ์์ํ 16S rRNA ์ ์ ์ ์กฐ๊ฐ์ ์ผ๊ธฐ์์ด, ์ฆ A(์๋ฐ๋), T(ํฐ๋ฏผ), G(๊ตฌ์๋), C(์ฌ์ดํ ์ )๋ผ๋ ๋ค ๊ฐ์ง ์ผ๊ธฐ๊ฐ ์ด๋ค ์์๋ก ๋ฐฐ์ด๋์ด ์๋์ง๋ฅผ ์ ํํ๊ฒ ์ฝ์ด๋
๋๋ค.</p>
</div>
<div class="relative">
<!-- Timeline -->
<div class="space-y-8">
<!-- Step 1 -->
<div class="relative pl-8 timeline-item">
<div class="bg-white p-6 rounded-xl shadow-md section-card">
<div class="absolute -left-3 top-6 w-6 h-6 bg-blue-600 rounded-full flex items-center justify-center text-white">
<span class="font-bold">1</span>
</div>
<h3 class="text-xl font-bold text-blue-800 mb-3">DNA ์ถ์ถ</h3>
<p class="text-gray-700 mb-2">๋ถ์ํ๊ณ ์ ํ๋ ์ํ๋ก๋ถํฐ ์ธ๊ท ์ ์ ์ ์ ๋ณด๋ฅผ ๋ด๊ณ ์๋ DNA๋ฅผ ์จ์ ํ๊ฒ ๋ถ๋ฆฌํ๊ณ ์ต๋ํ ์์ํ๊ฒ ์ ์ ํฉ๋๋ค.</p>
<div class="bg-blue-50 p-3 rounded-lg">
<p class="text-sm text-blue-800 font-medium">ํต์ฌ: DNA ์์์ ์ต์ํํ๋ฉด์ ์ถฉ๋ถํ ์์ ๊ณ ํ์ง DNA ํ๋ณด, PCR ์ ํด ๋ฌผ์ง ์ ๊ฑฐ</p>
</div>
</div>
</div>
<!-- Step 2 -->
<div class="relative pl-8 timeline-item">
<div class="bg-white p-6 rounded-xl shadow-md section-card">
<div class="absolute -left-3 top-6 w-6 h-6 bg-blue-600 rounded-full flex items-center justify-center text-white">
<span class="font-bold">2</span>
</div>
<h3 class="text-xl font-bold text-blue-800 mb-3">PCR ์ฆํญ</h3>
<p class="text-gray-700 mb-2">์ถ์ถ๋ DNA ์ค์์ 16S rRNA ์ ์ ์ ๋ถ๋ถ๋ง์ ์ ํ์ ์ผ๋ก ๋ณต์ ํ์ฌ ๊ทธ ์์ ์์ฒญ๋๊ฒ ๋๋ฆฌ๋ ๊ณผ์ ์
๋๋ค.</p>
<div class="bg-blue-50 p-3 rounded-lg">
<p class="text-sm text-blue-800 font-medium">์คํฉํจ์ ์ฐ์ ๋ฐ์(Polymerase Chain Reaction, PCR) ๊ธฐ์ ์ฌ์ฉ</p>
</div>
</div>
</div>
<!-- Step 3 -->
<div class="relative pl-8 timeline-item">
<div class="bg-white p-6 rounded-xl shadow-md section-card">
<div class="absolute -left-3 top-6 w-6 h-6 bg-blue-600 rounded-full flex items-center justify-center text-white">
<span class="font-bold">3</span>
</div>
<h3 class="text-xl font-bold text-blue-800 mb-3">PCR ์ฐ๋ฌผ ์ ์ </h3>
<p class="text-gray-700 mb-2">PCR ๋ฐ์์ด ์ฑ๊ณต์ ์ผ๋ก ๋๋๋ฉด, ๋ฐ์ ์ฉ์ก ์์๋ ์ฐ๋ฆฌ๊ฐ ์ํ๋ ์ฆํญ๋ 16S rRNA ์ ์ ์ DNA ์กฐ๊ฐ ์ธ์๋ ์ฌ๋ฌ ๊ฐ์ง ๋ถํ์ํ ๋ฌผ์ง๋ค์ด ๋จ์์๊ฒ ๋ฉ๋๋ค.</p>
<div class="bg-blue-50 p-3 rounded-lg">
<p class="text-sm text-blue-800 font-medium">์์ํ 16S rRNA ์ ์ ์ DNA ์กฐ๊ฐ๋ง์ ๋ถ๋ฆฌํด๋ด๋ ๊ณผ์ ์ด ํ์์ </p>
</div>
</div>
</div>
<!-- Step 4 -->
<div class="relative pl-8 timeline-item">
<div class="bg-white p-6 rounded-xl shadow-md section-card">
<div class="absolute -left-3 top-6 w-6 h-6 bg-blue-600 rounded-full flex items-center justify-center text-white">
<span class="font-bold">4</span>
</div>
<h3 class="text-xl font-bold text-blue-800 mb-3">์ผ๊ธฐ์์ด ๋ถ์</h3>
<p class="text-gray-700 mb-2">์ ์ ๋ 16S rRNA ์ ์ ์ PCR ์ฐ๋ฌผ์ ์ผ๊ธฐ์์ด, ์ฆ A, T, G, C ์ผ๊ธฐ๊ฐ ์ด๋ค ์์๋ก ๋ฐฐ์ด๋์ด ์๋์ง๋ฅผ ์ง์ ์ฝ์ด๋ด๋ ๋จ๊ณ์
๋๋ค.</p>
<div class="bg-blue-50 p-3 rounded-lg">
<p class="text-sm text-blue-800 font-medium">์์ด ์ผ๊ธฐ์์ด ๋ถ์๋ฒ(Sanger sequencing) ๋๋ ์ฐจ์ธ๋ ์ผ๊ธฐ์์ด ๋ถ์(NGS) ๊ธฐ์ ์ฌ์ฉ</p>
</div>
</div>
</div>
<!-- Step 5 -->
<div class="relative pl-8 timeline-item">
<div class="bg-white p-6 rounded-xl shadow-md section-card">
<div class="absolute -left-3 top-6 w-6 h-6 bg-blue-600 rounded-full flex items-center justify-center text-white">
<span class="font-bold">5</span>
</div>
<h3 class="text-xl font-bold text-blue-800 mb-3">์ผ๊ธฐ์์ด ๋น๊ต ๋ฐ ๋์ </h3>
<p class="text-gray-700 mb-2">์ฐ๋ฆฌ๊ฐ ์ป์ ์ด ์ผ๊ธฐ์์ด์, ์ด๋ฏธ ์๋ ค์ง ์๋ง์ ์ธ๊ท ๋ค์ 16S rRNA ์ผ๊ธฐ์์ด ์ ๋ณด๊ฐ ์ ์ฅ๋์ด ์๋ ๊ฑฐ๋ํ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋น๊ตํ์ฌ, ์ด๋ค ์ธ๊ท ์ ๊ฒ๊ณผ ๊ฐ์ฅ ์ ์ฌํ์ง๋ฅผ ์ฐพ์๋ด๋ ๊ฒ์
๋๋ค.</p>
<div class="bg-blue-50 p-3 rounded-lg">
<p class="text-sm text-blue-800 font-medium">BLAST (Basic Local Alignment Search Tool) ๋๊ตฌ ์ฌ์ฉ</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<div class="md:flex">
<div class="md:w-1/2 p-8">
<h3 class="text-2xl font-bold text-blue-800 mb-4">์์ด ์ํ์ฑ ์๋ฆฌ</h3>
<p class="mb-4 text-gray-700">์์ด ์ํ์ฑ์ PCR๊ณผ ์ ์ฌํ ์๋ฆฌ๋ฅผ ์ด์ฉํ์ง๋ง, ํน๋ณํ ์ข
๋ฅ์ ๋ดํด๋ ์คํ์ด๋์ธ '๋ค์ด๋์ฅ์๋ดํด๋ ์คํ์ด๋ ์ผ์ธ์ฐ(dideoxynucleotide triphosphate, ddNTP)'์ ์ฌ์ฉํฉ๋๋ค.</p>
<div class="mb-6">
<div class="flex items-center mb-2">
<div class="w-4 h-4 bg-red-500 rounded-full mr-2"></div>
<span class="text-sm font-medium">ddATP (๋นจ๊ฐ์)</span>
</div>
<div class="flex items-center mb-2">
<div class="w-4 h-4 bg-green-500 rounded-full mr-2"></div>
<span class="text-sm font-medium">ddTTP (์ด๋ก์)</span>
</div>
<div class="flex items-center mb-2">
<div class="w-4 h-4 bg-yellow-500 rounded-full mr-2"></div>
<span class="text-sm font-medium">ddGTP (๋
ธ๋์)</span>
</div>
<div class="flex items-center">
<div class="w-4 h-4 bg-blue-500 rounded-full mr-2"></div>
<span class="text-sm font-medium">ddCTP (ํ๋์)</span>
</div>
</div>
<p class="text-gray-700">๊ฐ ddNTP๋ ์๋ก ๋ค๋ฅธ ์๊น์ ํ๊ด ์ผ๋ฃ๋ก ํ์ง๋์ด ์์ผ๋ฉฐ, DNA ํฉ์ฑ ์ค์ ddNTP๊ฐ ๋ผ์ด๋ค๋ฉด ๊ทธ ์๋ฆฌ์์ ํฉ์ฑ์ด ์ข
๊ฒฐ๋ฉ๋๋ค. ๋ค์ํ ๊ธธ์ด์ DNA ์กฐ๊ฐ๋ค์ด ๋ง๋ค์ด์ง๊ณ , ์ด๋ค์ ํฌ๊ธฐ๋ณ๋ก ๋ถ๋ฆฌํ์ฌ ๊ฐ ์กฐ๊ฐ ๋์ ๋ฌ๋ฆฐ ํ๊ด์์ ์์๋๋ก ์ฝ์ด๋ด๋ฉด ์๋ DNA์ ์ผ๊ธฐ์์ด์ ๊ฒฐ์ ํ ์ ์์ต๋๋ค.</p>
</div>
<div class="md:w-1/2 bg-blue-50 flex items-center justify-center p-8">
<div class="text-center">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7d/Sanger-sequencing.svg/1200px-Sanger-sequencing.svg.png" alt="Sanger Sequencing" class="max-w-full h-auto rounded-lg shadow-sm">
<p class="mt-3 text-sm text-gray-600">์์ด ์ผ๊ธฐ์์ด ๋ถ์๋ฒ์ ์๋ฆฌ</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Application Section -->
<section id="application" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-blue-900 mb-4">16S rRNA ์ผ๊ธฐ์์ด ๋ถ์์ ์ ์ฉ</h2>
<div class="w-20 h-1 bg-blue-500 mx-auto mb-6"></div>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">๋ฏธ์๋ฌผ ์ธ๊ณ๋ฅผ ๋ฐํ๋ ๋ฑ๋</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8 mb-12">
<div class="bg-blue-50 rounded-xl p-6 section-card">
<div class="text-blue-600 mb-4">
<i class="fas fa-hospital text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">์์ ๋ฏธ์๋ฌผํ ๋ฐ ๊ฐ์ผ๋ณ ์ง๋จ</h3>
<p class="text-gray-700 mb-4">๋ฐฐ์์ด ์ด๋ ค์ด ์ธ๊ท ๋์ , ํญ์์ ์น๋ฃ ํ ์์ธ๊ท ์ถ์ , ๋ณตํฉ ๊ฐ์ผ ๋ถ์ ๋ฑ์ ํ์ฉ๋ฉ๋๋ค.</p>
<ul class="space-y-2 text-sm text-gray-600">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>๋ฐฐ์ ์ด๋ ค์ด ๊ท (Fastidious or Unculturable Bacteria)์ ์ํ ๊ฐ์ผ ์ง๋จ</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>๋น์ ํ์ ์ธ ์ํํ์ ํน์ฑ์ ๋ณด์ด๋ ์ธ๊ท ๋์ </span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>ํญ์์ ์น๋ฃ ํ ๊ฒ์ฒด ๋ถ์</span>
</li>
</ul>
</div>
<div class="bg-blue-50 rounded-xl p-6 section-card">
<div class="text-blue-600 mb-4">
<i class="fas fa-utensils text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">์ํ ๋ฏธ์๋ฌผํ ๋ฐ ์์ ๊ด๋ฆฌ</h3>
<p class="text-gray-700 mb-4">์ํ ๋งค๊ฐ ๋ณ์๊ท ๊ฒ์ถ ๋ฐ ๋์ , ๋ฐํจ ์ํ ๋ฏธ์๋ฌผ ๊ตฐ์ง ๋ถ์, ์ํ ๋ถํจ ์์ธ ๊ท๋ช
๋ฑ์ ํ์ฉ๋ฉ๋๋ค.</p>
<ul class="space-y-2 text-sm text-gray-600">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>Salmonella, Listeria ๋ฑ ์์ค๋
์์ธ๊ท ๊ฒ์ถ</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>๊น์น, ์๊ตฌ๋ฅดํธ ๋ฑ ๋ฐํจ ์ํ์ ๋ฏธ์๋ฌผ ๊ตฐ์ง ๋ถ์</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>์ํ ๋ถํจ ๊ณผ์ ์ ๊ด์ฌํ๋ ๋ฏธ์๋ฌผ ๊ท๋ช
</span>
</li>
</ul>
</div>
<div class="bg-blue-50 rounded-xl p-6 section-card">
<div class="text-blue-600 mb-4">
<i class="fas fa-leaf text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">ํ๊ฒฝ ๋ฏธ์๋ฌผํ ๋ฐ ์ํ ์ฐ๊ตฌ</h3>
<p class="text-gray-700 mb-4">๋ฏธ์๋ฌผ ๋ค์์ฑ ํ๊ตฌ, ํ๊ฒฝ ๋ณํ์ ๋ฐ๋ฅธ ๋ฏธ์๋ฌผ ๊ตฐ์ง ๋ณํ ๋ชจ๋ํฐ๋ง, ์๋ฌผ ์ ํ ๋ฑ์ ํ์ฉ๋ฉ๋๋ค.</p>
<ul class="space-y-2 text-sm text-gray-600">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>ํ ์, ํด์ ๋ฑ ํ๊ฒฝ ์ํ์ ๋ฏธ์๋ฌผ ๊ตฐ์ง ๊ตฌ์กฐ ๋ถ์</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>๊ธฐํ ๋ณํ, ์ค์ผ ๋ฌผ์ง์ด ๋ฏธ์๋ฌผ ์ํ๊ณ์ ๋ฏธ์น๋ ์ํฅ ์ฐ๊ตฌ</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>์ค์ผ ๋ฌผ์ง ๋ถํด ๋ฅ๋ ฅ์ ๊ฐ์ง ๋ฏธ์๋ฌผ ํ์</span>
</li>
</ul>
</div>
<div class="bg-blue-50 rounded-xl p-6 section-card">
<div class="text-blue-600 mb-4">
<i class="fas fa-dna text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">๋ฏธ์๋ฌผ ๋ถ๋ฅํ ๋ฐ ๊ณํต ์ฐ๊ตฌ</h3>
<p class="text-gray-700 mb-4">์ ์ข
๋ฏธ์๋ฌผ ๋์ ๋ฐ ๋ถ๋ฅ, ๊ณํต์ ๊ตฌ์ถ, ์๋ช
์ ๋๋ฌด ์ฌ๊ตฌ์ฑ ๋ฑ์ ํ์ฉ๋ฉ๋๋ค.</p>
<ul class="space-y-2 text-sm text-gray-600">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>์๋ก์ด ์ธ๊ท ์ด๋ ๊ณ ์ธ๊ท ๋ฐ๊ฒฌ ๋ฐ ๋ถ๋ฅ</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>๋ฏธ์๋ฌผ๋ค ๊ฐ์ ์งํ์ ์ธ ๊ด๊ณ ์ฐ๊ตฌ</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>์๋ช
์ ๋๋ฌด(Tree of Life) ํ์ฅ</span>
</li>
</ul>
</div>
<div class="bg-blue-50 rounded-xl p-6 section-card">
<div class="text-blue-600 mb-4">
<i class="fas fa-industry text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">์ฐ์
๋ฏธ์๋ฌผํ ๋ฐ ์๋ช
๊ณตํ</h3>
<p class="text-gray-700 mb-4">์ ์ฉ ๋ฏธ์๋ฌผ ํ์ ๋ฐ ๋์ , ์ฐ์
๊ท ์ฃผ ๊ด๋ฆฌ, ๋ฐํจ ๊ณต์ ๋ชจ๋ํฐ๋ง ๋ฑ์ ํ์ฉ๋ฉ๋๋ค.</p>
<ul class="space-y-2 text-sm text-gray-600">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>ํญ์์ , ํจ์ ๋ฑ ์ ์ฉ ๋ฌผ์ง ์์ฐ ๋ฏธ์๋ฌผ ํ์</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>์ฐ์
์ฉ ๊ท ์ฃผ์ ์ ์ ์ ์์ ์ฑ ํ์ธ</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>๋ฐํจ์กฐ ๋ด ๋ฏธ์๋ฌผ ๊ตฐ์ง ๋ํ ๋ชจ๋ํฐ๋ง</span>
</li>
</ul>
</div>
<div class="bg-blue-50 rounded-xl p-6 section-card">
<div class="text-blue-600 mb-4">
<i class="fas fa-user-md text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">์ธ์ฒด ๋ง์ดํฌ๋ก๋ฐ์ด์ด ์ฐ๊ตฌ</h3>
<p class="text-gray-700 mb-4">์ฅ๋ด ๋ฏธ์๋ฌผ ๊ตฐ์ง ๋ถ์, ์ง๋ณ๊ณผ ๋ง์ดํฌ๋ก๋ฐ์ด์ด์ ์ฐ๊ด์ฑ ์ฐ๊ตฌ ๋ฑ์ ํ์ฉ๋ฉ๋๋ค.</p>
<ul class="space-y-2 text-sm text-gray-600">
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>๊ฑด๊ฐํ ์ฌ๋๊ณผ ํ์ ๊ฐ ๋ง์ดํฌ๋ก๋ฐ์ด์ด ์ฐจ์ด ๋น๊ต</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>๋น๋ง, ์ผ์ฆ์ฑ ์ฅ ์งํ ๋ฑ๊ณผ ๊ด๋ จ๋ ๋ฏธ์๋ฌผ ๊ท๋ช
</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-blue-500 mr-2 mt-1"></i>
<span>ํ๋ก๋ฐ์ด์คํฑ์ค, ํ๋ฆฌ๋ฐ์ด์คํฑ์ค ํจ๊ณผ ์ฐ๊ตฌ</span>
</li>
</ul>
</div>
</div>
<div class="overflow-x-auto">
<table class="min-w-full bg-white rounded-lg overflow-hidden shadow-md">
<thead class="bg-blue-600 text-white">
<tr>
<th class="py-3 px-4 text-left">๋ถ์ผ</th>
<th class="py-3 px-4 text-left">์ฃผ์ ํ์ฉ ๋ด์ฉ</th>
<th class="py-3 px-4 text-left">๊ธฐ๋ ํจ๊ณผ / ๊ธฐ์ฌ</th>
</tr>
</thead>
<tbody class="divide-y divide-gray-200">
<tr class="table-row">
<td class="py-3 px-4 font-medium">์์ ๋ฏธ์๋ฌผํ/์ง๋จ</td>
<td class="py-3 px-4">๋ฐฐ์ ์ด๋ ค์ด/๋น์ ํ ์ธ๊ท ๋์ , ํญ์์ ์น๋ฃ ํ ์์ธ๊ท ์ถ์ , ๋ณตํฉ ๊ฐ์ผ ๋ถ์ (๋ณด์กฐ ์ง๋จ)</td>
<td class="py-3 px-4">์ ํํ ์์ธ๊ท ๊ท๋ช
๋ฅ ํฅ์, ์ ์ํ ์น๋ฃ ๊ฒฐ์ ์ง์, ๊ฐ์ผ ๊ด๋ฆฌ ๊ฐ์ ๊ธฐ์ฌ</td>
</tr>
<tr class="table-row">
<td class="py-3 px-4 font-medium">์ํ ๋ฏธ์๋ฌผํ/์์ </td>
<td class="py-3 px-4">์์ค๋
๊ท ์ ์ ๊ฒ์ถ/๋์ , ๋ฐํจ ๋ฏธ์๋ฌผ ๊ตฐ์ง ๋ถ์ ๋ฐ ํ์ง ๊ด๋ฆฌ, ๋ถํจ ์์ธ๊ท ๊ท๋ช
</td>
<td class="py-3 px-4">์ํ ์์ ์ฑ ๊ฐํ, ์์ค๋
์๋ฐฉ, ๋ฐํจ ์ํ ํ์ง ๊ฐ์ ๋ฐ ํ์คํ, ์ ํต ๊ธฐํ ์ค์ ๊ณผํํ</td>
</tr>
<tr class="table-row">
<td class="py-3 px-4 font-medium">ํ๊ฒฝ ๋ฏธ์๋ฌผํ/์ํ</td>
<td class="py-3 px-4">๋ฏธ์๋ฌผ ๊ตฐ์ง ๊ตฌ์กฐ ๋ถ์ (๋ฉํ๊ฒ๋), ๋ฏธ๋ฐฐ์ ๋ฏธ์๋ฌผ ํ๊ตฌ, ํ๊ฒฝ ๋ณํ ์ํฅ ํ๊ฐ, ์์งํํ์ ์ํ ์ฐ๊ตฌ, ์ ์ฉ/์ ํด ๋ฏธ์๋ฌผ ํ์</td>
<td class="py-3 px-4">๋ฏธ์๋ฌผ ๋ค์์ฑ ๋ฐ ์ํ๊ณ ๊ธฐ๋ฅ ์ดํด ์ฆ์ง, ํ๊ฒฝ ๋ชจ๋ํฐ๋ง ๋ฐ ๋ณต์ ์ ๋ต ๊ฐ๋ฐ, ์๋ก์ด ์๋ฌผ ์์ ๋ฐ๊ตด</td>
</tr>
<tr class="table-row">
<td class="py-3 px-4 font-medium">๋ฏธ์๋ฌผ ๋ถ๋ฅํ/๊ณํต</td>
<td class="py-3 px-4">์ ์ข
์ธ๊ท ๋์ ๋ฐ ๋ถ๋ฅํ์ ์์น ๊ฒฐ์ , ๊ณํต ๋ฐ์ํ์ ์ ์ฐ๊ด๊ณ ๊ท๋ช
, ์๋ช
์ ๋๋ฌด ์ฌ๊ตฌ์ฑ ๋ฐ ํ์ฅ</td>
<td class="py-3 px-4">์ ํํ๊ณ ์ฒด๊ณ์ ์ธ ๋ฏธ์๋ฌผ ๋ถ๋ฅ ์ฒด๊ณ ํ๋ฆฝ, ์๋ช
์ ์งํ ๊ณผ์ ์ดํด ์ฌํ</td>
</tr>
<tr class="table-row">
<td class="py-3 px-4 font-medium">์ฐ์
๋ฏธ์๋ฌผํ/์๋ช
๊ณตํ</td>
<td class="py-3 px-4">์ ์ฉ ๋ฏธ์๋ฌผ ํ์/๋์ , ์ฐ์
๊ท ์ฃผ ๊ด๋ฆฌ ๋ฐ ์ค์ผ ๋ชจ๋ํฐ๋ง, ๋ฐํจ/๋ฐฐ์ ๊ณต์ ์ต์ ํ ๋ฐ ์์ ํ</td>
<td class="py-3 px-4">์ฐ์
๊ณต์ ํจ์จ์ฑ ๋ฐ ์์ฐ์ฑ ์ฆ๋, ์ ๊ท ์๋ฌผ ์์ฌ ๋ฐ ์ ํ ๊ฐ๋ฐ ์ด์ง, ์๋ช
๊ณตํ ๊ธฐ์ ๋ฐ์ ๊ธฐ์ฌ</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- Advantages Section -->
<section id="advantages" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-blue-900 mb-4">16S rRNA ์ผ๊ธฐ์์ด ๋ถ์์ ์ฅ๋จ์ </h2>
<div class="w-20 h-1 bg-blue-500 mx-auto mb-6"></div>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">๋ชจ๋ ๊ธฐ์ ์๋ ์ฅ์ ๊ณผ ํ๊ณ๊ฐ ์กด์ฌํฉ๋๋ค</p>
</div>
<div class="grid md:grid-cols-2 gap-8 mb-12">
<div class="bg-white p-8 rounded-xl shadow-md section-card">
<h3 class="text-2xl font-bold text-blue-800 mb-6 flex items-center">
<i class="fas fa-thumbs-up text-blue-500 mr-3"></i>
์ฅ์ (Advantages)
</h3>
<ul class="space-y-4">
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-check text-blue-600 text-xs"></i>
</div>
<div>
<h4 class="font-bold mb-1">๋ณดํธ์ฑ ๋ฐ ํ์คํ</h4>
<p class="text-gray-600 text-sm">๊ฑฐ์ ๋ชจ๋ ์ธ๊ท ์ ์ ์ฉ ๊ฐ๋ฅํ๋ฉฐ, ๋ถ์ ๊ณผ์ ๊ณผ ๋ฐ์ดํฐ๋ฒ ์ด์ค๊ฐ ์ ํ์คํ๋์ด ๊ฒฐ๊ณผ ๋น๊ต๊ฐ ์ฉ์ดํฉ๋๋ค.</p>
</div>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-check text-blue-600 text-xs"></i>
</div>
<div>
<h4 class="font-bold mb-1">๋ฐฐ์ ๋น์์กด์ฑ</h4>
<p class="text-gray-600 text-sm">์คํ์ค์์ ๋ฐฐ์ํ ์ ์๋ ๋ฏธ์๋ฌผ(99% ์ด์)๋ ์ฐ๊ตฌํ ์ ์์ด ๋ฏธ์๋ฌผ ์ํ ์ฐ๊ตฌ์ ํ์ ์ ๊ฐ์ ธ์์ต๋๋ค.</p>
</div>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-check text-blue-600 text-xs"></i>
</div>
<div>
<h4 class="font-bold mb-1">๋์ ์ ํ์ฑ ๋ฐ ์ฌํ์ฑ</h4>
<p class="text-gray-600 text-sm">๊ฐ๊ด์ ์ธ ์ ์ ์ ๋ณด๋ฅผ ๊ธฐ๋ฐ์ผ๋ก ํ๋ฏ๋ก ์ผ๋ฐ์ ์ผ๋ก ์ ํต์ ๋ฐฉ๋ฒ๋ณด๋ค ๋ ๋์ ์ ํ์ฑ๊ณผ ์ฌํ์ฑ์ ์ ๊ณตํฉ๋๋ค.</p>
</div>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-check text-blue-600 text-xs"></i>
</div>
<div>
<h4 class="font-bold mb-1">์๋์ ์ธ ์ ์์ฑ</h4>
<p class="text-gray-600 text-sm">์ ํต์ ์ธ ๋ฐฐ์ ๋ฐ ์ํํ ๊ฒ์ฌ๋ณด๋ค ํจ์ฌ ๋น ๋ฅด๊ฒ ๊ฒฐ๊ณผ๋ฅผ ์ป์ ์ ์์ต๋๋ค.</p>
</div>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-check text-blue-600 text-xs"></i>
</div>
<div>
<h4 class="font-bold mb-1">๋น์ฉ ํจ์จ์ฑ (์๋์ )</h4>
<p class="text-gray-600 text-sm">๋จ์ผ ์ธ๊ท ๊ท ์ฃผ๋ฅผ ๋์ ํ๋ ๊ฒฝ์ฐ, ์ ์ฅ ์ ์ ์ฒด ๋ถ์(WGS)๊ณผ ๊ฐ์ ๋ค๋ฅธ ๊ณ ๋ ๋ถ์์๋ฌผํ์ ๊ธฐ๋ฒ์ ๋นํด ์๋์ ์ผ๋ก ๋น์ฉ์ด ์ ๋ ดํฉ๋๋ค.</p>
</div>
</li>
</ul>
</div>
<div class="bg-white p-8 rounded-xl shadow-md section-card">
<h3 class="text-2xl font-bold text-blue-800 mb-6 flex items-center">
<i class="fas fa-exclamation-triangle text-yellow-500 mr-3"></i>
๋จ์ (Disadvantages)
</h3>
<ul class="space-y-4">
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-times text-red-500 text-xs"></i>
</div>
<div>
<h4 class="font-bold mb-1">์ข
์์ค ์ดํ ํด์๋ ํ๊ณ</h4>
<p class="text-gray-600 text-sm">๋งค์ฐ ๊ฐ๊น์ด ์ข
(closely related species)์ด๋ ๊ฐ์ ์ข
๋ด์ ๋ค๋ฅธ ๊ท ์ฃผ(strains)๋ฅผ ๊ตฌ๋ณํ๋ ๋ฐ๋ ์ถฉ๋ถํ ์ผ๊ธฐ์์ด ๋ณ์ด๋ฅผ ์ ๊ณตํ์ง ๋ชปํฉ๋๋ค.</p>
</div>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-times text-red-500 text-xs"></i>
</div>
<div>
<h4 class="font-bold mb-1">๋ค์ค ๋ณต์ ์ ์ ์ ๋ฌธ์ </h4>
<p class="text-gray-600 text-sm">ํ๋์ ์ธ๊ท ๊ฒ๋ ๋ด์๋ 16S rRNA ์ ์ ์๊ฐ ์ฌ๋ฌ ๊ฐ ์กด์ฌํ ์ ์๊ณ , ์ด ๋ณต์ ๋ณธ๋ค ์ฌ์ด์ ์ผ๊ธฐ์์ด์ด ์ฝ๊ฐ ๋ค๋ฅผ ์ ์์ต๋๋ค.</p>
</div>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-times text-red-500 text-xs"></i>
</div>
<div>
<h4 class="font-bold mb-1">ํ๋ผ์ด๋จธ ํธํฅ</h4>
<p class="text-gray-600 text-sm">'๋ณดํธ ํ๋ผ์ด๋จธ'๊ฐ ํน์ ์ธ๊ท ๊ทธ๋ฃน์ DNA์ ๋ ์ ๊ฒฐํฉํ๋ ๊ฒฝํฅ์ด ์์ด, ์ค์ ๋ฏธ์๋ฌผ ๊ตฐ์ง ๋น์จ์ด ์๊ณก๋ ์ ์์ต๋๋ค.</p>
</div>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-times text-red-500 text-xs"></i>
</div>
<div>
<h4 class="font-bold mb-1">๊ธฐ๋ฅ ์ ๋ณด ๋ถ์ฌ</h4>
<p class="text-gray-600 text-sm">'๋๊ตฌ์ธ์ง'๋ ์ ์ ์์ง๋ง, '๋ฌด์์ ํ ์ ์๋์ง'์ ๋ํ ์ง์ ์ ์ธ ์ ๋ณด๋ ์ ๊ณตํ์ง ๋ชปํฉ๋๋ค.</p>
</div>
</li>
<li class="flex items-start">
<div class="bg-blue-100 p-1 rounded-full mr-3 mt-1">
<i class="fas fa-times text-red-500 text-xs"></i>
</div>
<div>
<h4 class="font-bold mb-1">๋ฐ์ดํฐ๋ฒ ์ด์ค ์์กด์ฑ ๋ฐ ํ์ง ๋ฌธ์ </h4>
<p class="text-gray-600 text-sm">๋์ ์ ์ ํ์ฑ์ ์ฐธ์กฐ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ์์ ์ฑ๊ณผ ์ ํ์ฑ์ ํฌ๊ฒ ์ข์ฐ๋ฉ๋๋ค.</p>
</div>
</li>
</ul>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<div class="md:flex">
<div class="md:w-1/2 p-8">
<h3 class="text-2xl font-bold text-blue-800 mb-4">16S rRNA ๋ถ์์ ๋ฏธ๋</h3>
<p class="mb-4 text-gray-700">16S rRNA ์ผ๊ธฐ์์ด ๋ถ์์ ์ง๋ ์์ญ ๋
๊ฐ ๋ฏธ์๋ฌผํ์ ๋ฐ์ ์ ์ด๋์ด ์จ ํ์ ์ ์ธ ๊ธฐ์ ์ด๋ฉฐ, ์์ผ๋ก๋ ๋ฏธ์๋ฌผ ์ฐ๊ตฌ์ ์์ฉ ๋ถ์ผ์์ ์ค์ํ ๊ธฐ๋ฐ ๊ธฐ์ ๋ก์ ๊ทธ ๊ฐ์น๋ฅผ ์ด์ด๋๊ฐ ๊ฒ์
๋๋ค.</p>
<p class="mb-6 text-gray-700">๋ฌผ๋ก ์๋ฒฝํ ๋ง๋ฅ ์ด์ ๋ ์๋๊ธฐ์, ๊ทธ ํ๊ณ๋ฅผ ๋ช
ํํ ์ธ์ํ๊ณ ๋ค๋ฅธ ์ต์ ๊ธฐ์ ๋ค๊ณผ ํ๋ช
ํ๊ฒ ์กฐํฉํ์ฌ ํ์ฉํ๋ ์งํ๊ฐ ํ์ํฉ๋๋ค.</p>
<div class="bg-blue-50 p-4 rounded-lg">
<h4 class="font-bold text-blue-800 mb-2">๋ค๋ฅธ ๊ธฐ์ ๊ณผ์ ์ตํฉ</h4>
<div class="grid grid-cols-2 gap-4">
<div class="flex items-center">
<i class="fas fa-dna text-blue-500 mr-2"></i>
<span class="text-sm">์ ์ฅ ์ ์ ์ฒด ๋ถ์(WGS)</span>
</div>
<div class="flex items-center">
<i class="fas fa-layer-group text-blue-500 mr-2"></i>
<span class="text-sm">๋ฉํ๊ฒ๋ ๋ถ์</span>
</div>
<div class="flex items-center">
<i class="fas fa-long-arrow-alt-right text-blue-500 mr-2"></i>
<span class="text-sm">๋กฑ๋ฆฌ๋ ์ํ์ฑ</span>
</div>
<div class="flex items-center">
<i class="fas fa-laptop-code text-blue-500 mr-2"></i>
<span class="text-sm">์๋ฌผ์ ๋ณดํ</span>
</div>
</div>
</div>
</div>
<div class="md:w-1/2 bg-blue-50 flex items-center justify-center p-8">
<div class="text-center">
<img src="https://img.icons8.com/color/240/000000/future.png" alt="Future" class="w-48 h-48 mx-auto">
<p class="mt-3 text-gray-600">๊ธฐ์ ์ ์ตํฉ์ ํตํ ๋ฏธ์๋ฌผ ์ฐ๊ตฌ์ ๋ฏธ๋</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Conclusion Section -->
<section class="py-16 gradient-bg text-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">๊ฒฐ๋ก </h2>
<div class="w-20 h-1 bg-white mx-auto mb-6"></div>
<p class="text-lg max-w-3xl mx-auto">16S rRNA ์ผ๊ธฐ์์ด ๋ถ์์ ๋ฏธ์๋ฌผ ์ฐ๊ตฌ์ ํจ๋ฌ๋ค์์ ๋ฐ๊พผ ํ์ ์ ์ธ ๊ธฐ์ ์
๋๋ค</p>
</div>
<div class="max-w-4xl mx-auto">
<p class="mb-6 text-blue-100 leading-relaxed">16S rRNA ์ผ๊ธฐ์์ด ๋ถ์๋ฒ์ ํ๋ ๋ฏธ์๋ฌผํ ์ฐ๊ตฌ์ ํ๋ช
์ ์ธ ๋ณํ๋ฅผ ๊ฐ์ ธ์์ต๋๋ค. ๋ฐฐ์์ด๋ผ๋ ์ ํต์ ์ธ ๋ฐฉ๋ฒ์ ํ๊ณ๋ฅผ ๊ทน๋ณตํ๊ณ , ๋ฏธ์๋ฌผ ๋ค์์ฑ ์ฐ๊ตฌ์ ์งํ์ ๋ํ๋ฉฐ, ์์ ์ง๋จ, ์ํ ์์ , ํ๊ฒฝ ๋ณดํธ ๋ฑ ๋ค์ํ ๋ถ์ผ์์ ํต์ฌ์ ์ธ ์ญํ ์ ์ํํ๊ณ ์์ต๋๋ค.</p>
<p class="mb-6 text-blue-100 leading-relaxed">์ด ๊ธฐ์ ์ ์ธ๊ท ์ ๋ณดํธ์ ์ธ ์ ์ ์ '๋ฐ์ฝ๋'์ธ 16S rRNA๋ฅผ ์ฐพ์ ์ฆํญํ๊ณ , ๊ทธ ๋ฐ์ฝ๋ ๋ด์ฉ์ ์ ํํ ์ฝ์ด๋ธ ๋ค, ๊ฑฐ๋ํ ๋ฐ์ฝ๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ์ ๋น๊ตํ์ฌ ์ ์์ ํ์ธํ๋ ์ ๊ตํ ๊ณผ์ ์
๋๋ค. ์ด๋ฌํ ์๋ฆฌ ๋๋ถ์ ๋ฐฐ์์ด ์ด๋ ค์ด ๋ฏธ์๋ฌผ๋ ์ฐ๊ตฌํ ์ ์๊ฒ ๋์๊ณ , ๋ณต์กํ ๋ฏธ์๋ฌผ ๊ตฐ์ง์ ๋ถ์ํ ์ ์๋ ๊ธธ์ด ์ด๋ ธ์ต๋๋ค.</p>
<p class="mb-8 text-blue-100 leading-relaxed">์์ผ๋ก๋ 16S rRNA ์ผ๊ธฐ์์ด ๋ถ์์ ๋ฏธ์๋ฌผํ ์ฐ๊ตฌ์ ๊ธฐ์ด ๋๊ตฌ๋ก์ ์ค์ํ ์ญํ ์ ๊ณ์ํ ๊ฒ์
๋๋ค. ํ์ง๋ง ๋์์ ์ ์ฅ ์ ์ ์ฒด ๋ถ์(WGS), ๋ฉํ๊ฒ๋ ์ํ์ฑ, ๋กฑ๋ฆฌ๋ ์ํ์ฑ ๋ฑ ์๋ก์ด ๊ธฐ์ ๋ค๊ณผ์ ์ตํฉ์ ํตํด ๋์ฑ ๊ฐ๋ ฅํ ๋ถ์ ๋๊ตฌ๋ก ๋ฐ์ ํด ๋๊ฐ ๊ฒ์
๋๋ค.</p>
<div class="bg-blue-800 bg-opacity-50 rounded-xl p-6">
<p class="italic mb-3">"๋์ ๋ณด์ด์ง ์๋ ๋ฏธ์๋ฌผ ์ธ๊ณ์ ๋ณต์ก์ฑ๊ณผ ๋ค์์ฑ์ ์ดํดํ๋ ๋ฐ 16S rRNA ์ผ๊ธฐ์์ด ๋ถ์์ ์์ด์๋ ์ ๋ ๊ฐ๋ ฅํ ์ฐฝ์
๋๋ค."</p>
<p class="text-right text-blue-200">- ๋ฏธ์๋ฌผ ์ฐ๊ตฌ์</p>
</div>
</div>
</div>
</section>
<!-- References Section -->
<section class="py-12 bg-gray-100">
<div class="container mx-auto px-4">
<h2 class="text-2xl font-bold text-gray-800 mb-6">์ฐธ๊ณ ๋ฌธํ</h2>
<div class="bg-white rounded-lg shadow-sm p-6">
<ol class="list-decimal list-inside space-y-2 text-sm text-gray-700">
<li>Clinical and Laboratory Standards Institute (CLSI). <em>Principles and Procedures for Blood Cultures; Approved Guideline</em>. CLSI document M47-A. Wayne, PA: Clinical and Laboratory Standards Institute; 2007.</li>
<li>Ranjan R, Rani A, Metwally A, McGee HS, Perkins DL. Analysis of the microbiome: Advantages of whole genome shotgun versus 16S illustrative computational pipelines. <em>Front Microbiol</em>. 2016;6:1514.</li>
<li>Streit WR, Schmitz RA. Metagenomics โ the key to the uncultured microbes. <em>Curr Opin Microbiol</em>. 2004;7(5):492-498.</li>
<li>Woese CR. Bacterial evolution. <em>Microbiol Rev</em>. 1987;51(2):221-271.</li>
<li>Yang B, Wang Y, Qian PY. Sensitivity and correlation of hypervariable regions in 16S rRNA genes in phylogenetic analysis. <em>BMC Bioinformatics</em>. 2016;17:135.</li>
<li>Adรฉkambi T, Drancourt M, Raoult D. The rpoB gene as a tool for clinical microbiologists. <em>Trends Microbiol</em>. 2009;17(1):37-45.</li>
<li>Zhou J, Bruns MA, Tiedje JM. DNA recovery from soils of diverse composition. <em>Appl Environ Microbiol</em>. 1996;62(2):316-322.</li>
<li>Saiki RK, Gelfand DH, Stoffel S, et al. Primer-directed enzymatic amplification of DNA with a thermostable DNA polymerase. <em>Science</em>. 1988;239(4839):487-491.</li>
<li>Lane DJ. 16S/23S rRNA sequencing. In: Stackebrandt E, Goodfellow M, eds. <em>Nucleic Acid Techniques in Bacterial Systematics</em>. Chichester: John Wiley & Sons; 1991:115-175.</li>
<li>Sanger F, Nicklen S, Coulson AR. DNA sequencing with chain-terminating inhibitors. <em>Proc Natl Acad Sci U S A</em>. 1977;74(12):5463-5467.</li>
</ol>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-8">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0">
<div class="flex items-center space-x-2">
<i class="fas fa-dna text-2xl text-blue-400"></i>
<span class="text-xl font-bold">16S rRNA ๋ถ์</span>
</div>
<p class="mt-2 text-gray-400 text-sm">๋ฏธ์๋ฌผ ๋์ ์ ํ์ ์ ์ธ ๋ฐฉ๋ฒ๋ก </p>
</div>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-facebook text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-linkedin text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-github text-xl"></i>
</a>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between">
<div class="mb-4 md:mb-0">
<p class="text-gray-400 text-sm">© 2023 16S rRNA ๋ถ์ ์ฐ๊ตฌํ. ๋ชจ๋ ๊ถ๋ฆฌ ๋ณด์ .</p>
</div>
<div class="flex flex-col md:flex-row space-y-2 md:space-y-0 md:space-x-6 text-sm">
<a href="#" class="text-gray-400 hover:text-white transition">๊ฐ์ธ์ ๋ณด ์ฒ๋ฆฌ๋ฐฉ์นจ</a>
<a href="#" class="text-gray-400 hover:text-white transition">์ด์ฉ ์ฝ๊ด</a>
<a href="#" class="text-gray-400 hover:text-white transition">๋ฌธ์ํ๊ธฐ</a>
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
if (menu.classList.contains('hidden')) {
menu.classList.remove('hidden');
} else {
menu.classList.add('hidden');
}
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - ๐งฌ <a href="https://enzostvs-deepsite.hf.space?remix=Wookeun/test" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |