@charset "utf-8";#material-detail {
	width: 60%;
	margin: 0 auto;
        padding: 5%;
}
.material-detail_container {
	text-align: center;
}
.material-detail_container img {
	width: 100%;
	display: block;
	margin: 5% auto 0;
}
.material-detail_container2 img {
	width: 100%;
	display: block;
	margin: 10% auto 0;
}
.material-title {
	font-size: 30px;
}
.material-subtitle {
	font-size: 26px;
	margin-top: 5%;
}
.material-description {
	font-size: 18px;
	margin-top: 4%;
	line-height: 1.6;
}
.material-bestseller {
	margin-top: 10%;
}
.bestseller-title {
	font-size: 28px;
	border-bottom: solid 1px;
	width: fit-content;
	margin: 0 auto;
}
.bestseller-item {
	margin-top: 3%;
	display: flex;
	justify-content: center;
}
.bestseller-img {
	width: 60%;
}
.bestseller-img img {
	width: 100%;
}
.bestseller-img p {
	font-size: 18px;
}
.category-btn.material {
	text-align: center;
	font-size: 16px;
	width: 35%;
	margin: 0 auto;
	background-color: #7F7F7F;
	margin-top: 10%;
}
.category-btn a:visited {
	color: #fff;
	text-decoration: none;
}
.category-btn a {
	display: block;
	padding: 5%;
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 950px) {
	#material-detail {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.material-title {
		font-size: 17px;
	}
	.material-subtitle {
		font-size: 15px;
	margin-top: 7%; auto 0;
	}
	.material-description {
		font-size: 12px;
		margin-top: 6%; auto 0;
		text-align: left;
		line-height: 1.6;
	}
	.bestseller-img p {
		font-size: 14px;
	}
	.category-btn.material {
		font-size: 13px;
	}

.material-detail_container img {
	width: 100%;
	display: block;
	margin: 7% auto 0;
}

.material-detail_container2 img {
	width: 100%;
	display: block;
	margin: 15% auto 0;
}

.material-bestseller {
	margin-top: 15%;
}
.bestseller-title {
	font-size: 20px;
	border-bottom: solid 1px;
	width: fit-content;
	margin: 0 auto;
}
.bestseller-item {
	margin-top: 3%;
	display: flex;
	justify-content: center;
}
.bestseller-img {
	width: 50%;
}
.bestseller-img img {
	width: 100%;
}
.bestseller-img p {
	font-size: 12px;
}
.category-btn.material {
	text-align: center;
	font-size: 12px;
	width: 40%;
	margin: 0 auto;
	background-color: #7F7F7F;
	margin-top: 10%;
}
.category-btn a:visited {
	color: #fff;
	text-decoration: none;
}
.category-btn a {
	color: #fff;
	text-decoration: none;
	padding:  7% 5%;
}


}