﻿table {border-spacing:0px;word-wrap:break-word}

table caption {display: none;}

.table-hover > tbody > tr:hover > td
,.table-hover > tbody > tr:hover > th {background-color: #f5f5f5;}

/*---------------------list_table-----------------------*/ 
.table_classic {
width: 100%;
border-collapse: collapse;
}
 
.table_classic th {
font-size:12px;
font-family:NanumGothic;
font-weight:bold;
padding: 7px 0;
background: #eef0f3 url('img/table/th_line.gif') right bottom no-repeat;
border-top: 2px solid #7991bc;
border-bottom: 1px solid #d2d2d2;
}

.table_classic th.first {
border-top: 2px solid #7991bc;
}

.table_classic th.last {
padding: 7px 0;
background: #eef0f3 none;
}

.table_classic td {
padding: 6px 0;
text-align: center;
border-bottom: 1px solid #d2d2d2;
line-height: 160%;
}

/*---------------------type2-----------------------*/ 
.table_sp01 {
border-spacing:0px;
clear: both;
width: 100%;
border-bottom: 1px solid #e1e1e1;
font-family: dotum;
font-size: 12px;
color: #464646;

}

.table_sp01 th {
padding: 8px 0 5px 0;
background: #fafafa;
color: #777;
font-weight: normal;
border-bottom: 1px solid #e5e5e5;
}

.table_sp01 td {
margin: 0;
padding: 9px 9px 4px 9px;
}

.table_sp01 td.title {
padding: 5px 0 5px 10px;
text-align: left;
}

/*-----------------table_grad 그라데이션---------------*/
.table_grad {
    width: 100%;
    background-color: transparent;
    border: 1px solid #CCCCCC;
    border-top: 0px solid #CCCCCC;   
    box-shadow: 0 1px 1px #CCCCCC;
}

/*테두리설정*/
/*.bordered {
     border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.bordered th:first-child {
    border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
}

.bordered th:last-child {
    border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
}*/

.table_grad td:first-child, .bordered th:first-child {
    border-left: medium none;
}

.table_grad th {
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #F8F8F8, #ECECEC);
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#F8F8F8), to(#ECECEC), color-stop(.4, #F8F8F8));
    border-top: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: normal;
}

.table_grad td {
    /* border-left: 1px solid #CCCCCC; */
    border-top: 1px solid #ECECEC;
    padding: 7px;
    /*text-align: left;*/
}

.table_grad th {
    /* border-left: 1px solid #CCCCCC; */
    border-top: 1px solid #CCCCCC;
    padding: 10px;
    /*text-align: left;*/
}

/*---------------------board_table-----------------------*/
.table_bold {
font-size: 12px;
border: 2px solid #000000;
margin-bottom: 20px;
width: 100%;
}
.table_bold th {
padding: 6px 0 6px 0;
border-right: 1px solid #acacac;
border-bottom: 1px solid #acacac;
background: #f1f1f1;
text-align: center;
}
.table_bold td {
padding: 7px 0 7px 0;
border-right: 1px solid #acacac;
border-bottom: 1px solid #acacac;
text-align: center;
}

/*---------------------bbsList-----------------------*/
.table_sp02 {
clear: both;
width: 100%;
border-collapse: collapse;
line-height: 1.6;
}

.table_sp02 th,.table_sp02 td { color: #333;line-height:1.6}

.table_sp02 th { 
border-color: #d5d5d5;
padding: 6px 9px 4px 9px;
text-align: center;
border-top-width: 2px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
font-weight: normal;
font-size: 11px;
font-family: 돋움, dotum,sans-serif;
letter-spacing: -1px;
}

.table_sp02 td {
border-color: #e9e9e9;
padding: 9px 9px 4px 9px;
border-width: 1px;
border-bottom-style: solid;
word-break: break-all;
} 

.table_sp02 td.num {
text-align: center;
padding: 8px 0 5px 8px;
}
.table_sp02 td.subject {
width: 64%;
word-break: break-all;
word-wrap: break-word;
text-align:left;
}
.table_sp02 td.name { 
word-wrap: break-word;
}

/*---------------------table_sp03-----------------------*/
.table_sp03 {
clear: both;
width: 100%;
border-collapse: collapse;
line-height: 1.6;
table-layout: fixed;
border-top: 3px solid #4e88c1;
border-left: 1px solid #e4e4e4;
} 

.table_sp03 th, .table_sp03 td {
/* word-wrap: break-word; */
word-break: break-all;
}
 
.table_sp03 thead th, .table_sp03 tbody th, .table_sp03 tbody td, .table_sp03 tfoot td {
padding: 7px 7px 6px;
border-right: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
text-align: center;
}
 
.table_sp03 thead th, .table_sp03 tbody th {
background: #f7f7f7;
font-weight: bold;
color: #484848;
} 

.table_sp03 .sum td, .table_sp03 tfoot td {
background: #f6f9fc;
font-weight: bold;
color: #4e88c1;
}

 /*파일리스트*/
table.file_list a {
    color: #3D3D3D;
    margin-left: 5px;
    margin-right: 5px;
}

table.file_list tbody tr td:hover {
    background-color: #ffd800;
}

table.file_list tbody tr td:active {
    background-color: gray;
}

tbody tr td.bgcolor {
    background-color: #F8F8F8;
}

table.table.file_list td {
    position: relative;
    margin: 0;
    padding: 6px 0 3px 23px;
    background: url(http://cafeimgs.naver.net/editor/ico_file.gif) 7px 7px no-repeat;
    background-position-x: 8px;
    background-position-y: 8px;
    border-top: 1px solid #B5B5B5;
    border-left: 1px solid #B5B5B5;
    border-right: 1px solid #B5B5B5;
}

table.file_list span {
    float: right;
    margin-right: 10px;
}

table.table.table-bordered.file_list {
    margin-bottom: 10px;
}



/*---------------------table_sp04-----------------------*/
.board_top { clear:both; }

.table_sp04 { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; }
.table_sp04 th { font-weight:bold; font-size:12px; color: #666666;} 
.table_sp04 th { background:url(img/table/title_bg.gif) repeat-x; } 
.table_sp04 th { white-space:nowrap; height:34px; overflow:hidden; text-align:center; } 
.table_sp04 th { border-top:1px solid #ddd; border-bottom:1px solid #ddd; } 

.table_sp04 tr.bg0 { background-color:#fafafa; } 
.table_sp04 tr.bg1 { background-color:#ffffff; } 

.table_sp04 td { padding:.5em; }
.table_sp04 td { border-bottom:1px solid #ddd; } 
.table_sp04 td.num { color:#999999; text-align:center; }
.table_sp04 td.checkbox { text-align:center; }
.table_sp04 td.subject { overflow:hidden; }
.table_sp04 td.name { padding:0 0 0 10px; }
.table_sp04 td.datetime { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.table_sp04 td.hit { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.table_sp04 td.good { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.table_sp04 td.nogood { font:normal 11px tahoma; color:#BABABA; text-align:center; }

.table_sp04 .notice { font-weight:normal; }
.table_sp04 .current { font:bold 11px tahoma; color:#E15916; }
.table_sp04 .comment { font-family:Tahoma; font-size:10px; color:#EE5A00; }

.table_sp04 a:link, a:visited, a:active {
text-decoration: none;
color: #666666;
}
.table_sp04 a:hover { text-decoration:underline; }

.table_sp04 td{
border: 0pt none;
font-family: "맑은 고딕","Malgun Gothic",굴림;
font-size: 13px;
color: #666666;
font-style: inherit;
font-weight: inherit;
line-height: 1.8;
margin: 0pt;
padding: 0pt;
border-bottom: 1px solid #ddd;
padding: .5em;
}

.table_sp04 .name {font-size:11px}
