/**************************************************************************************
    Board style
**************************************************************************************/
/* board-page */
.section.board {
    margin-top: -28px;
}
.section.board .board-contents {
    line-height: 1.8;
    word-break: keep-all;
    /*font-family: "맑은 고딕", "Malgun Gothic", "Nanum Gothic", Dotum, Gulim, sans-serif;*/
    font-size: 14.5px;
}
.section.board .board-contents strong {
    font-weight: bold;
}
.section.board .board-contents * {
    max-width: 820px;
    /*font-family: "맑은 고딕", "Malgun Gothic", "Nanum Gothic", Dotum, Gulim, sans-serif;*/
    /*line-height: 1.8;*/
    /*word-break: break-all;*/
    word-break: keep-all;
}
.section.board .board-contents.notice-contents * { /* 메인팝업 */
    max-width: 100% !important;
    height: auto !important;
}
.section.board .board-contents.mail-content * { /* 메일링 */
    /*max-width: 100% !important;*/
    /*height: auto !important;*/
}
/*.section.board .board-contents h1 {*/
/*    font-size: 2em;*/
/*    font-weight: 500;*/
/*}*/
/*.section.board .board-contents h2 {*/
/*    font-size: 1.5em;*/
/*    font-weight: 500;*/
/*}*/
/*.section.board .board-contents h3 {*/
/*    font-size: 1.17em;*/
/*    font-weight: 500;*/
/*}*/
/*.section.board .board-contents h4 {*/
/*    font-size: 1em;*/
/*    font-weight: 500;*/
/*}*/
/*.section.board .board-contents h5 {*/
/*    font-size: .83em;*/
/*    font-weight: 500;*/
/*}*/
/*.section.board .board-contents h6 {*/
/*    font-size: .67em;*/
/*    font-weight: 500;*/
/*}*/
.section.board .board-contents table {
    border-collapse: collapse;
}
.section.board .board-contents table th {
    /*padding: 8px;*/
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}
.section.board .board-contents table td {
    /*padding: 8px;*/
    font-size: 14px;
    border: 1px solid #ccc;
    /*background-color: #fff;*/
}
.section.board .board-contents table.no-border th,
.section.board .board-contents table.no-border td,
.section.board .board-contents table.stb-container th,
.section.board .board-contents table.stb-container td {
    border: 0 !important;
}
.section.board .board-contents table.kicem-news > tbody > tr > td {
    border: 0;
}
.fs-15 {
    font-size: 14.5px;
}
#board-view-wrap .table tr th {
    font-weight: 500;
}
.section.board .table-responsive {
    border: 0;
}
.section.board .table-responsive > .table {
    /*border-top: 3px solid #4d4d4d;*/
    /*border-top: 2px solid #1554b0;*/
}
.section.board .table-responsive > .table th,
.section.board .table-responsive > .table td {
    vertical-align: middle;
}

.section.board .table {
    width: 100%;
    /*width: 710px;*/
    /*max-width: 710px;*/
    border-top: 2px solid #1554b0;
    border-bottom: 1px solid #dfdfdf;
}
.section.board .table.tb-fixed {
    table-layout: fixed;
}
.section.board .table caption{
    text-align: right;
    padding: 5px 0;
}
.section.board .table thead{

}
.section.board .table thead th{
    vertical-align: middle;
}
.section.board .table tbody {

}
.section.board .table .tb-file-area td a {
    font-size: 13px;
}
.section.board .table tbody td.tb-title {
    font-size: 14.5px;
    font-weight: 600;
}
.section.board .table tbody td {
    /*padding: 8px 5px;*/
    font-size: 12px;
    vertical-align: middle;
}
.section.board .table tbody td.ta-left {
    vertical-align: middle;
}
.section.board .table tbody td.ta-left a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
.section.board .table tbody td.ta-left a b {
    font-size: 14px;
    font-weight: normal;
    color: #333 !important;
}
.section.board .table tbody td.ta-left a b.highlight-blue {
    font-weight: bold;
    color: #385194 !important;
}
.section.board .table tbody td.ta-left a:hover b {
    color: #3287d2 !important;
}
.section.board .table tbody tr.board-contents > td {
    padding: 20px 10px;
    font-size: 14.5px;
}
.section.board .table tbody tr.board-contents > td p,
.section.board .table tbody tr.board-contents > td img {
    max-width: 100% !important;
    height: auto !important;
}
.section.board .table-responsive > .table > tbody > tr.board-contents > td {
    white-space: normal;
}
/* table border */
.section.board .table tbody tr.board-contents > td > table th,
.section.board .table tbody tr.board-contents > td > table td {
    /*padding: 5px 10px;*/
    /*border: 1px solid #333;*/
}
.section.board .table tbody tr.board-contents > td > table th {
    text-align: center;
}
.section.board .table tbody tr.board-contents > td > table.border th,
.section.board .table tbody tr.board-contents > td > table.border td {
    /*padding: 5px 10px;*/
    /*border: 1px solid #333;*/
}
.section.board .table tbody tr.board-contents > td > table.border th {
    text-align: center;
}

