MOFA/html/search/normal/F_0048.html
2024-11-16 22:13:16 +09:00

163 lines
7.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>정보검색</title>
<link rel="stylesheet" href="../../../css/global.css" type="text/css" />
<link rel="stylesheet" href="../../../css/default.css" type="text/css" />
</head>
<body>
<header open="false">
<div>
<container>
<div row between>
<logo></logo>
<div row class="menu-first-depth" style="--gap:36px" onmouseenter="uiGnbHandler()">
<div>
<a href="#" data-current="false">정보등록</a>
</div>
<div>
<a href="#" data-current="false">정보관리</a>
<div col class="menu-second-depth" open="false">
<a href="#">우리국 자료</a>
<a href="#">외부 자료</a>
</div>
</div>
<div>
<a href="#" data-current="true">정보조회</a>
</div>
<div>
<a href="#" data-current="false">정보보고</a>
<div col class="menu-second-depth" open="false">
<a href="#">정보보고</a>
<a href="#">통계</a>
</div>
</div>
<div>
<a href="#" data-current="false">공지사항</a>
</div>
</div>
<div row class="search-header" style="--gap:17px">
<label class="button switch">
<input type="checkbox" checked>
<div class="switch-label">
<span>통합 검색</span>
<span>지능형 검색</span>
</div>
</label>
<form class="header-search" style="--width:320px">
<input type="search" placeholder="검색어를 입력하세요." />
<button type="submit"></button>
</form>
</div>
<div class="user-info" row middle style="--gap:16px">
<div col style="--gap:2px">
<p>홍길동</p>
<span>외교정보기획국</span>
</div>
<div class="logout"></div>
</div>
</div>
</container>
</div>
</header>
<section style="--section-top:145px">
<div class="breadcrumb">
<container>
<div col style="--gap:12px">
<div row middle class="breadcrumb-wrap" style="--gap:4px">
<a href="#home"></a>
<div class="caret"></div>
<a href="#home">정보검색</a>
</div>
<h1>
정보검색
</h1>
</div>
</container>
</div>
</section>
<section style="--section-top:40px">
<div class="search_keyword">
<container>
<form>
<select class="select-keyword">
<option>키워드 검색</option>
</select>
<div row class="text-field">
<input type="text" />
<button class="search-btn">검색버튼</button>
<div class="recommend-keyword">
<div row style="--gap:40px">
<div>
<p class="p20_sb">추천 키워드</p>
</div>
<div row style="--gap:40px">
<a hashtag href="#">대외관계</a>
<a hashtag href="#">경제</a>
<a hashtag href="#">대외관계</a>
<a hashtag href="#">대외관계</a>
<a hashtag href="#">대외관계</a>
<a hashtag href="#">대외관계</a>
</div>
</div>
</div>
</div>
</form>
</container>
</div>
</section>
<section style="--section-top:120px">
<div class="list-section">
<div>
<container>
<div col class="list-wrap">
<div col>
<!-- 리스트 자료없음 영역 begin -->
<div class="no-data">
<div col center style="--gap:16px" class="no-data-title">
<div class="no-data-icon"></div>
<p class="p24_r"><b>ㄱㄴㄷㄹㅁㅂㅅㅇㅈㅊㅋㅌㅍㅎ</b>’에 대한 검색결과가 없습니다.</p>
</div>
<div class="no-data-desc">
<ul>
<li>
단어의 철자가 정확한지 확인해 보세요.
</li>
<li>
한글을 영어로 혹은 영어를 한글로 입력했는지 확인해 보세요.
</li>
<li>
검색어의 단어수를 줄이거나 보다 일반적인 검색어를 사용해 보세요.
</li>
<li>
두 단어 이상의 검색어인 경우, 띄어쓰기를 확인해 보세요.
</li>
<li>
다른 검색어를 사용해 보세요.
</li>
</ul>
</div>
</div>
<!-- 리스트 자료없음 영역 fin -->
</div>
</div>
</container>
</div>
</div>
</section>
<footer style="--mt:98px">
<container>
<div row between middle>
<p style="--color:#ffffff99">Copyright ⓒ 대한민국 외교부. All rights reserved</p>
<footer-logo />
</div>
</container>
</footer>
</body>
</html>