66 lines
2.6 KiB
HTML
66 lines
2.6 KiB
HTML
<?php include('./inc/pageheader.php'); ?>
|
|
<link rel="stylesheet" href="./css/business.css">
|
|
<?php include('./inc/menubar.php'); ?>
|
|
|
|
<section>
|
|
<h1 class="hidden">Start of Content</h1>
|
|
<article class="subBanner">
|
|
<h2 class="hidden">서브배너</h2>
|
|
|
|
<div class="inner">
|
|
<div class="subBannerInfo">
|
|
<ul>
|
|
<li>BUSINESS</li>
|
|
<li>인간의 삶과 행복을 추구하는 인간중심 기업 디비엔텍입니다</li>
|
|
</ul>
|
|
</div><!--end of subBannerInfo-->
|
|
</div><!--end of inner-->
|
|
</article><!--end of subBanner-->
|
|
|
|
<div class="siteIndex">
|
|
<div class="inner">
|
|
BUSINESS 》 IT Service
|
|
</div>
|
|
</div><!--end of siteIndex-->
|
|
|
|
<article class="businessContainer">
|
|
<h2 class="hidden">IT Service</h2>
|
|
|
|
<div class="siWrapper">
|
|
<p><a href="./business02.html"><</a></p>
|
|
<div class="siRightBox">
|
|
<ul>
|
|
<li>IT Service</li>
|
|
<li>
|
|
SOC, 교통, 안전, 서비스부문 시스템 및 플랫폼 구축 및 운영
|
|
</li>
|
|
|
|
<li>
|
|
E-Commerce, SNS, ERP, 기업용 업무지원 솔루션 등
|
|
온라인플랫폼<br />
|
|
구축 및 운영
|
|
</li>
|
|
|
|
<li>
|
|
Network 및 영상 통합 보안 관제 서비스
|
|
</li>
|
|
|
|
<li>
|
|
Open API, SDK 등 통합 서비스 플랫폼 설계 / 구축
|
|
</li>
|
|
<li>
|
|
정보 시스템 아웃소싱(ITO)을 통한 신기술, 도구,
|
|
전문가 등의 기술 이전
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div><!--end of siWrapper-->
|
|
</article><!--end of businessContainer-->
|
|
</section><!--end of section, mainPage-->
|
|
|
|
<?php include('./inc/footer.php'); ?>
|
|
|
|
</body>
|
|
</html> |