@charset "utf-8";

.flex{display: flex; flex-wrap: wrap;}
.space{justify-content: space-between;}
.center{align-items :center;}

.srch_box .search,
.board-serch{width: 100%;}

.board-serch .btn-box{display: flex; flex-wrap: wrap; gap: 10px;}
.board-serch .btn-box input[type=button]{display: flex; height: 30px; padding: 0 10px; background: #fff; border: 1px solid #0d5dbe; border-radius: 5px; font-family: pm; font-size: 14px; color: #0d5dbe;}
.board-serch .btn-box input[type=button].active{background-color: #0d5dbe; color: white;}