
@media (max-width: 750px) {
	.sec_cont .cont_lawyer ul{
		flex-wrap:nowrap;
		overflow:auto;
	}
	.sec_cont .cont_lawyer li:not(:last-child) {
		display:inherit;
	}
	#sec1 .cont_right .more_lawyer_area ul li a .img_wrapper {
		width: clamp(80px, 26vw, 260px);
		height: clamp(80px, 26vw, 260px);
	}
	#sec1 .cont_right .more_lawyer_area ul li a .img_wrapper img {
		transform: scale(1.15) translateY(clamp(15px, 5vw, 40px));
	}
	#sec1 .cont_right .more_lawyer_area ul li a .txt .name span {
		font-size: clamp(20px, 5.07vw, 33px);
	}
	#sec1 .cont_right .more_lawyer_area ul li a .txt .name {
		font-size: clamp(16px, 4vw, 26px);
	}
	#sec1 .cont_right .more_lawyer_area ul li a .txt p {
		font-size: clamp(13px, 3.47vw, 24px);
	}
} 