File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="../../resources/css/reset.css">
<link rel="stylesheet" href="../../resources/css/style.css">
<link rel="stylesheet" href="../../resources/css/component.css">
<link rel="stylesheet" href="../../resources/css/common.css">
<link rel="stylesheet" href="../../resources/css/responsive.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<style scoped>
footer {
width: 100%;
/* height: 300px; */
padding: 30px;
/* opacity: 0; */
/* display: none; */
position: relative;
bottom: 0px;
left: 0;
z-index: 56;
transition: all 0.5s;
background-color: #333;
}
/* 스크롤바 없애기 */
body {
-ms-overflow-style: none;
/* 인터넷 익스플로러 */
scrollbar-width: none;
/* 파이어폭스 */
}
::-webkit-scrollbar {
display: none;
}
#header {
position: fixed;
top: 0;
z-index: 3;
border-bottom: 1px solid #ced4da;
background-color: white !important;
}
#header .header .logo {
background: url(../../resources/img/component/logo-color.png) no-repeat;
width: 200px;
background-size: contain;
height: 25px;
}
#header .header nav li a {
color: #333;
}
html,
body {
position: relative;
height: 100%;
font-family: 'Pretendard';
}
body {
font-family: 'Pretendard';
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
}
.box-wrap {
flex-wrap: nowrap;
}
.box-wrap-title {
text-align: center !important;
font-weight: 700;
font-size: 2.1rem !important;
}
.etc-wrap-text {
width: 100%;
}
.etc-wrap-text div img {
padding-bottom: 2rem;
}
.solution-ani p {
font-size: 1.6rem;
line-height: 2;
padding-left: 2rem;
text-align: left;
word-break: keep-all;
}
.dropdown {
background-color: #fff !important;
}
</style>
<title>TAKENSOFT</title>
</head>
<body>
<div id="header"></div>
<div style=" background: linear-gradient(#d7e2ff9d, #fff, #fff);
">
<div class="text-area pb60 pt60 slide-section flex align-center" id="smart"
style="gap: 10px; height: 100vh; align-content: center;">
<div class="etc-wrap-title mb20">
<h1 class="mb20">스마트시티 솔루션 공급</h1>
<p>다양한 데이터 기반 노하우를 바탕으로 시스템을 분석하여 인공지는 기반의 서비스를<br>기획,개발,구축함과 동시에 운영까지 다양한 서비스와 환경에 가장 최적화된 솔루션을
제공합니다.</p>
</div>
<div class="etc-wrap-text flex justify-between" style="flex-wrap: nowrap; gap: 30px;">
<div class="solution-ani">
<img src="../../resources/img/common/smart-img3.png" alt="">
<p class="box-wrap-title mb20">AI 안전통합 횡단보도 플랫폼</p>
<p>- 횡단보도 보행자 상황을 차량 내비게이션에 전달하여 우회전시 사고 예방</p>
<p>- 무단횡단을 방지하는 플랫폼 기반 스마트 횡단보도 안전관리 솔루션</p>
</div>
<div class=" solution-ani">
<img src="../../resources/img/common/smart-img2.png" alt="">
<p class="box-wrap-title mb20">시니어 스마트 케어 모니터링 서비스</p>
<p>- 약 복용 지도를 통해 독거노인의 보호자 뿐만 아니라 관리기관, 병원 관계자 까지 약 복용에 대한 확인이 가능한 플랫폼 구축</p>
<p>- IOT 기술을 결합하여 약 복용 모니터링 구조를 개선하고 복지 사각지대를 보완할 수 있는 장치 마련</p>
</div>
<div class="solution-ani">
<img src="../../resources/img/common/smart-img1.png" alt="">
<p class="box-wrap-title mb20">전력 에너지 모니터링 시스템</p>
<p>- 수요반응 자원시장의 참여고객 기업별 전력량을 AI 기반으로 가공 및 분석</p>
<p>- 전력량 실시간 확인 및 예측 시스템 (피크 시간대 예측, 주변 지역 사용량)</p>
</div>
</div>
</div>
<footer>
<div class="footer-wrap">
<div class="footer-img mb10">
<img src="../../resources/img/component/logo-w.png" alt="">
</div>
<hr>
<div class="footer-text pt10">
<div class="flex justify-between ">
<p>대표자 ) 임상현</p>
<p>FAX ) 053-811-1701</p>
</div>
<div class="flex justify-between">
<p>고객지원 ) 053-811-1700(평일9시~18시)</p>
<p>대표메일 ) [email protected]</p>
</div>
<p>주소 )본사: 경상북도 경산시 대학로280, 영남대학교 창업보육센터 신관 217호,218호,220호</p>
<p class="pl30">대구지사: 대구 수성구 알파시티1로 160 SW융합테크비즈센터 306호 (대흥동)</p>
</div>
<p class="copyright">© 2021.Takensoft.all rights reserved.</p>
</div>
</footer>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script>
$(document).ready(function () {
$("#btnHeadquarter").click(function () {
$("#btnHeadquarter").addClass('on');
$("#btnDaeguBranch").removeClass('on');
$("#contentDaeguBranch").hide();
$("#contentHeadquarter").show();
});
$("#btnDaeguBranch").click(function () {
$("#btnDaeguBranch").addClass('on');
$("#btnHeadquarter").removeClass('on');
$("#contentHeadquarter").hide();
$("#contentDaeguBranch").show();
});
});
$(function () {
$("#header").load("../layout/Header.html");
$("#footer").load("../layout/footer.html");
$("#footer").show();
});
</script>
</html>