.section.board .td-bottom-area {
    text-align: center;
}

.section.board .btn-area {
    text-align: center;
}
.section.board .btn-area a {
    margin: 0 0 0 10px;
}

.section.board .btn-area-admin {
    margin: 0 0 15px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.section.board .search-area {
    display: inline-block;
    margin: 0 auto;
}
.section.board .search-area .board-search-radio {
    float: left;
    margin: 7px 10px 0 0;
}
.section.board .search-area .board-search {
    float: left;
    margin: 5px 0 0 10px;
}
.section.board .search-area .board-search .form-control {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}

/* paging */
.section.board .pagination {
    margin: 10px 0;
}

/* reply */
.section.board .reply {
    font-size: 14px;
    color: #5bc0de;
}
.section.board .reply a {
    display: inline-block !important;
    line-height: 1.1;
    font-size: 14px;
    color: #27a2c5 !important;
}
#container .section.board .reply a b {
    color: #27a2c5 !important;
}
#container .section.board .reply a:hover b {
    color: #1554b0 !important;
}
.section.board .reply .reply-shape {
    font-family: Arial, 'NanumBarunGothic', '맑은 고딕', 'Malgun Gothic', 'Nanum Gothic', Dotum, Gulim, sans-serif;
    font-weight: 300;
    font-size: 14.5px;
}
.section.board .reply .label {
    margin: 0 5px 0 2px;
    font-family: Arial, 'NanumBarunGothic', '맑은 고딕', 'Malgun Gothic', 'Nanum Gothic', Dotum, Gulim, sans-serif;
    border-radius: 2px;
    background-color: #5bc0de !important;
}

.section.board .label.label-event {
    background-color: #a3bcf1;
}

/**************************************************************************************
    게시판 리스트 > 썸네일 리스트형
**************************************************************************************/
.section.board .board-list-thm.board-list-area {
    margin: 0 0 40px;
}
.section.board .board-list-thm.board-list-area > ul.list-thm {

}
.section.board .board-list-thm.board-list-area > ul.list-thm > li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
}
.section.board .board-list-thm.board-list-area > ul.list-thm > li:last-child {
    margin: 0;
}

/* 썸네일 영역 */
.section.board .board-list-thm.board-list-area > ul.list-thm > li > .thm-area {
    float: left;
    width: 240px;
}
.section.board .board-list-thm.board-list-area > ul.list-thm > li.member-thm > .thm-area {
    width: 112px;
}
.section.board .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;
}
.section.board .board-list-thm.board-list-area > ul.list-thm > li > .thm-area > a > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 135px;
}
.section.board .board-empty {
    margin: 0 0 40px;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #f7f7f7;
}

/* 내용 영역 */
.section.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area {
    float: left;
    width: 600px;
    padding-left: 30px;
}
.section.board .board-list-thm.board-list-area > ul.list-thm > li.member-thm > .conts-area {
    width: 728px;
}
.section.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.title {

}
.section.board .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;
}
.section.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.title > a:hover {
    color: #195691;
}
.section.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.date {
    margin: 0 0 15px;
    font-size: 13px;
    color: #999;
}
.section.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.notice-conts {
    line-height: 1.8;
    font-size: 14px;
}

/**************************************************************************************
    게시판 리스트 > 갤러리형
**************************************************************************************/
.section.board .board-list-gallery.board-list-area {
    position: relative;
    margin: 28px 0 40px;
}
.section.board .board-list-gallery.board-list-area .btn-gallery {
    position: absolute;
    right: 0;
    top: -75px;
    display: inline-block;
    padding: 7px 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background-color: #375092;
}
.section.board .board-list-gallery.board-list-area .btn-gallery:hover {
    background-color: #f2984c;
}
.section.board .board-list-gallery.board-list-area .ion-android-arrow-dropright {
    margin-left: 5px;
}
.section.board .board-list-gallery.board-list-area > ul.list-thm {

}
.section.board .board-list-gallery.board-list-area > ul.list-thm > li {
    float: left;
    width: 260px;
    margin: 0 30px 30px 0;
}
.section.board .board-list-gallery.board-list-area > ul.list-thm > li:nth-child(3n) {
    margin: 0 0 30px;
}

/* 썸네일 영역 */
.section.board .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area {
    margin: 0 0 7px;
}
.section.board .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a {
    display: block;
    width: 100%;
    height: 180px;
    /*padding: 5px;*/
    /*border: 1px solid #dfdfdf;*/
}
.section.board .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 180px;
}
.section.board .board-empty {
    margin: 28px 0 40px;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #f7f7f7;
}

/* 내용 영역 */
.section.board .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area {

}
.section.board .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.title {

}
.section.board .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: 14.5px;
    font-weight: bold;
    color: #333;
}
.section.board .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.title > a:hover {
    color: #195691;
}
.section.board .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.date {
    margin: 0 0 15px;
    font-size: 13px;
    color: #999;
}

