.personnel_board{
	width:1400px;
	height:auto;
	display:flex;
	flex-direction:column;
}

.staff, .box_staff{
	width:100%;
	margin:0 auto;
}

.staff_header{
	width:100%;
	text-align:left;
	font-size:30px;
	color:#576b9e;
}

.workgroup_header{
	width:100%;
	text-align:center;
	font-size:30px;
	color:#576b9e;
	display:flex;
	justify-content:center;
}

.sub_left{
	width: auto;
    float: left;
	padding:0 15px;
    text-align: center;
    border: 2px solid #ebebeb;
	border-radius: 8px;
}

.sub_right{
	width: auto;
    float: right;
	padding:0 15px;
    text-align: center;
    border: 2px solid #ebebeb;
	border-radius: 8px;
	font-size:22px;
	font-weight:400;
}


.sub_left_full{
	width: 98%;
    float: left;
    text-align: center;
    border: 2px solid #ebebeb;
    border-radius: 8px;
    margin: 20px 0;
    padding-left: 2%;
	background-color: #e8edf9;
}

.sub_left_full_workgroup{
	width: auto;
    float: left;
    text-align: center;
    border: 2px dashed #ebebeb;
    border-radius: 8px;
    margin: 5px 0;
    padding:0 15px;
	font-weight:400;
}

.division_header{
	width:100%;
	text-align:center;
	font-size:50px;
	color:#576b9e;
}

.box_staff{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: start;
}

.staff_row{
	width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0;
    border: 2px solid #ebebeb;
    border-radius: 8px;
	background: #FFF;
	padding: 20px 2% 20px 2%;
}

.staff_pad{
	width: 30%;
	height: auto;
    display: flex;
    justify-content: center;
}

.staff_img{
	width:100%;
	height:auto;
	filter: drop-shadow(0 0 0.35rem #666666);
	text-align:center;
	margin-bottom: 10px;
}

.staff_img img{
	width:60%;
}

.staff_detail{
	font-weight:normal;
	width: 100%;
    background: #c5d5ff;
    display: flex;
    flex-direction: column;
	padding: 10px 0 25px 0;
	border-radius: 8px;
}

.staff_string_pad{
	font-weight:normal;
	width: 100%;
    background: #c5d5ff;
    display: flex;
    flex-direction: column;
	padding: 10px 0 10px 0;
	border-radius: 8px;
	margin-bottom:20px;
}

.staff_string{
	font-size:24px;
	text-align:center;
}

.staff_name, .staff_position, .staff_tel{
	width:98%;
	padding:0 2%;
	height:auto;
	text-align:center;
	color:#576b9e;
}

.staff_name{
	font-size:20px;
	margin-top:15px;
}
.staff_position, .staff_tel{font-size:20px;}

.personnel_detail{
	width:100%;
	margin:0 0 15px 0;
	font-size:24px;
	font-weight:400;
}

@media only screen and (max-width: 1399px) {
	.sub_container{
		
	}
	
	.personnel_board{
		width:100%;
	}
	
	.sub_left_full{
		padding: 5px 1% 0 1%;
        border: 0px;
    }
	
	.staff_header{text-align:center;}
	.sub_left, .sub_right{
		float:none;
	}
}

@media only screen and (max-width: 999px) {
	.personnel_detail{
		font-size:3vw;
		width: 96%;
        padding: 0 2%;
	}
}

@media only screen and (max-width: 799px) {	
	.staff_pad {width:45%;}
}

@media only screen and (max-width: 499px) {
	.personnel_detail{
		font-size:4vw;
	}
	
	.staff_pad {width:95%;}
}