@charset "utf-8";
/* 기본게시판 CSS Document */
@import url('board_common.css'); /* 게시판 공통 css */

/*기본게시판 리스트*/
.board_list{ letter-spacing:-0.7px;}
.board_list li{ border-bottom:1px solid #e1e1e1; position:relative;}
.board_list li a{ padding:15px 0 13px 4%; display:block;}

.board_list li p{ 
  color: #000;
  font-size: 17px;
  line-height: 22px;
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 4%;
  font-weight: 500;
  }
.board_list li.notice_top p{ color:#147be2; font-size:16px; background:url(/layout/images/module_mobile/ico_notice.png) left 2px no-repeat; padding-left:20px;padding-right:0 !important;}
.board_list li p > .category_tit{ color:#147be2 !important; font-size:15px !important; }

.board_list li span{ color:#848484; font-size:12px; padding-right:6px;}
.txt_request{ color:#f02e0f !important;}
.txt_approval{ color:#09C !important;}
.board_list .ico_reply{ display:block; position:absolute; top:20px; right:0px; background:url(/layout/images/module_mobile/ico_reply.png) left 3px no-repeat; padding:0 0 0 20px; height:20px; width:25px; color:#f67700; }



/* 첨부파일 스타일 : PC 버전에서 가져옴 */
.file_attach {
	display:block;
    margin: 0;
    padding: 0;
}

.attach_header {
    background-color: #DDDDDD;
  font-size: 11pt;
  font-weight: bold;
  padding: 10px 0 10px 5px;}

.attach_header span {
    color: #FD2100;
    font-weight: normal;
	padding:0 0 0 3px;
}

.file_attach ul {
	margin: 10px 0 0 0;
	padding:0;
}

.file_attach ul li {
    border-bottom: 1px solid #EEEEEE;
	display:block;
    clear: both;
    overflow: auto;
    padding: 4px 0 4px 5px;
}

.file_attach ul .file_name {
    float: left;
    font-size: 8pt;
    font-weight: bold;
    margin-right: 10px;
}

.file_attach ul .file_name img {
    margin: 0 5px 2px 0;
    vertical-align: middle;
}

.file_attach ul .file_size {
    color: #888888;
    font-size: 8pt;
    font-weight: normal;
}

.file_attach  ul .file_down {
	background: url("/layout/images/module/board/icon_download.gif") no-repeat scroll 0 2px transparent;
	padding:0 0 0 10px;
    font-size: 8pt;
}
