.work-status {
  width: 100%;
}

.top-list-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	font-size: 0.8em;
	font-weight: 700;
}

.menu-path {
	font-size: 12px;
}

.work-status-table {
	margin-top: 12px;
	margin-bottom: 60px;
}

.car-title {
	display: flex;
	justify-content: center;
	padding: 12px 20px;
	color: #fff;
	font-size: 0.9em;
	font-weight: 700;
	background-color: #2cade2;
}

.car-title span {
	padding: 0 12px;
}

.car-image {
	position: relative;
}

.car-image .img-wrap {
	width: 100%;
	height: 375px;
}

.car-image .img-wrap .slide {
	width: 100%;
	height: 375px;
}
.car-image .img-wrap .slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: rgba(0,0,0,.8);
}

.bx-controls-direction a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 32px;
	color: #fff;
	z-index: 100;
	-webkit-text-stroke-width:0.5px;
	-webkit-text-stroke-color:#404347;
}

.bx-controls-direction .bx-prev {
	left: 16px;
}

.bx-controls-direction .bx-next {
	right: 16px;
}

.bx-controls .bx-pager {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 4px 12px;
	font-size: 0.8em;
	font-weight: 500;
	color: #fff;
	background-color: #000;
	border-radius: 16px;
}

