
.company_comment{
	background-image: url("../img/img01.jpg");
	background-size: cover;
	padding: 130px 0px 137px 0px;
	margin: 0 0 147px 0;
}

.company_comment .title{
	width: 100%;
	font-size: 26px;
	padding: 4px 0 43px 6px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 0.6px;
}

.company_comment .comment_detail{
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.3px;
	padding: 0px 0 0 6px;
}

.company_comment .comment_detail p:nth-child(1){
	padding: 0 0 27px 0px;
}


@media screen and (max-width:767px){
.company_comment{
	background-position: 80%;
	padding: 80px 0 80px 0;
	margin: 0 0 80px 0;
}

.company_comment .title{
	width: 100%;
	font-size: 20px;
	padding: 0 0 12px 0;
	line-height: 31px;
	font-weight: 700;
	letter-spacing: 1px;
}


.inner900{
  width: 84%;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 25px 30px 25px 30px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.5);
  /* opacity: 0.5; */
}
}

