#sec1 .greeting .greeting_lawyer {
	float: right;
	width: clamp(350px, 26.04vw, 500px);
	margin-left: clamp(30px, 4.17vw, 80px);
	margin-bottom: clamp(20px, 2.08vw, 40px);
}
#sec1 .greeting .intro_tit {
	font-weight: 600;
}
#sec1 .greeting .intro_tit span {
	font-weight: 700;
	margin-left: clamp(10px, 0.52vw, 10px);
	font-size: clamp(17px, 1.04vw, 20px);
}

@media (max-width: 750px) {
	#sec1 .greeting .greeting_lawyer {
	  float: none;
	  width: 100%;
	  margin: 0;
  }
  #sec1 .greeting .intro_tit {
	  display: flex;
	  align-items: center;
	  justify-content: center;
  } 
  #sec1 .greeting .intro_tit span {
	  font-size: clamp(20px, 4.27vw, 32px);
	  margin-left: clamp(5px, 1.33vw, 10px);
  }
}