.memberInfoEdit_centerBox{
	width: 80%;
}

.customerMessageUl{
	padding:0;
	margin:0;
	border:1px solid #808080;
}
.customerMessageUl li{
	align-items: center;
	display: flex;
    font-size:16px;
    /* justify-content: space-between; */
    border-bottom:1px solid #808080;
}
.customerMessageUl li:last-child{
	border-bottom:none;
}
.customerMessageUl li>div:first-child{
	/* width:380px; */
	background:#FFEFEF;
	border-right:1px solid #808080;
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
}
.customerMessageUl li>div:last-child{
	/* width:820px; */
}

