@charset "utf-8";
/***********************************************************************************************************************
    style.css - boards 디렉토리 내부에서 사용되는 스타일
    1. 공통적으로 사용되는 스타일
    2. 게시판 리스트 페이지
    3. 게시판 뷰 페이지
    4. 게시판 등록/수정 페이지
***********************************************************************************************************************/
/* ---------------------------------------------------------------------------------------------------------------------
    1. 공통적으로 사용되는 스타일
--------------------------------------------------------------------------------------------------------------------- */
/* common style */
#article .section {

}
#article .section p {
    margin: 0 0 20px;
}
#article .section .highlight {
    color: #e70014 !important;
}

/* btn-area */
.btn-area {
    overflow: hidden;
    margin: 30px 0;
    text-align: center;
}

/* 게시판 테이블 */
.tb-notice-area {
    /*margin-top: 40px;*/
    width: 100%;
    border-top: 1px solid #e4e0e4;
    /*border-top: 1px solid #573a37;*/
}
.tb-notice {
    width: 100%;
    margin: 0 0 30px;
    table-layout: fixed;
    border-top: 1px solid #e4e0e4;
}
.tb-notice th {
    padding: 5px 10px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #e4e0e4;
    background-color: #f7f7f7;
}
.tb-notice.tb-view th { /* view page table */
    padding: 5px;
}
.tb-notice.tb-view td.title { /* view page table */
    font-size: 15px;
}
.tb-notice td {
    padding: 8px 10px;
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
    word-break: break-all;
    border-bottom: 1px solid #e4e0e4;
}
.tb-notice td .form-group {
    margin: 0;
}
.tb-notice td a {
    text-decoration: none;
}
.tb-notice td:nth-child(2) {
    text-align: left !important;
}
.tb-notice.tb-view td { /* view page table */
    padding: 5px 10px;
    text-align: left;
}
.tb-notice.tb-view td.article-text {
    padding: 30px 20px;
    text-align: justify;
    font-size: 15px;
}
.tb-notice.tb-view td.article-text .form-group {
    margin: 0;
}
.tb-notice td a:hover {
    color: #9f978c;
}
.tb-notice td i {
    display: inline;
    font-size: 17px;
}

/* ---------------------------------------------------------------------------------------------------------------------
    2. 게시판 리스트 페이지
--------------------------------------------------------------------------------------------------------------------- */
/* search */
.search-area {
    position: relative;
    margin: 0 0 20px;
    padding: 10px 20px;
    text-align: left;
    border-radius: 5px;
    background-color: #f8fbfe;
}
.search-area .input-group-addon {
    background-color: #fff;
}
.search-area .date .form-control {
    width: 120px !important;
}
.search-area .keyword {
    float: right;
}
.search-area .keyword .btn {
    height: 34px;
}

/* 공지사항 리스트 */
.tb-alliance.tb-list th { /* view page table */
    padding: 8px 5px;
    color: #fff;
    background-color: #055CAB;
}
.tb-alliance.tb-list td.title { /* view page table */
    font-size: 15px;
}
.tb-alliance.tb-list td { /* view page table */
    padding: 10px 5px;
    font-size: 14px;
    /*text-align: left;*/
}
.tb-alliance.tb-list td.article-text {
    padding: 30px 20px;
    text-align: justify;
    font-size: 15px;
}
.tb-alliance.tb-list td.article-text .form-group {
    margin: 0;
}

/* 테이블 리스트 */
.tb-alliance-area {
    width: 100%;
}
.tb-alliance {
    width: 100%;
    border-top: 1px solid #e4e0e4;
}
.tb-alliance.tb-view {
    width: 100%;
    margin: 0 0 30px;
    border-top: 3px solid #075FA8;
}
.tb-alliance th {
    padding: 5px 10px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #e4e0e4;
    background-color: #f7f7f7;
    vertical-align: middle !important;
}
.tb-alliance td strong {
    color: #075FA8;
}
.tb-alliance.tb-view th { /* view page table */
    padding: 7px 10px;
    font-size: 15px;
}
.tb-alliance.tb-view td { /* view page table */
    padding: 7px 10px;
    font-size: 14px;
}
.tb-alliance.tb-view td.title { /* view page table */
    font-size: 15px;
}
.tb-alliance td {
    padding: 8px 10px;
    line-height: 1.5;
    font-size: 15px;
    text-align: center;
    word-break: break-all;
    border-bottom: 1px solid #e4e0e4;
    vertical-align: middle !important;
}
.tb-alliance.tb-view .content-area td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tb-alliance.tb-view .file-area td a {
    display: block;
    margin: 5px 0;
    font-size: 13px;
}
.article .section .tb-alliance td p {
    margin: 0;
}
.article .section .tb-alliance td p a {
    font-weight: bold;
    font-size: 15px;
    color: #000;
    text-decoration: none;
}
.article .section .tb-alliance td p a:hover {
    color: #0A82E4;
}
.tb-alliance td .form-group {
    margin: 0;
}
.tb-alliance td:nth-child(2) {
    text-align: left !important;
}
.tb-alliance td i {
    display: inline;
    font-size: 17px;
}

