@charset "utf-8";
/* button CSS Document */
.btn_write{ text-align:center;} /*리스트페이지 쓰기버튼*/
.btn_write a{
  width: 30%;
  text-align: center;
  background: #3b5279;
  border: 1px solid #29374e;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  padding: 6px 0;
  border-radius: 3px;
}

/*view 페이지 버튼들*/
.btn_list{ text-align:center; margin-top:15px; font-size:13px !important;   margin-bottom: 20px;}
.btn_list a{text-align:center;border: 1px solid #181818;display:inline-block;padding: 5px 14px;border-radius:3px;font-size:13px;color: #ffffff;line-height:16px;background-color: #333;}

/*submit버튼*/
.btn_submit, .btn_cancle{text-align:center;border: 1px solid #941018;display:inline-block;border-radius:3px !important;color: #ffffff;line-height:16px;/* background-color:#fff !important; */font-family:font-family:'나눔고딕', NanumGothic, 'fontng';cursor:pointer;width: 50px;height: 28px;vertical-align:top;background-color: #b2111b;}