.board_top_search {
    border: 3px solid #000;

    height: 67px;
    line-height: 67px;
    box-sizing: border-box;
}

.board_top_search ul {
    width: 100%;
}

.board_top_search ul li {
    display: inline-block;
    float: left;
    height: 61px;
}

.board_top_search ul li:nth-child(1) {
    width: 17%;
    border-right: 1px solid #ddd;
}

.board_top_search ul li:nth-child(2) {
    width: 70%;
    box-sizing: border-box;
    padding-left: 20px;
}

.board_top_search ul li:nth-child(3) {
    width: 13%;
    background: #333 !important;
    float: right;
}


.btn-search {
    float: right;
    background: #333 url('/images/board/search.png') no-repeat center center;
    width: 100%;
    background-size: auto 40%;
    border: 2px solid #333;
}

.board_top_search select {
    width: 100%;
    border-right: 1px solid #ddd;
    float: left;
}

.board_top_search input[type=text] {
    width: 90%;
    float: left;
    border: none !important;
    height: 61px;
    font-size: 20px;
}

.board_top_search a {
    float: left;
}

.board_top_search input::placeholder {
    line-height: 61px !important;
}

.board_top_search select {
    border: none !important;
    height: 60px;
    text-align: center;
    font-size: 17px;
}

.board_top_search input,
.top_search .btn-search .board_top_search button {
    float: left;
    box-sizing: border-box;
}

.board_top_search .btn-search {
    height: 61px;
    width: 100%;
    background-size: auto 40%;
    font-size: 0px;
    float: right;
}



@media all and (max-width:1023px) {

.board_top_search {height: 43px; line-height: 40px;}
.board_top_search select {height: 37px; font-size: 14px;}
.board_top_search ul li {height: 37px;}
.board_top_search .btn-search {height: 40px;}
.board_top_search input::placeholder {    line-height:40px !important;}
.board_top_search input[type=text] {  height:37px !important; }
}




