.list.col2 li {float: left; width: 50%;}

/* 카테고리 */
.board_head .boardTabWrap {float: left;}
.board_head .boardTab {display: inline-block; vertical-align: top; margin-bottom: 10px;}
.boardTab li {float: left; margin-right: 10px;}
.boardTab li:last-child {margin-right: 0;}
.boardTab li a {display: block;line-height: 36px; height: 40px; font-size: 16px; color: #999;text-align: center; white-space: nowrap; padding: 0 20px; box-sizing: border-box; border: 2px solid #e5e5e5; border-radius: 20px; font-weight: 300;}
.hover .boardTab li:hover a, .hover .tabs  li:focus a {border-color: #008aff; color: #008aff;}
.boardTab li.on {font-weight: bold; }
.boardTab li.on a {color: #008aff; border-color: #008aff;}

.list .category {display: inline-block; padding: 0 10px; line-height: 26px; font-size: 14px; color: #008aff; border-radius: 15px; border: 1px solid #008aff; box-sizing: border-box; height: 30px;}

/* 검색창 */
.board_head #board_search {float: right;}
#board_search {display: inline-block;}
#board_search .select_area, #board_search .select_input {float: left; vertical-align: top;  box-sizing: border-box}

#board_search .select_area {background: #eee; border: 1px solid #ddd; border-radius: 5px; margin-right: 10px; height: 40px; padding-top: 6px;}
#board_search .select_area select {display: block; border: 0 none; background: transparent; font-size: 16px; color: #999; -webkit-appearance: none; background: url(../images/ic_ie_selectArrow.png) right center no-repeat; padding: 0 25px 0 10px;}
#board_search .select_area select::-ms-expand {display: none;}
#board_search .select_input {padding: 5px 10px; border: 1px solid #ddd; border-right: 0 none; border-radius: 5px 0 0 5px; height: 40px;}
#board_search .select_input input{line-height: 30px; height: 30px;border: 0 none; background: transparent; width: 239px;}
#board_search .button {font-size: 16px; line-height: 40px; height: 40px; border-radius: 0 5px 5px 0; width: 100px;}
#board_search .button i {vertical-align: -2px; font-size: 21px; margin-left: 5px;}



/*Pagination*/
.board_foot .pagination_area {text-align: center; margin-bottom: 20px;}
.pagination {display: inline-block; padding: 20px 0 0; overflow: hidden;}
.pagination>a {display: inline-block; text-align: center;  border-left: none; text-decoration: none; width: 36px;  height: 36px; line-height: 36px;  color: #008ff9; font-size: 12px; border: 1px solid transparent; box-sizing: border-box}
.pagination>a i {vertical-align: 1px}
.pagination .page {display: inline-block;;}
.pagination .page a {display: inline-block; width: 36px; height: 36px; border: 1px solid #eee; box-sizing: border-box; line-height: 33px; border-radius: 18px; font-size: 16px; border: 1px solid transparent}
.pagination .page a.current { background: #008ff9  ; border:1px solid #008ff9; color: #fff; }
.hover .pagination a:hover, .hover .pagination a:focus {border: 1px solid #008ff9; }

.boardControl {float: right}
.boardControl  {}
.boardControl .button.m {font-size: 16px; border-radius: 5px;margin-left: 5px; border: 1px solid #ddd; line-height: 38px;}
.boardControl .button i {vertical-align: -1px;}