/**************************************************************************************
    Board style
**************************************************************************************/
/* board-page */
.board .section {
    text-align: justify;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #fcfcfc;
}

.free-board-intro {
    margin: 0 0 40px;
}

/*.board .section .board-list-area {*/
/*    margin-top: -30px;*/
/*}*/
.fs-15 {
    font-size: 15px;
}
.board .section .reply {
    font-size: 14px;
    color: #5bc0de;
}
.board .section .reply a {
    font-size: 14px;
    color: #27a2c5;
}
.board .section .reply a:hover {
    color: #1578c4;
}
.board .section .reply .label {
    margin: 0 5px 0 2px;
    border-radius: 2px;
}
.board .section .table-responsive {
    border: 0;
}
.board .section .table-responsive > .table {
    border-top: 3px solid #9321E4;
}
.board .section .table-responsive > .table th{
    text-align: center;
    color:#000;
    font-size: 17px;
    font-weight: 500;
}
.board .section .table-responsive > .table th,
.board .section .table-responsive > .table td {
    padding: 15px 5px;
    vertical-align: middle;
}
.board .section .table-responsive > .table td.cke_editable {
    padding: 40px 20px;
}

.board .section .table {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}
.board .section .table.tb-fixed {
    table-layout: fixed;
}
.board .section .table caption {
    text-align: left;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
}
.board .section .table thead{
    border-top: 3px solid #9321E4;
}
.board .section .table thead th {
    font-size: 17px;
    font-weight: 700;
    vertical-align: middle;
}
.board .section .table tbody {

}
.board .section .table .tb-file-area th {
    font-size: 13px;
    font-weight: 700;
}
.board .section .table .tb-file-area td a {
    font-size: 13px;
}
.board .section .table tbody td.tb-title {
    font-size: 16px;
}
.board .section .table tbody td {
    vertical-align: middle;
    font-size: 17px;
}
.board .section .table tbody tr.board-contents td {
    font-size: initial;
}
.board .section .table tbody td.title {
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board .section .table tbody td.title > a {
    color: #000;
}

.board .section .table tbody td.file .feather {
    width: 15px;
    padding-top: 7px;
}
.board .section .table tbody td.writer,.board .section .table tbody td.date,.board .section .table tbody td.hits {
    color: #333;
}

.board .section .table tbody tr.board-contents > td {
    padding:50px !important;
}
.board .section .table tbody tr.board-contents > td p,
.board .section .table tbody tr.board-contents > td img {
    max-width: 100% !important;
    height: auto !important;
}
.board .section .table-responsive > .table > tbody > tr.board-contents > td {
    white-space: normal;
}
.board .section .table-responsive > .table > tbody > tr.board-contents > td a{
    color:#0000ff;
}
.board .section .td-bottom-area {
    text-align: center;
}

.board .section .btn-area {
    text-align: center;
    overflow: hidden;
}
.board .section .btn-area a,.board .section .btn-area input {
    margin: 0 5px;
    font-size: 17px;
    padding: 7px 13px 2px;
    font-weight: 600;
}

.board .section .btn-area-admin{
    margin: 0 0 40px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 17px;
}
.board .section .btn-area-admin .btn-success.btn-lg{
    background-color: #5cb85c;
    border:1px solid #4cae4c;
}
.board .section .search-area {
    display: block;
    position: relative;
    margin: 0 auto -28px;
    text-align: center;
    border-radius: 5px;
}
.board .section .search-area > form{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
    font-weight: 600;
}
.board .section .search-area .radio-inline,
.board .section .search-area .checkbox-inline {
    color:#000;
    font-weight: 500;
}
.board .section .search-area .board-search-radio {
    margin: 7px 10px 0 0;
}
.board .section .search-area .board-search {
    margin: 5px 0 0 10px;
}
.board .section .search-area .board-search {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.board .section .search-area .board-search-radio {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    font-size: 15px;
}

.board .section .search-area .board-search .form-control {
    display: inline-block;
    width: 320px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    border: 1px solid #d5d5d5;
    vertical-align: middle;
}
.board .section .search-area .board-search .btn {
    width: 60px;
    height: 36px;
    font-size: 17px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    background-color: #2a8aff;
    border: 1px solid #1d76e3;
}

b.highlight-blue{
    font-weight: 400;
    color:#08b1cd;
}

.input-group-btn > .btn {
    height:40px;

}
input[type="radio"],
input[type="checkbox"] {
    margin: 6px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

/* paging */
.board .section .pagination {
    margin: 10px 0;
}

/**************************************************************************************
    view style
**************************************************************************************/
.board .section .table-responsive > .table.tb-view th {
    width: 120px !important;
    text-align: center;
    font-size: 17px !important;
    font-weight: 500;
    background-color: #fcfcfc;
}
.board .section .table.tb-view > tbody > tr > td {
    padding-left: 20px;
    font-size: 17px !important;
    font-weight: 500;
}
/*.board .section .table.tb-view > tbody > tr.board-contents > td {*/
/*    font-size: initial !important;*/
/*}*/
.board .section .table.tb-view .tb-file-area td a {
    font-size: 15px;
}

/* 썸네일 게시판 상세 스타일 */
.board .section .table.tb-view > tbody > tr.board-contents.thm-boards > td ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.board .section .table.tb-view > tbody > tr.board-contents.thm-boards > td * {
    font-family: 'Noto Sans KR', Arial, 'NanumSquare', 'NanumSquareNeo', '맑은 고딕', 'Malgun Gothic', 'Nanum Gothic', Dotum, Gulim, sans-serif;
    letter-spacing: 0;
}


/**************************************************************************************
    Popup style
**************************************************************************************/
/* Layout style */

#pop_wrap {
    border-top: 3px solid #1578c4;
}

#pop_header {
    margin: 0 0 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f0f0f0;
}
#pop_header h1 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

#pop_container {

}

