File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>메인</title>
<!-- css -->
<link rel="stylesheet" href="../../css/reset.css">
<link rel="stylesheet" href="../../css/font.css">
<link rel="stylesheet" href="../usr/layout/layout.css">
<link rel="stylesheet" href="./css/common.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/button.css">
<link rel="stylesheet" href="./css/tab.css">
<link rel="stylesheet" href="./css/table.css">
<link rel="stylesheet" href="./css/calendar.css">
<!-- //css -->
<!-- script -->
<script src="../../js/jquery-3.5.0.js"></script>
<script src="./layout/layout.js"></script>
<script src="./script/common.js"></script>
<!-- //script -->
<!-- plugin -->
<link rel="stylesheet" href="../../js/plugin/swiper-11.1.9/package/swiper-bundle.min.css">
<script src="../../js/plugin/swiper-11.1.9/package/swiper-bundle.min.js"></script>
<!-- //plugin -->
<link rel="stylesheet" href="./css/main.css">
<script src="./script/main.js"></script>
</head>
<body>
<div class="wrap">
<div data-include-path="./layout/_header.html"></div>
<div id="container" class="container main">
<!-- ============== 메인비주얼 ============== -->
<div class="main_visual">
<div class="visual_slide swiper">
<div class="swiper-wrapper">
<a href="#" class="swiper-slide">1</a>
<a href="#" class="swiper-slide">2</a>
<a href="#" class="swiper-slide">3</a>
</div>
</div>
<div class="contents">
<div class="inner">
<div class="text_area">
<b class="title">ORGASIS <span class="line">Organellostasis</span></b>
<span class="summary">
현 약물의 구조적 한계를 극복하는 선택적·자발적 세포소기관<br>
항상성 기반 치료 기전
</span>
<div class="slide_pagination">
</div>
</div>
<ul class="box_contents">
<li class="box purple">
<a href="#">
<b class="title">ORGanelle homeostASIS</b>
<span class="summary">현 약물(유전자, 항체 치료제 등)의 한계점을 극복하는 선택적, 자발적 항상성 작용기전 기반의 새로운 신약후보물질의 오아시스</span>
</a>
</li>
<li class="box blue">
<a href="#">
<b class="title">ORGASIS Platform Tech</b>
<span class="summary">
병인, 스트레스, 노화 등 내/외부 자극은 세포 소기관의 손상시키고
이들의 항상성을 유지하는 autophagy의 활성이 감소되거나 결핍되어
다양한 질환으로 나타나게 됩니다.
</span>
</a>
</li>
<li class="box skyblue">
<a href="#">
<b class="title">ORGASIS Major Result</b>
<span class="summary">
ORGASIS는 손상된 소기관과 노폐물의
선택적 자가포식 선별기술을 활용한 질환별 맞춤형 신약개발을 통하여
인류의 건강한 미래와 보다 나은 삶에 기여하고자 합니다
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- ============== 메인비주얼 끝 ============== -->
</div>
<div data-include-path="./layout/_footer.html"></div>
</div>
</body>
</html>