@import url(/assets/cjd01/css/common/board.css);

/* 공통 */

.section a,
.section button,
.section span,
.section p {
    font-family: 'SpoqahanSansNeo', sans-serif;
}

#board_notice .tab_category li a {
    position: relative;
    display: block;
}

.btn-search .fa-search {
    display: none;
}

.board_search_wrap select {
    padding: 10px;
    border: 0;
}


@media all and (max-width:1024px) {
    .btn-search .fa-search {
        display: block;
    }
}


/* common btns */
.common_btns_center{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:60px;
}
.common_btns_center > *,
.btn.tolist{
	display:flex;
	justify-content:center;
	align-items:center;
	min-width:155px;
	height:50px;
    padding: 0 20px;
    /* font-family: 'Roboto', 'Noto Sans KR', sans-serif; */
    font-family: 'SpoqaHanSansNeo-Regular';
    font-weight: 400;
	font-size:19px;
	color:#fff;
	letter-spacing:-0px;
	background:#005CA8;
	border:1px solid #005CA8;
	margin:0 5px;
}

.btn.tolist{
    display: inline-block;
    line-height: 50px;
    text-align: center;
    margin: 0;
}

@media screen and (max-width:1023px){
    .common_btns_center{
        margin-top:50px;
    }

    .common_btns_center > *,
    .btn.tolist{
        min-width: 125px;
        font-size: 16px;
    }
}
@media screen and (max-width:767px)
{
	.common_btns_center{
		margin-top:30px;
	}
	.common_btns_center > *,
    .btn.tolist{
        padding: 0 20px;
		min-width:105px;
		height:40px;
		font-size:15px;
	}

    .btn.tolist{
        line-height: 40px;
    }
}

.board_list .f_box .title_wrap {
    margin-top: 10px;
    background-color: #f2f2f2;
}

.board_list .f_box .title_wrap .title_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 15px 13px;
}


/* //공통 */


/* 게시판 */
table {
    width: 100%;
}

caption {
    display: none;
}

/* //게시판 */

/* 사진게시판 */
.board_list.gallery li {
    border-bottom: none;
}

/* //사진게시판 */

/* basic2 */
.board_list table td.title{
    display: flex;
    align-items: center;
}
.board_list table td.title a{
    display: inline-block;
    width: auto;
}
.board_list table td.title > img{
    width: 18px;
    height: 18px;
    margin-left: 10px;
}