#pop_container .innerWrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#pop_contents {
    padding: 0 20px;
}

#pop_contents .btn-area {
    text-align: center;
}
#pop_contents .btn-area a {
    margin: 0 5px;
}


/*lt-ie9*/
/*border radio-inline*/
.lt-ie9 .checkbox-inline, .lt-ie9 .radio-inline {
    position: relative;
    display: inline !important;
    padding-left: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

/**************************************************************************************
    게시판 리스트 > 썸네일 리스트형
**************************************************************************************/
.board .section .board-list-thm.board-list-area {
    margin: 0 0 40px;
}
.board .section .board-list-thm.board-list-area > ul.list-thm {

}
.board .section .board-list-thm.board-list-area > ul.list-thm > li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
}
.board .section .board-list-thm.board-list-area > ul.list-thm > li:last-child {
    margin: 0;
}

/* 썸네일 영역 */
.board .section .board-list-thm.board-list-area > ul.list-thm > li > .thm-area {
    float: left;
    width: 240px;
}
.board .section .board-list-thm.board-list-area > ul.list-thm > li.member-thm > .thm-area {
    width: 112px;
}
.board .section .board-list-thm.board-list-area > ul.list-thm > li > .thm-area > a {
    display: block;
    width: 100%;
    height: 147px;
    padding: 5px;
    border: 1px solid #dfdfdf;
}
.board .section .board-list-thm.board-list-area > ul.list-thm > li > .thm-area > a > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 135px;
}
.board .section .board-empty {
    margin: 0 0 40px;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #f7f7f7;
}

/* 내용 영역 */
.board .section .board-list-thm.board-list-area > ul.list-thm > li > .conts-area {
    float: left;
    width: 600px;
    padding-left: 30px;
}
.board .section .board-list-thm.board-list-area > ul.list-thm > li.member-thm > .conts-area {
    width: 728px;
}
.board .section .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.title {

}
.board .section .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.title > a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.board .section .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.title > a:hover {
    color: #195691;
}
.board .section .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.date {
    margin: 0 0 15px;
    font-size: 13px;
    color: #999;
}
.board .section .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.notice-conts {
    line-height: 1.8;
    font-size: 14px;
}

/**************************************************************************************
    게시판 리스트 > 갤러리형
**************************************************************************************/
.board .section .board-list-gallery.board-list-area {
    margin: 0 0 40px;
}
.board .section .board-list-gallery.board-list-area > ul.list-thm {

}
.board .section .board-list-gallery.board-list-area > ul.list-thm > li {
    float: left;
    width: 360px;
    margin: 0 60px 30px 0;
}
.board .section .board-list-gallery.board-list-area > ul.list-thm > li:nth-child(3n) {
    margin: 0 0 30px;
}

/* 썸네일 영역 */
.board .section .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area {
    margin: 0 0 10px;
}
.board .section .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a {
    display: block;
    width: 100%;
    height: 270px;
    box-shadow: 0px 0px 1px #a5a5a5;
    overflow: hidden;
}
.board .section .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a > img {
    display: block;
    max-width: 100%;
    width: 100%;
    min-height: 270px;
}
.board .section .board-empty {
    margin: 0 0 40px;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #f7f7f7;
}

/* 내용 영역 */
.board .section .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area {

}
.board .section .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.title {

}
.board .section .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.title > a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 7px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.board .section .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.title > a:hover {
    color: #195691;
}
.board .section .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.date {
    margin: 0 0 15px;
    font-size: 13px;
    color: #999;
}

/**************************************************************************************
    Notice Popup style
**************************************************************************************/
/* Layout style */

#notice_wrap {

}

#notice_header {
    margin: 0;
    padding: 18px 20px 15px;
    background-color: #1578c4;
}
#notice_header h1 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
#notice_header h1 .date {
    margin: 0 0 0 5px;
    font-size: 12px;
    font-weight: 300;
}

#notice_container {

}

#notice_container .innerWrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#notice_contents {
    padding: 0;
}
#notice_contents .file-area {
    margin: 0;
    padding: 8px 20px 5px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fafafa;
}
#notice_contents .file-area span {
    display: block;
    margin: 1px 0;
}

#notice_contents .notice-contents {
    margin: 20px 0;
    padding: 0 20px;
}

#notice_footer {
    padding: 10px 20px;
    color: #fff;
    text-align: right;
    background-color: #222d32;
}

