﻿
table {
    background-color:white;
            
}
table td{
    border-width:0px;
}
    

img {
    border:0px;
}
a {
    text-decoration:none;
    
}
.cdx_boardViewWrapper {
    width: 820px;
    border-top: 3px solid #0099d4;
    text-align:left;
}

.cdx_boardViewHeader {
    width: 100%;
    overflow: hidden;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
}

.cdx_boardViewHeaderTitle {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.cdx_boardViewHeaderInfo {
    width: 200px;
    float: right;
    margin-right: 10px;
    text-align: right;
}

.cdx_boardViewFile {
    overflow: hidden;
    padding: 11px 10px 5px;
    border-bottom:1px dotted #cdcdcd;
    color: #333;
}
.cdx_boardViewFileTitle {
    width: 55px;
    float: left;
    border-right:1px solid #cdcdcd;

}

.cdx_boardViewFileContent {
    float: left;
    padding-left: 10px;
}

.cdx_boardViewFileContent ul{
    width: 100%;
    overflow: hidden;
    margin:0 auto;
}

.cdx_boardViewFileContent li{
    float: left;
    padding: 0 15px 10px 0;
    list-style:none;
}



/*게시판 본문 시작*/
.cdx_boardViewContent {
    width: 820px;
    padding: 20px 0; 
    font-size: 10pt;
    color: #666;
    line-height: 1.8;
    padding-left:5px;
    padding-right:5px;
    /*min-height:400px;*/
}


/*게시판 본문 끝*/

/*게시판 이전,다음글 시작*/


.btn_List {
    display:block;
    width:100%;
    position:relative;
    
}


.cdx_boardViewFooter {
    display:block;
    width:100%;
    border-top:1px solid RGB(170,170,170);
    border-bottom:1px solid RGB(170,170,170);
    background-color:RGB(249,249,249);
    position:relative;
    
}
.cdx_boardViewFooterItem {
    display:block;
    height:40px;
    line-height:40px;
    position:relative;
    color:#333;
}

.cdx_boardViewFooterItem a{
    color:#333;
}

.cdx_boardViewFooterItem div{
  font-size:12px;
}
 

/*게시판 이전,다음글 끝*/

/*목록버튼*/
.cdx_boardViewFooterBtn_ShowList {
    background-color: rgb(251, 251, 251);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(246, 246, 246));
    border-bottom-color: rgb(196, 196, 196);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-width: 1;
    border-left-color: rgb(196, 196, 196);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(196, 196, 196);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(196, 196, 196);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    color: black;
    display: block;
    font-family: sans-serif;
    font-size: 13px;
    height: 25px;
    line-height: 26px;
    margin-right: 2px;
    margin-top:15px;
    text-decoration: none;
    width: 64px;
    text-align:center;
    
}
/*목록버튼 끝*/

.cdx_TaC {
    text-align: center;
    padding: 0 !important;
}
.cdx_boardViewWrapper table {
    width: 100%;
    border-collapse: collapse;
}

.cdx_boardViewWrapper thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.cdx_boardViewWrapper th {
    padding: 11px 0 12px;
    border-bottom: 1px solid #aaa;
    font-size: 13px;
    color: #333;
    text-align:center;
}

.cdx_boardViewWrapper caption {
    display:none;
}

.cdx_boardViewWrapper a{
    color:#333;
}


.list_td td{
    height:40px;
    border-bottom: 1px solid #e5e5e5;
}

.cdx_boardViewWrapper .end_List td{
    border-bottom: 2px solid #aaa;
}


#Paging {
    text-align:center;
   /* border-bottom:1px solid #ddd;*/
}

#Paging strong{
    display: inline-block;
    color: #0099d4;
    padding: 6px 11px 6px;
    border: 1px solid #0099d4;
    vertical-align: top;
    font-size:12px;
    height:16px;
    line-height:16px;
 
}

#Paging a {
    display: inline-block;
    height: 13px;
    color: RGB(138,138,138);
    padding: 8px 11px 7px;
    border: 1px solid #e5e5e5;
    vertical-align: top;
     font-size:12px;
}

#Paging .prev ,#Paging .next{
    display: inline-block;
    color: #555;
    padding: 0;
    border: 0px solid #dadada;
    background: #fff;
    vertical-align: top; 
    
}


/*검색*/
.cdxSearch {
    
    float: left;
    border: 1px solid #e5e5e5;
}

.cdxSearch img {
    border: none;
    vertical-align: top;
}

