/* CSS Document */
@charset "utf-8";

/*
    파일 업로드
*/
#b_dropFileZone,
#be_dropFileZone {
    width: 100%;
    text-align: center;
    margin: 15px 0;
    border: solid 1px #e3e3e3;
    padding: 30px;
    background-color: #f0f0f0;
    
}

/*  등록 파일 업로드   */
.fileList { border: solid 1px #e3e3e3; padding: 15px;}
.fileList #fileList { margin: 0; padding: 0; list-style: none;}
.fileList #fileList li { margin-bottom: 10px;}
.fileList #fileList li:last-child { margin-bottom: 0;}
.fileList #fileList li span { display: inline-block; margin-right: 10px; }
.fileList #fileList li span.fileName { font-weight: bold; color: #000;}
.fileList #fileList li span.fileType { font-weight: normal; color: #286c66;}
.fileList #fileList li span.fileSize { font-weight: normal; color: #861515;}
.fileList #fileList li a { margin-left: 10px; color: #fb0000; cursor: pointer; float: right;}
.fileList #fileList li .fileprogress { width: 100%; height: 5px; background-color: #e3e3e3; overflow: hidden; position: relative; opacity: 0.7;}
.fileList #fileList li .fileprogress span { width: 0px; height: 5px; background-color: #2779e169; position: absolute; }

/*  수정 파일 업로드 후  */
.fileList #old_fileList li { margin-bottom: 10px; position: relative; background-color: #ffffff;}
.fileList #old_fileList li:hover { background-color: #e3e3e3 ;}

.fileList #old_fileList li:last-child { margin-bottom: 0;}
.fileList #old_fileList li span { display: inline-block; margin-right: 10px; }
.fileList #old_fileList li span.fileName { font-weight: bold; color: #000;}
.fileList #old_fileList li span.fileType { font-weight: normal; color: #286c66;}
.fileList #old_fileList li span.fileSize { font-weight: normal; color: #861515;}
.fileList #old_fileList li a { margin-left: 10px; color: #fb0000; cursor: pointer; float: right;}
.fileList #old_fileList li .fileprogress { display: none; }
.fileList #old_fileList li .file_delete { position: absolute; right: 5px; top: 0px;}

/*  수정 파일 업로드   */
.fileList #be_fileList li { margin-bottom: 10px; position: relative;}
.fileList #be_fileList li:last-child { margin-bottom: 0;}
.fileList #be_fileList li span { display: inline-block; margin-right: 10px; }
.fileList #be_fileList li span.fileName { font-weight: bold; color: #000;}
.fileList #be_fileList li span.fileType { font-weight: normal; color: #286c66;}
.fileList #be_fileList li span.fileSize { font-weight: normal; color: #861515;}
.fileList #be_fileList li a { margin-left: 10px; color: #fb0000; cursor: pointer; float: right;}
.fileList #be_fileList li .fileprogress { width: 100%; height: 5px; background-color: #e3e3e3; overflow: hidden; position: relative; opacity: 0.7;}
.fileList #be_fileList li .fileprogress span { width: 0px; height: 5px; background-color: #2779e169; position: absolute; }
.fileList #be_fileList li .file_delete { display: none; }


section.board { margin: 30px 0;min-height: 400px; }

/*  리스트 테이블   */


.board .totalCount {
    padding: 8px 0 0 5px;

}
.board .totalCount #totalCount {
    color: #fb0000;
    padding-left: 5px;
    display: inline-block;
}


