@charset "utf-8";

/*main list page*/
.tbl_base { width:100%; position:relative;text-align:center; table-layout:fixed;}
.tbl_base th { vertical-align:middle;  color:#333; text-align:center;padding:10px 10px; border-bottom:1px solid #d9d9d9; font-weight:bold; font-size:17px; background-color:#eee; }
.tbl_base td { vertical-align:middle; padding:10px 10px; border-bottom:1px solid #d9d9d9; text-align:center;  word-break:break-all; word-wrap:break-word; font-size:14px;     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.tbl_base td.title {text-align:left;}
.tbl_base td .textarea { min-height:120px; word-break:break-all; word-wrap:break-word;  }
.tbl_base td a { color:#333; max-width:700px; }
.tbl_base td a {
    color: #333;
    max-width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
    display: inline-block;
}

.tbl_base td:last-child {overflow:hidden;}
.section02 .board_main .tbl_base td {height:53px; white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}

/* view page */
.board_view {width:100%; margin:0 auto; margin-top:40px;}
.board_view h2.view_tit {font-size:24px; border-top:3px solid #8f8f8f; color:#333; padding:10px 20px; text-align:left; border-bottom:1px solid #ccc; font-weight:400; margin-top:0; background-color:#efefef;}
.board_view h2.view_tit span {padding-right:10px; font-size:24px;  color:#333; font-weight:700;}
.board_view div.view_con {margin-top:15px; font-size:17px; line-height:1.7; overflow:hidden; padding:0 20px; min-height:400px;}
.board_view div.view_con .con_name {font-weight:700; font-size:24px; float:left; display:none;}
.board_view div.view_con .xe_content {    display: block;    float: none;    overflow: hidden;    word-wrap: break-word; box-sizing:border-box; padding-left:10px;}
.board_view div.view_con .xe_content p {margin-top:0; text-align:left;}
.document_popup_menu {display:none;}

.board_view .tbl_base {border-top:3px solid #aaa;}
/*.board_view .tbl_base tbody tr:last-child {display:none;}*/
/*.board_view .tbl_base tbody tr:nth-last-child(2) {display:none;}*/

/* 페이징넘버 */
/*.pageWrap {width:100%; margin:0 auto; text-align:center; margin-top:40px;}*/
/*.pagination { margin:25px auto; height:30px; text-align:center;}*/
/*.pagination ul li {display:inline-block; margin-right:5px; width:30px; height:30px; border:1px solid #e0e0e0; line-height: 29px; vertical-align:top;}*/
/*.pagination ul li a {display:inline-block; color:#6f6f6f; font-size:14px; font-weight:600; line-height:30px; width:100%; height:100%; vertical-align:top;}*/
/*.pagination ul li .pageNum {}*/
/*.pagination ul li .on {background-color:#e93100; color:#fff;}*/
/*.prevBtn a { background: url("/Img/prevBtn.png") no-repeat; display: block;}*/
/*.nextBtn a { background: url("/Img/nextBtn.png") no-repeat; display: block;}  */
/*.firstBtn a { background: url("/Img/firstBtn.png") no-repeat; display: block;}*/
/*.lastBtn a { background: url("/Img/lastBtn.png") no-repeat; display: block;}*/


.board_read {margin-top:40px;}