.list-foot {
    width: 100%;
    margin-top: 4em;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pagination a {
   
    padding:5px 10px;
    margin:0px 5px;
    border:0px solid red;
    font-size: 17px;
    font-weight: 600;
}

.pagination a.active {    display:inline-block;
    border-radius:0;
    font-weight: 700; background:#ff9900; color:#fff;
}

.pre {
    font-size: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
}

.next {
    font-size: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
}



@media all and (max-width:1023px) {
 
.pagination a {
   
    padding:5px 10px;
    margin:0px 2px;
    border:0px solid red;
    font-size: 16px;
    font-weight: 600;
}

.pagination a.active {    display:inline-block;
    border-radius:0;
    font-weight: 700; background:#ff9900; color:#fff;
}

}




.board-list {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #000;
    margin-top: 25px;
}

.liston_new {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.liston_new dl {
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}

.liston_new dl.data {
    border-right: 1px solid #ddd;
}

.liston_new dl.data dt,
.liston_new dl.data dd {
    text-align: center;
    color: #adadad;
}

.liston_new dl.data dt {
    font-weight: bold;
    color: #000;
}

.liston_new:hover {
    background: #f9f9f9;
}

.liston_new {
    box-sizing: border-box;
}

.liston_new dl.data {
    width: 170px;
}

.liston_new dl.data dt {
    font-size: 40px;
    line-height: 70px;
}

.liston_new dl.data dd {
    font-size: 20px;
    line-height: 30px;
}

.liston_new dl.txt {
    float: right;
    width: calc(100% - 250px)
}

.liston_new dl.txt dt {
    font-size: 28px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.liston_new dl.txt dd {
    font-size: 16px;
    line-height: 25px;
}

.liston_new dl.txt dd.mobileshow {
    display: none;
}

.pointnoti{display:inline-block; float:left; border-radius:20px; background:#ff6600 url(/images/icon25.png) no-repeat; color:#fff; font-weight:600; font-size:13px; 
    padding:2px 10px 2px 30px;
margin-right:3px; 
}

@media all and (max-width:1023px) {

    .liston_new {
        padding: 30px 10px;
    }

    .liston_new dl.data {
        width: 90px;
    }

    .liston_new dl.data dt {
        font-size: 37px;
        line-height: 40px;
    }

    .liston_new dl.data dd {
        font-size: 17px;
        line-height: 22px;
    }

    .liston_new dl.txt {
        float: right;
        width: calc(100% - 120px)
    }

    .liston_new dl.txt dt {
        font-size: 22px;
        line-height: 30px;
    }

    .liston_new dl.txt dd {
        font-size: 16px;
        line-height: 25px;
        /*height: 50px;*/
        overflow: hidden;
    }

    .boardwrapnew h3 {
        text-align: center;
    }

    .boardwrapnew h4 {
        text-align: center;
    }

}


@media all and (max-width:899px) {
    .liston_new dl.data {
        width: 100%;
        float: left;
        text-align: left;
        display: none;
    }

    .liston_new dl.data dt {
        display: none;
    }

    .liston_new dl.data dd {
        display: none;
    }

    .liston_new dl.txt {
        float: left;
        width: 100%;
    }

    .liston_new dl.txt dt {
        font-size: 20px;
        line-height: 30px;
    }

    .liston_new dl.txt dd.mobileshow {
        display: block;
        color: #000;
    }
}



.board-view {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ddd;
    margin-top: 55px;
}

.view_main {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.view_main ul li {
    float: left;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

.view_main ul li:first-child {
    background: #f9f9f9;
    padding: 20px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.view_main ul li:nth-child(2) {
    text-align: right;
    padding: 20px 0px;
}

.view_main ul li div {
    position: relative;
    width: 100%;
    padding: 35px;
    font-size: 17px;
    line-height: 35px;
}

.view_main ul li dl {
    width: 100%;
    float: left;
    padding: 15px 0px;
}

.view_main ul li dl dt {
    color: #000;
    float: left;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #ccc;
}

.view_main ul li dl dd {
    float: left;
    width: 80%;
    box-sizing: border-box;
    padding-left: 35px;
}




@media all and (max-width:977px) {
.view_main ul li:first-child {padding: 15px 5px; font-size:20px;}
.view_main ul li:nth-child(2) {
    text-align: center;
    padding: 15px 0px;}
.view_main ul li:nth-child(3) img {width: 100%;}
.view_main ul li div{padding: 10px;}
.pr35{padding-right: 15px !important;}
}




.write_main {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.write_main ul li {
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.write_main ul li dl {
    width: 100%;
    float: left;
}

.write_main ul li dl dt {
    color: #000;
    float: left;
    line-height: 57px;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
}

.write_main ul li dl dd {
    float: left;
    width: 80%;
    box-sizing: border-box;
    padding: 10px;
}




.btnarea {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.btn_list1 {
    display: block;
    float: right;
    border: 1px solid #61636a;
    font-size: 17px;
    margin: 5px;
    padding: 15px 25px;
}

.btn_list1 a {
    background: #fff;
}

.btn_list1 a:hover {
    background: #999 !important;
    color: #fff;
}


.btn_list2 {
    display: block;
    float: right;
    border: 0px solid #61636a;
    font-size: 15px;
    margin: 0px;
    padding: 12px 20px;
    background: #ff6c00;
    color: #fff;
}



@media all and (max-width:977px) {

.btn_list1 {padding: 10px 20px; font-size: 14px;}
.btn_list2 {padding: 8px 17px;}
}





.bold {
    font-weight: 700;
    color: #000;
}



.faq {
    width: 100%;
    position: relative;
    border-top: 2px solid #000;
    margin-top: 55px;
}

.faqlist li {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.faqlist table td {
    padding: 15px;
    line-height: 25px;
}

.subj {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.statebtn1 {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
    background: #999;
    color: #fff;
}


.statebtn1 {
    display: inline-block;
    background: #999;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    width: 60px;
}

.statebtn2 {
    display: inline-block;
    background: red;
       padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    width: 60px;
}







.board_tbstyle01 {
    width: 100%;
}

.board_tbstyle01 thead th {
    padding: 20px;
    bordeR-bottom: 1px solid #000;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.board_tbstyle01 tbody td {
    padding: 20px;
    bordeR-bottom: 1px solid #ccc;
    text-align: center;
}

.board_tbstyle01 tbody td .left {
    text-align: left !important;
}

.board_tbstyle01 tbody td .vt {
    display: block;
    vertical-align: top !important;
}


@media all and (max-width:977px) {


.board_tbstyle01 thead th{padding: 12px 5px;}
.board_tbstyle01 tbody td{padding: 12px 5px;}
.board_tbstyle01 tbody td a {font-size: 15px !important; line-height: 20px;}
.mwd50per{width: 60%;}

.mcate{padding:5px 10px; border:1px solid #333; color:#000; font-weightr:700; font-size:13px; 
display:inline-block; border-radius:5px; margin-bottom:3px;}
.subj{font-size:17px;}
.worrysubj a{line-height:22px; font-size:15px; font-weight:500;}
.worrydate{font-size:14px;}
}


/**게시판추가 **/
.boardtt{font-size:13px !important; line-height: 25px;}

.bg04{background:#fbfaf9;}