﻿/* 자주하는질문
full_drop
기존CSS : /skin/basic/board/faq/css/board.css
추가CSS : /skin/basic/renewal_v1/css/pt_style_5.css
*/

.board_list,
.board_subject,
.bgGray_section {width:100%;}


/* 검색 */
.board-srch {width: 100%;overflow:hidden;position:static;}
.board-srch div {width: 100%; display: flex;}
.board-srch div .goSearch {right: auto;}
.board-srch .line-choice {float:right;position:relative;z-index:90;overflow:hidden;margin:0px 0px 20px 0px;}
.board-srch select[name='keyfield'], .board-srch select[name='category']{float:left;padding:0 10px;margin-right:10px;width:130px;height:30px;line-height:30px;background-color:#eeeeee;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.board-srch input[type='text']{height:30px;line-height:30px;padding:0 10px;border:0;background-color:#eeeeee;}
.board-srch input[type='image']{background-color:transparent}
.board-srch input.txtimg {float:right;padding:0;margin:0;background-color:#a88f7b}

.bgGray_section .customer_inner .board_inner {position:static;}