/*-----------------------------------------
# 실제사례 상세페이지
-------------------------------------------*/
.pmdeWrap{
	width:100%;
	position:relative;
	padding:6rem 0 12rem 0;
}
.pmdeSideBox.cases{
    max-width: 136rem;
}
.pmdeSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 86rem;
    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;
}
.pmdecate{
	display:flex;
	gap:1.8rem;
	margin:0 0 0.6rem 0;
}
.pmdecate span{
	display: flex;
	padding:0.8rem 1.4rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.6rem;
	background: #B20600;
	color:#FFF;
	font-family: pretendard-700;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.4rem;
}
.pmdecate b{
	overflow: hidden;
	color: #111;
	text-overflow: ellipsis;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4rem;
}
.pmdetbox h1 span.hidden{display:none;}
.pmdetbox h1{
	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; 
}
.videosCont .putcifame{
	border-radius: 0.4rem;
	display:block;
	text-align:center;
	position:relative;
	overflow: hidden;
	padding-bottom: 56.18%;
}
.videosCont .putcifame iframe{
	border-radius: 0.4rem;
	position:absolute;
	left:0rem;
	top:0rem;
	width:100%;
	height:100%!important;
}

.case_DetailInner{
	position:relative;
	width:100%;
	display:flex;
	gap:6rem;
}
.caseDe_le{
	position:Relative;
	width:42%;
}
.case_Detail_Img {
	position:relative;
	width: 100%;
}
.case_Detail_ImgInner{
	top: 0;
    position: sticky;
	
	display: flex;
    overflow: hidden;
	border-radius: 2rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: rgba(0, 0, 0, 0.05);
}
.case_Detail_Img img{
	width:100%;
}

.caseDe_ri{
	position:Relative;
	width:58%;
}
.case_detailInfo {
    /* width: 36.8%; */
	/* width:42rem; */
	width: 100%;
    position: relative;
}
.case_detailInfo.wid100per{width:100%;}


.detail_caseInfo{
	padding: 3rem;
	border-radius: 2rem;
background: #F8F8F8;
}
.case_detailText{
	position:relative;
	word-break: break-all;
	text-align:left;
	color: #000;
	font-family: pretendard-300;
	font-size: 1.6rem;
	font-style: normal;
	line-height: 3.2rem;
}
.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: #B20600;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	line-height: 2.8rem;
}
.case_detailText h3{
	text-align:left;
	color: #000;
	font-family: pretendard-500;
	font-size: 1.7rem;
	font-style: normal;
	line-height: 3.2rem;
}
.case_detailText p{
	text-align:left;
	color: #000;
	font-family: pretendard-300;
	font-size: 1.6rem;
	font-style: normal;
	line-height: 3.2rem;
}

.case_detailText h2 strong,
.case_detailText h3 strong,
.case_detailText p strong{
	font-weight: bold;
}
.case_detailText h2 em,
.case_detailText h3 em,
.case_detailText p em {
    font-style: italic;
}
.case_detailText h2 a,
.case_detailText h3 a,
.case_detailText p a {
    text-decoration: underline;
    color: blue;
}
.case_detailText blockquote{
	position:relative;
    margin: 0 0 0 1.7rem!important;
    border-radius: 0px 2rem 2rem 2rem!important;
    border: 1px solid #E5E5E5;
    background: #FFF;
    box-shadow: 1rem 1rem 2rem 0px rgba(0, 0, 0, 0.05)!important;
    padding: 2rem!important;
}
.case_detailText blockquote:after {
    content: '';
    position: absolute;
    left: -1.7rem;
    top: -1px;
    width: 1.7rem;
    height: 1.7rem;
    background: url(../img/blog/blockquote_corner.png) no-repeat center / cover;
}

