@charset "utf-8";

#bo_list, .wrapper, #bo_v{
	width: 1400px;
	margin: 0 auto;
	margin-top: 50px;
}

#header .header .logo a{
	display: block;
	width: 100%; height: 100%;
}



/* ===========================

                        LIST PAGE

============================*/


#bo_list{
	padding-bottom: 100px;

}

#bo_btn_top{
	display: none;
}


#sec01{
	height: 440px;
	background: none !important;
	pointer-events: none;
}

#sec01 .wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: calc(138px / 2);
}


#sec01 .subTit{
	margin-bottom: 20px;

	opacity: 0.6;
}


#sec01 .title{
	font-size: 2.5625rem;
	font-weight: 700;
	color: var(--green02);
}


#sec01 .title strong{
	font-family : inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}




.tbl_head01{
	margin-top: 0;
	height: auto;
	min-height: 200px;
}




.tbl_head01 thead th{
	font-weight: 700;
}


.bo_tit{
	font-weight: 400;
}


.chk_box input[type="checkbox"] + label span{
	margin: 0 auto;
	float: none;
}

#bo_list tbody tr{
	transition: 0.3s;
}

#bo_list tbody tr:hover{
    border-left: 2px solid var(--point-color4);
}

.tbl_head01 tbody tr td{
	vertical-align: middle;
}

#bo_list .td_name{
	text-align: center;
}



.bo_fx{
	margin-top: 50px;
}

.bo_fx  .btn_admin{
	height: auto; line-height: 1;
	border: 1px solid var(--point-color3);
	padding: 10px 20px;
	border-radius: 5px;
	color: var(--point-color3);
	background-color: transparent;
	transition: 0.3s;
}

.bo_fx  .btn_admin:hover{
	background-color: #e8f3eb;
	color: var(--point-color3);
}

.bo_fx  .btn_admin span,
.bo_fx .btn_b01 span{
	color: inherit;
	line-height: 1;
}


.bo_fx .btn_b01,
a.btn_cancel{
	height: auto; line-height: 1;
	border: 1px solid var(--green02);
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff;
	background-color: var(--green02);
}


.tbl_head01 thead th a{
	color: #222;
}


.tbl_wrap table{
	table-layout: fixed;
}


.tbl_head01 thead th.all_chk,
.tbl_head01 thead th.th_num,
{
	width: 4%;
}

.tbl_head01 thead th.th_subject{
	width: 65%;
}




/* responsive */

@media screen and (max-width: 1500px){
	#bo_list, .wrapper, #bo_v{
		width: 80% !important;
	}

	

}



@media screen and (max-width: 1024px){
	
	#sec01{
		padding: 85px 0;
		height: 370px;
	}



	#sec01 .subTit{
		font-size: 0.9375rem;
	}

	#sec01 .title{
		/* font-size: 1.9375rem; */
		/* font-size: 2rem; */
	}


	.tbl_head01 thead th{
		font-size: 0.9375rem;
		height: auto; padding: 15px 0;
	}

	.tbl_head01 thead th a{
		font-size: 0.9375rem;
	}

	.tbl_head01 td,
	.tbl_head01 td span,
	.tbl_head01 td a{
		font-size: 0.9375rem;
	}

	.tbl_head01 td{
		height: 50px;
	}
	

}




@media screen and (max-width: 767px){
	#bo_list, .wrapper{
		width: 85%;
	}
	#sec01 {
		padding: 65px 0;
		margin-top: 60px;
		background-size: cover;
		background-position: center;
		height: 300px;
	}
	
	#sec01 .wrapper{
		gap: 0;
	}

	.chk_box input[type="checkbox"] + label span{
		width: 12px; height: 12px;
	}

	.tbl_head01 thead th.th_subject{
		width: 40%;
	}

	.tbl_head01 thead th.th_writer,
	.tbl_head01 thead th.th_date{
		width: 10%;
	}


	.tbl_head01 td.td_subject a{
		display: inline-block;
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tbl_head01 td.td_name span,
	.tbl_head01 td.td_datetime{
		display: inline-block;
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

}









/* ===========================

                        VIEW PAGE

============================*/

#bo_v{
	padding-bottom: 100px;
}




#bo_v .fa{
	display: none;
}


#bo_v_title{
	padding-top: 25px;
	/* border-top: 1px solid var(--point-color3); */
	border-top: 1px solid #ececec;

}

#bo_v_title .bo_v_tit{
	margin-bottom: 25px;
	padding: 0 20px;
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 1.3;
}

#bo_v_info{
	box-sizing: border-box;
	padding: 0 20px;
	padding-bottom: 25px;
}

#bo_v_info .profile_info{
	
	float: none;
	display: flex;
	align-items: center;
	margin: 0;

}


#bo_v_top{
	padding-bottom: 25px;
}

#bo_v_info .profile_info .pf_img{
	/* display: none; */
	float: none;
}
#bo_v_info .profile_info .pf_img img{
	width: 30px; height: 30px;
}



#bo_v_info .profile_info .profile_info_ct{
	float: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#bo_v_info .profile_info .profile_info_ct ul{
	display: flex;
}


#bo_v_info .profile_info .profile_info_ct ul li{
	display: flex; align-items: center;
	gap: 3px;
	color: #888;
}

#bo_v_info .profile_info .profile_info_ct ul li strong:not(.if_date){
	font-weight: 700;
}

#bo_v_info .profile_info .profile_info_ct ul li span{
	color: inherit;
}

#bo_v_share{
	display: none;
}

#bo_v_con{
	margin: 0;
	padding: 25px;
	/* border-bottom: 1px solid var(--point-color3); */
	border-bottom: 1px solid #ececec;
}


.btn_confirm{
	/* text-align: center; */
	margin-top: 30px;
}
a.btn_cancel{}


.bo_v_nb{
	/* padding-bottom: 100px; */
}


.bo_v_nb li{
	padding: 25px;
}



#bo_v_share{
	display: none;
}


#bo_v_info .sv_member{
	color: #666;
}



#bo_v_con img{
	max-width: 100%;
}





@media screen and (max-width: 767px){
	#bo_v_info{
		padding-bottom: 20px;
	}
	#bo_v_info .profile_info{
		flex-direction: column;
		align-items: flex-start;
	}

	#bo_v_info .profile_info .profile_info_ct{
		flex-direction: column;
	}


	#bo_v_title{
		padding-top: 15px;
	}

	#bo_v_title .bo_v_tit{
		margin-bottom: 10px;
	}

	#bo_v_info .profile_info .profile_info_ct ul{
		margin-top: 10px;
	}


	#bo_v_con{
		padding: 20px;
	}

}