/*-----------------------------------------
# 실제사례 상세페이지
-------------------------------------------*/
.pmdeWrap{
	width:100%;
	position:relative;
	padding:6rem 0 12rem 0;
}
.pmdeSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 136rem;
    padding: 0 2rem;
}

.linkbackBox {
    display: block;
	padding:0 0 4rem 0;
    margin: 0 0 6rem 0;
	border-bottom: 1px solid #EEE;
}
.linkback {
    display: inline-block;
}
.linkback a {
    display: flex;
    color: #000;
    font-size: 2rem;
    font-family: pretendard-500;
	font-weight: 500;
    line-height: 3.6rem;
    align-items: center;
    justify-content: flex-start;
}
.linkback a img {
    height: 1.4rem;
    margin-right: 1.2rem;
    display: inline-block;
}

.pmdetbox {
    width: 100%;
    position: relative;
}
.pmdetbox h1 {
    gap: 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.pmdetbox h1 p span.hidden{display:none;}
.pmdetbox h1 b{
	display: flex;
	padding: 0.8rem 1.6rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.4rem;
	background: #E6C27C;
	color: #000;
	font-family: pretendard-700;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.4rem;
}
.pmdetbox h1 p{
	margin:0;
	text-align:left;
	color: #000;
	font-family: pretendard-700;
	font-size: 4.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 6.6rem;
}
.regcntbox {
	margin:3rem 0 0 0;
    height: 3.4rem;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}
.regcntbox dl{
	position:relative;
	display:flex;
	margin-right:4.1rem;
}
.contnone{
	margin-right:0rem!important;
}
.contnone:after{
	content:none!important;
}
.regcntbox dl:after {
    content: '';
    position: absolute;
    right: -2rem;
    top: 1rem;
    width: 1px;
    height: 1.4rem;
    background: #EEEEEE;
}
.regcntbox dl span{
	font-size: 1.4rem;
	font-family: pretendard-500;
	font-weight: 500;
	line-height: 3.4rem;
	letter-spacing: 0em;
	text-align: left;
	color:#888;
	margin-right:1rem;
	display:inline-block;
}
.regcntbox dl span.linkcopy{
	cursor:pointer;
}
.regcntbox dl b{
	margin:0;
	padding:0;
	display:inline-block;
	font-size: 1.4rem;
	font-family: pretendard-600;
	font-weight: 600;
	line-height: 3.4rem;
	letter-spacing: 0em;
	text-align: left;
	color:#000;
}

.detail_contentArea{
	position:relative;
	width:100%;
	margin:4rem 0 0 0; 
}


.case_DetailInner{
	position:relative;
	width:100%;
	display:flex;
	gap:8rem;
}
.case_Detail_Img {
	position:relative;
	/* width:84rem; */
	width:64rem;
}
.case_Detail_ImgInner{
	top: 0;
    position: sticky;
	
	display: flex;
    overflow: hidden;
    border-radius: 0.6rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.case_Detail_Img img{
	width:100%;
}
.case_detailInfo {
    /* width: 36.8%; */
	/* width:42rem; */
	width:62rem;
    position: relative;
}
.case_detailInfo.wid100per{width:100%;}
.case_detailText{
	position:relative;
	word-break: break-all;
}
.case_detailText h2:nth-child(1){
	margin:0 0 1rem 0;
}
.case_detailText h2:nth-child(1) br{
	display:none;
}
.case_detailText h2{
	margin:3rem 0 1rem 0;
	text-align:left;
	color: #142952;
	font-family: pretendard-600;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
}
.case_detailText h3{
	text-align:left;
	color: #000;
	font-family: pretendard-300;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.2rem;
}

.detail_colorBox.case:before {
    content: '';
    position: absolute;
    left: 3rem;
    top: -1rem;
    width: 4rem;
    height: 3rem;
    background-image: url(/public/img/sub/dot_dou.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.detail_colorBox.case{
	margin:6rem 0 0 0;
	padding: 4rem 3rem 3rem 3rem;
}
.detail_colorBox{
	position:relative;
	width:100%;
	border-radius: 0.6rem;
	background: #F8F5F3;
}
.detail_colorBox dl{
	margin:0;
	text-align:left;
	color: #000;
	font-family: pretendard-600;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
}
.detail_colorBox p{
	margin:0.8rem 0 0 0;
	text-align:left;
	color: #000;
	font-family: pretendard-300;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.8rem;
}
.detail_colorBox .cardlawyer {
    padding: 0 10rem 0 0;
    margin: 3rem 0 0 0;
    gap: 1rem;
}
.detail_colorBox .cardlawyer .carditems {
    max-width: 8rem;
    width: 33.33333333%;
}

.listBackbox {
    width: 100%;
    position: relative;
    margin: 8rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listBackbtn{
	position:relative;
}
.listBackbtn a{
	display: flex;
	width: 18rem;
	padding: 1.3rem 0;
	justify-content: center;
	align-items: center;
	border-radius: 0.4rem;
	border: 1px solid #111;
	color: #222;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.5rem;
}


.nxb_npbox{
	border-top:1px solid #ddd;
	display:block;
	padding:2rem 0 0 0;
}
.nxb_np{
	display:block;
	width:100%;
	position:relative;
}
.nxb_np{
	width:100%;
	position:relative;
	padding:1.8rem 0rem 1.8rem 7.9rem;
}
.nxb_np span{
	display:inline-block;
	position:absolute;
	left:0rem;
	top:1.8rem;
	text-align:left;
	color: #222;
	font-family: pretendard-700;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.4rem;
	letter-spacing: 0.72px;
}
.nxb_np a h3{
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align:left;
	color: #222;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
}
.nxb_np a h3:hover{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

@media (max-width:1600px) {
	.linkbackBox {
		padding: 0 0 4rem 0;
		margin: 0 0 5rem 0;
	}
	.pmdetbox h1 p {
		font-size: 4.2rem;
		line-height: 6.2rem;
	}
	
	
	.case_DetailInner {
		gap: 4rem;
	}
	.case_Detail_Img {
		width: 74rem;
	}
	.case_detailInfo {
		width: 52rem;
	}
}
@media (max-width:991px) {
	.pmdeWrap {
		padding: 4rem 0 10rem 0;
	}
	.linkbackBox {
		padding: 0 0 3rem 0;
		margin: 0 0 4rem 0;
	}
	.linkback a {
		font-size: 1.8rem;
		line-height: 3.2rem;
	}
	
	
	.pmdetbox h1 b {
		padding: 0.8rem 1.6rem;
		border-radius: 0.4rem;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.pmdetbox h1 p {
		font-size: 3.6rem;
		line-height: 5rem;
	}
	.regcntbox {
		margin: 2rem 0 0 0;
	}
	
	
	.case_DetailInner {
		display: flex;
		gap: 4rem;
		flex-direction: column;
	}
	.case_Detail_Img {
		width: 100%;
	}
	.case_detailInfo {
		width: 100%;
	}
	
	
	.listBackbox {
		margin: 6rem 0;
	}
	.listBackbtn a {
		width: 17rem;
		padding: 1.3rem 0;
		border-radius: 0.4rem;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	
	
	.nxb_np {
		padding: 1.2rem 0rem 1.2rem 7.9rem;
	}
	.nxb_np span {
		top: 1.2rem;
		font-size: 1.8rem;
		line-height: 3.4rem;
		letter-spacing: 0.72px;
	}
}
@media (max-width:767px) {
	.pmdeWrap {
		padding: 3rem 0 6rem 0;
	}
	.linkbackBox {
		padding: 0 0 1rem 0;
		margin: 0 0 2rem 0;
	}
	.linkback a {
		font-size: 1.6rem;
		line-height: 4rem;
	}
	
	
	.pmdetbox h1 {
		gap: 1.2rem;
	}
	.pmdetbox h1 b {
		padding: 0.6rem 1rem;
		border-radius: 0.4rem;
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	.pmdetbox h1 p {
		font-size: 2.2rem;
		line-height: 3rem;
	}
	
	
	.regcntbox {
		margin: 1.2rem 0 0 0;
		height: 1.8rem;
	}
	.regcntbox dl {
		margin-right: 3.1rem;
	}
	.regcntbox dl:after {
		right: -1.5rem;
		top: 0.35rem;
		height: 1.1rem;
	}
	.regcntbox dl span {
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	.regcntbox dl b {
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	
	
	.case_Detail_ImgInner {
		border-radius: 0.4rem;
	}
	.case_detailText h2:nth-child(1) {
		margin: 0 0 0.6rem 0;
	}
	.case_detailText h2 {
		margin: 2rem 0 0.6rem 0;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.case_detailText h3 {
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	
	
	.detail_colorBox.case {
		margin: 4rem 0 0 0;
		padding: 3rem 2rem 2rem 2rem;
	}
	.detail_colorBox.case:before {
		left: 2rem;
		top: -0.5rem;
		width: 2.7rem;
		height: 2rem;
	}
	.detail_colorBox dl {
		margin: 0;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.detail_colorBox p {
		margin: 0.6rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	.detail_colorBox .cardlawyer {
		padding: 0 0rem 0 0;
		margin: 2rem 0 0 0;
		gap: 0.6rem;
	}
	.detail_colorBox .cardlawyer .carditems {
		max-width: 6rem;
		width: 6rem;
	}
	.detail_colorBox .carditems figcaption b {
		margin: 0.8rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.detail_colorBox .carditems figcaption span {
		margin: 0.2rem 0 0 0;
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	
	
	.listBackbox {
		margin: 4rem 0;
	}
	.listBackbtn a {
		width: 12rem;
		padding: 1rem 0;
		border-radius: 0.4rem;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	
	
	.nxb_npbox {
		padding: 1rem 0 0 0;
	}
	.nxb_np {
		padding: 0rem 0rem 0rem 5.3rem;
	}
	.nxb_np a h3 {
		font-size: 1.3rem;
		line-height: 4.6rem;
	}
	.nxb_np span {
		letter-spacing: 0.52px;
		top: 0;
		font-size: 1.3rem;
		line-height: 4.6rem;
	}
}

/*-----------------------------------------
# 자필후기 상세페이지
-------------------------------------------*/
.detail_contentArea.review .case_DetailInner {
    gap: 6rem;
}
.detail_contentArea.review .case_Detail_Img{
	width: 84rem;
}
.detail_contentArea.review .case_detailInfo {
    width: 42rem;
}
.detail_contentArea.review .case_Detail_ImgInner{
	position:Relative;
}

h2.hide{display:none;}

.detail_colorBox.review {
    margin: 0;
    padding: 3rem 3rem 3rem 3rem;
    position: sticky;
    top: 3rem;
}
.detailCont.review{
	margin:4rem 0 0 0;
}
.detailCont{
	word-break: break-all;
	position:relative;
	color: #000;
	text-align:left;
	font-family: pretendard-300;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.6rem;
}
.detailCont a{
	text-decoration:underline;
	color:blue;
}

@media (max-width:991px) {
	.detail_contentArea.review .case_DetailInner {
		gap: 4rem;
	}
	.detail_contentArea.review .case_Detail_Img{
		width: 100%;
	}
	.detail_contentArea.review .case_detailInfo {
		width: 100%;
	}
}
@media (max-width:767px) {
	.detailCont.review {
		margin: 2rem 0 0 0;
		
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.detail_colorBox.review {
		padding: 2rem;
	}
}

/*-----------------------------------------
# 언론보도 상세페이지
-------------------------------------------*/
.detailCont.column {
    margin: 6rem 0 0 0;
}

.detailCont.column h2 {
    margin: 3rem 0 1rem 0;
    text-align: left;
    color: #000;
    font-family: pretendard-600;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
}
@media (max-width:767px) {
	.detailCont.column {
		margin: 4rem 0 0 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	
	
	.detailCont.column h2 {
		margin: 3rem 0 1rem 0;
		font-size: 1.9rem;
		line-height: 3rem;
	}
}

/*-----------------------------------------
# 변호사 소개 상세페이지
-------------------------------------------*/
.lawDeWrap{
	width: 100%;
    position: relative;
    padding: 6rem 0 10rem 0;
}
.lawDeSideBox {
    margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}

.lawBasicInfo {
    display: flex;
    width: 100%;
    position: relative;
    border-radius: 1rem;
    background: #F6F2ED;
    overflow: hidden;
    flex-direction: row-reverse;
}
.lawBasicText {
    display: flex;
    position: relative;
    width: 50%;
	gap: 3rem;
    padding: 5rem 6rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.lawBasicPerson {
    display: flex;
    position: relative;
    width: 50%;
    /* padding: 6rem 6rem 0rem 6rem; */
    padding: 6rem 6rem 0rem 24rem;
    background-image: url(/public/img/sub/lawyer_person_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    align-items: flex-end;
}

.lbpInfo {
    z-index: 3;
    position: absolute;
    left: 6rem;
    top: 6rem;
    display: flex;
    flex-direction: column;
}
.lbpInfo span{
	color: #C79739;
	text-align: left;
	font-family: pretendard-700;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem;
}
.lbpInfo h1 {
	margin:1rem 0 0 0;
    gap: 1rem;
    display: flex;
    align-items: flex-end;
}
.lbpInfo h1 b{
	color: #000;
	text-align: left;
	font-family: 'MaruBuri';
	font-size: 5.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 6.4rem;
	letter-spacing: 0.78rem;
}
.lbpInfo h1 p{
	color: #000;
	text-align: left;
	font-family: pretendard-300;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.9rem;
}
.lawBasicPerson figure {
    z-index: 2;
    width: 100%;
    position: Relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.lawBasicPerson figure img {
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lbtTop {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.lbtBackBtn{
	position:relative;
}
.lbtBackBtn a{
	display: flex;
	padding: 1rem 1.6rem;
	align-items: center;
	gap: 0.8rem;
	border-radius: 0.4rem;
	background: #FFF;
	color: #555;
	font-family: pretendard-500;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.1rem;
}
.lbtBackBtn a span {
	height: 1.3rem;
	width: 1.3rem;
	display: inline-block;
	background-image: url(/public/img/main/sl_prev.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.lbtTop h2{
	margin:0;
	text-align:left;
	color: #000;
	font-family: 'MaruBuri';
	font-size: 3.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 5.2rem;
}
.lbtBottom h3{
	margin:0;
	text-align:left;
	color: #000;
	font-family: pretendard-300;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.4rem;
}


.lawB_antecedents{
	position:Relative;
	width:100%;
	border-top: 1px solid #EEE;
	margin:10rem 0 0 0;
}
.lawB_antecedents h2{
	position:absolute;
	left:0;
	top:0;
	padding:2.4rem 0 0 0;
	color: #000;
	font-family: 'MaruBuri';
	font-size: 3.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 5.2rem;
}
.lawB_anteInner{
	position:Relative;
	width:100%;
	padding:0 0 0 42rem;
	display:flex;
}
.awB_ante{
	position:Relative;
	width:100%;
	padding:2.6rem 0 0 0;
}
.awB_ante ul{
	position:Relative;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0rem;
    list-style-type: none;
    justify-content: flex-start;
}
.awB_ante li {
    position: relative;
    flex: 0 0 calc(50% - 0rem);
    margin: 0rem;
    box-sizing: border-box;
}
.awB_ante h3{
	position:Relative;
	margin:1rem 0 0 0;
	padding:0 0 0 1.2rem;
	text-align:left;
	color: #000;
	font-family: pretendard-300;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.8rem;
}
.awB_ante h3:before{
	content:'';
	position:absolute;
	left:0;
	top:1.2rem;
	width:0.4rem;
	height:0.4rem;
	border-radius:50%;
	background:#E6C27C;
}

.lawDeCaseWrap{
	overflow:hidden;
	position:Relative;
	width:100%;
	padding:10rem 0 5rem 0;
	background: #F8F8F8;
}
.lawDeCaseSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}

.lawDeCaseTitle{
	position:Relative;
	width:100%;
}
.lawDeCaseTitle dl{
	text-align:left;
	color: #000;
font-family: MaruBuri;
font-size: 3.4rem;
font-style: normal;
font-weight: 400;
line-height: 5.2rem;
}
.lawDeCaseMoreBtn {
    position: absolute;
    right: 0;
    top: 0rem;
}
.lawDeCaseMoreBtn a {
    display: flex;
    padding: 1.35rem 2.9rem;
	padding: 1.3rem 1.9rem 1.2rem 1.9rem;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    border-radius: 0.4rem;
	border: 1px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
    font-family: pretendard-400;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
}
.lawDeCaseMoreBtn a span {
    height: 1.3rem;
    width: 1.3rem;
    display: inline-block;
    background-image: url(/public/img/common/puls_icon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.lawDeCasesilInner {
    position: Relative;
    width: 100%;
}
.lawDeCasesilInner .swiper {
    overflow: unset;
	padding:5rem 0;
}
.lawDeCasesilInner .swiper-wrapper{
	height:auto;
}

.lawDeCasesilInner .caseCard:hover{
	box-shadow: 2rem 2rem 6rem 0 rgba(0, 0, 0, 0.10);
}


.lawDeColumWrap{
	overflow:hidden;
	position:Relative;
	width:100%;
	padding:10rem 0 10rem 0;
	background: #fff;
}
.lawDeColumSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}
.lawDeColumnsilInner {
	margin:5rem 0 0 0;
    width: 100%;
    position: Relative;
}
.lawDeColumnsilInner .swiper {
    overflow: unset;
}
.lawDeColumnsilInner .swiper-wrapper{
	height:auto;
}
@media (max-width:1600px) {
	.lawBasicText {
		padding: 4rem 5rem;
	}
	.lbtTop h2 {
		font-size: 3rem;
		line-height: 4.6rem;
	}
	
	
	.lawBasicPerson {
		padding: 5rem 5rem 0rem 24rem;
	}
	.lbpInfo {
		left: 5rem;
		top: 5rem;
	}
}
@media (max-width:1300px) {
	.lawBasicText {
		padding: 3rem 4rem;
	}
	.lbtTop h2 {
		font-size: 2.8rem;
		line-height: 4.2rem;
	}
	
	.lawBasicPerson {
		padding: 4rem 4rem 0rem 20rem;
	}
	.lbpInfo {
		left: 4rem;
		top: 4rem;
	}
	.lawBasicPerson figure {
		padding-bottom: 130%;
	}
	.lawBasicPerson figure img {
		max-width: 110%;
		height: auto;
		z-index: 2;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	
	.lawB_anteInner {
		padding: 0 0 0 32rem;
	}
}
@media (max-width:991px) {
	.lawBasicInfo {
		display: flex;
		border-radius: 1rem;
		flex-direction: column;
	}
	.lawBasicPerson {
		width: 100%;
		padding: 4rem 4rem 0rem 30rem;
	}
	.lawBasicPerson figure {
		padding-bottom: 100%;
	}
	.lawBasicPerson figure img {
		max-width: 100%;
		height: 100%;
		z-index: 2;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	
	.lawBasicText {
		width: 100%;
		padding: 4rem 4rem;
	}
	
	
	.lawB_anteInner {
		padding: 0 0 0 20rem;
	}
}
@media (max-width:767px) {
	.lawDeWrap {
		padding: 7rem 0 5rem 0;
	}
	
	
	.lawBasicInfo {
		overflow: unset;
		border-radius: 0rem;
	}
	.lawBasicPerson {
		/* background-size: 100%; */
		width: 100%;
		height: 25rem;
		padding: 2rem 0 0 2rem;
	}
	.lbpInfo {
		left: 2.5rem;
		top: 2.5rem;
	}
	.lbpInfo span {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	.lbpInfo h1 {
		margin: 0.5rem 0 0 0;
		gap: 0.4rem;
	}
	.lbpInfo h1 b {
		letter-spacing: 4.05px;
		font-size: 2.7rem;
		line-height: 3.4rem;
	}
	.lbpInfo h1 p {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.lawBasicPerson figure {
		bottom: 0;
		right: 0;
		position: absolute;
		width: 23rem;
		padding-bottom: 23rem;
	}
	
	
	.lawBasicText {
		gap: 2rem;
		width: 100%;
		padding: 2rem 2rem;
	}
	.lbtTop {
		gap: 0rem;
	}
	.lbtTop h2 {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
	.lbtBottom h3 {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	
	
	.lbtBackBtn {
		left: 0;
		position: absolute;
		top: -29rem;
	}
	.lbtBackBtn a {
		padding: 1rem 0rem;
		gap: 0.8rem;
		border-radius: 0.4rem;
		font-size: 1.4rem;
		line-height: 2.1rem;
	}
	
	
	.lawB_antecedents {
		border-top: none;
		margin: 5rem 0 0 0;
	}
	.lawB_antecedents h2 {
		position: relative;
		left: 0;
		top: 0;
		padding: 0;
		font-size: 2.2rem;
		line-height: 4.1rem;
	}
	.lawB_anteInner {
		padding: 0;
	}
	.awB_ante {
		padding: 0.4rem 0 0 0;
	}
	.awB_ante li {
		flex: 0 0 calc(100% - 0rem);
	}
	.awB_ante h3 {
		margin: .6rem 0 0 0;
		padding: 0 0 0 1.2rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.awB_ante h3:before {
		top: 0.9rem;
		width: 0.4rem;
		height: 0.4rem;
	}
	
	
	
	.lawDeCaseWrap {
		padding: 5rem 0 0rem 0;
	}
	.lawDeCasesilInner .swiper {
		overflow: unset;
		padding: 2rem 0 5rem 0;
	}
	.lawDeCaseTitle dl {
		font-size: 2.2rem;
		line-height: 4.1rem;
	}
	.lawDeCaseMoreBtn a {
		padding: 0.6rem 1.5rem 0.6rem 1.5rem;
		gap: 0.8rem;
		border-radius: 0.4rem;
		font-size: 1.4rem;
		line-height: 2.7rem;
	}
	.lawDeCaseMoreBtn a span {
		height: 0.9rem;
		width: 0.9rem;
	}
	
	
	.lawDeColumWrap {
		padding: 5rem 0 6rem 0;
	}
	.lawDeColumnsilInner {
		margin: 2rem 0 0 0;
	}
}