/* label */
.label-area {
    margin: 0 0 5px;
}
.label-area .label-board {
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 1px 5px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    border-radius: 2px;
    background-color: #ccc;
}
.label-area .label-board.type1 {
    background-color: #F07F4A;
}
.label-area .label-board.type2 {
    background-color: #45C1C1;
}
.label-area .label-board.type3 {
    background-color: #FEB447;
}

/* process */
.process {
    font-size: 15px;
    font-weight: bold;
}
.process.on {
    color: #333;
}
.process.off {
    color: #bbb;
}

/* paging */
.pagination-area {
    text-align: center;
}
.tb-alliance-new td {
    padding: 8px 10px;
    line-height: 1.5;
    font-size: 14px;
    /*text-align: center;*/
    word-break: break-all;
    border-bottom: 1px solid #e4e0e4;
    vertical-align: middle !important;
}

/* ---------------------------------------------------------------------------------------------------------------------
    3. 게시판 뷰 페이지
--------------------------------------------------------------------------------------------------------------------- */

/* view page */
.tb-alliance.tb-view td { /* view page table */
    padding: 5px 10px;
    /*text-align: left;*/
}
.tb-alliance.tb-view td.article-text {
    padding: 30px 20px;
    text-align: justify;
    font-size: 15px;
}
.tb-alliance.tb-view td.article-text .form-group {
    margin: 0;
}

/* ---------------------------------------------------------------------------------------------------------------------
    4. 반응형 스타일
--------------------------------------------------------------------------------------------------------------------- */
@media only screen
and (max-width: 768px) {

    .innerwrap {
        width: 100%;
    }

    .article .section {
        width: 100%;
    }

    /* ---------------------------------------------------------------------------------------------------------------------
        2. 게시판 리스트 페이지
    --------------------------------------------------------------------------------------------------------------------- */
    /* search */
    .search-area {
        padding: 10px;
    }
    .search-area .date .form-control {
        width: 100% !important;
    }
    .search-area .divline {
        display: none;
    }
    .search-area .keyword {
        float: none;
        width: 100%;
        margin: 0;
    }

    .table-responsive {
        border: 0;
    }
    .table-responsive table {
        width: 880px;
    }

    /*!* 리스트 *!*/
    /*.tb-alliance.tb-list colgroup col:nth-child(3) {*/
    /*    display: none;*/
    /*}*/
    /*.tb-alliance.tb-list th:nth-child(3),*/
    /*.tb-alliance.tb-list td:nth-child(3) {*/
    /*    display: none;*/
    /*}*/
    /*.tb-alliance.tb-list th:nth-child(1),*/
    /*.tb-alliance.tb-list td:nth-child(1) {*/
    /*    width: 50px;*/
    /*}*/
    /*.tb-alliance.tb-list th:nth-child(2),*/
    /*.tb-alliance.tb-list td:nth-child(2) {*/
    /*    width: auto;*/
    /*}*/
    /*.tb-alliance.tb-list th:nth-child(2),*/
    /*.tb-alliance.tb-list td:nth-child(2) {*/
    /*    width: 100px;*/
    /*}*/

    /*!* 상세 *!*/
    /*.tab-content .tb-notice.tb-view colgroup col:nth-child(1),*/
    /*.tab-content .tb-notice.tb-view colgroup col:nth-child(3) {*/
    /*    width: 60px;*/
    /*}*/
    /*.tab-content .tb-notice.tb-view th,*/
    /*.tab-content .tb-notice.tb-view td {*/
    /*    font-size: 13px;*/
    /*}*/
}