.board .searchBox { height:40px; border: solid 3px #1e6f80; border-radius:20px; padding:2px 15px; position:relative; margin-bottom: 5px; }
.board .searchBox #queryForm { width:100%; }
.board .searchBox #queryForm .search-field { width:100%; padding-right:40px; border:none; font-size: 9pt; }
.board .searchBox #queryForm .search-field:hover,
.board .searchBox #queryForm .search-field:focus,
.board .searchBox #queryForm .search-field:active { border:none; outline: none; text-decoration: none; }
.board .searchBox #queryForm #bt_getList { position:absolute; top:5px; right:10px; border:none; background:none; }

.board #list_table thead { display: none;}
.board #list_table td,
.board #list_table th { text-align: center; font-size: 9pt;}
.board #list_table td.text-left { text-align: left;}

.board #list_table td.text-left div.visible-xs-block { margin-bottom: 5px; font-size: 9pt; position: relative;}
.board #list_table td.text-left div.visible-xs-block .writeDate { width: 90px; }
.board #list_table td.text-left div.visible-xs-block .writer {  }
.board #list_table td.text-left div.visible-xs-block .writeDate,
.board #list_table td.text-left div.visible-xs-block .writer { display: inline-block; color: #969696; }


@media (min-width: 768px) {
    .board .searchBox #queryForm .search-field { font-size: 10pt; }
    section.board {
        margin: 0;
        min-height: 400px;
        background-color: #fbfafa;
    }
    section.board .container {
        background-color: #ffffff;
        padding: 50px 15px;
        border-left: solid 1px #e9e9e9;
        border-right: solid 1px #e9e9e9;
    }
    .board #list_table thead { display: table-row-group;}
    .board #list_table td,
    .board #list_table th { font-size: 10pt;}
}
@media (min-width: 992px) {
    .board .searchBox #queryForm .search-field { font-size: 11pt; }
    .board #list_table td,
    .board #list_table th { font-size: 11pt;}
}
@media (min-width: 1200px) {

}



.board table.listboard tr.sticky { background-color: #fcfcfcdc; }
.board table.listboard tr.sticky .fas { margin-right: 10px; color: #ff6905;}
.board table.listboard tr td a { color: #444444; cursor: pointer; position: relative;}





/*  본문보기    */
.board .board_Content #bc_Title { font-size: 11pt; margin-bottom: 10px; }
.board .board_Content #bc_writeIP { font-size: 8pt; }
.board .board_Content #bc_writeDate,
.board .board_Content #bc_readcount,
.board .board_Content #bc_writer { font-size: 9pt;}

.board .board_Content #bc_writeDate,
.board .board_Content #bc_writer,
.board .board_Content #bc_writeIP { margin-right: 9px; }


.board .board_Content #bc_writeDate { color: #444444; }
.board .board_Content #bc_writer { color: #181818; }
.board .board_Content #bc_writeIP { color: #8d8d8d; }
.board .board_Content #bc_readcount { color: #000000; }

.board .board_Content #bc_Content {
    margin: 5px 0;
    padding: 5px 0;
    border-top: solid 1px #e3e3e3;
    min-height: 200px;
    font-size: 9pt;
}
.board .board_Content #bc_Content a {
    white-space: pre-wrap;
    overflow-wrap: anywhere;

}
.cke_editable .title_img,
.board .board_Content #bc_Content .title_img { margin-bottom: 0px; display: block; text-align: center; }

.board .edit_title_img img,
.board .board_Content #bc_Content img,
.board .board_Content #bc_Content .title_img img { max-width: 100%; height: auto !important;}
@media (min-width: 768px) {
    .board .board_Content #bc_Title { font-size: 20pt; }
    .board .board_Content #bc_writeIP { font-size: 9pt; }
    .board .board_Content #bc_writeDate,
    .board .board_Content #bc_readcount,
    .board .board_Content #bc_writer { font-size: 11pt;}
    
    .board .board_Content #bc_writeDate,
    .board .board_Content #bc_writer,
    .board .board_Content #bc_writeIP { margin-right: 15px; }
    
    
    .board .board_Content #bc_writeDate { color: #444444; }
    .board .board_Content #bc_writer { color: #181818; }
    .board .board_Content #bc_writeIP { color: #8d8d8d; }
    .board .board_Content #bc_readcount { color: #000000; }
    
    .cke_editable,
    .board .board_Content #bc_Content {
        margin: 10px 0 60px 0;
        padding: 15px 0;
        border-top: solid 1px #e3e3e3;
        min-height: 200px;
        font-size: 11pt;
    }
    .board .board_Content #bc_Content .title_img { margin-bottom: 30px; display: block; text-align: center; }
    .board .edit_title_img img,
    .board .board_Content #bc_Content .title_img img { max-width: 100%; height: auto;}
    
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

/*
    게시판 본문 h1, h2, h3
*/
.cke_editable h2,
.board .board_Content #bc_Content h2 {
    padding-bottom: 15px;
    margin: 0 10px 10px 10px;
    border-bottom: solid 3px #3c763d;
    font-size: 10pt;
}

/*
    게시판 본문 테이블
*/
.cke_editable table,
.board .board_Content #bc_Content table { margin: 15px ; max-width: 90%; }
.board .board_Content #bc_Content table thead {  }
.board .board_Content #bc_Content table thead tr {  }

.cke_editable table thead tr th,
.cke_editable table thead tr td,
.board .board_Content #bc_Content table thead tr th,
.board .board_Content #bc_Content table thead tr td { padding: 8px 7px; vertical-align: top; border: solid 1px #dddddd; background-color: #f3f3f3; }
.board .board_Content #bc_Content table tbody {  }
.cke_editable table tbody tr td,
.board .board_Content #bc_Content table tbody tr td { padding: 8px 7px; vertical-align: top; border: solid 1px #dddddd; }

/*
    게시판 본문 DL, DT, DD
*/
.cke_editable dl,
.board .board_Content #bc_Content dl {
    margin: 0 0 25px 0;
    width: 100%;
    display: table;
}
.cke_editable dl::after,
.board .board_Content #bc_Content dl::after {
    clear: both;
}
.cke_editable dl dt,
.board .board_Content #bc_Content dl dt {
    display: table-cell;
    width: 20%;
    text-align: right;
    padding: 7px 15px 7px 0;
    color: #474747;
    font-weight: bold;
    line-height: 1.6em;
}
.cke_editable dl dd,
.board .board_Content #bc_Content dl dd {
    display: table-cell;
    width: 80%;
    padding: 7px 0 7px 15px;
    border-left: solid 2px #e3e3e3;
    color: #474747;
    font-weight: normal;
    line-height: 1.6em;
}
.cke_editable dl dd ul,
.cke_editable dl dd ol,
.board .board_Content #bc_Content dl dd ul,
.board .board_Content #bc_Content dl dd ol {
    margin: auto;
    padding: revert;
    margin-left: -25px;
}
.cke_editable dl dd ul li,
.cke_editable dl dd ol li,
.board .board_Content #bc_Content dl dd ul li ,
.board .board_Content #bc_Content dl dd ol li {
    list-style-type: disc;
}
@media (min-width: 768px) {
    .cke_editable h2,
    .board .board_Content #bc_Content h2 {
        padding-bottom: 15px;
        margin: 0 20px 20px 20px;
        border-bottom: solid 3px #3c763d;
        font-size: 16pt;
    }
    


}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}