.case_detailText ul {
    border-radius: 1rem;
    padding: 2rem;
    background: #444;
    width: 100%;
    position: Relative;
}
.case_detailText ul li:nth-child(1) {
    padding: 0 0 0 3rem;
    margin: 0 0 1rem 0;
    text-align: left;
    color: #fff;
    font-family: pretendard-600;
    font-size: 2rem;
    line-height: 2.8rem;
}
.case_detailText ul li:nth-child(1)::after {
	content: '';
	position:absolute;
	left:0;
	top:0.4rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-image: url(/public/img/icon/red_check_circle.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.case_detailText ul li {
	position:Relative;
    color: #fff;
    margin: 0.6rem 0 0 0;
    text-align: left;
    font-family: pretendard-500;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 2.4rem;
    letter-spacing: -0.2px;
}

.detail_colorBox.case{
	border-radius: 2rem;
	background: #FAF5F5;
	padding: 3rem;
}
.detail_colorBox{
	position:relative;
	width:100%;
	border-radius: 0.6rem;
	background: #F8F5F3;
	margin:0 0 3rem 0;
}
.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;
	margin:0 0 2rem 0;
}
.detail_colorBox .cardlawyer {
    margin: -0.8rem;
    padding: 0;
}
.detail_colorBox .cardlawyer .carditems {
	flex: 0 0 calc(16.666666666% - 1.6rem);
    margin: 0.8rem;
	/* max-width: 7rem; */
}

.listBackbox {
    width: 100%;
    position: relative;
    margin: 8rem 0;
    display: flex;
	gap:1rem;
    align-items: center;
    justify-content: center;
}
.listBackbtn{
	position:relative;
}
.listBackbtn a{
	display: flex;
	width: 20rem;
	padding: 1.2rem 0;
	justify-content: center;
	align-items: center;
	border-radius: 9.9rem;
	border: 1px solid #111;
	color: #222;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.5rem;
}

.listquBtn{
	position:Relative;
}
.listquBtn a {
    width: 20rem;
    position: Relative;
    display: flex;
    padding: 1.5rem 0rem;
    justify-content: center;
    align-items: center;
    gap: 0.9rem;
    border-radius: 666px;
    border: 1px solid #B20600;
    background: #B20600;
    color: #FFF;
    text-align: center;
    font-family: pretendard-700;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.9rem;
}
.listquBtn a span {
    display: inline-block;
    position: Relative;
    width: 1.9rem;
    height: 1.9rem;
    background: url(../img/common/mail_white_icon.webp) no-repeat center/cover;
}


.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) {
	.pmdeWrap {
		padding: 6rem 0 10rem 0;
	}
	.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;
	}
	.caseDe_le {
		width: 40%;
	}
	.caseDe_ri {
		width: 60%;
	}
	
	.detail_colorBox .cardlawyer .carditems {
		max-width: 7rem;
	}
}
@media (max-width:1300px) {
	.detail_colorBox .cardlawyer .carditems {
		max-width: 6rem;
	}
	.detail_colorBox.case {
		border-radius: 2rem;
		padding: 3rem 2rem;
	}
	.detail_caseInfo {
		padding: 3rem 2rem;
		border-radius: 2rem;
	}
}
@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;
	}
	
	
	.pmdecate {
		gap: 1.2rem;
		margin: 0 0 0.6rem 0;
	}
	.pmdecate span{
		padding: 0.6rem 1.2rem;
		border-radius: 0.4rem;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.pmdecate b {
		font-size: 1.6rem;
		line-height: 4rem;
	}
	.pmdetbox h1{
		font-size: 3.6rem;
		line-height: 5rem;
	}
	.regcntbox {
		margin: 2rem 0 0 0;
	}
	
	
	.case_DetailInner {
		display: flex;
		gap: 4rem;
		flex-direction: column-reverse;
	}
	.caseDe_ri, .caseDe_le{width:100%;}
	.caseDe_le {
		gap: 4rem;
		display: flex;
		flex-direction: column-reverse;
	}
	.case_Detail_ImgInner {
		position: Relative;
		border-radius: 1.6rem;
	}
	.case_Detail_Img {
		width: 100%;
	}
	.case_detailInfo {
		width: 100%;
	}
	
	.detail_colorBox.case {
		margin:0;
		border-radius: 1.6rem;
		padding: 3rem 2rem;
	}
	.detail_caseInfo {
		padding: 3rem 2rem;
		border-radius: 1.6rem;
	}
	
	
	.listBackbox {
		margin: 6rem 0;
	}
	.listBackbtn a {
		width: 17rem;
		padding: 1.3rem 0;
		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: 4rem 0 4rem 0;
	}
	.linkbackBox {
		padding: 0 0 1rem 0;
		margin: 0 0 2rem 0;
	}
	.linkback a {
		font-size: 1.6rem;
		line-height: 4rem;
	}
	
	
	.pmdecate {
		gap: 0.6rem;
		display: flex;
		margin: 0 0 1.2rem 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.pmdecate span{
		padding: 0.6rem 1rem;
		border-radius: 0.4rem;
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	.pmdecate b {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.pmdetbox h1{
		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_detailText h2:nth-child(1) {
		margin: 0 0 0.6rem 0;
	}
	.case_detailText{
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.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.4rem;
	}
	.case_detailText p {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.case_detailText blockquote {
		position: relative;
		margin: 0 0 0 1.7rem!important;
		border-radius: 0px 1.4rem 1.4rem 1.4rem!important;
		box-shadow: 1rem 1rem 2rem 0px rgba(0, 0, 0, 0.05)!important;
		padding: 1.4rem!important;
	}
	.case_detailText ul {
		border-radius: 1rem;
		padding: 1.4rem 1rem;
	}
	.case_detailText ul li:nth-child(1) {
		padding: 0 0 0 2.6rem;
		margin: 0 0 1rem 0;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.case_detailText ul li:nth-child(1)::after {
		left: 0;
		top: 0.4rem;
		width: 1.8rem;
		height: 1.8rem;
	}
	.case_detailText ul li {
		margin: 0.8rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
		letter-spacing: -0.1px;
	}
	
	.case_DetailInner {
		gap: 2rem;
	}
	.detail_colorBox.case {
		margin: 0;
		padding: 2rem;
	}
	.detail_colorBox dl {
		margin: 0 0 1rem 0;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.detail_colorBox .cardlawyer {
		margin: -0.25rem;
	}
	.detail_colorBox .cardlawyer .carditems {
		flex: 0 0 calc(16.666666666% - 0.5rem);
		margin: 0.25rem;
	}
	.detail_colorBox .cardlawyer .carditems {
		max-width: 4.5rem;
	}
	
	.detail_caseInfo {
		padding:2rem;
		border-radius: 1.6rem;
	}
	
	.listBackbox {
		margin: 4rem 0;
	}
	.listBackbtn a {
		width: 12rem;
		padding: 0.9rem 0;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.listBackbox.case{
		gap:0.7rem;
	}
	.listBackbox.case .listBackbtn{
		width:50%;
	}
	.listBackbox.case .listBackbtn a{
		width:100%;
	}
	.listBackbox.case .listquBtn{
		width:50%;
	}
	.listBackbox.case .listquBtn a{
		width:100%;
	}
	.listquBtn a {
		padding: 0.9rem 0rem;
		gap: 0.7rem;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.listquBtn a span {
		width: 1.5rem;
		height: 1.5rem;
	}
	
	
	.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;
	}
}

/*-----------------------------------------
# 게사판 상세페이지
-------------------------------------------*/
.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 h2 {
    margin: 3rem 0 1rem 0;
    text-align: left;
    color: #B20600;
    font-family: pretendard-600;
    font-size: 2.4rem;
    font-style: normal;
    line-height: 4rem;
}
.detailCont h2 span {
    font-size: 2.4rem;
    line-height: 4rem;
}

.detailCont h3{
    font-family: pretendard-500;
    line-height: 3rem;
    font-size: 2.1rem;
	margin:0 0 1.2rem 0;
}
.detailCont h3 span {
	line-height: 3rem;
    font-size: 2.1rem;
}

.detailCont strong{
	font-weight:bold;
}
.detailCont em{
	font-style: italic;
}
.detailCont a{
	text-decoration:underline;
	color:blue;
}
.detailCont .marker
{
	font-family: pretendard-500;
	background-color: Yellow;
}
.detailCont .marker2
{
	font-family: pretendard-500;
	background-color: Cyan;
}

.detailCont ul {
    gap: 1rem;
    display: flex;
    border-radius: 0.6rem;
    position: Relative;
    padding: 2rem;
    background: #f5f5f5;
    flex-direction: column;
}
.detailCont ul li {
    font-size: 1.7rem;
    line-height: 2.4rem;
	position:relative;
	padding: 0 0 0 1rem;
	font-family: pretendard-300;
}
.detailCont ul li span{
	font-family: pretendard-300;
}
.detailCont ul li:before {
    border-radius: 50%;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0px;
    top: 1rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #444;
}
.detailCont ol li {
	font-size: 1.7rem;
    line-height: 2.4rem;
	position:relative;
	padding: 0px 1rem 1rem 1rem;
	font-family: pretendard-300;
}
.detailCont ol li span{
	font-family: pretendard-300;
}
.detailCont ol li:before {
    border-radius: 50%;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0px;
    top: 1rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #444;
}

.tacenter table{
	margin:0 auto;
	float:none;
}
.taleft table{
	margin:0 auto 0 0;
	float:none;
}
.taright table{
	margin:0 0 0 auto;
	float:none;
}
.detailCont table{width:100%;}
.detailCont table tbody tr td {
    padding: 10px;
    border: 1px solid #ddd;
	font-size:15px;
	font-family: Pretendard;
}
.detailCont table tbody tr:nth-child(1) td{
	background:#444;
	color:#fff;
	font-size:16px;
	font-family: Pretendard;
}

.detailCont table tbody tr td p{
	font-size:15px;
	font-family: Pretendard;
}
.detailCont table tbody tr td ul li{
	padding: 0px 0px 0px 10px;
	font-size:15px;
	font-family: Pretendard;
}


.detailCont iframe {
    width: 100%!important;
    height: 44.45vw!important;
}
@media (max-width: 1200px) {
	.nxt_blog_subjectTBox img{
		display:inline-block!important;
		height:auto!important;
	}
}
@media (max-width:991px) {
	.detailCont {
		font-size: 1.7rem;
		line-height: 3rem;
	}
	.detailCont h2 {
		margin: 3rem 0 1rem 0;
		font-size: 2rem;
		line-height: 3rem;
	}
	.detailCont h2 span {
		font-size: 2rem;
		line-height: 3rem;
	}
	.detailCont h3 {
		line-height: 2.6rem;
		font-size: 1.9rem;
		margin: 0 0 1rem 0;
	}
	.detailCont h3 span {
		line-height: 2.6rem;
		font-size: 1.9rem;
	}
	
	
	.detailCont table{
		width:100%!important;
	}
	
	.detailCont iframe {
		width: 100%!important;
		height: 50vw!important;
	}
}

@media (max-width:767px) {
	.detailCont {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.detailCont h2 {
		margin: 3rem 0 1rem 0;
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
	.detailCont h2 span {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
	.detailCont h3 {
		line-height: 2.4rem;
		font-size: 1.6rem;
		margin: 0 0 1rem 0;
	}
	.detailCont h3 span {
		line-height: 2.4rem;
		font-size: 1.6rem;
	}
	
	.detailCont table tbody tr td{
		font-size: 14px;
	}
	.detailCont table tbody tr td span{
		font-size: 14px!important;
	}
	.detailCont table tbody tr td p{
		font-size:14px;
	}
	.detailCont table tbody tr td ul li{
		padding: 0px 0px 0px 10px;
		font-size:14px;
	}
	
	.detailCont ul {
		gap: 0.8rem;
		border-radius: 0.6rem;
		padding: 2rem 1.4rem;
	}
	.detailCont ul li:before {
		top: 0.85rem;
		width: 0.3rem;
		height: 0.3rem;
		background: #444;
	}
	.detailCont ul li{
		line-height: 20px;
		font-size: 14px;
	}
	.detailCont ul li span{
		font-size: 14px!important;
	}
	.nxt_blog_subjectTBox ul li:before {
		top: 8px;
		width: 4px;
		height: 4px;
	}
	
	.nxt_blog_subjectTBox ol li{
		line-height: 20px;
		font-size: 13px;
	}
	.nxt_blog_subjectTBox ol ol span{
		font-size: 13px!important;
	}
	.nxt_blog_subjectTBox ol li:before {
		top: 8px;
		width: 4px;
		height: 4px;
	}
}
/*-----------------------------------------
# 자필후기 상세페이지
-------------------------------------------*/
.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;
}


@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 {
    margin: 6rem 0 0 0;
}

@media (max-width:767px) {
	.detailCont {
		margin: 4rem 0 0 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}	
}

/*-----------------------------------------
# 변호사 소개 상세페이지
-------------------------------------------*/
.lawDeWrap{
	width: 100%;
    position: relative;
    padding: 8rem 0 12rem 0;
}
.lawDeSideBox {
    margin: 0 auto;
    position: relative;
    max-width: 168rem;
    padding: 0 4rem;
}

.lawdProImgBox{
	position:Relative;
	width:100%;
}
.lawdProImg{
	display:flex;
}
.lawdProImg img{
	width:100%;
	border-radius: 2.4rem;
}

.lawdInfoInner{
	margin:6rem 0 0 0;
	position:Relative;
	width:100%;
	display:flex;
	gap:4rem;
}
.lawdInfoLe{
	width:62rem;
}
.lawdInfoRi{
	width:100%;
	padding:4rem 5rem;
	border-radius: 2.4rem;
	background: #F8F8F8;
	display:flex;
	gap:4rem;
}

.lawdInfo{
	position:Relative;
}
.lawdInfo h1 {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.lawdInfo h1 b{
	display: flex;
	padding:0.8rem 2rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.2rem;
	border-radius: 99px;
	background: #B20600;
	color: #FFF;
	font-family: pretendard-700;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.6rem;
}
.lawdInfo h1 p{
	color: #111;
	font-family: "Nanum Myeongjo", serif;
	font-size: 7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 9rem;
	letter-spacing: 2.1rem;
}
.lawdInfo h2{
	margin:2rem 0 6rem 0;
	color: #111;
	font-family: pretendard-400;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
}

.lawdBtn.pc{display:flex;}
.lawdBtn.mo{display:none;}
.lawdBtn a{
	display: flex;
	padding: 1.1rem 3rem;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border-radius: 99px;
	border: 1px solid #DDD;
	background: #FFF;
	backdrop-filter: blur(5px);
	color: #111;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.9rem;
}
.lawdBtn a span {
    display: inline-block;
    height: 1.3rem;
    width: 1.3rem;
	background-image: url(/public/img/icon/left_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.lawscc {
    position: Relative;
    width: 50%;
    display: flex;
    gap: 4rem;
    flex-direction: column;
}
.lawscc ul{
	position:Relative;
	width:100%;
}
.lawscc li{
	position:Relative;
}
.lawsBox h2{
	color: #111;
	font-family: pretendard-600;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
	margin:0 0 1rem 0;
}
.lawsInfo ul {
    position: Relative;
    width: 100%;
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}
.lawsInfo li{
	position:Relative;
}
.lawsInfo li h3{
	position:Relative;
	padding:0 0 0 1.2rem;
	color: #111;
	font-family: pretendard-300;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.4rem;
}
.lawsInfo li h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1rem;
    border-radius: 50%;
    width: 0.4rem;
    height: 0.4rem;
    background: #B20600;
}
.lawsInfo li h3.empty:before{content:none;}
@media (max-width:2000px) {
	.lawDeSideBox {
		max-width: 100%;
		padding: 0 16rem;
	}
}
@media (max-width:1800px) {
	.lawDeSideBox {
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.lawDeWrap {
		padding: 6rem 0 10rem 0;
	}
	.lawdInfoInner {
		margin: 4rem 0 0 0;
		gap: 2rem;
	}
	.lawdInfoLe {
		width: 74rem;
	}
	.lawdInfo h1 p {
		font-size: 6.4rem;
		line-height: 8.2rem;
		letter-spacing: 2rem;
	}
	.lawdInfo h2 {
		margin: 2rem 0 5rem 0;
		font-size: 2.4rem;
		line-height: 3.8rem;
	}
	.lawdInfoRi {
		padding: 4rem 4rem;
		gap: 4rem;
	}
}
@media (max-width:1300px) {
	.lawDeSideBox {
		padding: 0 3rem;
	}
}
@media (max-width:1200px) {
	.lawdInfo {
		position: sticky;
		top: 2rem;
	}
	.lawdInfoRi {
		display: flex;
		padding: 4rem 4rem;
		gap: 4rem;
		flex-direction: column;
	}
	.lawscc {
		width: 100%;
		display: flex;
		gap: 4rem;
		flex-direction: column;
	}
}
@media (max-width:991px) {
	.lawDeWrap {
		padding: 4rem 0 10rem 0;
	}
	.lawdProImg img {
		border-radius: 2rem;
	}
	.lawdInfoInner {
		margin: 2rem 0 0 0;
		gap: 0rem;
	}
	.lawdInfoLe {
		width: 56rem;
	}
	.lawdInfo h1 {
		gap: 1rem;
	}
	.lawdInfo h1 b {
		padding: 0.8rem 1.6rem;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.lawdInfo h1 p {
		font-size: 5.2rem;
		line-height: 7rem;
		letter-spacing: 1.6rem;
	}
	.lawdInfo h2 {
		margin: 2rem 0 4rem 0;
		font-size: 2.1rem;
		line-height: 3rem;
	}
	
	.lawdInfoRi {
		border-radius: 2rem;
		padding: 3rem 3rem;
		gap: 4rem;
	}
}
@media (max-width:850px) {
	.lawdInfoInner {
		margin: 2rem 0 0 0;
		gap: 0rem;
		display: flex;
		flex-direction: column;
	}
	.lawdInfo {
		position: relative;
		top: 0;
	}
	.lawdInfoLe {
		width: 100%;
	}
	
	
	.lawdBtn.pc{display:none;}
	.lawdBtn.mo {
		margin: 3rem 0 0 0;
		display: flex;
		justify-content: center;
	}
}
@media (max-width:767px) {
	.lawDeWrap {
		padding: 4rem 0 4rem 0;
	}
	.lawDeSideBox {
		padding: 0;
	}
	
	.lawdProImgBox {
		overflow: hidden;
		position: Relative;
		width: 100%;
	}
	.lawdProImg {
		display: flex;
		justify-content: center;
	}
	.lawdProImg img {
		width: auto;
		max-width: 214%;
		border-radius: 0;
	}
	
	.lawdInfoInner {
		padding: 0 2rem;
		margin: 2.4rem 0 0 0;
	}
	.lawdInfo h1 b {
		padding: 0.6rem 1.2rem;
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	.lawdInfo h1 p {
		font-size: 4rem;
		line-height: 5rem;
		letter-spacing: 1.2rem;
	}
	.lawdInfo h2 {
		margin: 1rem 0 2rem 0;
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	
	.lawdInfoRi {
		border-radius: 1.6rem;
		padding: 2rem;
		gap: 2rem;
	}
	.lawscc {
		gap: 2rem;
	}
	.lawsBox h2 {
		font-size: 1.5rem;
		line-height: 2rem;
		margin: 0 0 0.8rem 0;
	}
	.lawsInfo ul {
		gap: 0.6rem;
	}
	.lawsInfo li h3 {
		padding: 0 0 0 0.9rem;
		font-size: 1.4rem;
		line-height: 1.9rem;
	}
	.lawsInfo li h3:before {
		top: 0.8rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	
	.lawdBtn.mo {
		margin: 2rem 0 0 0;
	}
	.lawdBtn a {
		width: 100%;
		padding: 0.9rem 3rem;
		gap: 0.7rem;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
}
