You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
671 B
14 lines
671 B
<div class="search-box">
|
|
<a href="@@ROOT/index.html" class="link">국민연금 ON AIR</a>
|
|
<form class="search-form">
|
|
<input type="text" class="input"/>
|
|
<button type="button" class="search-btn" title="검색"><span class="material-symbols-outlined icon">search</span></button>
|
|
<div class="label-wrap">
|
|
<input type="radio" name="search" value="title" id="search-title" checked/>
|
|
<label for="search-title" class="first">제목</label>
|
|
|
|
<input type="radio" name="search" value="title" id="search-contents" />
|
|
<label for="search-contents">제목 + 내용</label>
|
|
</div>
|
|
</form>
|
|
</div>
|