#comment{
	color: #000;
	background: url("../img/comment/comm-bg.jpg") repeat;
	background-size: 47px 47px;
	background-attachment: fixed;
}
._inner{
	max-width: 1200px;
}
._comment-cont{
	display: flex;
	flex-wrap: wrap;
}
._comment-item{
	width: calc(100% / 3 - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
}
._comment-item:nth-child(3n){
	margin-right: 0;
}
._comment-item ._txt{
	border: solid 3px #000;
	box-sizing: border-box;
	padding: 10%;
}
._comment-item ._name{
	box-sizing: border-box;
	background: #000;
	padding: 7% 10%;
}
._comment-item ._name img{
}
._comment-close{
	max-width: 350px;
	margin: 50px auto;
}
._comment-close a{
	font-family: 'Barlow', sans-serif;
	text-align: center;
	display: block;
	border: solid 3px #000;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	transition: all .5s;
}
._comment-close a:hover{
	color: #fff100;
	background: #000;
}

@media screen and (max-width: 640px) {
	._comment-cont{
		display: block;
		margin-bottom: 50px;
	}
	._comment-item{
		width: 100%;
		margin-right: auto;
	}
	._comment-close a{
		font-size: 20px;
	}
}
