.inner_con {
    width: 1000px;
    margin: 0 auto;
}

.right_on {
    display: block;
}
.quick {
    display: none;
}
/* 서브페이지 검색창 */
.select_box {
    display: inline-block;
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 15px;
    outline: none;
}

.select_box select {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 0 10px 0 14px;
    border: none;
    background: none;
    outline: none;
    font-size: 15px;
    appearance: none;
    /* select 화살표 없애기 */
}


.search_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.search_area .total_notice{
    color: #666;
}
.search_area .nt_num{
    font-style: normal;
    font-weight: bold;
}
.search_area .searchBox{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.search_area .srctype{
    margin-right: 6px;
    font-size: 15px;
    color: #666;
    padding-left: 10px;
    padding-right: 24px;
}
.search_area .keyWord{
    margin-right: 6px;
    border-radius: 5px;
}
.keyWord {
    border: 2px solid #304f15 !important;
}
.search_area .search_btn{}
.search_area .search_btn button{
    background: #304f15;
    color: #fff;
    border: 0;
    width: 60px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
}


/* 테이블 */
/**테이블 게시판 형태*/
.board_list table{
    width:100%;
    table-layout: fixed;
}
.board_list thead th {
    border-top: 2px solid #304f15;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    height: 50px;
    padding: 2px 5px;
    font-size: 16px;
    background: #f7f7f7;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.board_list tbody td {
    font-size: 15px;
    padding: 16px 7px;
    border-bottom: 1px solid #e8e8e8;
    word-break:keep-all;
    /* cursor:pointer; */
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.board_list tbody .td_board_cont{
    transition: 0.3s;
    cursor: pointer;
}
.abbreviation a{
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.page_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.page_wrap > a{
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}
.page_wrap > a.active{
    background: #304f15;
    color: #fff;
}
.page_wrap > a:last-child{margin-right: 0;}


/* 버튼*/
.next {
    margin-top: 60px;
    text-align: center;
}
.next button {
    width: 150px;
    height: 55px;
    border-radius: 5px;
    background-color: #304f15;
}
.next button a {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
}

.accordion-header  {
    font-size: 16px;
}

.right_contents{
    margin-bottom: 140px;
}


.boardView{
    border-top:2px solid #333 ;
    border-bottom: 1px solid #ddd;
}
.boardView tr{
    border-bottom:1px solid #ddd;
}
.boardView tr th.row{
    background:#ddd;
    width:130px;
    padding: 13px 0 13px 20px;
    background-color: #f4f5f5;
    text-align:left;
    line-height:1.6em;
}
.boardView tr td{
    font-size: 14px;
    width: auto;
    padding: 13px 0 13px 23px;
    border-top: 1px solid #e8e8e8;
}
.etcArea:after{
    content:""; display:block; clear:both;
}
.etcArea li{
    float:left;
}
.etcArea li .th{
    background:#ddd;
    width:130px;
    padding: 13px 0 13px 20px;
    background-color: #F7F5F8;
    text-align:left;
    line-height:1.6em;
    display:block;
    float:left;
}
.etcArea li .td{
    float: left;
    padding: 13px 0 13px 20px;
    width: 180px;
    text-align:left;
    line-height:1.6em;
}
.boardContent{
    padding:20px 16px;
    border-bottom:1px solid #ddd;
    min-height:300px;
}
.boardContent p{
    font-size:14px;
    line-height:22px;
}
.boardempty{
    padding:30px 0;
    text-align:right;
}
.boardempty .btn_back{
    width: 150px;
    line-height: 40px;
    text-align: center;
    background-color: #ff4800;
    border: 1px solid #ff4800;
    color: #fff;
    margin-left: 2px;
    font-size: 13px;
    cursor:pointer;
}
.boardPrev{
    border-top:2px solid #0d401f;
    border-bottom:2px solid #0d401f;
    min-height:75px;
}
.boardPrev .row{
    border-bottom:1px solid #ddd;
    cursor:pointer;
}
.boardPrev .row:nth-child(2){
    border-bottom:none;
}
.boardPrev .row .th,
.boardPrev .row .td{
    padding:16px 20px;

}
.boardPrev .row .th{
    border-right:1px solid #ddd;
}
.boardPrev .row .th img{
    height:8px;
    padding:0 4px
}

/*사진자료 수정*/
#gallery_wrap{display: flex; gap: 10px;}
.gallery_con{width: 50%; height: 450px;}
.gallery_con span{margin-top: 10px; display: block;}
#gallery_wrap img{width: 100%; height: 100%; object-fit: cover;}

/*모바일*/
@media screen and (max-width:768px){
    .search_area,.board_list,.boardView{width:90%; margin:0 auto;}
    .board_list thead th,.board_list tbody td{font-size: 12px;}
    .board_date_m{width: 30%;}
    .next button{border: 0;}
    .next button a{font-size: 1rem;}
    .boardView tr th.row,.boardView tr td,.etcArea li .th,.etcArea li .td{font-size: 12px;padding:10px 10px;}
}