/* BASIC css start */
#bbsData .bbs-link { position: relative; }
#bbsData .bbs-link-top { margin-top: 10px; margin-bottom: -55px;margin-right: 400px; text-align: left; }
#bbsData .bbs-link-btm { margin-top: 10px; margin-bottom: -55px; text-align: right; }
.board_list tr.notice td { 
    background:#f7f7f7; 
    font-weight:bold; 
}
/* µå·Ó´Ù¿î ±âº» ½ºÅ¸ÀÏ */
.search-type{
  width:130px; height:32px;
  padding:4px 28px 4px 10px;
  background-position: right 18px center;
 border: 1px solid #ccc;
  border-radius: 20px;

}
/* ¶óº§Àº JS¿¡¼­µµ ¼û±âÁö¸¸ º¸Á¶ÀûÀ¸·Î ÇÑ ¹ø ´õ */
.bbs-sch fieldset > label{ display:none; }

.bbs-link a[href*="type=i"]{
  display:inline-flex; align-items:center; gap:6px;
  height:32px; padding:0 14px;
  border:1px solid #2a7f2a; background:#2a7f2a; color:#fff;
  font-size:12px; font-weight:600; border-radius:9999px; text-decoration:none;
}
.bbs-link a[href*="type=i"]:hover{ background:#256f25; border-color:#256f25; }
/* BASIC css end */