/* 게시물 상세에서 이전/다음 버튼 */
.page-nav-area {
    display: table;
    width: 100%;
    margin-top: -5px;
    border-collapse: collapse;
}
.page-nav-area .page-btn {
    display: table-row;
}
.page-nav-area .page-btn.nav-next {

}
.page-nav-area .page-btn.nav-prev {

}
.page-nav-area .page-btn .label-title {
    display: table-cell;
    width: 70px;
    padding: 1px 0 0;
    vertical-align: top;
    text-align: left;
    font-family: 'NanumSquareNeo', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #767676;
}
.page-nav-area .page-btn .label-title i {
    margin-right: 5px;
}
.page-nav-area .page-btn .subject {
    display: table-cell;
    width: auto;
    padding: 0;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    color: #767676;
}
.page-nav-area .page-btn .subject a {
    font-family: 'NanumSquareNeo', sans-serif;
    color: #767676;
}
.page-nav-area .page-btn .subject a:hover {
    color: #385391;
}


/**************************************************************************************
    Popup style
**************************************************************************************/
/* Layout style */

#pop_wrap {
    border-top: 3px solid #4d4d4d;
}

#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: 14.5px;
    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;
}

/**************************************************************************************
    Notice Popup style
**************************************************************************************/
/* Layout style */

#notice_wrap {

}

#notice_header {
    margin: 0;
    padding: 18px 20px 15px;
    background-color: #0b3290;
}
#notice_header h1 {
    margin: 0;
    padding: 0;
    font-size: 14.5px;
    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: 14.5px;
}
.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: 30px;
    padding: 3px 6px;
    font-size: 13px;
    border-radius: 2px;
    box-shadow: none;
}
/* 해당 엘리먼트를 인라인 요소로 바꿈 */
.element-inline {
    display: inline-block !important;
    width: auto !important;
}

.label {
    padding: 4px 6px 3px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
}

.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: 767px) {
    .section.board .table {
        width: 100%;
        max-width: 100%;
        /*width: 920px;*/
        /*max-width: 920px;*/
    }
    .section.board .board-contents > td.cke_editable * {
        max-width: 100% !important;
    }
    .section.board {
        margin-top: 0;
    }
    .section.board .search-area .board-search-radio {
        float: none;
        margin: 7px 10px 0 0;
    }
    .section.board .search-area .board-search {
        float: none;
        margin: 5px 0 0 10px;
    }

    .section.board .table {
        table-layout: auto;
        border-top: 3px solid #385194;
        border-bottom: 1px solid #dfdfdf;
        width: 710px;
        max-width: 710px;
    }

    .pagination-sm > li > a, .pagination-sm > li > span {
        padding: 4px 8px;
    }

    /*-----------------
           TABLE
    ------------------*/
    .section.board .table {
        width: 100%;
    }

    #board-list-wrap table colgroup > col:nth-child(3),
    #board-list-wrap table colgroup > col:nth-child(4),
    #board-list-wrap table colgroup > col:nth-child(6) {
        display: none;
    }

    #board-list-wrap table thead > tr > th:nth-child(3),
    #board-list-wrap table thead > tr > th:nth-child(4),
    #board-list-wrap table thead > tr > th:nth-child(6) {
        display: none;
    }

    #board-list-wrap table tbody > tr > td:nth-child(3),
    #board-list-wrap table tbody > tr > td:nth-child(4),
    #board-list-wrap table tbody > tr > td:nth-child(6) {
        display: none;
    }

    /**************************************************************************************
        게시판 리스트 > 썸네일 리스트형
    **************************************************************************************/
    .section.board .board-list-thm.board-list-area {
        margin: 0 0 40px;
    }
    .section.board .board-list-thm.board-list-area > ul.list-thm > li {
        margin: 0 0 50px;
        padding: 0;
        border-bottom: 0;
    }
    .section.board .board-list-thm.board-list-area > ul.list-thm > li:last-child {
        margin: 0;
    }

    /* 썸네일 영역 */
    .section.board .board-list-thm.board-list-area > ul.list-thm > li > .thm-area {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    .section.board .board-list-thm.board-list-area > ul.list-thm > li > .thm-area > a {
        width: 100%;
        height: auto;
    }
    .section.board .board-list-thm.board-list-area > ul.list-thm > li > .thm-area > a > img {
        height: auto;
    }

    /* 내용 영역 */
    .section.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area {
        float: none;
        width: 100% !important;
        padding-left: 0;
    }
    .section.board .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;
    }

    /**************************************************************************************
        게시판 리스트 > 갤러리형
    **************************************************************************************/
    .section.board .board-list-gallery.board-list-area {
        margin: 0 0 40px;
    }
    .section.board .board-list-gallery.board-list-area > ul.list-thm > li {
        float: none;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .section.board .board-list-gallery.board-list-area > ul.list-thm > li:nth-child(3n) {
        margin: 0 0 30px 0;
    }

    /* 썸네일 영역 */
    .section.board .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a {
        height: auto;
    }
    .section.board .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a > img {
        height: auto;
    }

    /* 내용 영역 */
    .section.board .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;
    }

}
