.singlePOST {
	border-bottom: 1px solid #292113;
	padding-bottom: 40px;
	margin-bottom: 40px;
}


.singlePOST .head {
	display: flex;
	margin-bottom: 10px;
}
.singlePOST .head .cate {
	background: #5b4d41;
	color:#fff;
	padding: 2px 15px;
	margin-right: 10px;
	font-size: 1.4rem;
}
.singlePOST .head .date {
	font-size: 14px;
	padding: 2px;
}
.singlePOST h4 {
	font-size: 16px;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-weight: 500;
	line-height: 1.7;

}

.singlePOST h1 {
	font-size: clamp(2rem, 3vw, 3rem);
	border-bottom: 3px solid #292113;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.6;
}


@media screen and (max-width: 1000px) {
	
.singlePOST {
	border-bottom: 1px solid #292113;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


.singlePOST .head {
	display: flex;
	margin-bottom: 10px;
}
.singlePOST .head .cate {
	background: #5b4d41;
	color:#fff;
	padding: 2px 15px;
	margin-right: 10px;
	font-size: 1.2rem;
}
.singlePOST .head .date {
	font-size: 14px;
	padding: 2px;
}
.singlePOST h4 {
	font-size: 16px;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-weight: 500;
	line-height: 1.7;

}

.singlePOST h1 {
	font-size: clamp(1.8rem, 3vw, 3rem);
	border-bottom: 3px solid #292113;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.6;
}
	
}