.board-search-wrap { width: 31.67%;  text-align: center; font-size: 0.9em; }
.board-search-wrap form{position: relative;}
.board-search-wrap .search-type { height: 35px; border: solid 1px #d5d5d5; }
.board-search-wrap .search-keyword { width: 100%; height: 35px; border: none; border-radius: 0; border-bottom: solid 1px #dfdfdf; padding: 0 30px 0 7px; font-size: 1.1em; } /* 220624 G mod */
.board-search-wrap .search-keyword::placeholder{font-size: 0.89em; color: #ccc;}
.board-search-wrap .search-btn { position: absolute;  top: 50%; right: 0; transform: translateY(-50%); width: 26px; padding-top: 35px; background: url(../../../../img/search_icon.png) no-repeat center; background-size: 80%; }


@media screen and (max-width:767px) {
    .board-search-wrap{width: 100%; margin-top: 1em;}
}