.project-col {
	height: 18rem;
	box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.06);
	background-color: #fff;
}

.project-col img {
	width: 22.5rem;
	height: 12.625rem;
}

.project-subtitle {
	color: #333;
	height: 3rem;
	font-size: 1rem;
}

.project-nowrap-info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.project-info {
	opacity: 0;
}

.project-wrapper {
	position: absolute;
	cursor: pointer;
	left: 0;
	right: 0;
	bottom: 0;
	width: 85%;
	height: 7.75rem;
	background: white;
	box-sizing: border-box;
	margin: 0 auto;
	transition: .5s height;
}

.project-wrapper:hover {
	height: 11rem;
}

.project-wrapper-relative {
	position: relative;
	height: 100%;
	padding: 1rem;
	font-size: 0.875rem;
	color: #999;
}

.project-pre-div {
	box-shadow: 0 0px 8px 0 #ccc;
	background-color: #fff;
}

.project-img-col {
	width: 47%;
}

.project-img-col img {
	width: 100%;
}

.project-content-col {
	max-width: 37.5rem;
	padding: 0 3.125rem;
}

.project-pre-info {
	font-size: 0.875rem;
	color: #999;
	margin-bottom: 0;
}

.m-project-nav {
	white-space: nowrap;
	overflow-x: auto;
	flex-wrap: inherit;
}

.m-project-nav::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}
.m-nav-img{
	width: 2rem;
}
.m-project-col{
	margin-top: 1.875rem;
}
.m-project-title{
	padding: 0.9375rem 0;
}