.board .board_Content #bc_attached_files { font-size: 9pt;}
.board .board_Content #attached_files_List,
.board .board_Content #attached_files_List li { list-style: none;}
.board .board_Content #attached_files_List { padding: 5px;}

.board .board_Content #attached_files_List > li { border: solid 1px #e3e3e3; background-color: #f1f1f1; border-radius: 5px; padding: 10px; margin-bottom: 10px;}
.board .board_Content #attached_files_List > li a { color: #4b4b4b; padding-left: 30px; position: relative; display: block; }
.board .board_Content #attached_files_List li a .fas {
    margin-right: 15px;
    color: #3280b8;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.board .board_Content #attached_files_List li a .file_name { display: inline-block; overflow: hidden; white-space: nowrap; width: 100%; }
.board .board_Content #attached_files_List li a .file_size { display: none;}
.board .board_Content #attached_files_List li a .file_downloadcount { display: none;}

.board .buttons { margin: 18px 0; border-top: solid 1px #e3e3e3; padding-top: 15px; text-align: right;}

@media (min-width: 768px) {
    .board .board_Content #bc_attached_files { font-size: 11pt;}
    .board .board_Content #attached_files_List { padding: 5px 30px;}
    .board .board_Content #attached_files_List li a .file_name { margin-right: 15px; display: inline; overflow: hidden; white-space: nowrap; }
    .board .board_Content #attached_files_List li a .file_size { margin-right: 15px; font-size: 0.8em; color: #999999; display: inline;}
    .board .board_Content #attached_files_List li a .file_downloadcount { color: #999999; float: right; display: inline;}
}
@media (min-width: 992px) {
    .board .board_Content #bc_attached_files { font-size: 12pt;}
}
@media (min-width: 1200px) {
    .board .board_Content #bc_attached_files { font-size: 13pt;}
}




/*
    comment
*/

#bc_comment { margin: 10px 0;}
#bc_comment .comment_Title { border-top: solid 1px #e3e3e3; padding: 0;}
#bc_comment .comment_Title h4 { margin: 10px 0; text-align: center; }

#bc_comment #comment_List { list-style: none;}
#bc_comment #comment_List li { margin-bottom: 25px;}
#bc_comment #comment_List li .comment_item { position: relative;}
#bc_comment #comment_List li .comment_item .comment_header { display: block; margin-bottom: 5px; font-size: 9pt;}
#bc_comment #comment_List li .comment_item .comment_header .cmt_Name,
#bc_comment #comment_List li .comment_item .comment_header .cmt_Date,
#bc_comment #comment_List li .comment_item .comment_header .cmt_ip,
#bc_comment #comment_List li .comment_item .comment_header .cmt_Function { display: inline-block;}

#bc_comment #comment_List li .comment_item .comment_header .cmt_Name { color: #181818; padding-right: 20px; }
#bc_comment #comment_List li .comment_item .comment_header .cmt_Date { color: #444444; padding-right: 20px; font-size: 8pt; }
#bc_comment #comment_List li .comment_item .comment_header .cmt_ip { color: #8d8d8d; font-size: 8pt;}
#bc_comment #comment_List li .comment_item .comment_header .cmt_Function { position: absolute; right: 5px; top: 0px; }
#bc_comment #comment_List li .comment_item .comment_header .cmt_Function .cmt_delete { color:#fb0000;}
#bc_comment #comment_List li .comment_item .comment_body { display: block; border: solid 1px #e3e3e3; padding: 8px; border-radius: 8px; margin-left: 15px; font-size: 9pt; }
@media (min-width: 768px) {
    #bc_comment { margin: 50px 0 20px 0;}
    #bc_comment .comment_Title { border-top: solid 1px #e3e3e3; padding: 15px 0;}
    #bc_comment .comment_Title h4 { margin: 10px 0; text-align: center; }
    
    #bc_comment #comment_List { list-style: none;}
    #bc_comment #comment_List li { margin-bottom: 25px;}
    #bc_comment #comment_List li .comment_item { position: relative;}
    #bc_comment #comment_List li .comment_item .comment_header { display: block; margin-bottom: 8px; font-size: 10pt;}
    #bc_comment #comment_List li .comment_item .comment_header .cmt_Name,
    #bc_comment #comment_List li .comment_item .comment_header .cmt_Date,
    #bc_comment #comment_List li .comment_item .comment_header .cmt_ip,
    #bc_comment #comment_List li .comment_item .comment_header .cmt_Function { display: inline-block;}
    
    #bc_comment #comment_List li .comment_item .comment_header .cmt_Name { color: #181818; padding-right: 20px; }
    #bc_comment #comment_List li .comment_item .comment_header .cmt_Date { color: #444444; padding-right: 20px; font-size: 9pt; }
    #bc_comment #comment_List li .comment_item .comment_header .cmt_ip { color: #8d8d8d; font-size: 9pt;}
    #bc_comment #comment_List li .comment_item .comment_header .cmt_Function { position: absolute; right: 5px; top: 0px; }
    #bc_comment #comment_List li .comment_item .comment_header .cmt_Function .cmt_delete { color:#fb0000;}
    #bc_comment #comment_List li .comment_item .comment_body { display: block; border: solid 1px #e3e3e3; padding: 8px; border-radius: 8px; margin-left: 15px; font-size: 10pt; }
    
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}