@charset "UTF-8";
/* .sub-top-sector {
	background-image: url("/images/sub/sub_img6.png") !important;
} */

.second-level-category-list {bottom: -259px; height: 259px;}

.board-view-section {padding: 50px;}
.board-view-section .board-name-div {
	border-bottom: 2px dotted #1D53AA; padding: 25px 0; position: relative;
}
.board-view-section .board-name-div p {text-align: center; font-weight: bold; font-size: 35px; margin: 0;}

.board-list-search-div {
	display: flex; align-items: center; width: 100%; margin-top: 20px; margin-bottom: 40px;
}

.board-list-search-div .board-list-count-wrap {
	display: flex; align-items: center; flex:1;
}
.board-list-search-div .board-list-count-wrap p {margin-bottom: 0;}
.board-list-search-div .board-list-count-wrap p .board-list-count {font-weight: bold;}
.board-list-search-div .board-list-search-outer-wrap {display: flex; justify-content: center; align-items: center;}

.board-list-search-div .board-list-search-outer-wrap .board-list-search-wrap {
	border-bottom: 1px solid #ccc; height: 30px;
}

.board-list-search-div .board-list-search-outer-wrap .board-list-select-wrap {
	border-bottom: 1px solid #ccc; width: 100px; height: 30px; margin-right: 15px;
}
.board-list-search-div .board-list-search-outer-wrap .board-list-search-select {
	border:none; width: 100%; outline: none;
}
.board-list-search-div .board-list-search-outer-wrap .board-list-search-wrap input {
	border: none; outline: none;
}

/* 테이블 */
.board-table-list-wrap {width: 100%; margin-bottom: 30px;}

.board-table-list-wrap .board-table-list {width: 100%; text-align: center;}
.board-table-list-wrap .board-table-list thead th {background-color: #1D53AA; color:white; padding: 15px;}
.board-table-list-wrap .board-table-list thead th:first-child {border-radius: 25px 0 0 0;}
.board-table-list-wrap .board-table-list thead th:last-child {border-radius: 0 25px 0 0;}

.board-table-list-wrap .board-table-list tbody td {border-bottom: 1px solid #ccc; padding: 15px;}
.board-table-list-wrap .board-table-list tbody td a {text-decoration: none; color:black;}

.board-table-list-title {text-align: left;}

.answer-tag {background-color: #1D53AA; color:white; margin-left: 5px; font-size: 13px; border-radius: 20px; padding: 5px 10px;}
/* 테이블 */

/* 페이지 버튼 */
.board-list-page-wrap {display: flex; justify-content: center; align-items: center;}

.board-list-page-wrap .prev-btn {margin-right: 20px;}
.board-list-page-wrap .next-btn {margin-left: 20px;}

.board-list-page-wrap .prev-btn img,
.board-list-page-wrap .next-btn img {
	width: 10px; filter: invert(73%) sepia(0%) saturate(5%) hue-rotate(138deg) brightness(106%) contrast(79%);
}

.board-list-page-wrap .page-btn-wrap {display: flex; justify-content: center; align-items: center;}

.board-list-page-wrap .page-btn-wrap .page-btn {
	color: #1D53AA; text-decoration: none; border-radius: 50%; display: flex; justify-content: center;
	align-items: center; width: 40px; height: 40px;
}
.board-list-page-wrap .page-btn-wrap .page-btn.current {background-color: #1D53AA; color:white;}

#list-write-form-btn {margin-top: 20px; background-color: #1D53AA; color: white; border: none; border-radius: 5px; width: 80px; height: 30px;}

.write-btn-box {width: 100%; text-align: end;}

@media (max-width:1199px) {
	.sub-guideline-wrapper-inner .second-level-category .second-level-category-list {
		height:auto !important;
		bottom:-245px !important;
	}
	
	.board-view-section {
		padding:0 15px;
		margin-bottom: 70px;
	}
	.sub-other-section-zindex {
		margin-top:70px;
	}
	
	.board-list-search-div .board-list-count-wrap {
		display:block;
	}

	.board-table-list-wrap {
		overflow-x:auto;
		-webkit-overflow-scrolling : touch;
	}
	.board-table-list {
		min-width:1199px;
	}
	.board-list-search-div .board-list-search-outer-wrap .board-list-search-wrap img {position: absolute; right: 5px;}
}