/*=================================================
            list
=================================================*/
/*== 글쓰기 버튼 ==*/
.board-list-write-btn {
    text-align: right;
}
/*=================================================
            View
=================================================*/
/*common-searcher*/
.common-searcher{
    padding: 20px 0;
    background: #fafafa;
    border:1px solid #e1e1e1;
    text-align: center;
}
.common-searcher form{
    display: inline-block;
    text-align: center;
    font-size: 0;
}
.common-searcher form>*{
    display: inline-block;
    height: 40px;
    font-size: 12px;
    vertical-align: middle;
}

.common-searcher form .select{
    position: relative;
    display: inline-block;
}
.common-searcher form .select:after{
    position: absolute;
    top: 19px;
    right: 11px;
    border-top:5px solid #ddd;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    content:"";
}
.common-searcher form select{
    display: block;
    width:50px;
    height: 100%;
    padding-left: 6px;
    margin-right: 5px;
    border:1px solid #e1e1e1;
    color: #9b9b9b;
}
.common-searcher form input{
    padding-left: 10px;
    border:1px solid #e1e1e1;
    border-right: 0;
}
.common-searcher form button{
    width: 50px;
    border:1px solid #0ac1eb;
    background-color: #0ac1eb;
    font-family:GyeonggiTitle, sans-serif;
    color: #fff;
}
@media screen and (min-width:544px) {
    /*==========공통 검색폼=========*/
    .common-searcher {
        padding: 29px 0;
    }
    .common-searcher form select {
        padding-left: 15px;
        width: 120px;
    }
    .common-searcher form {
    }
    .common-searcher form .select:after {
        right: 13px;
        top: 23px;
    }
    .common-searcher form button {
        width: 70px;
    }
    .common-searcher form > * {
        height: 50px;
        font-size: 15px;
    }
}
@media screen and (min-width:768px) {
    /*==========공통 검색폼=========*/
    .common-searcher form input {
        width: 399px;
    }
}
.board-view-btn-wrap{
    margin-top:25px;
}
.board-view-list-btn{
    padding-top: 50px;

}
@media screen and (min-width:768px) {
    .board-view-btn-wrap{
        margin-top:35px;
    }
    .board-view-list-btn{
        padding-top: 0
    }
}