article img{
    display: inline-block;
}
#board .board_head {
    margin-bottom: 10px;
    overflow: hidden;
}

#board .board_head .board_total {
    display: block;
}

#board .board_head .board_total:before {
    content: '';
    clear: both;
    display: block;
}

#board .board_head .board_total p {
    float: left;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

#board .board_head .board_total p:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #ddd;
    content: '';
}

#board .board_head .board_total p .color {
    color: #cf1742;
}

#board .board_head .board_total p:first-child:before,
#board .board_head .board_total p.btn_right:before {
    display: none;
}

#board .board_head .board_total p:first-child {
    padding-left: 0;
}

#board .board_head .board_total p.btn_right {
    float: right;
    height: 30px;
}

#board .board_head .board_total p.btn_right a {
    display: inline-block;
    height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #2173bf;
    font-size: 0.929em;
    color: #fff;
    line-height: 30px;
}

#board .board_head .board_search {
    float: right;
    margin-top: 0;
}

#board .board_head .board_search select,
#board .board_head .board_search input {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 1px solid #adadad;
}

#board .board_head .board_search select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

#board .board_head .board_search .searchinput {
    position: relative;
    float: right;
    width: auto;
    padding-left: 5px;
    height: 40px;
}

#board .board_head .board_search .searchinput input[type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

#board .board_head .board_search .searchinput [type=submit] {
    padding: 0 25px;
    height: 40px;
    background: #606060;
    color: #fff;
    border: none;
}

#board .basic_table {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #06bcff;
    font-family: 'Noto Sans KR', sans-serif;
}

#board .basic_table thead tr th:first-child {
    border-left: none;
}

#board .basic_table thead tr td {
    background-color: #f8f8f8;
    border-bottom: 1px solid #1aa4d7;
}

#board .basic_table thead tr th,
#board .basic_table thead tr td {
    vertical-align: middle;
    padding: 13px;
}

#board .basic_table tr th {
    font-size: 15px;
    font-weight: bold;
    background: #eee;
    color: black;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

#board .basic_table tr td {
    border-bottom: 1px solid #ddd;
    border-left: none !important;
    border-right: none;
    background-color: #fff;
    padding: 13px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}

#board .basic_table tr td img {
    vertical-align: middle;
}

#board .basic_table tr td a.reply {
    position: relative;
    padding-left: 50px;
    background: url(/static/media/icon_reply.png) no-repeat 15px center;
}

#board .basic_table tr td a.reply:before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 6px;
    border-left: 1px dotted #999;
    border-bottom: 1px dotted #999;
    content: '';
}

#board .basic_table tr td:nth-child(3) {
    text-align: left;
}

#board .basic_table tr.tit td {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}

#board .basic_table tr.info th,
#board .basic_table tr.info td {
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}

#board .basic_table tr.info th.text-left,
#board .basic_table tr.info td.text-left {
    text-align: left;
}

#board .paging {
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#board .paging a,
#board .paging span {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    vertical-align: top;
    text-align: center;
    line-height: 35px;
    color: #4c4c4c;
    font-size: 16px;
}

#board .paging a.on,
#board .paging span.on {
    color: #fff;
    background: #06bcff;
}

#board .paging a i,
#board .paging span i {
    font-size: 25px;
    line-height: 35px;
    color: #cdcdcd;
}

#board .board_search {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center;
    background: #fafafa;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

#board .board_search select {
    position: relative;
    width: 120px;
    height: 40px;
    padding-left: 12px;
    border: 1px solid #dcdbdb;
    background-color: #fff;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
}

#board .board_search input[type=text] {
    padding: 0 5px;
    width: 300px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #dcdbdb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

#board .board_search .btn {
    width: 105px;
    height: 40px;
    line-height: 40px;
    background-color: #555;
    font-size: 15px;
    color: #fff;
    border: none;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
}

#board.board_view .board_search {
    background: #fff;
    margin: 0;
}

.board-wrap article{
    width: 1200px;
    margin:0px auto 50px auto;
    border-top: 2px solid #06bcff;
}

 .board-wrap article h2{
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    border-bottom: 1px dashed #d7d9da;
}

.board-wrap article .info-box { 
    overflow:hidden;
    padding:20px;
    border-bottom:1px solid #ededed;
}
.board-wrap article .info-box li { 
    float:left;
    margin:0 30px 0 0;
    color:#666;
    font-size: 16px;
}
.board-wrap article .info-box  b{
    display: inline-block;
    margin-right: 10px;
}

.board-wrap article .con-box{
    padding:50px 20px;
    border-bottom:1px solid #ededed;
}
.board-wrap article .con-box p{
    font-size: 16px;
    line-height: 1.8em;
}

.board-wrap article .file-area{
    font-size: 16px;
    padding:20px;
    border-bottom:1px solid #ededed;
}

.board-wrap article .file-area > a{
    display: block;
    background: url(../images/common/file.png) center left no-repeat;
    padding-left: 25px;
    background-size: 18px;
}

