@@ -109,7 +109,7 @@
<th>사이트<em class="required" title="필수"></em></th>
<td>
<select name="siteCd" required="required" data-valid-name="사이트">
- <option>[선택]</option>
+<!-- <option>[선택]</option> -->
<option th:if="${siteList}" th:each="oneData, status : ${siteList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
</select>
</td>