@charset "utf-8";
/* 목록의 td 에 링크 */
div.link tr td{cursor: pointer;}
/* 자료 표시 테이블 */
div.table{}
div.table table{}
div.table table{}
div.table table tr th{  }
div.table table tr th,div.table table tr td{}
div.table table tr td.content{line-height: 1.4em;}
div.table table tr td.content p{margin:3px 0}
div.table table tr.li_txl td,div.table table tr td.li_txl{ text-align:left}
div.table table tr.li_txc td,div.table table tr td.li_txc{ text-align:center}
div.table table tr.li_txr td,div.table table tr td.li_txr{ text-align:right}
div.table table tr.title  td{font-weight:bold;}
/* 자료표시 스트라이프 테이블 */
div.table{xxclear:both;} /* 게시판 이외 테이블 사용때문에 막음 */
div.table{border-top:#8A90A3 2px solid;margin-top:0px;}
div.table table{width:100%;}
div.table table{xxborder-top: #8A90A3 1px solid;border-right: none;border-collapse: collapse;}
div.table table tr th,div.table table tr td{border-left: #EBEBEB  1px solid;padding:8px 5px;margin:0px;border-bottom: #DAD4D4 1px solid;}
div.towLines table tr th,div.towLines table tr td{ padding:3px 5px}
div.table table tr th.first,div.table table tr td.first{border-left: none;}
div.table table tr th.first{border-right: #EBEBEB 1px solid} /* read, update th에 필요 */
div.table table tr td.li_txl{taxt-align:left;}
div.table table tr th{	background:#F8F9FA;color:#08376E;font-weight:bold;}
div.table table tr th.odd{background:red}
div.table table tr th, div.table table tr td{}
div.table table tr.odd td{background: #f8f8f8}
div.table table tr.hover td{background:#ccecf2}
div.table table tr td.head{background:#FAF8F9; border-right:1px solid #EBEBEB}
div.table table tr td.writer{overflow: hidden;width:80px}
div.table table tr td.subject{xxwidth:350px;overflow:hidden; text-overflow:ellipsis}
div.table table tr td.subject > span {color:#999}
/* border 의 문제로 위 또는 아래를 선택한다 */
div.table table tr th.data{text-align:left;background:white;font-weight:normal}
div.board_box{clear:both;width:180px;margin:5px 3px; padding:0 0 3px 0;text-align:center;border:1px #DAD4D4 solid}
div.board_box div.board_data{padding: 5px 0px 3px 0px;text-align:center}
div.board_box div.board_title{height:25px; margin-top:5px;text-align:center}
/* 검색 부분, 라운드 사각형 (corners) */
div.list_search{margin-top:0px;padding:0px 0px 5px 5px;text-align:right;}
div.list_search select option{}
* 페이지 네비게이션, 라운드 사각형 (corners) */
div.paginate{margin:10px auto;	padding:5px;background:#F8F9FA}
div.paginate div.count{padding:5px 0 0 30px}
div.paginate div.page_navi {}
div.paginate div.page_navi div{text-align:center;margin:0 auto;height:40px}
div.paginate div.page_navi div a{display:inline-block;width:25px;margin-left: -4px;padding:7px 0;border-top:1px solid #dfe0e0;border-bottom:1px solid #dfe0e0;border-right:1px solid #dfe0e0;}
div.paginate div.page_navi div a:first-child{border-left:1px solid #dfe0e0}
div.paginate div.page_navi div a.page_current{font-weight: bold;color:#d72128}
div.paginate div.page_navi div a:hover{background-color:#ccc}
/* 우편번호 라운드 */
div.zip_search{height:25px;margin-top:3px;background:#ddd}
div.zip_search p{padding-top:5px;text-align:center;font-weight: bold}
/* 버튼모음 */
div.buttons{width:100% ;height:24px;margin-top:3px;text-align:center}
/* 게시판 코멘트 */
div.div_comment{margin:10px 0; border-right:1px #EBEBEB solid; border-bottom:1px #DAD4D4 solid; border-left:1px #EBEBEB solid}
div.div_comment table{width:100%;border-collapse: collapse;}
div.div_comment table th{border-top:1px #DAD4D4 solid}
/* div.div_comment table td.hr{border-bottom:1px #bbbbbb solid } */ 
div.div_comment table th{margin:0;padding:5px 0 5px 10px;text-align:left;background-color:#F8F9FA;}
div.div_comment table td{padding:5px}
div.div_comment table td.txc{text-align:center}
div.div_comment table td.comment{line-height: 1.4em;}

div.div_comment .memo textarea {padding:5px}
/* 제목 구분 */
td.notice{ font-weight: bold }
td.proc_end, td.procEnd a{}
/* 새글 또는 새 코멘트 */
div.dialog_form_type .validate_tips{padding: 0.3em; border: 1px solid transparent}
/* 보기에서 리스트가 보이는 부분 */
div.read_list {padding-top:5px;border-top:2px #8A90A3 solid}
/* 보기에서 첨부파일명을 보이고 클릭하면 다운 하는 부분 */
ul.uploaded_files_type li{float:left;margin-right:5px}
/* html 페이지 내의 테이블 */
/* div.html_page div.table table tr th,div.html_page div.table table tr td{	padding:6px 5px;background: transparent;} */