.board-wrap article .file-area > a:hover{
    color: #06bcff;
    transition: 0.2s;
    text-decoration: underline;
}


.btn-area{
    float: right;
    margin-bottom: 20px;
}

.btn{
    display: block;
    width: 120px;
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
}

.btn > span{
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 300;
}

.btn.write{
    background: #007473;
}

.btn.write:hover{
    background: #005756;
    transition: 0.3s;
}

.btn.apply{
    background: #345D9D;
}

.btn.apply:hover{
    background: #2b4d84;
    transition: 0.3s;
}

.btn.modify{
    background: #06bcff;
}

.btn.modify:hover{
    background: #06bcff;
    transition: 0.3s;
}

.btn.delete{
    background: #3c3e45;
}

.btn.delete:hover{
    background: #2b2c31;
    transition: 0.3s;
}



.btn-area::after{
    display: block;
    content: "";
    clear: both;
}




.file-name {
    display: block;
    background: url(../images/common/file.png) center left no-repeat;
    padding-left: 25px;
    background-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}


.pagenation {
    font-size:16px;
    margin: 50px auto;
    display: table;
}



.pagenation a{
    display: block;
    float: left;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin: 0 3px;
    padding: 0 10px;
    transition-delay: 500ms;
    transition: 500ms;
    border-radius: 100px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;

}

/* .pagenation a:hover:not(.active) {
  background:#d1d8e0;
} */

.pagenation a.active{
    background: #06bcff;
    color:#fff;
    border-radius:100px;
}

.pagenation .pre-btn{
    background: url("../images/common/ico-prev.png") center no-repeat;
    background-color: #f4f4f4;
    background-size: 10px;
}

.pagenation .nxt-btn{
    background: url("../images/common/ico-next.png") center no-repeat;
    background-color: #f4f4f4;
    background-size: 10px;
}
.pagenation::after{
    display: block;
    content: "";
    clear: both;
}
@media (max-width: 768px) {
    article img{
        width: 100% !important;
    }
    #board {
        padding: 0 6px;
        padding-top: 6px;
        border-top: 0;
    }

    #board .basic_table colgroup {
        display: none;
    }

    #board.board_list .basic_table {
        display: block;
        clear: both;
        border-top: 2px solid #06bcff;
    }

    #board.board_list .basic_table tbody {
        display: block;
        width: 100%;
        margin-top: -15px;
    }

    #board.board_list .basic_table tbody tr {
        width: 100%;
        display: block;
        border-bottom: 1px solid #cecece;
        text-align: left;
    }

    #board.board_list .basic_table thead tr th,
    #board.board_list .basic_table thead tr td {
        display: none;
    }

    #board.board_list .basic_table tbody td {
        border-bottom: 0;
        display: inline-block;
        font-size: 0.8em;
    }

    #board.board_list .basic_table tbody td.num {
        position: absolute;
        left: -9999px;
        width: 0;
        height: 0;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        z-index: -1;
    }

    #board.board_list .basic_table tbody td.title {
        width: 100%;
        font-size: 1em;
        background: 0;
        padding: 0;
        text-align: left;
    }

    #board.board_list table tbody td.etc,
    #board.board_list table.A-13 tbody td.date {
        color: #888;
        padding: 8px 10px;
        background: url(/cablecar/static/images/rw_bar.gif?b344082d754a66e6b7d676c930b9675d) no-repeat 100% 50%;
        text-align: left;
    }

    #board.board_list table.A-13 tbody td.date {
        background: none;
    }

    #board.board_list table.A-13 tbody td.title:last-child {
        padding-bottom: 10px;
    }

    #board.board_form tr {
        width: 100%;
        display: block;
    }

    #board.board_form th,
    #board.board_form td {
        display: block;
    }

    #board.board_form .board_search {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .text-groups #board .board_head {
        margin-top: -40px;
    }

    #board .board_head .board_total p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    #board .board_head .board_search {
        float: none;
        width: auto;
    }
    #board .board_head .board_search select,
    #board .board_head .board_search input {
        width: 100%;
    }
    #board .board_head .board_search select + select {
        display: none;
    }
    #board .board_head .board_search .searchinput {
        float: none;
        width: auto;
        height: auto;
        padding: 5px 0;
    }
    #board .board_head .board_search .searchinput [type=submit] {
        margin-top: 5px;
    }
    .PC_MODE {
        display: none;
    }

/* 게시판 하단 검색 */
    #board .board_search {
        padding-bottom: 30px;
    }
    #board .board_search input[type=text] {
        width: 30%;
    }

    #board .board_search .btn {
        width: 70px;
    }

    #board .board_search select {
        width: 80px;
    }
}

.board_view .contents {
    word-break: break-all;
    padding: 40px 20px;
    line-height: 1.5em;
    border-bottom: 1px solid #DEDEDE;
}

.board_view .contents img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .board_view .contents img {
        max-width: 100% !important;
    }
    #board .basic_table tr td:nth-child(3){
        padding-left: 0!important;
    }
    .board-wrap article{
        width: 100%;
    }
}

