/* 서브 -----------------------------------------------------------------------------------------------*/
/*상태표시*/
state_box{display: inline-block; text-align: center; line-height: 25px; padding: 0 10px; min-width: 70px; border-radius: 20px; font-size: 13px; font-weight: bold; justify-content:center; align-items:center; display: flex; }


.state_box_2{display: inline-block; text-align: center; line-height: 25px; padding: 0 10px; min-width: 20px; border-radius: 20px; font-size: 13px; font-weight: bold;}


.wh{color: #666!important; background: #fff!important; border: 1px solid #ddd; box-sizing: border-box}
.bl{color: #4073d8!important; background: #e1e9fa!important}
.gn{color: #4f9800!important; background: #e7f3d9!important}
.bk{color: #000!important; background: #ddd!important}
.rd{color: #d12525!important; background: #fde5e5!important}

/*프로필사진*/
.profileGrid{
	box-sizing:border-box!important;
	display: flex;
	width: 50px;
	height: 50px
}

.profileGrid_img{
	box-sizing:border-box!important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	position: relative
}

.profileGrid > .profileGrid_img > img{
	max-width: 100%;
	max-height: 100%
}