품질인정제도 바로가기 추가
This commit is contained in:
@@ -209,6 +209,10 @@
|
||||
<button onclick="scrollToSection('section-process')" class="text-slate-400 hover:text-white transition">인정절차</button>
|
||||
<button onclick="scrollToSection('section-install')" class="text-slate-400 hover:text-white transition">설치기준</button>
|
||||
<button onclick="scrollToSection('section-check')" class="px-5 py-2.5 bg-white/5 hover:bg-white/10 text-white rounded-full border border-white/10 transition backdrop-blur-md">체크리스트</button>
|
||||
<a href="https://www.kict.re.kr/menu.es?mid=a10403020000" target="_blank" class="flex items-center gap-1.5 text-orange-400 hover:text-white transition bg-orange-400/5 px-4 py-2 rounded-xl border border-orange-400/20">
|
||||
<span class="font-bold">KICT</span>
|
||||
<svg class="w-3 h-3" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>
|
||||
</a>
|
||||
</div>
|
||||
<button class="md:hidden text-slate-400 hover:text-white p-2" onclick="toggleMobileMenu()">
|
||||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
@@ -225,7 +229,8 @@
|
||||
<button onclick="scrollToSection('section-specs')" class="block w-full text-left py-3 text-slate-300 hover:text-orange-400 border-b border-white/5">성능기준</button>
|
||||
<button onclick="scrollToSection('section-process')" class="block w-full text-left py-3 text-slate-300 hover:text-orange-400 border-b border-white/5">인정절차/심사</button>
|
||||
<button onclick="scrollToSection('section-install')" class="block w-full text-left py-3 text-slate-300 hover:text-orange-400 border-b border-white/5">설치기준</button>
|
||||
<button onclick="scrollToSection('section-check')" class="block w-full text-left py-3 text-slate-300 hover:text-orange-400">체크리스트</button>
|
||||
<button onclick="scrollToSection('section-check')" class="block w-full text-left py-3 text-slate-300 hover:text-orange-400 border-b border-white/5">체크리스트</button>
|
||||
<a href="https://www.kict.re.kr/menu.es?mid=a10403020000" target="_blank" class="block w-full text-left py-3 text-orange-400 font-bold">🏛️ KICT 바로가기</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -1458,6 +1463,32 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- KICT Shortcut Section -->
|
||||
<section class="mt-16 mb-24">
|
||||
<div class="card-glass rounded-[2rem] p-1.5 overflow-hidden group">
|
||||
<a href="https://www.kict.re.kr/menu.es?mid=a10403020000" target="_blank" class="flex flex-col md:flex-row items-center gap-8 bg-black/40 rounded-[1.8rem] p-8 md:p-12 transition-all group-hover:bg-black/60">
|
||||
<div class="w-full md:w-1/3 flex justify-center p-6 bg-white rounded-2xl group-hover:scale-105 transition-transform shadow-2xl">
|
||||
<img src="../img/kict_logo.png" alt="KICT 한국건설기술연구원" class="h-16 md:h-20 object-contain">
|
||||
</div>
|
||||
<div class="flex-1 text-center md:text-left">
|
||||
<div class="inline-flex items-center gap-2 bg-orange-500/10 text-orange-400 px-4 py-1.5 rounded-full text-xs font-bold mb-4 border border-orange-500/20">
|
||||
KICT 공식 서비스
|
||||
</div>
|
||||
<h3 class="text-2xl md:text-3xl font-black text-white mb-4 tracking-tight">
|
||||
한국건설기술연구원 <span class="text-orange-500">인증·인정 서비스</span>
|
||||
</h3>
|
||||
<p class="text-slate-400 text-lg mb-8 font-light leading-relaxed">
|
||||
시험 신청, 진행 현황 확인 및 관련 규정 조회를 위한<br class="hidden md:block">
|
||||
<strong class="text-white font-medium">KICT 공식 홈페이지</strong>로 직접 연결됩니다.
|
||||
</p>
|
||||
<div class="inline-flex items-center gap-3 bg-white text-black font-bold py-4 px-8 rounded-2xl hover:bg-orange-500 hover:text-white transition-all transform group-hover:translate-x-2">
|
||||
<span>인증·인정 업무 사이트 바로가기</span>
|
||||
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path></svg>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
|
||||
BIN
img/kict_logo.png
Normal file
BIN
img/kict_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 429 KiB |
Binary file not shown.
Reference in New Issue
Block a user