#bo_list {
	position: relative;
}
#bo_btn_top {
	margin: 10px 0;
	position: absolute;
	right: 0;
	top: -52px;
}
.btn_bo_user {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn_bo_user > li {
	position: relative;
}
.btn_bo_user li {
	float: left;
	width: 40px;
	text-align: center;
	margin-left: 5px;
	background: #fff;
	width: auto;
	background: #ddd;
	border-radius: 5px;
	padding: 5px 10px;
}
#faq_wrap {
    margin: 10px 0 0;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
}
#faq_wrap li, #faq_wrap li:first-child {
	border-top: 1px solid #E0E0E0;
}
#faq_wrap li:last-child {
	border: 0;
}
#faq_wrap li h3 .tit_bg {
    top: 10px;
    font-size: 18px;
}
#faq_wrap li h3.faq_li_open a {
	color: #100f12;
}
#faq_con .con_inner {
    padding: 20px 20px 20px 50px;
    border-top: 1px solid #E0E0E0;
    background: #FAFAFA;
    color: #606060;
}
.faq_con a {
    float: left;
    width: calc(100% - 30px);
    line-height: 1.6;
	font-size: 15px;
}
.faq_con button {
    float: right;
}
#faq_wrap li h3 .tit_btn {
	color: #3F4649;
    top: 12px;
}
#faq_con .con_inner .closer_btn {
	color: #3F4649;
    top: 12px;
}
.board_wrap {
    position: relative;
}
.faq_admin {
    position: absolute;
    right: 0;
    top: 10px;
	text-align: center;
    margin-left: 5px;
    background: #fff;
    width: auto;
    background: #ddd;
    border-radius: 5px;
    padding: 5px 10px;
}
.empty_table {
	text-align: center;
}

.board_con {
    margin-top: 10px;
}
.table_style {
    background: #fff;
    border-top: 1px solid #252525;
}
.basic_bo_tt {
    text-align: center;
    padding: 10px 20px;
    border-bottom: 1px solid #E0E0E0;
}
.profile_info_style {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 15px;
}
.board_con_wrap {
    color: #505567;
    padding: 50px 20px;
    font-size: 15px;
}
.admin_an_wrap {
    background: #FCFCFC;
    padding: 30px;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
.admin_an_arrow {
    width: 25px;
}
.admin_an_arrow i {
    font-size: 25px;
}
.admin_an_con {
    width: calc(100% - 25px);
}