#notice_contents .btn-area {
    text-align: center;
}
#notice_contents .btn-area a {
    margin: 0 5px;
}

/**************************************************************************************
    Bootstrap.css - Modify
**************************************************************************************/
.table-responsive > table {
    table-layout: fixed;
}
.btn {
    border-radius: 2px;
}
.panel-title {
    font-size: 15px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
    word-break: break-all;
}
.form-control {
    height: 40px;
    padding: 3px 6px;
    font-size: 15px;
    border-radius: 2px;
    box-shadow: none;
}
/* 해당 엘리먼트를 인라인 요소로 바꿈 */
.element-inline {
    display: inline-block !important;
    width: auto !important;
}

.label {
    padding: 5px 15px;
    font-weight: 300;
    border-radius: 2px;
    font-size: 15px;
}
.label-primary{
    background-color:#006EF3;
}
.w10 { width: 10% !important; }
.w20 { width: 20% !important; }
.w30 { width: 30% !important; }
.w40 { width: 40% !important; }
.w50 { width: 50% !important; }
.w60 { width: 60% !important; }
.w70 { width: 70% !important; }
.w80 { width: 80% !important; }
.w90 { width: 90% !important; }
.w100 { width: 100% !important; }


/* *******************************************************************
    media-query
******************************************************************* */
@media screen and (max-width: 900px) {
    .board .section .search-area {
        margin: 0 auto 30px;
    }

}

@media screen and (max-width: 767px) {
    .board .section .table {
        width: 100%;
        max-width: 100%;
        table-layout: initial;
    }
    .board .section .search-area > form {
        flex-direction: column;
    }

    .board .section .search-area .board-search-radio {
        float: none;
        margin: 7px 10px 0 0;
        text-align: center;
    }
    .board .section .search-area .board-search {
        float: none;
        margin: 10px 0 0 10px;
        text-align: center;
    }
    .board .section .table-responsive > .table td {
        padding: 12px 5px;
        font-size: 14px;
    }
    .board .section .table caption {
        padding-bottom: 5px;
        font-size: 12px;
    }

    /* *******************************************************************
    게시판
   ******************************************************************* */
    .board .section .search-area .board-search .form-control {
        display: inline-block;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
    .pagination > li > a, .pagination > li > span {
        padding: 5px 8px;
        font-size: 12px;
    }
    .board .section .table tbody tr.board-contents > td {
        padding: 30px 0 !important;
    }
    .board .section .table.tb-view > tbody > tr > td {
        padding: 10px;
        font-size: 14px !important;
        white-space: normal;
    }
    .board .section .table-responsive > .table.tb-view th {
        width: 80px !important;
        padding: 10px;
        font-size: 14px !important;
    }
    .board .section .table tbody td.title {
        font-size: 14px;
    }
    .board-category-label {
        padding: 7px 7px;
        margin-right: 5px;
        font-size: 11px;
    }
    /**************************************************************************************
            게시판 리스트 > 썸네일 리스트형
        **************************************************************************************/
    .board .section .board-list-thm.board-list-area {
        margin: 0 0 40px;
    }
    .board .section .board-list-thm.board-list-area > ul.list-thm > li {
        margin: 0 0 50px;
        padding: 0;
        border-bottom: 0;
    }
    .board .section .board-list-thm.board-list-area > ul.list-thm > li:last-child {
        margin: 0;
    }

    /* 썸네일 영역 */
    .board .section .board-list-thm.board-list-area > ul.list-thm > li > .thm-area {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    .board .section .board-list-thm.board-list-area > ul.list-thm > li > .thm-area > a {
        width: 100%;
        height: auto;
    }
    .board .section .board-list-thm.board-list-area > ul.list-thm > li > .thm-area > a > img {
        height: auto;
    }

    /* 내용 영역 */
    .board .section .board-list-thm.board-list-area > ul.list-thm > li > .conts-area {
        float: none;
        width: 100% !important;
        padding-left: 0;
    }
    .board .section .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.title > a {
        text-overflow: initial;
        overflow: hidden;
        white-space: normal;
        line-height: 1.4;
    }

    /**************************************************************************************
        게시판 리스트 > 갤러리형
    **************************************************************************************/
    .board .section .board-list-gallery.board-list-area {
        margin: 0 0 40px;
    }
    .board .section .board-list-gallery.board-list-area > ul.list-thm > li {
        float: none;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .board .section .board-list-gallery.board-list-area > ul.list-thm > li:nth-child(3n) {
        margin: 0 0 30px 0;
    }
    .board .section .board-list-gallery.board-list-area > ul.list-thm > li:first-child > .thm-area {
        margin-top:30px;
    }
    /* 썸네일 영역 */
    .board .section .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a {
        height: auto;
    }
    .board .section .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a > img {
        height: auto;
    }

    /* 내용 영역 */
    .board .section .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.title > a {
        text-overflow: initial;
        overflow: hidden;
        white-space: normal;
        line-height: 1.4;
    }

}
@media screen and (max-width: 440px) {
.board .section .search-area .board-search .form-control {
    width: 220px;
}

}
