.d_postComment_count {
	color: #0b0b0b;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
	display: block;
}

.d_postComment_buttonBox {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.d_postComment_button {
	padding: 14px 15px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.d_postComment_button svg {
	width: 20px;
	height: 20px;
	fill: #FFFFFF;
	margin-right: 10px;
	transition: 0.3s;
}

.d_postComment_list {
	margin-top: 30px;
}

.d_postComment_container {
	display: none;
}

.d_blog_commentActiveContainer {
	display: block;
}

.d_postComment_boxTitle {
	color: #111111;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 25px;
	display: block;
}

.d_postComment_form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.d_postComment_form label {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: 500;
	width: 100%;
}

.d_postComment_form input {
	padding: 15px 20px;
	border-radius: 3px;
	border: 1px solid #dddd;
	font-size: 16px;
	margin-top: 10px;
}

.d_postComment_form textarea {
	padding: 8px 6px;
	border-radius: 3px;
	border: 1px solid #dddd;
	margin-top: 10px;
	font-size: 16px;
}

.d_postComment_form button {
	display: block;
	padding: 10px 30px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	width: 100%;
	border: none;
	margin-top: 20px;
}

.d_postComment_newsBlock {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	font-weight: 600;
}

.d_postComment_goodNews {
	color: #628a4f;
	margin-top: 20px;
}

.d_postComment_badNews {
	color: #b43c2b;
	margin-top: 20px;
}

.d_postComment_oneElement {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 20px;
	color: #0e0e0e;
}

.d_postComment_oneElement div:first-child {
	margin-bottom: 10px;
}

.d_postComment_oneElement section {
	font-size: 20px;
	color: #181818;
	font-weight: 700;
}

.d_postComment_oneElement span {
	font-size: 12px;
	color: #666;
}

.d_postComment_oneElement p {
	margin: 0;
}

.d_postComment_oneElement a {
	display: block;
	padding-top: 10px;
	color: #e87005;
	transition: 0.3s;
	cursor: pointer;
}

.d_postComment_oneElement a:hover {
	color: #000;
	text-decoration: underline;
}

.d_postComment_oneReplyElement {
	width: 100%;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	padding: 20px;
	color: #0e0e0e;
}