@charset "UTF-8";

.performance__wrap {
	width:1250px;
	margin:0 auto;
}

.performance__header {
	display:flex;
	justify-content:space-bewteen;
	align-itmes:center;
	width:100%;
	height:60px;
	font-size:15px;
	font-weight:500;
	color:#fff;
	background-color:#007c85;
	border-top:3px solid #000;
	border-bottom:1px solid #000;
}

.performance__header > div,
.performance__item > div {
	display:flex;
	justify-content:center;
	align-items:center;
}

.performance__header > div:not(:last-child),
.performance__item > div:not(:last-child) {
	border-right:1px solid rgba(0,0,0,0.5);
}

.performance__01 {
	width:120px;
}

.performance__02 {
	width:650px;
}

.performance__03 {
	width:230px;
}

.performance__04 {
	width:150px;
}

.performance__05 {
	width:100px;
}

.performance__list {
	width:100%;
}

.performance__item {
	display:flex;
	justify-content:space-bewteen;
	align-itmes:center;
	width:100%;
	height:50px;
	font-size:15px;
	font-weight:700;
	border-bottom:1px solid rgba(0,0,0,0.5);
}

.performance__item:hover {
	background-color:#eaeaea;
}

.performance__item .performance__02 {
	justify-content:flex-start;
    padding-left: 50px;
}



















