@charset "utf-8";

/***** board *****/
.board-top {
    overflow: hidden;
    margin: 25px 0px 20px;
}
.search_form {
    float: right;
}
.articles {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #666;
}
.search_form select {
    display: inline-block;
    width: auto;
    min-width: 100px;
    height: 40px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #777;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 10px 0 10px;
    border-radius: 3px;
    background: url(../../images/sub/icon_select.png) 0 0 no-repeat;
    background-position: bottom 16px right 10px;
}
.board-area .search_form .search {
    position: relative;
    display: inline-block;
    width: 250px;
    box-sizing: border-box;
    height: 40px;
    margin-left: 5px;
    background: #fff;
    vertical-align: top;
    font-size: 0 !important;
}
.board-area .search_form .search input[type="text"] {
    border: 1px solid #ddd;
    color: #777;
    font-size: 13px;
    height: 40px;
    line-height: 39px;
    padding: 0 10px 0 10px;
    border-radius: 3px;
    margin-bottom: 0px;
}
.board-area .search_form button {
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: hidden;
    width: 19px;
    height: 19px;
    background: url(../../images/sub/icon_search.png) no-repeat 50% 50%;
    text-indent: -100px;
    cursor: pointer;
}

.board-top + .table-wrap {
    
}
.table-wrap {
    border-top: 1px solid #978e8e;
    overflow: auto;
}
.table-wrap .board {
    text-align: center;
    table-layout: fixed;
    min-width: inherit;
}
.table-wrap .board thead {
    border-bottom: 1px solid #e3e3e3;
}
.table-wrap .board thead th {
    border: none;
    height: 50px;
    line-height: 49px;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.5px;
    background: #f6f9ff;
}
.table-wrap .board td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    color: #777;
    font-size: 14px;
    text-align: center;
    padding: 15px 0px;
    line-height: 25px;
}
.table-wrap .board .subject a {
    display: block;
    color: #555;
    text-align: left;
}
.table-wrap .board .notice-tag span {
    display: inline-block;
    background: #eb7c8b;
    color: #fff;
    font-size: 13px;
    padding: 0px 10px 0px;
    border-radius: 5px;
    height: 23px;
    line-height: 22px;
}

/***** view *****/
.board-view {
    position: relative;
    border-top: 1px solid #978e8e;
    margin-top: 25px;
}
.board-view .top {
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    background: #f6f9ff;
    padding: 20px 30px;
}
.board-view .view-title {
    color: #323232;
    font-size: 19px;
    padding-bottom: 20px;
}
.board-view .info {
    overflow: hidden;
    font-size: 15px;
}
.board-view .info strong {
    color: #666;
    display: inline-block;
    padding-right: 0.5rem;
}
.board-view .info span {
    color: #777;
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
.board-view .info span::after {
    content: "";
    width: 1px;
    height: 11px;
    background-color: #cccccc;
    position: absolute;
    top: 2px;
    right: -19px;
}
.board-view .info span:last-child::after {
    display: none;
}
.board-view .view-content {
    border-bottom: 1px solid #e3e3e3;
    padding: 30px 30px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    word-break: break-all;
    min-height: 200px;
    word-break: break-word;
}
.board-view .view-content > p {
    color: #555;
    font-size: 15px;
    word-break: break-word;
}
.board-view .view-content img {
    max-width: 100% !important;
    height: unset !important;
}
.download_list {
    font-size: 0;
    padding: 19px 30px 11px;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
}
.download_list h2.tit {
    display: inline-block;
    font-size: 14px;
    width: 110px;
    color: #555;
    font-weight: bold;
    line-height: 20px;
}
.download_list ul {
    display: inline-block;
    width: calc(100% - 110px);
}
.download_list ul > li {
    margin-bottom: 8px;
}
.download_list ul > li > a {
    font-size: 14px;
    color: #286fdb;
    line-height: 20px;
    word-break: break-all;
}
.download_list ul > li > a:hover {
    color: #286fdb;
    text-decoration: underline;
}
.download_list::after {
    content: "";
    display: block;
    clear: both;
}
.prevNnext {
    overflow: hidden;
}
.prevNnext li {
    overflow: hidden;
    padding: 19px 30px;
    border-bottom: 1px solid #e3e3e3;
}
.prevNnext li > strong {
    display: block;
    float: left;
    overflow: hidden;
    width: 110px;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    white-space: nowrap;
}
.prevNnext li.prev > strong .triUp {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    border-top: 6px solid none;
    border-bottom: 6px solid #999;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    cursor: pointer;
}
.prevNnext li.next > strong .triDown {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: middle;
    border-top: 6px solid #999;
    border-bottom: 6px solid none;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    cursor: pointer;
}
.prevNnext li.next > strong {
    background: url(../img/board/ico_dbArrB_gray.png) no-repeat 0 50%;
}
.prevNnext li > p {
    display: block;
    float: left;
    overflow: hidden;
    width: calc(100% - 110px) !important;
    padding: 0 !important;
    background: none !important;
    font-size: 15px;
    line-height: 19px;
}
.prevNnext li > .article > a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
    white-space: nowrap;
}
.prevNnext li > .article > a:hover {
    color: #000;
    text-decoration: underline;
}
.prevNnext li > .no_article {
    color: #999;
}

