/**** pc ****/
@media only all and (min-width:769px) {
    .bbs_inbox {
                width:  100%; float: left
            }
}
/**** 모바일 ****/
@media only all and (max-width:768px) {
      .bbs_inbox {
                width:  100%; float: left; padding: 0px 15px; box-sizing: border-box
            }
}

/**** pc ****/
@media only all and (min-width:769px) {
.bbs_title{ width: 100%; float: left; margin-bottom: 30px; font-size:30px; font-weight: 500; font-family:'Noto Sans Korean', 'Noto Sans KR',"NanumBarunGothic", nbg, dotum, sans-serif; margin-top: 50px }
	.btn_ok{  width: 100%; float: left; text-align: center; margin-bottom: 50px }	
.btn_ok input.bts{ font-size: 12px; line-height: 16px;  color: #fff; background-color: #c30d23; padding: 10px 80px; border: none}	
}
/**** 모바일 ****/
@media only all and (max-width:768px) {
	
	.bbs_title{ width: 100%; float: left; margin-bottom: 20px; font-size:18px; font-weight: 500; font-family:'Noto Sans Korean', 'Noto Sans KR',"NanumBarunGothic", nbg, dotum, sans-serif;; padding: 0px 0px; box-sizing: border-box ;margin-top: 20px}
	.btn_ok{  width: 100%; float: left; text-align: center; margin-bottom: 50px }	
.btn_ok input.bts{ width: 100%; float: left;font-size: 12px; line-height: 16px;  color: #fff; background-color: #c30d23; padding: 10px 80px; border: none}	
}


select{float: left; width: 30%; border: none; background-color: #f2f2f2; padding: 0px 20px; box-sizing: border-box ; height: 40px; line-height: 40px;  border: 1px solid #999; line-height: 20px}
input{float: left; width: 57%; border: none; background-color: #f2f2f2;padding: 0px 20px; box-sizing: border-box; margin-right: 0px; height: 40px; line-height: 40px ; box-sizing: border-box}
input.search_btn{float: left; width: 10%; background: url(<?php echo $board_skin_url ?>/img/search_icon.png); background-repeat: no-repeat; background-position: center  center; }