.board-write .tableType1 .input-box {
    display: flex;
    justify-content: left;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
}
.board-write .tableType1 .input-box label {
    display: inline-block;
    width: 100px;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    line-height: 35px;
    background: #f9f7f7;
}
.board-write .tableType1 .input-box input[type=text] {
    width: calc(100% - 190px);
    margin: 10px 0px 10px 15px;
}
.board-write .tableType1 .input-box span.normal > p {
    font-size: 15px;
    padding: 10px 15px;
}
.board-write .tableType1 .input-box .file-search {
    width: calc(100% - 160px);
    font-size: 0;
}
.board-write .tableType1 .input-box input[type=text].col-50 {
    width: 50%;
}
.board-write .tableType1 .input-box .btn-search {
    display: inline-block;
    margin: 10px 0px;
}
.board-write .tableType1 .input-box .btn-search a {
    display: inline-block;
    padding: 0px 20px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #a3999a;
    border-radius: 4px;
    margin-left: 7px;
}

.board-write .textarea-box {
    width: calc(100% - 190px);
    margin: 15px;
}
.board-write .textarea-box .textArea {
    position: relative;
    height: 300px;
    padding: 15px 15px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    background: rgb(255, 255, 255);
}
.board-write .textarea-box .textArea textarea {
    padding: 0px;
    height: 100%;
    font-size: 13px;
    color: rgb(102, 102, 102);
    border: 0px;
}
.board-write .textarea-box .textArea .word-count {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 13px;
    color: rgb(153, 153, 153);
}
.table-wrap .board td.inquiry-category  {
    color: #555;
    font-weight: bold;
}
.table-wrap .board td.inquiry-state  {
    color: #d93149;
    font-weight: bold;
}
.board-area .btnWrap {
    padding: 0;
}
.board-area .btnWrap a {
    display: inline-block;
    margin-left: 7px;
    font-size: 14px;
    color: #555;
    border: 1px solid #d5d5d5;
    height: 38px;
    line-height: 37px;
    max-width: 100px;
    padding: 0px 20px;
    background: #fff;
    min-width: auto;
}



@media screen and (max-width: 768px) {
    .table-wrap .board colgroup, 
    .table-wrap .board thead {
        display: none;
    }
    .table-wrap .board tbody tr {
        border-bottom: 1px solid #dcdbdb;
        padding: 15px 5px;
        display: block;
        overflow: hidden;
        position: relative;
    }
    .table-wrap .board td {
        display: none;
        padding: 0;
        border: 0;
        line-height: 22px;
    }
    .table-wrap .board td.subject {
        display: block;
        font-weight: 700;
        color: #333;
        margin-bottom: 10px;
    }
    .table-wrap .board td.subject a {
        max-width: 90%;
    }
    .table-wrap .board td.num {
        display: none;
    }
    .table-wrap .board td.num.notice-tag,
    .table-wrap .board td.date, 
    .table-wrap .board td.hit,
    .table-wrap .board td.writer,
    .table-wrap .board td.inquiry-category,
    .table-wrap .board td.inquiry-state {
        display: block;
        float: left;
        text-align: left;
        margin-right: 16px;
    }
    .table-wrap .board .notice-tag span {
        height: 22px;
        line-height: 21px;
        font-size: 11px;
    }
    .board-view .top {
        padding: 20px 25px;
    }
    .board-view .view-title {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .board-view .info {
        font-size: 13px;
    }
    .board-view .view-content {
        padding: 20px 10px;
    }
    .download_list {
        padding: 22px 10px 12px;
    }
    .download_list h2.tit {
        width: 80px;
    }
    .download_list ul {
        width: calc(100% - 80px);
    }
    .download_list ul > li > a {
        font-size: 14px;
    }
    .prevNnext li {
        padding: 17px 10px;
    }
    .prevNnext li > p {
        font-size: 14px;
    }
    .prevNnext li > .article > a {
        font-size: 14px;
    }
    .prevNnext li > strong {
        width: 90px;
    }
    .board-write .tableType1 .input-box label {
        width: 80px;
        padding: 10px 0px 10px 20px;
    }
    .board-write .tableType1 .input-box input[type=text] {
        width: calc(100% - 130px);
        margin: 10px 0px 10px 15px;
    }
    .board-write .textarea-box {
        width: calc(100% - 130px);
    }
    .board-write .tableType1 .input-box .file-search {
        width: calc(100% - 100px);
    }
    .board-area .btnWrap a {
        font-size: 13px;
        height: 33px;
        line-height: 32px;
        padding: 0px 10px;
    }
}


@media screen and (max-width: 480px) {
    .articles {
        display: none;
    }
    .search_form {
        float: unset;
        display: flex;
    }
    .search_form select {
        width: 30%;
    }
    .board-area .search_form .search {
        width: calc(70% - 5px);
    }
    .board-view .view-title {
        font-size: 16px;
    }
    .board-view .top {
        padding: 20px 20px;
    }
}