.subWrap{
	position:relative;
	width:100%;
	margin:8.2rem 0 0 0;
}
.subBreWrap{
	width:100%;
	position:relative;
	padding:4rem 0 0 0;
}
.subBreSideBox{
	margin: 0 auto;
    position: relative;
    /* max-width: 164rem; */
    padding: 0 16rem;
}
.subBreInner {
	padding:1.6rem 3rem;
    border-radius: 1.4rem;
    background: #F8F8F8;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.subBreInner dl{
	color: #111;
	text-align: left;
    font-family: pretendard-500;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4rem;
}

.sub_bred {
    gap: 1.2rem;
    display: flex;
    color: #000;
    text-align: center;
    font-family: pretendard-300;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.6rem;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}
.sub_bred span {
    display: inline-block;
    width: 0.5rem;
    height: 0.8rem;
    background-image: url(/public/img/sub/sub_bred_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.sub_bred b {
	color: #111;
    font-family: pretendard-600;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.6rem;
}


.subtoplinkWrap {
	margin:4rem 0 0 0;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subtoplink {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9.9rem;
    /* background: rgba(248, 248, 248, 0.80); */
    /* backdrop-filter: blur(5px); */
    padding: 0.6rem;
	gap: 0.6rem;
}
.stlink{
	height:5rem;
	position:relative;
}
.stlink a {
    height: 100%;
    display: flex;
    position: relative;
    color: #000;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    align-items: center;
    justify-content: center;
    width: 100%;
	opacity: 0.5;
	padding: 0 2.2rem;
	border-radius:9.9rem;
}
.stlink a:hover{
	opacity: 1;
	color: #B20600;
}
.stlink a.on{
	opacity: 1;
	color: #B20600;
	border: 1px solid #B20600;
	background:#FFF;
}
/* .stlink a.on:after{ */
	/* content:''; */
	/* position:absolute; */
	/* left:0; */
	/* bottom:0; */
	/* width:100%; */
	/* height:2px; */
	/* background:#142952; */
/* } */

.subTitleInner{
	margin:8rem 0 0 0;
	padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.subTitle {
    gap: 2rem;
    position: Relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subTitle p{
	color: #B20600;
	text-align: center;
font-family: "Jost", sans-serif; 
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8rem;
	letter-spacing: 0.84px;
	text-transform: uppercase;
}
.subTitle dl{
	color: #111;
    font-family: pretendard-600;
	font-size: 4.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 5.4rem;
}

.subsu_Title{
	margin:3rem 0 0 0;
	color: #111;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}




.detailNavWrap{
	margin: 4rem 0 0 0;
	overflow: hidden;
	position:relative;
	width:100%;
}
.detailNavSideBox{
    position: relative;
	padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detailNav{
	position:relative;
	width:100%;
}
.swiper.detailNavBtn{
	height:100%;
	position:relative;
	z-index:10;
}
.swiper.detailNavBtn .swiper-wrapper{
	justify-content: center;
}
.swiper.detailNavBtn .swiper-slide{width:auto;}
/* .swiper.detailNavBtn .swiper-button-prev, */
/* .swiper.detailNavBtn .swiper-button-next{display:none;} */
.detailNavBtn .swiper-button-prev.swiper-button-disabled {
	display:none;
	opacity: 0;
}
.detailNavBtn .swiper-button-next.swiper-button-disabled {
	display:none;
	opacity: 0;
}

.denaBtn{
	height: 5rem;
	position:relative;
}
.denaBtn a {
	height: 100%;
    display: flex;
    position: relative;
    color: #000;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 0.5;
    padding: 0 2.2rem;
    border-radius: 9.9rem;
}
.denaBtn a.on{
	opacity: 1;
    color: #B20600;
    border: 1px solid #B20600;
    background: #FFF;
}

@media (max-width:1800px) {
	.subBreSideBox  {
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.subWrap {
		margin: 8.2rem 0 0 0;
	}
	.subTitleInner {
		margin: 6rem 0 0 0;
	}
	
	.subTitle dl{
		font-size: 4.2rem;
		line-height: 5rem;
	}
}
@media (max-width:1300px) {
	.subBreSideBox  {
		padding: 0 3rem;
	}
	.subBreInner dl {
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
}
@media (max-width:991px) {
	.subWrap {
		margin: 7rem 0 0 0;
	}
	.subBreWrap {
		padding: 3rem 0 0 0;
	}
	.subtoplinkWrap {
		margin: 3rem 0 0 0;
	}
	.subTitleInner {
		margin: 5rem 0 0 0;
	}
	.subTitle {
		gap: 1.2rem;
	}
	.subTitle dl {
		font-size: 4.2rem;
		line-height: 5rem;
	}
	.subsu_Title {
		margin: 2rem 0 0 0;
	}
}
@media (max-width:767px) {
	.subWrap {
		margin: 6rem 0 0 0;
	}
	
	.subBreWrap {
		padding: 1rem 0 0 0;
	}
	.subBreSideBox {
		padding: 0 2rem;
	}
	.subBreInner {
		padding: 0;
		border-radius: 0;
		background: #fff;
	}
	.subBreInner dl {
		font-size: 1.7rem;
		line-height: 2.4rem;
	}
	.sub_bred {
		gap: 0.6rem;
		font-size: 1.1rem;
		line-height: 2.4rem;
	}
	.sub_bred b {
		font-size: 1.1rem;
		line-height: 2.4rem;
	}

	.subtoplinkWrap {
		margin: 2rem 0 0 0;
		padding: 0 0.5rem;
	}
	.subtoplink {
		width: 100%;
		padding: 0;
		gap:0;
	}
	.stlink {
		height: 3.6rem;
	}
	.stlink a {
		padding: 0 1.4rem;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	
	.subTitleInner {
		margin: 4rem 0 0 0;
	}
	.subTitle {
		gap: 0.8rem;
	}
	.subTitle p {
		font-size: 1rem;
		line-height: 1.2rem;
		letter-spacing: 0.6px;
	}
	.subTitle dl {
		font-size: 2.2rem;
		line-height: 2.8rem;
	}
	.subsu_Title {
		margin: 1.6rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	
	
	.detailNavWrap {
		margin: 2rem 0 0 0;
	}
	.denaBtn {
		height: 3.6rem;
	}
	.denaBtn a {
		padding: 0 1.4rem;
		font-size: 1.3rem;
		line-height: 2rem;
	}
}
@media (max-width:500px) {
	.detailNavWrap{
		overflow:hidden;
	}
	.detailNavSideBox {
		padding: 0 2rem;
	}
	.swiper.detailNavBtn {
		overflow: unset;
	}
	.swiper.detailNavBtn .swiper-wrapper {
		justify-content: flex-start;
	}
}
/*-----------------------------------------
# 형사그룹소개 - 대표인사말
-------------------------------------------*/
.grWrap{
	position:Relative;
	padding:4rem 0 12rem 0;
}
.grSideBox{
	margin: 0 auto;
    position: relative;
	max-width: 168rem;
    padding: 0 4rem;
}
.grContInner{
	position:Relative;
	width:100%;
	display:flex;
	gap:4rem;
}
.grcLeBox {
    display: flex;
    gap: 6rem;
    width: 60%;
    padding: 5rem;
    border-radius: 2.4rem;
    background: #F8F8F8;
    flex-direction: column;
}
.grcLetitleBox .subTitle {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.grtitle{
	display:block;
	margin:3rem 0 0 0;
	color:#111;
	font-family: pretendard-400;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
}
.grtitle span{
	font-family: pretendard-600;
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.grInfoBox{
	position:Relative;
	width:100%;
}
.autitlebox{
	position:Relative;
	width:100%;
}

.autitle{
	margin:0 0 4.9rem 0;
	position:Relative;
	color: #111;
	font-family: pretendard-600;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
}
.autitle:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2.4rem;
    width: 2.6rem;
    height: 1px;
    background: #B20600;
}
.grInfo{
	position:Relative;
	width:100%;
	display:flex;
	gap:3rem;
}
/* .grInfo ul{ */
	/* display: flex; */
    /* flex-wrap: wrap; */
    /* padding: 0; */
    /* margin: 0rem; */
    /* list-style-type: none; */
    /* justify-content: flex-start; */
/* } */
/* .grInfo li{ */
	/* position: relative; */
    /* flex: 0 0 calc(100% - 0rem); */
    /* margin: 0rem; */
    /* box-sizing: border-box; */
/* } */
.grInfo ul {
    width: 50%;
    gap: 3rem;
    display: flex;
    padding: 0;
    margin: 0rem;
    flex-direction: column;
}
.grInfo li{
	position: relative;
    margin: 0rem;
    box-sizing: border-box;
}
.grInfo li h3{
	margin:0 0 0.6rem 0;
	color: #111;
	font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}
.grInfo li p{
	margin:0.2rem 0 0 0;
	color: #111;
	font-family: pretendard-300;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.8rem;
}

.epLineBox {
    width: 100%;
    position: Relative;
    display: flex;
    gap: 1.6rem;
    flex-direction: column;
}
.epLine{
	cursor:pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 1.6rem;
	border: 1px solid #EEE;
	background: #FFF;
	padding:2.4rem 2.4rem 0 2.4rem;
}
.epLine:hover{
	border: 1px solid #B20600;
}

.epLine.open{
	padding: 2.4rem;
	border: 1px solid #B20600;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.10);
}
.epLine.open .eptitext{
	height:auto;
}
.epLine.open .eptitext:before{content:none;}
.epLine.open .epbtn span {
    transform: rotate(180deg);
}

.eptiLine{
	z-index:3;
	position:Relative;
	width:100%;
}
.eptiLine dl{
	margin:0 0 0.8rem 0;
	color: #111;
	font-family: pretendard-700;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
}
.eptitle{
	position:Relative;
	width:100%;
	border-bottom:1px solid #eee;
	padding:0 7rem 1.6rem 0;
	margin:0 0 1.6rem 0;
	
	text-align:left;
	color: #B20600;
	font-family: pretendard-500;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem;
}
.epsubtitle{
	margin:0 0 1rem 0;
	text-align:left;
	color: #111;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem;
}
.eptitext {
	z-index:2;
    gap: 0.8rem;
    position: Relative;
    width: 100%;
    display: flex;
    height: 6.9rem;
    flex-direction: column;
	overflow:hidden;
}
.eptitext p{
	text-align:left;
	margin:0;
	color: #111;
	font-family: pretendard-300;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.6rem;
}
.eptitext p span{
	font-family: pretendard-600;
	font-weight: 600;
}
.eptitext:before {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 13rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 90%);
}
.eptitext p.bold{
	text-align:left;
	margin:0.8rem 0 0 0;
	color: #111;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem;
}

.epbtn {
    gap: 0.6rem;
    display: flex;
    position: absolute;
    right: 0;
    top: 0.4rem;
    color: #000;
	font-family: pretendard-500;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
    align-items: center;
}
.epbtn span{
	position: relative;
	display: inline-block;
    height: 1.8rem;
    width: 1rem;
	background-image: url(/public/img/icon/epbtn_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.grcRiBox{
	width:60rem;
}
.grcRiImgBox{
    display: flex;
    position: sticky;
    top: 2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}
.grcRiImgBox img.pc{display:flex;}
.grcRiImgBox img.mo{display:none;}
@media (max-width:1800px) {
	.grSideBox {
		max-width: 168rem;
		padding: 0 4rem;
	}
	.grcLeBox {
		width: 70%;
	}
	.grcRiBox {
		width: 30%;
	}
}
@media (max-width:1600px) {
	.grWrap {
		padding: 4rem 0 10rem 0;
	}
	.grcLeBox {
		padding: 4rem;
	}
	.grtitle {
		margin: 2rem 0 0 0;
		font-size: 2.2rem;
		line-height: 3.6rem;
	}
	
	.autitle {
		margin: 0 0 4.9rem 0;
		font-size: 2rem;
		line-height: 3rem;
	}
}
@media (max-width:1300px) {
	.grSideBox {
		padding: 0px 3rem;
	}
	.grContInner {
		gap: 3rem;
	}
	.grcLeBox {
		width: 66%;
	}
	.grcRiBox {
		width: 34%;
	}
}
@media (max-width:991px) {
	.grContInner {
		display: flex;
		gap: 2rem;
		flex-direction: column-reverse;
	}
	.grcRiBox {
		width: 100%;
		overflow:hidden;
	}
	.grcRiImgBox img.pc{display:none;}
	.grcRiImgBox img.mo{display:flex;}
	.grcRiImgBox img.mo{
		border-radius: 2rem;
	}
	
	.grcLeBox {
		padding: 3rem;
		width: 100%;
		border-radius: 2rem;
	}
}
@media (max-width:767px) {
	.grWrap {
		padding: 2rem 0 0rem 0;
	}
	.grSideBox {
		padding: 0rem;
	}
	.grcRiImgBox {
		padding: 0 2rem;
		top: 0;
	}
	.grcRiImgBox img.mo{
		border-radius: 1rem;
	}
	
	
	.grcLeBox {
		box-shadow: 0 -1rem 3rem 0 rgba(0, 0, 0, 0.06);
		padding: 2rem 2rem 4rem 2rem;
		width: 100%;
		border-radius: 1.6rem 1.6rem 0 0;
		gap: 3.6rem;
	}
	.grtitle {
		margin: 1.6rem 0 0 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.autitle {
		margin: 0 0 3.3rem 0;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.autitle:after {
		bottom: -1.6rem;
		width: 2rem;
		height: 1px;
	}
	.grInfo {
		width: 100%;
		gap: 1.6rem;
		flex-direction: column;
	}
	.grInfo ul {
		width: 100%;
		gap: 1.6rem;
		display: flex;
		padding: 0;
		margin: 0rem;
		flex-direction: column;
	}
	.grInfo li h3 {
		margin: 0 0 0.6rem 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.grInfo li p {
		margin: 0.2rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	
	.epLineBox {
		gap: 1rem;
	}
	.epLine {
		border-radius: 1rem;
		padding: 1.6rem 1.6rem 0 1.6rem;
	}
	.epLine.open {
		padding: 1.6rem;
		box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.10);
	}
	.eptitle {
		padding: 0 2rem 1rem 0;
		margin: 0 0 1rem 0;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.eptiLine dl {
		margin: 0 0 0.6rem 0;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.epsubtitle {
		margin: 0 0 1rem 0;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.eptitext {
		z-index: 2;
		gap: 0.6rem;
		height: 6rem;
	}
	.eptitext p {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.eptitext:before {
		height: 10rem;
	}
	.eptitext p.bold{
		margin: 0.8rem 0 0.4rem 0;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.epbtn {
		font-size: 0;
		gap: 0;
		display: flex;
		top: 0.2rem;
		line-height: inherit;
	}
}

/*-----------------------------------------
# 형사그룹소개 - 명진의 가치
-------------------------------------------*/
.valWrap{
	position:Relative;
	padding:3rem 0 12rem 0;
}
.valSideBox{
	margin: 0 auto;
    position: relative;
    padding: 0 16rem;
}
.valContentInner{
	position:Relative;
	width:100%;
}
.valContent{
	position:Relative;
	width:100%;
	padding:10rem 0 0 0;
}
.valContent.sed .vaflextop {
    display: flex;
    flex-direction: row-reverse;
}

.vaflextop{
	display:flex;
	gap:2.4rem;
}
.vaftImg{
	position:Relative;
	width:50%;
}
.vaftImg img{
	border-radius:1.6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 비율을 유지하며 꽉 차게 함 (가장 핵심) */
    object-position: center; /* 이미지를 중앙에 배치 */
}

.vaftBlockFlex {
    gap: 2.4rem;
    position: Relative;
    width: 50%;
    display: flex;
}
.vabftextVoidBox{
	position:Relative;
	width:50%;
}
.vabfImgFlex {
    gap: 2.4rem;
    position: Relative;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.vabfImg img{
	border-radius:1.6rem;
}


.vabftextBox {
	transition: all 0.3s;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 1.4rem);
    height: 100%;
    border-radius: 1.6rem;
    background: #F8F8F8;
	
	display: flex;
	padding:3rem 3.4rem;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
	
	border: 1px solid #f8f8f8;
}

/* .vabftextBox.open{width: calc(100% - 0rem);} */
.vabftextBox.open {
    /* border: 1px solid #B20600; */
    width: calc(100% - 0rem);
	    /* box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.10); */
}
/* .vabftextBox.open .vaSbtext p.opentext{display:none;} */
/* .vabftextBox.open .vaSbtext p.hidetext{display:block;} */
.vabftextBox.open .epbtn span{transform: rotate(180deg);}



.vatext {
    display: flex;
    position: Relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.vatext h2{
	color:#111;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.8rem;
}
.vatext span{
	color: #B20600;
	text-align: center;
font-family: "Jost", sans-serif; 
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.8rem;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.vaSbtext{
	cursor:pointer;
	position:Relative;
	width:100%;
}
.vaSbtext dl{
	padding: 0 6rem 0 0;
	margin:0 0 1.6rem 0;
	color: #111;
	font-family: pretendard-500;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
}
.vaSbtext p{
	color: #111;
	font-family: pretendard-300;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.6rem;
}
/* .vaSbtext p.opentext{display:block;} */
.vaSbtext p.hidetext{display:none;}

.vaSbtext .epbtn {
    top: 0.6rem;
}


.vaflexBottom{
	margin:2.4rem 0 0 0;
	position:Relative;
	display:flex;
	gap:2.4rem;
}
.vaflexBotleft{
	position:Relative;
	width:50%;
	padding: 5rem;
	border-radius: 1.6rem;
	background: #F8F8F8;
}

.vaflexBotleftInner{
	display: flex;
	position:Relative;
    /* position: sticky; */
    /* top: 2rem; */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.autitlebox.mtmar6{
	margin:6rem 0 0 0;
}
.vatitlebox{
	margin:0 0 4rem 0;
	position:Relative;
		width:100%;
}
.vatitle{
	padding: 0 5rem 0 0;
	width:100%;
	position:Relative;
	text-align:left;
	color:#111;
	font-family: pretendard-500;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4.2rem;
}
.vatitle:after {
    top: 0;
    position: absolute;
    right: 0;
    content: '';
    display: inline-block;
    height: 3rem;
    width: 4.5rem;
    background-image: url(/public/img/sub/about/text_dda.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vaflexBotleftInner .grInfo ul{width:100%;}
.vaflexBotleftInner .grInfo li p:nth-child(1){margin:0;}

.valeftimg{
	position:Relative;
	margin:6rem 0;
	display:flex;
}
.valeftimg img{
	border-radius:1rem;
}
.vasubtextInner {
    display: flex;
    gap: 2.4rem;
    flex-direction: column;
}
.vasubtext{
	text-align:left;
	color: #111;
	font-family: pretendard-300;
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.4rem;
}
.vasubtext span{
	font-family: pretendard-600;
	font-weight: 600;
}

.vaflexBotright{
	position:Relative;
	width:50%;
}

@media (max-width:1800px) {
	.valSideBox {
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.valWrap {
		padding: 3rem 0 10rem 0;
	}
	.vaflextop {
		gap: 2rem;
	}
	.vaftBlockFlex {
		gap: 2rem;
	}
	.vabfImgFlex {
		gap: 2rem;
	}
	.vabftextBox {
		padding: 2rem 2.4rem;
		width: calc(50% - 1rem);
	}
	
	
	.vaflexBotleft {
		padding: 4rem;
	}
	
	
	.vaflexBottom {
		margin: 2rem 0 0 0;
		gap: 2rem;
	}
	.vatitle {
		padding: 0 5rem 0 0;
		font-size: 2.6rem;
		line-height: 4rem;
	}
}
@media (max-width:1300px) {
	.valSideBox {
		padding: 0 3rem;
	}
}
@media (max-width:1200px) {
	.valContent.sed .vaflextop {
		display: flex;
		flex-direction: column;
	}
	.vaflextop {
		display: flex;
		gap: 2rem;
		flex-direction: column;
	}
	.vaftImg {
		padding: 0 20vw 0 0;
		position: Relative;
		width: 100%;
	}
	.vaftImg img {
		width: 100%;
		border-radius: 1.6rem;
		height: 100%;
		position: relative;
		top: inherit;
		left: inherit;
		-webkit-transform: inherit;
		transform: inherit;
	}
	
	.vaftBlockFlex {
		width: 100%;
		gap: 2rem;
	}
	.vabftextBox {
		/* padding: 3rem 3.4rem; */
		width: calc(50% - 1rem);
	}
	.vabfImg:nth-child(1){display:none;}
	
	
	.vaflexBotleft {
		padding: 2.4rem 2rem;
	}
}
@media (max-width:991px) {
	.vaflextop {
		gap: 1rem;
	}
	.vaftImg img {
		border-radius: 1rem;
	}
	.vaftImg {
		padding: 0;
		position: Relative;
		width: 100%;
	}
	.vaftBlockFlex {
		gap: 1rem;
	}
	.vabfImg img {
		border-radius: 1rem;
	}
	.vabftextBox {
		width: calc(50% - 0.5rem);
		border-radius: 1rem;
	}
	
	
	
	.vaflexBottom {
		margin: 1rem 0 0 0;
		gap: 1rem;
	}
	.vatitlebox {
		margin: 0 0 3rem 0;
	}
	.vatitle {
		padding: 0 3.4rem 0 0;
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	.vatitle:after {
		height: 2rem;
		width: 3rem;
	}
	.valeftimg {
		margin: 4rem 0;
	}
	.vasubtextInner {
		gap: 2rem;
	}
	.vasubtext {
		font-size: 1.8rem;
		line-height: 3rem;
	}
}
@media (max-width:850px) {
	.vaftBlockFlex {
		display: flex;
		width: 100%;
		gap: 1rem;
		flex-direction: column;
	}
	.vabftextVoidBox {
		display: none;
	}
	.vabfImgFlex {
		width:100%;
		gap: 1rem;
	}
	.vabftextBox {
		gap: 5rem;
		position: relative;
		width: 100%;
	}
	.vabfImg img {
		opacity: 1!important;
	}
	
	.vaflexBottom {
		display: flex;
		margin: 1rem 0 0 0;
		gap: 1rem;
		flex-direction: column;
	}
	.vaflexBotleft, .vaflexBotright{
		width:100%;
	}
	.vaflexBotleftInner{
		top:0;
		position:Relative;
	}
}
@media (max-width:767px) {
	.valWrap {
		padding: 2rem 0 4rem 0;
	}
	.valSideBox {
		padding: 0 2rem;
	}
	.valContent {
		padding: 4rem 0 0 0;
	}
	.vabftextBox {
		padding: 2rem;
	}
	.vatext h2 {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.vatext span {
		font-size: 1.6rem;
		line-height: 2rem;
		letter-spacing: 0.96px;
	}
	.vaSbtext dl {
		padding: 0 2rem 0 0;
		margin: 0 0 1rem 0;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.vaSbtext p {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.vaSbtext .epbtn {
		top: 0.4rem;
	}
	
	
	.vaflexBotleft {
		border-radius: 1rem;
		padding: 2rem;
	}
	.vatitlebox {
		margin: 0 0 2rem 0;
	}
	.vatitle {
		padding: 0 3.4rem 0 0;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.valeftimg {
		margin: 2rem 0;
	}
	.valeftimg img {
		border-radius: 0.6rem;
	}
	.vasubtextInner {
		gap: 1.6rem;
	}
	.vasubtext {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.autitlebox.mtmar6 {
		margin: 2rem 0 0 0;
	}
}
/*-----------------------------------------
# 형사그룹소개 - 변호사 소개 리스트
-------------------------------------------*/
.lawyWrap{
	width:100%;
	position:relative;
	padding:6rem 0 12rem 0;
}
.lawySideBox{
	margin: 0 auto;
    position: relative;
    /* max-width: 164rem; */
    padding: 0 16rem;
}

.lawyItem {
    position: relative;
}
.lawyItem ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1.6rem;
    list-style-type: none;
    justify-content: flex-start;
}
.lawyItem li {
    position: relative;
    flex: 0 0 calc(25% - 3.2rem);
    margin: 1.6rem;
    box-sizing: border-box;
}
.lawyCard {
    overflow: hidden;
    position: Relative;
    border-radius: 3rem;
    padding: 3.6rem 0 8rem 0;
    background: #F8F8F8;
}
.lawyCard:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3rem;
    border: 1px solid #EEE;
    border-top-color: #EEE;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #EEE;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #EEE;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #EEE;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
    content: "";
    z-index: 4;
}
.lawyCard:hover{
	background:#FFF;
	box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.10);
}
.lawyCard:hover:after{
	border: 1px solid #B20600;
}
.lawyCard:hover .circle_arrow{
	display:inline-block;
}

.lawyCard figure {
	z-index:2;
    width: 100%;
    position: Relative;
    padding-bottom: 115.678%;
    overflow: hidden;
}
/* .lawyCard figure:after{ */
	/* z-index:2; */
	/* content:''; */
	/* position:absolute; */
	/* left:0; */
	/* bottom:0; */
	/* width:100%; */
	/* height:100%; */
/* } */
.lawyCard figure img {
	height:100%;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-mask-image: linear-gradient(180deg, #000 55%, rgba(0, 0, 0, 0.10) 95%, rgba(0, 0, 0, 0.00) 100%);	
}



.lawyInfo {
    padding: 3rem;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.lawyInfo span{
	color: #B20600;
	text-align: left;
	font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8rem;
}
.lawyInfo h2 {
    gap: 1rem;
    display: flex;
    /* padding: 1.6rem 0 0 0; */
    /* margin: 1.6rem 0 0 0; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.20); */
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}
.lawyInfo h2 b{
	color: #111;
	text-align: left;
	font-family: pretendard-600;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.8rem;
	letter-spacing: 0.72rem;
}
.lawyInfo h2 p{
color: #B20600;
	text-align: left;
	font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8rem;
}

.lawyhisBox{
	z-index: 3;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding:0.6rem;
}
.lawyhisInner{
	padding: 2.4rem 3rem;
    border-radius: 2.4rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, #FFF 100%);
    box-shadow: 0 -1rem 6rem 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
}
.lawyhiscont {
    position: Relative;
    max-height: 15.6rem;
    min-height: 13rem;
    overflow: hidden;
}
.lawyhis {
    width: 100%;
    display: flex;
    overflow: hidden;
    /* max-height: 15.6rem; */
	/* min-height: 13rem; */
    flex-direction: column;
}
.lawyhis h3{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color: #111;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.circle_arrow {
    top: 3rem;
    right: 3rem;
    position: absolute;
    display: none;
    height: 4.2rem;
    width: 4.2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/public/img/icon/circle_arrow.webp);
}

@media (max-width:2000px) {
	.lawyItem ul {
		margin: -1.6rem;
	}
	.lawyItem li {
		flex: 0 0 calc(33.333333333% - 3.2rem);
		margin: 1.6rem;
	}
}

@media (max-width:1800px) {
	.lawySideBox {
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.lawyItem ul {
		margin: -1.3rem;
	}
	.lawyItem li {
		flex: 0 0 calc(33.333333333% - 2.6rem);
		margin: 1.3rem;
	}
}
@media (max-width:1300px) {
	.lawySideBox {
		padding: 0 3rem;
	}
	.lawyCard {
		border-radius: 2rem;
		padding: 3.6rem 0 15.6rem 0;
	}
	.lawyInfo {
		padding: 2rem;
	}
	.circle_arrow {
		top: 2rem;
		right: 2rem;
		height: 4rem;
		width: 4rem;
	}
	.lawyInfo h2 b {
		font-size: 3.2rem;
		line-height: 4rem;
		letter-spacing: 0.42rem;
	}
	.lawyhisInner {
		padding: 2rem 2rem;
		border-radius: 2rem;
		box-shadow: 0 -1rem 5rem 0 rgba(0, 0, 0, 0.08);
	}
}
@media (max-width:991px) {
	.lawyWrap {
		padding: 4rem 0 10rem 0;
	}
	.lawyItem ul {
		margin: -1.5rem;
	}
	.lawyItem li {
		flex: 0 0 calc(50% - 3rem);
		margin: 1.5rem;
	}
	.lawyInfo {
		padding: 3rem;
	}
	.lawyInfo h2 {
		gap: 0.6rem;
	}
	.lawyInfo span {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	/* .lawyInfo h2 b { */
		/* font-size: 2.8rem; */
		/* line-height: 3.4rem; */
		/* letter-spacing: 0.4rem; */
	/* } */
	/* .lawyInfo h2 p { */
		/* font-size: 1.8rem; */
		/* line-height: 2.4rem; */
	/* } */
	.lawyhiscont {
		position: Relative;
		max-height: 15.6rem;
		min-height: 15.6rem;
		overflow: hidden;
	}
}
@media (max-width:767px) {
	.lawyWrap {
		padding: 3rem 0 4rem 0;
	}
	.lawySideBox {
		padding: 0px 2rem;
	}
	.lawyItem ul {
		margin: -0.5rem;
	}
	.lawyItem li {
		flex: 0 0 calc(50% - 1rem);
		margin: 0.5rem;
	}
	.lawyCard {
		border-radius: 2.2rem;
		padding: 2.8rem 0 4.4rem 0;
	}
	.lawyCard:after {
		border-radius:2.2rem;
	}
	.lawyInfo {
		padding: 2.2rem;
	}
	.lawyInfo h2 {
		gap: 0.3rem;
	}
	.lawyInfo span {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.lawyInfo h2 b {
		font-size: 3rem;
		line-height: 3.6rem;
		letter-spacing: 6px;
	}
	.lawyInfo h2 p {
		font-size: 14px;
		line-height:1.6rem;
	}
	
	
	.lawyCard figure img {
		max-width: 100%;
		height: auto;
		z-index: 2;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-mask-image: linear-gradient(180deg, #000 70%, rgba(0, 0, 0, 0.10) 95%, rgba(0, 0, 0, 0.00) 100%);
	}
	
	.lawyhisInner {
		padding: 1.6rem;
		border-radius: 1.6rem;
		box-shadow: 0 -1rem 6rem 0 rgba(0, 0, 0, 0.08);
	}
	.lawyhiscont {
		max-height: 13.2rem;
		min-height: 13.2rem;
	}
	.lawyhis h3 {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.circle_arrow {
		display: inline-block;
		top: 2.2rem;
		right: 2.2rem;
		height: 3.8rem;
		width: 3.8rem;
	}
}
@media (max-width:500px) {
	.lawyItem ul {
		gap: 1rem;
		margin: 0rem;
	}
	.lawyItem li {
		flex: 0 0 calc(100% - 0rem);
		margin: 0rem;
	}
	.lawyCard {
		padding: 2.8rem 0 7rem 0;
	}
	.lawyhiscont {
		max-height: 13.2rem;
		min-height: auto;
	}
}
@media (max-width:350px) {
	.lawyInfo span {
		font-size: 1rem;
		line-height:1.4rem;
	}
}

/*-----------------------------------------
# 형사그룹소개 - 오시는길
-------------------------------------------*/
.au_locationWrap{
	position: Relative;
    width: 100%;
    padding: 6rem 0 12rem 0;
}
.au_locationSideBox {
    margin: 0 auto;
    position: relative;
    padding: 0 16rem;
}
.aulocaInner{
	position:Relative;
	width:100%;
	display:flex;
	gap:3rem;
}

.aulocaLi{
	width: 68%;
}
.aulocaLiMaps{
	position:Relative;
	border-radius: 1.6rem;
	overflow:hidden;
}
.aulocaLiMaps.mo{display:none;}
.aulocaRi {
    padding: 4rem;
    border-radius: 2.4rem;
    background: #F8F8F8;
    display: flex;
	width: 32%;
    flex-direction: column;
    justify-content: space-between;
}
.aulocaRi .maTitle {
    position: Relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.auloriInfo{
	position:Relative;
}
.auloriInfo ul {
    display: flex;
    position: Relative;
    flex-direction: column;
}
.auloriInfo li{
	position:Relative;
	padding:1.8rem 0;
	border-bottom:1px solid rgba(17, 17, 17, 0.06);
}
.auloriInfo li:nth-child(1){
	padding:0 0 1.8rem 0;
}
.auloriInfo li:last-child{
	padding:1.8rem 0 0 0;
	border-bottom:none;
}
.auloriInfo li h3{
	color: #111;
	font-family: pretendard-700;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.4rem;
}
.auloriInfo li p{
	margin:0.4rem 0 0 0;
	color: #111;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
}
.auloriInfo li p span{
	font-family: pretendard-800;
	font-weight: 800;
	color:#fff;
	padding:0.2rem 1rem;
	border-radius: 99px;
}

.auloribottom{
	position:Relative;
}
.auloribtitle p{
	margin:0 0 1.6rem 0;
	text-align:center;
	color: #111;
	font-family: pretendard-600;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.4rem;
}


.auloribBtnBox{
	position:Relative;
	width:100%;
}
.auloribBtnFlex{
	margin:1rem 0 0 0;
	position:Relative;
	width:100%;
	display:flex;
	gap:1rem;
}
a.aulobBtn{
	border-radius: 4rem;
	width:100%;
	display: flex;
	padding:1.3rem 1.9rem;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	color: #111;
	text-align: center;
	font-family: pretendard-700;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem;
}
a.aulobBtn.flex{font-size: 1.6rem;}
a.aulobBtn.bg01{background: rgba(255, 255, 255, 0.10);border: 1px solid #111;}
a.aulobBtn.bg02{background: #B20600;color: #fff;border: 1px solid #B20600;}
a.aulobBtn.bg03{background: #F9E000; color: #111;border: 1px solid #F9E000;}

a.aulobBtn span{
	display: inline-block;
    height: 2rem;
    width: 2rem;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
a.aulobBtn.bg01 span{
	height: 2.2rem;
    width: 2.2rem;
    background-image: url(/public/img/icon/tel_icon.webp);
}
a.aulobBtn.bg02 span{
    background-image: url(/public/img/common/mail_white_icon.webp);
}
a.aulobBtn.bg03 span{
    background-image: url(/public/img/icon/kakao_icon.webp);
}
@media (max-width:1800px) {
	.au_locationSideBox{ 
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.au_locationWrap {
		padding: 6rem 0 10rem 0;
	}
}
@media (max-width:1300px) {
	.au_locationSideBox{ 
		padding: 0 3rem;
	}
	
	.aulocaRi {
		padding: 3rem;
		width: 40%;
	}
	.aulocaLi {
		width: 60%;
	}
	.auloribtitle p {
		margin: 4rem 0 1.6rem 0;
		font-size: 2rem;
		line-height: 3rem;
	}
}
@media (max-width:991px) {
	.au_locationWrap {
		padding: 4rem 0 10rem 0;
	}
	.aulocaLi {
		display: none;
	}
	.aulocaLiMaps.pc {
        display: none;
    }
	.aulocaLiMaps.mo {
        display: block;
    }
	
	.aulocaRi {
		background: #fff;
		padding: 0;
		width: 100%;
	}
	
	.auloriInfo {
		margin: 0 0 2rem 0;
		padding: 3rem;
		border-radius: 1.6rem;
		background: #F8F8F8;
	}
}
@media (max-width:767px) {
	.au_locationWrap {
		padding: 3rem 0 4rem 0;
	}
	.au_locationSideBox {
		padding: 0 2rem;
	}
	.auloriInfo {
		margin: 0 0 1rem 0;
		padding: 2rem;
		border-radius: 1.6rem;
	}
	.auloriInfo li {
		padding: 1.2rem 0;
	}
	.auloriInfo li:nth-child(1) {
		padding: 0 0 1.2rem 0;
	}
	.auloriInfo li:last-child {
		padding: 1.2rem 0 0 0;
	}
	.auloriInfo li h3 {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.auloriInfo li p {
		margin: 0.4rem 0 0 0;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.auloriInfo li p span {
		font-size: 10px;
		padding: 4px 8px;
	}
	.auloribtitle p {
		margin: 2rem 0 1.6rem 0;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	a.aulobBtn {
		border-radius: 4rem;
		padding: 1.1rem 1.8rem;
		gap: 0.8rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.auloribBtnFlex {
		margin: 0.7rem 0 0 0;
		gap: 0.7rem;
	}
	a.aulobBtn.bg01 span {
		height: 1.6rem;
		width: 1.6rem;
	}
	a.aulobBtn.flex {
		font-size: 1.4rem;
	}
	a.aulobBtn span {
		height: 1.6rem;
		width: 1.6rem;
	}
}


/*-----------------------------------------
# 실제사례 리스트
-------------------------------------------*/
.caseWrap{
	width:100%;
	position:relative;
	padding:6rem 0 12rem 0;
}
.caseSideBox{
	margin: 0 auto;
    position: relative;
    /* max-width: 164rem; */
    padding: 0 16rem;
}



.seatopboxInner {
    margin: 0rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.seatopbox form {
    position: relative;
    margin: 0;
    padding: 0rem;
}
.seatin{
	width:46rem;
	height:6.6rem;
	position:Relative;
}
.seatin input {
	outline: none;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	position: relative;
	height: 100%;
	border: 1px solid #EEE;
	border-radius: 19.2rem;
	background: #f5f5f5;
	padding: 0 3rem;
	color: #111;
	font-family: pretendard-400;font-weight: 400;font-size: 1.8rem;font-style: normal;line-height: 2.4rem;
}
.seatin input:-webkit-autofill,
.seatin input:-webkit-autofill:hover,
.seatin input:-webkit-autofill:focus,
.seatin input:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.seatin input:focus,
.seatin input:active {	outline: none;border: 1px solid #142952;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);background: #fff;}
.seatin button {
    top: 1.3rem;
    right: 2rem;
    background: inherit;
    cursor: pointer;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 4rem;
    height: 4rem;
    position: absolute;
    padding: 0;
    margin: 0;
    background-image: url(/public/img/sub/search_icon.png);
    background-size: 1.8rem;
    background-repeat: no-repeat;
    background-position: center center;
}
.seatin button:active {background:initial; border:none;}
.seatin button:focus{outline: none;}
.seatin input::placeholder {
	color: #999;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 2.6rem;
}



.boacateBox {
    position: Relative;
    margin: 3rem 0 0 0;
}
.boacateBox ul {
    position: Relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center;
}
.boacateBox li{
	position:Relative;
    margin: 0.25rem;
    box-sizing: border-box;
}
.boacateBox li a{
	display: flex;
	padding:0.8rem 2rem;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	border: 1px solid #EEE;
	background: rgba(0, 0, 0, 0.30);
	background: #FFF;
	color: #111;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}
.boacateBox li a:hover{
		/* font-family: pretendard-700; */
	/* font-weight: 700; */
border: 1px solid #B20600;
background: #B20600;
color:#fff;
}
.boacateBox li a.selected{
	border: 1px solid #B20600;
	background: #B20600;
	color: #FFF;
	font-weight: 700;
	font-family: pretendard-700;
}



.caseItem {
    position: relative;
    margin: 4rem 0 0 0;
}
.caseItem ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1.4rem;
    list-style-type: none;
    justify-content: flex-start;
}
.caseItem li {
	position:relative;
    flex: 0 0 calc(20% - 2.8rem);
    margin: 1.4rem;
    box-sizing: border-box;
}

.caseItem.casepage .cctext h2{
}

/* .caseItem .cardlawyer { */
    /* gap: 1.6rem; */
/* } */
@media (max-width:2000px) {
	.caseItem li {
		flex: 0 0 calc(25% - 2.8rem);
	}
}
@media (max-width:1800px) {
	.caseSideBox {
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.caseWrap {
		padding: 4rem 0 10rem 0;
	}
	.caseItem ul {
		margin: -1rem;
	}
	.caseItem li {
		flex: 0 0 calc(25% - 2rem);
		margin: 1rem;
	}
}
@media (max-width:1400px) {
	.caseItem li {
		flex: 0 0 calc(33.333333333% - 2rem);
		margin: 1rem;
	}
}
@media (max-width:1300px) {
	.caseSideBox {
		padding: 0 3rem;
	}
}
@media (max-width:991px) {
	.caseWrap {
		padding: 4rem 0 10rem 0;
	}
	
	.boacate a {
		padding: 0.8rem 2rem;
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	
	
	.caseItem {
		margin: 4rem 0 0 0;
	}
	.caseItem li {
		flex: 0 0 calc(50% - 2rem);
		margin: 1rem;
	}
	
	.seatin {
		width: 44rem;
		height: 6rem;
	}
	.seatin input {
		padding: 0 2rem;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.seatin input::placeholder {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.seatin button {
		top: 1rem;
		right: 1.5rem;
		width: 4rem;
		height: 4rem;
		background-size: 1.8rem;
	}
}
@media (max-width:767px) {
	.caseWrap {
		padding: 4rem 0 4rem 0;
	}
	.caseWrap.caseListWrap{
		overflow:hidden;
	}
	.caseSideBox {
		padding: 0 2rem;
	}
	.caseSideBox.cateSelInner{
		padding:0 2rem 0 2rem;
	}
	
	
	.boacateBox {
		margin: 1.6rem 0 0 0;
	}
	.boacateBox li {
		margin: 0.2rem;
	}
	.boacateBox li a {
		padding: 0.7rem 1.2rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	
	
	.caseItem {
		margin: 3rem 0 0 0;
	}
	.caseItem ul {
		margin: -0.5rem;
	}
	.caseItem li {
		flex: 0 0 calc(50% - 1rem);
		margin: 0.5rem;
	}
	
	
	.seatopbox{
		width:100%;
	}
	.seatin {
		width: 100%;
		height: 4.6rem;
	}
	.seatin input {
		border-radius: 9.9rem;
		padding: 0 2rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.seatin input::placeholder {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.seatin button {
		top: 0.3rem;
		right: 1rem;
		width: 4rem;
		height: 4rem;
		background-size: 1.4rem;
	}
}
@media (max-width:600px) {
	.caseItem ul {
		gap:1rem;
		margin: 0rem;
	}
	.caseItem li {
		flex: 0 0 calc(100% - 0rem);
		margin: 0rem;
	}
}

/*----- # 페이징 ---*/
.pc_pagenation{
display:block;
}
.mo_pagenation{
display:none;
}
.front_paging_line{
margin-top: 4rem;
display:block;
text-align:center;
}
.front_paging_box{
display:inline-block;
}
.flex_box{
display:flex;
}
.front_paging_number_box ul {
display: flex;
align-items: center;
justify-content: center;
gap:0.4rem;
}
.front_paging_number_box ul li.on_front_paging{
background: #B20600;
color:#fff;
border: 1px solid #B20600;
font-family: pretendard-700;
font-weight: 700;
}
.front_paging_number_box ul li.on_front_paging:hover{
background: #B20600;
color:#fff;
border: 1px solid #B20600;
font-family: pretendard-700;
font-weight: 700;
}
.front_paging_number_box ul li {
border-radius: 1rem;
margin: 0;
cursor: pointer;
background: #FFF;
width: 5rem;
height: 5rem;
border: 1px solid #FFF;
display: flex;
color: #000;
font-size: 1.6rem;
font-family: pretendard-500;
line-height: 2.2rem;
align-items: center;
justify-content: center;
}
.front_paging_number_box ul li:hover{
border: 1px solid #B20600;
font-family: pretendard-500;
font-weight: 500;
color:#B20600;
}

.prev_page {
color: #FFF;
font-family: pretendard-500;
font-size: 1.6rem;
font-style: normal;
font-weight: 500;
line-height: 2.2rem;
margin-right: 0.4rem;
position: relative;
cursor: pointer;
display: flex;
width: 5rem;
height: 5rem;
background: #F6F6F6;
align-items: center;
justify-content: center;
flex-direction: row-reverse;
}
.prev_page:after {
content: '';
position: Relative;
width: 1.4rem;
height: 1.2rem;
background-image: url(../img/sub/in_prev_arrow.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.next_page {    border-radius: 1rem;color: #FFF;font-family: pretendard-500;font-size: 1.6rem;font-style: normal;font-weight: 500;line-height: 2.2rem;margin-left: 0.4rem;position: relative;cursor: pointer;display: flex;width: 5rem;height: 5rem;background: #F6F6F6;align-items: center;justify-content: center;}
.next_page:after {content: '';position: Relative;width: 1.4rem;height: 1.2rem;background-image: url(../img/sub/in_next_arrow.webp);background-size: cover;background-repeat: no-repeat;background-position: center;}
@media (max-width:767px) {
	.pc_pagenation{display:none;}
	.mo_pagenation{display:block;}
	.front_paging_line {margin-top: 3rem;}
	.front_paging_number_box ul {gap: 0.3rem;}
	.front_paging_number_box ul li {border-radius: 0.4rem;width: 3.8rem;height: 3.8rem;font-size: 1.2rem;line-height: 1.4rem;}
	.next_page {border-radius: 0.4rem;line-height: 1.4rem;font-size: 1.2rem;margin-left: 0.3rem;width: 3.8rem;height: 3.8rem;}
	.next_page:after {width: 1.4rem;height: 1.2rem;}
	.prev_page {border-radius: 0.4rem;line-height: 1.4rem;font-size: 1.2rem;margin-right: 0.3rem;width: 3.8rem;height: 3.8rem;}
	.prev_page:after {width: 1.4rem;height: 1.2rem;}
}


/*-----------------------------------------
# 실제사례 자필후기 리스트
-------------------------------------------*/
.caseItem .reviewCard:hover{
	box-shadow: 2rem 2rem 6rem 0 rgba(0, 0, 0, 0.10);
}
.caseItem .revImg{
	height: 19rem;
}

.revSideBox {
    margin: 0 auto;
    position: relative;
    padding: 0 16rem;
}
.revItem {
    position: relative;
    margin: 4rem 0 0 0;
}
.revItem ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1.4rem;
    list-style-type: none;
    justify-content: flex-start;
}
.revItem li {
    position: relative;
    flex: 0 0 calc(20% - 2.8rem);
    margin: 1.4rem;
    box-sizing: border-box;
}

@media (max-width:2000px) {
	.revItem li {
		flex: 0 0 calc(25% - 2.8rem);
	}
}
@media (max-width:1800px) {
	.revSideBox {
		max-width: 168rem;
        padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.revItem ul {
		margin: -1rem;
	}
	.revItem li {
		flex: 0 0 calc(25% - 2rem);
		margin: 1rem;
	}
}
@media (max-width:1400px) {
	.revItem li {
		flex: 0 0 calc(33.3333333333% - 2rem);
		margin: 1rem;
	}
}
@media (max-width:1300px) {
	.revSideBox {
		padding: 0 3rem;
	}
}
@media (max-width:991px) {
	.revItem li {
		flex: 0 0 calc(50% - 2rem);
		margin: 1rem;
	}
}
@media (max-width:767px) {
	.revSideBox {
		padding: 0 2rem;
	}
	.revItem {
		margin: 3rem 0 0 0;
	}
	.revItem ul {
		margin: -0.5rem;
	}
	.revItem li {
		flex: 0 0 calc(50% - 1rem);
		margin: 0.5rem;
	}
}
@media (max-width: 600px) {
    .revItem ul {
        gap: 1rem;
        margin: 0rem;
    }
	.revItem li {
		flex: 0 0 calc(100% - 0rem);
		margin: 0rem;
	}
}

/*-----------------------------------------
# 업무분야 상세페이지
-------------------------------------------*/
.wkWrap{
	position:Relative;
	width:100%;
	padding:6rem 0 12rem 0;
}
.wkSideBox{
	position:Relative;
	width:100%;
	margin:0 auto;
	/* padding:0 16rem; */
	
	max-width:168rem;
	padding:0 4rem;
}
.wkContentInner{
	position:Relative;
	width:100%;
	/* display:flex; */
	padding:0 0 0 42rem;
	display:flex;
}
.wkcLi {
    width: 38rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.wkcLiInner{
	top:2rem;
    position: sticky;
	width:100%;
}
.taeCateBox{
	position:relative;
	width:100%;
}
.taeCate ul {
	gap:0.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.taeCate ul li{
	position:Relative;
	width:100%;
}
.tcaBox{
	position:Relative;
	width:100%;
}
.tcaBtn{
	position:Relative;
	width:100%;
	border-radius: 1.2rem;
	border: 1px solid #EEE;
	background: #FFF;
	backdrop-filter: blur(5px);
}
.tcaBtn a{
	display:flex;
	position:relative;
	color: #111;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
	padding:1.8rem 2.6rem;
}
.taeCate ul li.selected .tcaBtn{
	border: 1px solid #B20600;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.taeCate ul li.selected .tcaBtn a{
	color: #B20600;
	font-family: pretendard-400;
	font-weight: 600;
}
.taeCate ul li.selected .tcaBtn a:after {
    transform: translateY(-50%);
    border-radius: 50%;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: 2.6rem;
    top: 50%;
    background: #B20600;
}
/* .taeCate ul li.selected a:before { */
    /* content: ''; */
    /* width: 100%; */
    /* height: 3px; */
    /* position: absolute; */
    /* left: 0; */
    /* bottom: -4px; */
    /* background: #C9AE78; */
/* } */

.sysNavBtn{
	display:none;
}


.wkcRi{
	position:Relative;
	width:100%;
}

.wkcVbox{
	position:Relative;
	width:100%;
	border-radius: 2.4rem;
	overflow:hidden;
}
.wkcVboxInner{
	z-index:2;
	position:Relative;
	width:100%;
	height:34rem;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	
	/* background: linear-gradient(180deg, rgba(242, 242, 242, 0.00) 50%, #F2F2F2 100%); */
}
.wkcVbg{
	z-index:1;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.wkcVbg.sexual-offense-bg{background-image: url(/public/img/sub/field/sexual-offense-bg.webp);}
.wkcVbg.dui-traffic-bg{background-image: url(/public/img/sub/field/dui-traffic-bg.webp);}
.wkcVbg.dui-traffic-bg.bot{background-position: bottom center;}
.wkcVbg.voice-phishing-bg{background-image: url(/public/img/sub/field/voice-phishing-bg.webp);}
.wkcVbg.property-crime-bg{background-image: url(/public/img/sub/field/property-crime-bg.webp);}
.wkcVbg.narcotics-bg{background-image: url(/public/img/sub/field/narcotics-bg.webp);}
.wkcVbg.juvenile-crime-bg{background-image: url(/public/img/sub/field/juvenile-crime-bg.webp);}
.wkcVbg.stalking-threat-bg{background-image: url(/public/img/sub/field/stalking-threat-bg.webp);}
.wkcVbg.general-criminal-bg{background-image: url(/public/img/sub/field/general-criminal-bg.webp);}

.wkcVbox dl{
	margin:4rem;
	color: #B20600;
	font-family: "Jost", sans-serif;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2rem;
}
.wktitleBox {
    position: Relative;
    width: 100%;
	display: flex;
padding: 4rem;
}
.wktB_le {
    display: flex;
    z-index: 2;
    position: Relative;
}
.wktB_leBtn{
	cursor:pointer;
	display: flex;
	padding: 0.7rem 1.7rem;
	justify-content: center;
	align-items: center;
	gap: 0.6rem;

	border-radius: 99px;
	border: 1px solid #EEE;
	background: #FFF;
	backdrop-filter: blur(5px);

	color: #111;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1rem;
}
.wktB_leBtn span{
	display: inline-block;
    height: 0.9rem;
    width: 0.9rem;
    background-image: url(/public/img/icon/puls_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.wktitle{
	color: #000;
	font-family: pretendard-600;
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.2rem;
}

.wktB_ri{
	position:Relative;
	width:100%;
	margin:0 0 5rem 0;
}
.wktdda {
	margin:0 0 2rem 0;
    display: inline-block;
    width: 4.5rem;
    height: 3rem;
    background-image: url(/public/img/icon/recdda_big.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.wksubtitle{
	margin:1.6rem 0 0 0;
	color: #111;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
	display: block;
	text-align:left;
}
.wksubtitle.nomar{
	margin:0;
}


.wkcVboxInner.white dl,
.wkcVboxInner.white .wktitle,
.wkcVboxInner.white .wksubtitle{color:#fff;}
/* .wkcVboxInner.white .wktB_leBtn{border: 1px solid #fff;background: initial;backdrop-filter: initial;color: #fff;} */
/* .wkcVboxInner.white .wktB_leBtn span{background-image: url(/public/img/icon/puls_white_icon.png);} */

.wkcInfoBox{
	margin:4rem 0 0 0;
	position:Relative;
	width:100%;
	padding: 5rem;
	border-radius: 2.4rem;
	background: #F8F8F8;
}

.wkibigBox:nth-child(1){
	margin:0;
	padding:0;
	border-top:none;
}
.wkibigBox{
	margin:4rem 0 0 0;
	padding:4rem 0 0 0;
	border-top:1px solid #ddd;
	position:Relative;
}

.wkibigTitleBox {
    margin: 0 0 -1rem 0;
    position: Relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.4rem;
}
.wkibigTitleBox dl{
	color: #B20600;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8rem;
}
.wkibTitle{
	color: #111;
	font-family: pretendard-600;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.6rem;
}
.wkibSubTitle{
	color: #111;
	font-family: pretendard-300;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.4rem;
}


.wkiBox:nth-child(1){
	margin:0;
}
.wkiBox{
	margin:5rem 0 0 0;
	position:Relative;
}
.wkititle{
	position:Relative;
	margin:0 0 3.7rem 0;
	color: #111;
	font-family: pretendard-600;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
}
.wkititle:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-1.6rem;
	width: 3rem;
	height: 1px;
	background: var(--color-1, #B20600);
}
.wkp{
	position:Relative;
	margin:1rem 0 0 0;
	color: #111;
	font-family: pretendard-300;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3rem;
}
.wkp.dot{
	padding:0 0 0 1.2rem;
}
.wkp.dot:before{
	content: '';
    position: absolute;
    left: 0;
    top: 1.3rem;
    border-radius: 50%;
    width: 0.4rem;
    height: 0.4rem;
    background: #B20600;
}
.wkp.mart6{margin:0.6rem 0 0 0;}
.wkp span{
	font-family: pretendard-500;
	font-weight: 500;
}
.wkp h2.min{
	display:inline-block;
	font-family: pretendard-500;
	font-weight: 500;
}
.wkpalr{
	margin:2rem 0 0 0;
	color: #111;
	font-family: pretendard-300;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.4rem;
}

.wkiwh_Box{
	margin:2rem 0 0 0;
	width:100%;
	position:Relative;
	border-radius: 1.4rem;
	border: 1px solid #EEE;
	background: #FFF;
	padding: 3rem;
}
.wkiwhcont:nth-child(1){
	margin:0;
}
.wkiwhcont{
	margin:2.6rem 0 0 0;
	position:Relative;
}
.wkiwh_Box .wkp{
	margin:0.6rem 0 0 0;
}
.wkptt{
	margin:0;
	color: #111;
	font-family: pretendard-300;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
}
.wkptt.red{
	color: #B20600;
}
.wkptt.mart10{
	margin:1rem 0 0 0;
}
.wkppo{
	margin:0 0 0.4rem 0;
	color: #111;
	font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.4rem;
}
.wkppo.red{
	color: #B20600;
}
.wkpbtn{
	margin:1.4rem 0 0 0;
	display:flex;
}
.wkpbtn a{
	display: flex;
	padding: 0.9rem 2.1rem;
	justify-content: center;
	align-items: center;
	gap: 0.8rem;
	border-radius: 99px;
	border: 1px solid #EEE;
	background: #FFF;
	backdrop-filter: blur(5px);
	color: #111;
	text-align: center;
	font-family: pretendard-500;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem;
}
.wkpbtn a span{
	display: inline-block;
    height: 1rem;
    width: 1rem;
    background-image: url(/public/img/icon/daegak_arrow.png);
    background-pos ition: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width:1600px) {
	.wkWrap {
		padding: 6rem 0 10rem 0;
	}
	.wkcLi {
		width: 32rem;
	}
	.tcaBtn a {
		font-size: 1.8rem;
		line-height: 2.8rem;
		padding: 1.6rem 2.2rem;
	}
	.wkContentInner {
		padding: 0 0 0 36rem;
	}
	
	.wkcVbox dl {
		margin: 3rem;
	}
	.wktitleBox {
		padding: 3rem;
	}
	.wktB_le {
		gap: 1rem;
		display: flex;
		z-index: 2;
		position: relative;
		width: 100%;
		top: inherit;
		left: inherit;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	.wktB_ri {
		padding: 0;
	}
	.wkcInfoBox {
		padding: 4rem;
	}
}
@media (max-width:1300px) {
	.wkSideBox {
		padding: 0 3rem;
	}
	.wkcLi {
		width: 24rem;
	}
	.tcaBtn a {
		font-size: 1.6rem;
		line-height: 2.2rem;
		padding: 1.6rem 2.2rem;
	}
	.taeCate ul li.selected .tcaBtn a:after {
		width: 0.5rem;
		height: 0.5rem;
		right: 2.2rem;
	}
	.wkContentInner {
		padding: 0 0 0 26rem;
	}
}
@media (max-width:991px) {
	.wkWrap {
		padding: 4rem 0 10rem 0;
	}
	.wkContentInner {
		gap: 2rem;
		display: flex;
		padding: 0;
		flex-direction: column;
	}
	.wkcLi {
		position: relative;
		width: 100%;
	}
	
	
	.wkcLiInner {
		top: 0;
		position: relative;
		width: 100%;
	}
	.wkcVbox {
		border-radius: 2rem;
	}
	.sysNavBtn {
		margin:0 0 0.6rem 0;
		cursor: pointer;
		display: flex;
		width: 100%;
		position: relative;
		padding: 1.6rem 2.2rem;
		justify-content: space-between;
		align-items: center;
		align-self: stretch;
		
		border-radius:0.8rem;
		border: 1px solid #B20600;
		box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
	}
	.sysNavBtn span{
		position:Relative;
		font-family: pretendard-600;
		font-weight:600;
		font-size: 1.6rem;
		line-height: 2.2rem;
		color: #B20600;
	}
	.sysNavBtn span:after{
		transform: translateY(-50%);
		border-radius: 50%;
		content: '';
		width: 0.6rem;
		height: 0.6rem;
		position: absolute;
		right: -1.4rem;
		top: 50%;
		background: #B20600;
	}
	.sysNavBtn:before {
		content: '';
		position: absolute;
		right: 2.2rem;
        top: 50%;
		transform:translateY(-50%);
		height: 1.8rem;
		width: 1rem;
		background-image: url(/public/img/icon/epbtn_arrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.taeCate ul li.selected{display:none;}
	
	ul.sysNav {
		z-index: 20;
		display: none;
		border-radius: 0 0 4px 4px;
		/* border: 1px solid #C9AE78; */
		background: #fff;
		/* position: absolute; */
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		gap: 0.6rem;
		flex-direction: column;
	}
	.taeCate.on ul.sysNav {
		/* box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15); */
		display: flex;
	}
	
	
	.wktitleBox {
		padding: 3rem;
	}
	.wktitle {
		font-size: 2.8rem;
		line-height: 4rem;
	}
	
	
	.wktdda {
		margin: 0 0 1.4rem 0;
		width: 3.6rem;
		height: 2.4rem;
	}
	.wksubtitle {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	
	
	.wkcInfoBox {
		border-radius: 2rem;
		padding: 3rem;
	}
}
@media (max-width:767px) {
	.wkWrap {
		padding: 4rem 0 0rem 0;
	}
	.wkSideBox {
		padding: 0rem;
	}
	.wkcLi {
		padding: 0 2rem;
		width: 100%;
	}
	.sysNavBtn {
		margin: 0 0 0.4rem 0;
		padding: 1.1rem 1.6rem;
		border-radius: 0.8rem;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
	}
	.sysNavBtn span {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.sysNavBtn span:after {
		width: 0.4rem;
		height: 0.4rem;
		right: -1rem;
	}
	.sysNavBtn:before {
		right: 1.6rem;
	}
	.tcaBtn a {
		font-size: 1.5rem;
		line-height: 2.2rem;
		padding: 1.3rem 1.6rem;
	}
	
	.wkcVboxArea{
		padding: 0 2rem;
		width: 100%;
	}
	
	
	.wkcVbg.sexual-offense-bg{background-image: url(/public/img/sub/field/sexual-offense-mo-bg.webp);}
	.wkcVbg.dui-traffic-bg{background-image: url(/public/img/sub/field/dui-traffic-mo-bg.webp);}
	.wkcVbg.dui-traffic-bg.bot{background-position: top center;}
	.wkcVbg.voice-phishing-bg{background-image: url(/public/img/sub/field/voice-phishing-mo-bg.webp);}
	.wkcVbg.property-crime-bg{background-image: url(/public/img/sub/field/property-crime-mo-bg.webp);}
	.wkcVbg.narcotics-bg{background-image: url(/public/img/sub/field/narcotics-mo-bg.webp);}
	.wkcVbg.juvenile-crime-bg{background-image: url(/public/img/sub/field/juvenile-crime-mo-bg.webp);}
	.wkcVbg.stalking-threat-bg{background-image: url(/public/img/sub/field/stalking-threat-mo-bg.webp);}
	.wkcVbg.general-criminal-bg{background-image: url(/public/img/sub/field/general-criminal-mo-bg.webp);}
	
	.wkcVbox {
		border-radius: 1.6rem;
	}
	.wkcVboxInner {
		height: 60vw;
		padding: 0.5rem;
	}
	.wkcVbox dl {
		margin: 1.6rem;
		font-size: 1.4rem;
		line-height: 1.2rem;
	}
	.wktitleBox {
		border-radius: 0;
		padding: 1.6rem;
	}
	.wktitle {
		font-size: 1.8rem;
		line-height: 2.9rem;
	}
	.wktB_leBtn {
		z-index: 2;
		right: 0;
		position: absolute;
		height: 2.9rem;
		width: 2.9rem;
		display: flex;
		padding: 0;
		justify-content: center;
		align-items: center;
		gap: 0;
		font-size: 0;
	}
	.wktB_ri {
		margin: 0 0 3rem 0;
	}
	.wktdda {
		margin: 0 0 1.4rem 0;
		width: 3rem;
		height: 2rem;
	}
	.wksubtitle {
		margin: 0.8rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	
	.wkcInfoBox {
		margin: 2rem 0 0 0;
		border-radius: 2rem 2rem 0 0;
		padding: 3rem 2rem 4rem 2rem;
	}
	.wkibigTitleBox {
		margin: 0;
		gap: 1rem;
	}
	.wkibTitle {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.wkibSubTitle {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	
	.wkibigTitleBox dl {
		font-size: 1.4rem;
		line-height: 1.2rem;
	}
	.wkiBox {
		margin: 3rem 0 0 0;
	}
	.wkititle {
		margin: 0 0 3.3rem 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.wkititle:after {
		width: 2rem;
		height: 1px;
	}
	.wkp {
		margin: 1rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.wkp.dot {
		padding: 0 0 0 0.9rem;
	}
	.wkp.dot:before {
		top: 0.95rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.wkiwh_Box {
		margin: 1.6rem 0 0 0;
		border-radius: 1rem;
		padding: 1.6rem;
	}
	.wkiwhcont {
		margin: 2rem 0 0 0;
	}
	.wkptt {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.wkppo {
		margin: 0 0 0.4rem 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.wkpbtn a {
		padding: 0.9rem 1.7rem;
		gap: 0.6rem;
		border-radius: 99px;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.wkpbtn a span {
		height: 0.8rem;
		width: 0.8rem;
	}
	.wkpalr {
		margin: 1rem 0 0 0;
		font-size: 1.2rem;
		line-height: 2rem;
	}
}
@media (max-width:400px) {
	.wkcVboxInner {
		height: 64vw;
	}
}
/*-----------------------------------------
# 온라인 상담
-------------------------------------------*/
.inqWrap{
	width:100%;
	position:Relative;
	padding:3rem 0 12rem 0;
}
.inqSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 100rem;
    padding: 0 2rem;
}
.inqContBox{
	position:Relative;
	width:100%;
}

.inqtopImg{
	position:Relative;
	width:100%;
	margin:0 0 5rem 0;
}
@media (max-width:991px) {
	.inqWrap{
		padding:3rem 0 10rem 0;
	}
}
@media (max-width:767px) {
	.inqWrap{
		padding:3rem 0 6rem 0;
	}
	.inqtopImg{
		margin:0 0 3rem 0;
	}
}

/*-----------------------------------------
# 익명게시판 리스트
-------------------------------------------*/
.anonymousWrap{
	width:100%;
	position:relative;
	padding:6rem 0 10rem 0;
	overflow:hidden;
}
.listBotBtnbox {
    display: flex;
    margin: 4rem 0 0 0;
    justify-content: center;
}
.anonymousWrap .listtable{
	margin:4rem 0 0 0;
	border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.viewVal{
	resize: none;
    border: 1px solid #F8F8F8;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    position: relative;
    border-radius: 1rem;
    background: #F6F6F6;
    padding: 1.5rem 2rem 1.5rem 2rem;
    color: #111;
    font-family: pretendard-400;
    font-weight: 400;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 2.6rem;
}
.viewVal.notaws{
	border: 1px solid #ddd;
	background: #fff;
}
@media (max-width:767px) {
	.viewVal {
		border-radius: 1rem;
		padding: 1.5rem 2rem 1.5rem 2rem;
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
}
/*-----------------------------------------
# 익명게시판 글 작성
-------------------------------------------*/
.anywriConWrap {
    padding: 8rem 0 12rem 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.anywriConWrap .subcBtnBox{
	width:100%;
}
.anywriConWrap .subcBtn{
	width:100%;
}


.fileUpBox {
    position: Relative;
    margin: 0 0 3rem 0;
}
.file_input_flex.nonemart{
	margin:0;
}
.file_input_flex {
    display:flex;
	margin:1rem 0 0 0;
}
.file_input_f {
    position: relative;
    width: 100%;
}
.file_input_div {
    top: 0;
    left: 0;
    display: flex;
    text-align: center;
    position: absolute;
    width: 5.6rem;
    height: 5.6rem;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.file_input_img_btn {
	text-align: center;
	width: 2rem;
	height: 2rem;
}

.file_input_img_btn img{
	display: inline-block;
	width: 100%;
}

.file_input_hidden {
    
    position:absolute;
    right:0px;
    top:0px;
    opacity:0;
    /* filter: alpha(opacity=0); */
    /* -ms-filter: alpha(opacity=0); */
    cursor:pointer;
}

.file_up_load_box{
	height: 5.6rem;
	position:relative;
    width: 100%;
	margin-bottom:0rem;
}

.file_up_load_box input {
	border-radius: 1rem;
	border: 1px solid #F8F8F8;
    font-family: pretendard-600;
    box-sizing: border-box;
    height: 5.6rem !important;
    width: 100% !important;
    background-color: #F8F8F8;
    font-size: 1.6rem;
    padding-left: 7rem!important;
	color:#111;
}
.file_up_load_box input::placeholder{
color: #888;
	font-family: pretendard-300;
	font-weight: 300;
	font-size: 1.6rem;
	font-style: normal;
	line-height: 2.6rem;
}
.fiinfo{
    position: Relative;
    margin: 1rem 0 0 0;
    display: block;
    padding: 0 0 0 1.2rem;
    color: #666;
    font-family: pretendard-300;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    letter-spacing: -0.32px;
}
.fiinfo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #666;
    border-radius: 50%;
}
@media (max-width:767px) {
	.anywriConWrap {
		padding: 4rem 0 4rem 0;
	}
	
	.file_input_flex {
		margin: 0.4rem 0 0 0;
	}
	.file_up_load_box {
		height: 4.2rem;
	}
	.file_up_load_box input {
		border-radius: 0.8rem;
		height: 4.2rem !important;
		font-size: 1.3rem;
		padding-left: 4.2rem!important;
	}
	.file_input_div {
		width: 4.2rem;
		height: 4.2rem;
	}
	.file_input_img_btn {
		width: 1.6rem;
		height: 1.6rem;
	}
	.file_up_load_box input::placeholder{
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.fiinfo {
		margin: 1rem 0 0 0;
		padding: 0 0 0 0.8rem;
		font-size: 1.2rem;
		line-height: 1.6rem;
		letter-spacing: -0.32px;
	}
	.fiinfo:before {
		top: 0.5rem;
		width: 0.3rem;
		height: 0.3rem;
	}
}
/*-----------------------------------------
# 익명게시판 비밀번호 확인
-------------------------------------------*/
.pwdConfWrap {
    padding: 20rem 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.pwdBtnFlex {
    margin: 4rem 0 0 0;
    position: Relative;
    width: 100%;
    display: flex;
    gap: 1.2rem;
    justify-content: center;
}
.pwdBtnBox button {
	width: 16rem;
	    background: #B20600;
    border-radius: 9.9rem;
    display: flex;
    padding: 1.3rem 0;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: pretendard-700;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5rem;
}
.pwdBtnBox a {
    display: flex;
width: 16rem;
    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;
}
@media (max-width:767px) {
	.pwdConfWrap {
		padding: 14rem 0;
	}
	.pwdBtnFlex {
		margin: 3rem 0 0 0;
		gap: 1rem;
	}
	.pwdBtnBox button{
		width: 12rem;
		padding: 1rem 0;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.pwdBtnBox a {
		width: 12rem;
		padding: 0.9rem 0;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
}
/*-----------------------------------------
# 익명게시판 상세
-------------------------------------------*/
.pmdeWrap.anonymous .listBackbox{
	margin: 8rem 0 0 0;
}

.pmdeWrap.anonymous .sucIn textarea{
	height:auto;
}
@media (max-width:991px) {
	.pmdeWrap.anonymous  .listBackbox {
		margin: 6rem 0 0 0;
	}
}
@media (max-width:767px) {
	.pmdeWrap.anonymous  .listBackbox {
		margin: 4rem 0 0 0;
	}
}


/*-----------------------------------------
# 명진인사이트 - 구속되는이유
-------------------------------------------*/
.reaWrap{
	position:Relative;
	width:100%;
	padding:3rem 0 12rem 0;
}
.reaSideBox{
	margin: 0 auto;
    position: relative;
	padding: 0 16rem;
}

.hsybtnBox {
	z-index: 5;
    width: 100%;
    display: flex;
    justify-content: center;
	
	/* position: sticky; */
	position:Relative;
    top: 0rem;
}
.hsybtnInner{
	position:Relative;
}
.hsybtnFlex {
    backdrop-filter: blur(5px);
    gap: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
	
	background: rgba(255, 255, 255, 0.90);
	backdrop-filter: blur(5px);
	border-bottom: 1px solid var(--color-4, #EEE);
}
.hsybtn{
	position:Relative;
	height:5.2rem;
}
.hsybtn a {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #111;
	text-align: center;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2rem;
	align-items: center;
	justify-content: center;
}
.hsybtn a:hover{
	font-weight: 600;
	font-family: pretendard-600;
	color: #B20600;
}
/* .hsybtn.active a{ */
	/* font-weight: 600; */
	/* font-family: pretendard-600; */
	/* color: #B20600; */
/* } */

.hsitemInner{
    width: 100%;
    position: Relative;
}
.hisInner {
    /* overflow: hidden; */
    position: Relative;
    width: 100%;
    margin: 6rem 0 0 0;
}
.hsitem:nth-child(1){
	margin:0;
}
.hsitem{
	position:Relative;
	width:100%;
	margin:10rem 0 0 0;
}
.hsTitleBox{
	position:Relative;
}
.hscontTitle {
    text-align: center;
    color: #111;
	font-family: pretendard-600;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 5rem;
}

.reaContentBox {
    width:100%;
    position: Relative;
}
.reaContent {
    display: flex;
    position: Relative;
    width: 100%;
	gap:2.4rem; 
}
.reabgBox{
	position:Relative;
	width:50%;
}
.hsTitle{
	position:absolute;
	left:4rem;
	top:4rem;
	z-index:3;
	text-align:left;
	color: #fff;
	font-family: pretendard-600;
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.8rem;
}

.reabgImgBox {
    display: flex;
    position: sticky;
    top: 2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.reabgImgBox img{
	border-radius:1.6rem;
}

.reabgImgBox img.pc {display: block;}
.reabgImgBox img.mo {display: none;}

.reaCinner {
    gap: 2rem;
    width: 50%;
    position: Relative;
    display: flex;
    flex-direction: column;
}
.reaCInfo {
	cursor: pointer;
	border-radius: 1.6rem;
	border: 1px solid #EEE;
	background: #FFF;
	backdrop-filter: blur(5px);

	overflow: hidden;
	width: 100%;
	height: 30rem;
	position: Relative;
	padding: 4rem 4rem 0 4rem;
}
.reaCInfo:before {
    z-index: 3;
    position: absolute;
    display: flex;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, var(--color-5, #FFF) 100%);
}

.reaCInfo.open{
	height:auto;
	padding: 4rem;
	
border: 1px solid #B20600;
}
.reaCInfo.open:before {content:none;}
.reaCInfo.open .reaBtn span{
	background-image: url(/public/img/icon/minus_icon.png);
}
.reaCInfo:hover{
	border: 1px solid #B20600;
}

.reacTitleBox {
    gap: 1.4rem;
    position: Relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.dda{
	display:inline-block;
	width:2.6rem;
	height:1.8rem;
	background-image: url(/public/img/icon/recdda.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.retimok {
    display: flex;
    color: #111;
	font-family: pretendard-700;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
    margin: 0 0 0.6rem 0;
}
.reti{
	position:Relative;
	color: #B20600;
	font-family: pretendard-600;
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.4rem;
}
.retisub{
	color: #111;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8rem;
}
.reaBtnBox{
	position:absolute;
	z-index:4;
    right: 4rem;
    top: 4rem;
}
.reaBtn{
	position:Relative;
	
	display: flex;
	width: 9.1rem;
	height:3.7rem;
	padding: 0;
	justify-content: center;
	align-items: center;
	gap: 0.6rem;
	
	border-radius: 99px;
	border: 1px solid var(--color-4, #EEE);
	background: #FFF;
	backdrop-filter: blur(5px);

	color: #111;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1rem;
}
.reaBtn span{
	display: inline-block;
    height: 0.9rem;
    width: 0.9rem;
    background-image: url(/public/img/icon/puls_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.restBoxInner {
    margin: 4rem 0 0 0;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}
.rest{
	margin:0 0 1rem 0;
	color: #111;
	font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}
.restsub{
	margin:0.8rem 0 0 0;
	color: #111;
	font-family: pretendard-400;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.restsub span{
	font-family: pretendard-700;
	font-weight: 700;
}
.restsub.nmtr{
	margin:0;
}
.restsub.dot{
	position:Relative;
	padding:0 0 0 1rem;
	margin:0;
}
.restsub.dot:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.1rem;
    border-radius: 50%;
    width: 0.4rem;
    height: 0.4rem;
    background: #B20600;
}
.restst{
	color: #B20600;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}


.workInfoBox{
	position:Relative;
	width:100%;
	margin:2rem 0 0 0;
}
.workcate {
    padding: 0 3rem;
    position: Relative;
}
.workcate .swiper{
	position:Relative;
		height:auto!important;
}
.workcate .swiper-wrapper {
	height:auto!important;
position: Relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center;
}
.workcate .swiper-slide{
		height:auto!important;
	width:auto;
	margin: 0.3rem;
	position: Relative;
	box-sizing: border-box;
}
.workcate .swiper-slide-thumb-active .wrkcate{
	border: 1px solid #B20600;
    background: #B20600;
    color: #FFF;
    font-weight: 700;
    font-family: pretendard-700;
}
.wrkcate.on{
	border: 1px solid #B20600;
    background: #B20600;
    color: #FFF;
    font-weight: 700;
    font-family: pretendard-700;
}
.wrkcate.on:hover{
	color: #FFF;
	border: 1px solid #B20600;
}
.wrkcate {
	cursor:pointer;
    display: flex;
    padding: 0.9rem 2.3rem;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    border: 1px solid #EEE;
    background: rgba(0, 0, 0, 0.30);
    background: #FFF;
    color: #111;
    text-align: center;
    font-family: pretendard-400;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}
.wrkcate:hover{
	color: #B20600;
	border: 1px solid #B20600;
}

.restContent {
	margin:6rem 0;
    padding: 8rem 0;
    position: Relative;
    width: 100%;
}
.restC_text{
	color: #000;
	text-align: center;
	font-family: pretendard-300;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 6rem;
}
.restC_text span{
	color: #B20600;
	font-family: pretendard-600;
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.workcateInfoBox{
	position:Relative;
	margin:4rem 0 0 0;
}
.workcateInfoInner{
	max-width:116rem;
	margin:0 auto;
	padding:0 3rem;
}
.workcateInfoInner .swiper{
	overflow:unset;
	height: auto !important;
}
.workcateInfoInner .swiper-wrapper{
	height: auto !important;
}
.workcateInfoInner .swiper-slide{
	opacity: 0.4;
	height: auto !important;
}
.workcateInfoInner .swiper-slide-active{
	opacity:1;
}

.wrkcInfoBox {
    gap: 3rem;
    display: flex;
    position: Relative;
    width: 100%;
    padding: 3.4rem;
    border-radius: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.05);
    align-items: flex-start;
}
.wrkcInfoImg {
    display: flex;
    width: 33.5rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 67/48;
}
.wrkcInfoImg img{
	border-radius: 1rem;
}
.wrkcInfoCont{
	position:Relative;
}
.wrkbtn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    display: flex;
    padding: 0.4rem 2.1rem;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    border: 1px solid #B20600;
    color: #B20600;
	font-family: pretendard-600;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
}
.wrkcTitle{
	display:flex;
	padding:0 0 1.6rem 0;
	margin:0 0 1.6rem 0;
	border-bottom: 1px solid #eee;

	color: #111;
	font-family: pretendard-500;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4.4rem;
}
.wrkcSubTitle{
	color: #111;
	font-family: pretendard-300;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3rem;
}
.wrkcSubTitle.tmart{
	margin:0.6rem 0 0 0;
}

.wrkSbtn {
    margin: 4rem 0 0 0;
    display: flex;
    justify-content: center;
}
.wrkSbtn .normalSbtn{
	width:auto;
	gap:1rem;
}
@media (max-width: 1800px) {
    .reaSideBox {
        max-width: 168rem;
        padding: 0 4rem;
    }
}
@media (max-width: 1600px) {
	.reaWrap {
		padding: 3rem 0 10rem 0;
	}
	.hsTitle {
		left: 3rem;
		top: 3rem;
		font-size: 3rem;
		line-height: 4.8rem;
	}
	.reaCInfo{
		padding: 3rem 3rem 0 3rem;
	}
	.reaCInfo.open {
		padding: 3rem;
	}
	.reaBtnBox{
		right: 3rem;
		top: 3rem;
	}
	.reti {
		font-size: 2.6rem;
		line-height: 4rem;
	}
	.restBoxInner {
		margin: 3rem 0 0 0;
	}
}
@media (max-width: 1500px) {
	.reabgBox {
		width: 40%;
	}
	.reaCinner {
		width: 60%;
	}
	
	
	.wrkcate {
		padding: 0.8rem 2.1rem;
		font-size: 1.6rem;
		line-height: 2.8rem;
	}
}
@media (max-width: 1300px) {
	.reaSideBox {
		padding: 0 3rem;
	}
}
@media (max-width: 991px) {
	.reabgImgBox img.pc {display: none;}
	.reabgImgBox img.mo {display: block;}
	
	.reaContent {
		display: flex;
		position: Relative;
		width: 100%;
		gap: 2.4rem;
		flex-direction: column;
	}
	.reabgBox {
		width: 100%;
	}
	.reaCinner {
		width: 100%;
	}
	
	
	.wrkcate {
		padding: 0.7rem 2rem;
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	.wrkcInfoImg {
		width: 26.5rem;
	}
	.wrkcTitle {
		padding: 0 0 1.6rem 0;
		margin: 0 0 1.6rem 0;
		font-size: 2.6rem;
		line-height: 4rem;
	}
	.wrkbtn {
		padding: 0.4rem 1.8rem;
		font-size: 1.6rem;
		line-height: 3rem;
	}
	
	
	.restContent {
		margin: 4rem 0;
		padding: 6rem 0;
	}
	.restC_text {
		font-size: 3rem;
		line-height: 4.4rem;
	}
}
@media (max-width: 767px) {
	.reaWrap {
		padding: 3rem 0 4rem 0;
	}
	.reaSideBox {
		padding: 0 2rem;
	}
	
	
	.hsybtnFlex {
		gap: 2.4rem;
	}
	.hsybtn {
		height: 4rem;
	}
	.hsybtn a {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	
	.hisInner {
		margin: 3rem 0 0 0;
	}
	.hsitem {
		margin: 4rem 0 0 0;
	}
	
	.reaContent {
		gap: 1rem;
	}
	.reabgImgBox img {
		border-radius: 1rem;
	}
	.hsTitle {
		left: 1.6rem;
		top: 1.5rem;
		font-size: 1.5rem;
		line-height: 1.6rem;
	}
	
	.reaCinner {
		gap: 1rem;
	}
	.reaCInfo.open {
		padding: 2rem;
	}
	.reaCInfo {
		border-radius: 1rem;
		height: 22rem;
		padding: 2rem 2rem 0 2rem;
	}
	.reaCInfo:before {
		height: 15.7rem;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, var(--color-5, #FFF) 50%);
	}
	.reaCInfo.open .reaBtnBox {
		padding: 2rem 0 0 0;
		position: Relative;
	}
	.reaBtnBox {
		padding: 0 2rem 2rem 2rem;
		width: 100%;
		bottom: 0;
		left: 0;
		position: absolute;
		right: inherit;
		top: inherit;
	}
	.reaBtn {
		width: 100%;
		height: 3.7rem;
		gap: 0.7rem;
		font-size: 1.3rem;
		line-height: 2.1rem;
	}
	
	
	.reacTitleBox {
		gap: 0;
	}
	.dda {
		width: 1.8rem;
		height: 1.2rem;
	}
	.reti {
		margin:1rem 0 0.6rem 0;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.retimok {
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin: 0 0 0.6rem 0;
	}
	.retisub {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.restBoxInner {
		margin: 2rem 0 0 0;
		gap: 1rem;
	}
	
	.rest {
		letter-spacing: -0.42px;
		margin: 0 0 0.6rem 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.restst {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.restsub {
		margin: 0.6rem 0 0 0;
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	
	
	.restContent {
		margin: 2rem 0;
		padding: 4rem 0;
	}
	.restC_text {
		font-size: 2rem;
		line-height: 3rem;
	}
	
	
	.workcateInfoInner {
		padding: 0 2rem;
	}
	.hscontTitle {
		font-size: 2.2rem;
		line-height: 2.8rem;
	}
	.workcate .swiper-slide {
		margin: 0.2rem;
	}
	.workcateInfoInner .swiper-slide {
		opacity: 1;
	}
	.workcate {
		padding: 0 1rem;
	}
	.wrkcate{
		padding: 0.7rem 1.2rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.workcateInfoBox {
		margin: 2rem 0 0 0;
	}
	.wrkcInfoBox {
		flex-direction: column;
		gap: 2rem;
		width: 100%;
		padding: 2rem;
		border-radius: 1rem;
		box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.05);
	}
	.wrkcTitle {
		padding: 0 0 1.2rem 0;
		margin: 0 0 1.2rem 0;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.wrkbtn {
		padding: 0.4rem 1.4rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.wrkcSubTitle {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.wrkSbtn {
		margin: 2rem 0 0 0;
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 500px) {
	.wrkcInfoImg {
		width: 100%;
	}
}

/*-----------------------------------------
# 명진인사이트 - 구속되는이유
-------------------------------------------*/
.hisInner.avoiding {
    margin: 3rem 0 0 0;
}
@media (max-width: 767px) {
	.hisInner.avoiding {
		margin: 0;
	}
}

/*-----------------------------------------
# 명진인사이트 - 구속 피하는 방법
-------------------------------------------*/
.boloWrap {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 6rem 0 12rem 0;
}
.boloSideBox{
	margin: 0 auto;
    position: relative;
    /* max-width: 168rem; */
    padding: 0 16rem;
}

.boloItem{
	margin:4rem 0 0 0;
	position:Relative;
	width:100%;
	border-top:1px solid rgba(17, 17, 17, 0.1);
}
.boloItem ul{
	position:Relative;
	width:100%;
}
.boloItem li{
	position:Relative;
	width:100%;
	padding:3rem 0;
	border-bottom:1px solid rgba(17, 17, 17, 0.1);
}
.boloList{
	position:Relative;
	width:100%;
	padding:0 0 0 35rem;
}
.boloList:hover .listh2{
	font-family: pretendard-700;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.boloImg{
	position:absolute;
	left:0;
	top:0;
	width:32rem;
}
.boloList figure {
    position: Relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 1rem;
	
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.boloList figure img {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boloTitle.category{
	padding: 0;
}
.boloTitle {
    display: flex;
    padding: 0 0 3rem 0;
    position: Relative;
    min-height: 18rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.boloTitle .category{
	display:flex;
	margin:0 0 1.4rem 0;
	overflow: hidden;
	color: #B20600;
	text-overflow: ellipsis;
	font-family: pretendard-700;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6rem;
}
.boloTitle .listh2 {
    margin: 0 0 1rem 0;
    text-align: left;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #111;
    font-family: pretendard-500;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.4rem;
}
.boloTitle .listh3 {
    margin: 0;
    word-break: break-all;
    text-align: left;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #888;
    font-family: pretendard-400;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
}
.boloTitle span{
	overflow: hidden;
	color: #AAA;
	text-overflow: ellipsis;
	font-family: pretendard-600;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6rem;
}
@media (max-width: 1800px) {
    .boloSideBox {
        max-width: 168rem;
        padding: 0 4rem;
    }
}
@media (max-width:1600px) {
	.boloWrap {
		padding: 6rem 0 10rem 0;
	}
}
@media (max-width:1300px) {
	.boloSideBox {
		padding: 0 3rem;
	}
}
@media (max-width:991px) {
	.boloList {
		padding: 0 0 0 26rem;
	}
	.boloImg {
		width: 24rem;
	}
	.boloTitle.category {
		gap: 2rem;
		padding: 0;
	}
	.boloTitle {
		min-height: 13.5rem;
		display: flex;
		padding: 0;
		position: Relative;
	}
	.boloTitle .category {
		margin: 0 0 1rem 0;
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.boloTitle .listh2 {
		margin: 0 0 1rem 0;
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.boloTitle .listh3 {
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
}
@media (max-width:767px) {
	.boloWrap {
		padding: 4rem 0 4rem 0;
	}
	.boloSideBox {
		padding: 0 2rem;
	}
	.boloItem {
		margin: 3rem 0 0 0;
	}
	.boloItem li {
		padding: 2.4rem 0;
	}
	
	
	.boloTitle {
		min-height: 10.1rem;
	}
	.boloTitle .category {
		margin: 0 0 0.6rem 0;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	.boloTitle .listh2 {
		margin: 0 0 0.6rem 0;
		font-size: 1.5rem;
		line-height: 2.3rem;
	}
	.boloTitle .listh3 {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.boloTitle span {
		font-size: 1rem;
		line-height: 1rem;
	}
	
	
	.boloList {
		padding: 0 0 0 20rem;
	}
	.boloImg {
		width: 18rem;
	}
	.boloList figure {
		border-radius: 0.6rem;
	}
}
@media (max-width:550px) {
	.boloList {
		padding: 0;
	}
	.boloImg {
		position: relative;
		width: 100%;
	}
	.boloTitle {
		margin: 1.6rem 0 0 0;
		min-height: auto;
	}
	.blot{
		position:Relative;
		width:100%;
	}
	.boloTitle.category {
		gap: 0;
		padding: 0;
	}
	.boloTitle span {
		margin: 1.2rem 0 0 0;
		font-size: 1rem;
		line-height: 1rem;
	}
}

/*-----------------------------------------
# 명진인사이트 - 칼럼
-------------------------------------------*/
.coltopWrap{
	margin:6rem 0 0 0;
	position:Relative;
}
.coltopInner{
	padding: 4rem;
	position:Relative;
	width:100%;
	border-radius: 2rem;
	background:#6E2732;
}
.coltopInner{
	overflow:hidden;
	position:Relative;
	width:100%;
}

.coltopInner .swiper-wrapper{
	position:Relative;
	width:100%;
	z-index:5;
}
.coltopInner .swiper-slide{
	position:Relative;
	width:100%;
}

.coltopCont{
	position:Relative;
	width:100%;
	display:flex;
	gap:3rem;
}
.coltImg{
	position:Relative;
	width:54%;
}
.coltImg figure{
	position: Relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.coltImg figure img {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.coltInfo{
	position:Relative;
	width:46%;
	padding: 2rem 3rem;
}
.colttext:hover h2{
	font-family: pretendard-700;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.colttext {
    display: flex;
    position: Relative;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
.colttext dl{
	display: flex;
	padding:0.7rem 1.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	border: 1px solid #FFF;
	overflow: hidden;
	color: #FFF;
	font-family: pretendard-700;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
}
.colttext h2{
	word-break: break-all;
	text-align: left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin:1.6rem 0;
	color: #FFF;
	font-family: pretendard-600;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.8rem;
}
.colttext h3{
	margin: 0;
	word-break: break-all;
	text-align: left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #FFF;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}
.colttext span{
	display:flex;
	margin:3rem 0 0 0;
	overflow: hidden;
	color: #FFF;
	font-family: pretendard-600;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6rem;
}

.ctSbtnWrap {
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 10;
	display:flex;
	gap:3rem;
}
.ctSbtnLe{
	position: Relative;
    width: 54%;
}
.ctSbtnRi{
	position: Relative;
    width: 46%;
	padding: 0 3rem;
}

@media (max-width:1600px) {
	.coltopInner {
		padding: 3rem;
	}
}
@media (max-width:1400px) {
	.ctSbtnWrap {
		margin: 3rem 0 0 0;
		width: 100%;
		bottom: 0;
		position: relative;
		z-index: 10;
		display: flex;
		gap: 0;
	}
	.ctSbtnLe {
		width: 0;
	}
	.ctSbtnRi {
		width: 100%;
		padding: 0;
	}
	
	.coltImg {
		width: 50%;
	}
	.coltInfo {
		width: 50%;
		padding: 2rem 2rem;
	}
	.colttext h2 {
		margin: 1.4rem 0;
		font-size: 3rem;
		line-height: 4.2rem;
	}
}
@media (max-width:1200px) {
	.coltInfo {
		width: 50%;
		padding: 0;
	}
}
@media (max-width:991px) {
	.coltopWrap {
		margin: 4rem 0 0 0;
	}
	.coltopWrap .boloSideBox{
		padding:0;
	}
	.coltopInner {
		border-radius: 2rem 2rem 0 0;
		padding: 3rem;
	}
}
@media (max-width:767px) {
	.coltopInner {
		border-radius: 1rem 1rem 0 0;
		padding: 2rem;
	}
	.coltopCont {
		position: Relative;
		width: 100%;
		display: flex;
		gap: 2rem;
		flex-direction: column;
	}
	.coltImg {
		width: 100%;
	}
	.coltInfo {
		width: 100%;
	}
	.coltImg figure {
		border-radius: 0.6rem;
	}
	.colttext dl {
		display: flex;
		padding: 0;
		align-items: center;
		border-radius:0;
		border: none;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	.colttext h2 {
		margin: 0.6rem 0;
		font-size: 1.7rem;
		line-height: 2.6rem;
	}
	.colttext h3 {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.colttext span {
		margin: 1.2rem 0 0 0;
		font-size: 1rem;
		line-height: 1rem;
	}
	.ctSbtnWrap {
		margin: 2rem 0 0 0;
	}
}

/*-----------------------------------------
# 소식 - 법률블로그
-------------------------------------------*/
.galllist {
    margin: 4rem 0 0 0;
}
.galllist ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1.7rem -1.6rem;
    list-style-type: none;
    justify-content: flex-start;
}
.galllist li {
    position: relative;
    flex: 0 0 calc(25% - 3.2rem);
    margin: 1.7rem 1.6rem;
    box-sizing: border-box;
}


.gallinfo {
    display: flex;
    position: Relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.gallinfo a{
	position:Relative;
	width:100%;
}
.gallinfo:hover .listh2{
	font-family: pretendard-700;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.gallImg{
	position:Relative;
	width:100%;
}
.gallImg figure {
    position: Relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.gallImg figure img {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallTitle{
	position:Relative;
    padding: 3rem 2rem;
}
.gallTitle .category{
	display:flex;
	margin:0 0 0.8rem 0;
	overflow: hidden;
	color: #B20600;
	text-overflow: ellipsis;
	font-family: pretendard-700;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6rem;
}
.gallTitle .listh2 {
    margin: 0 0 0.8rem 0;
    text-align: left;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #111;
    font-family: pretendard-500;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.4rem;
}
.gallTitle .listh3 {
    margin: 0;
    word-break: break-all;
    text-align: left;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #888;
    font-family: pretendard-400;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
}
.gallTitle span{
	display:flex;
	margin:1.6rem 0 0 0;
	overflow: hidden;
	color: #AAA;
	text-overflow: ellipsis;
	font-family: pretendard-600;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6rem;
}

.gallBotBanner{
	margin:8rem 0 0 0;
	border-radius: 1.6rem;
	background: #F9F0F0;
	display: flex;
	padding:5rem 6rem;
	flex-direction: column;
	align-items: center;
	gap: 2.6rem;
	align-self: stretch;
}
.gallBotTextTitle{
	color: #111;
	text-align: center;
	font-family: pretendard-400;
	font-size: 3.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 5.4rem;
}
.gallBotTextTitle span{
	font-weight: 800;
	font-family: pretendard-800;
}
.gallBotTextSub{
	margin:1.6rem 0 0 0;
	overflow: hidden;
	color: #111;
	text-align: center;
	text-overflow: ellipsis;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
}
.gallBotTextSub span{
	font-weight: 700;
		font-family: pretendard-700;
	color: #B20600;
}
.gallBotBtn {
    position: Relative;
}
.gallBotBtn a {
    width: 20.8rem;
    position: Relative;
    display: flex;
    padding: 1.4rem 0rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 666px;
    border: 1px solid #B20600;
    background: #B20600;
    color: #FFF;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8rem;
}
.gallBotBtn a span {
    display: inline-block;
    position: Relative;
    width: 2rem;
    height: 2rem;
    background: url(../img/common/mail_white_icon.webp) no-repeat center/cover;
}
@media (max-width:1920px) {
	.galllist li {
		position: relative;
		flex: 0 0 calc(33.33333333% - 3.2rem);
		margin: 1.7rem 1.6rem;
		box-sizing: border-box;
	}
}
@media (max-width:1600px) {
	.galllist ul {
		margin: -1.6rem -1.4rem;
	}
	.galllist li {
		flex: 0 0 calc(33.33333333% - 2.8rem);
		margin: 1.6rem 1.4rem;
	}
	.gallTitle {
		padding: 2rem 1.6rem;
	}
	.gallTitle .listh2 {
		margin: 0 0 0.8rem 0;
		font-size: 2rem;
		line-height: 3rem;
	}
}
@media (max-width:991px) {
	.galllist li {
		flex: 0 0 calc(50% - 2.8rem);
		margin: 1.6rem 1.4rem;
	}
	
	.gallBotBanner {
		margin: 6rem 0 0 0;
		border-radius: 1.6rem;
		padding: 4rem 3rem;
		gap: 2rem;
	}
	.gallBotTextTitle {
		font-size: 3.4rem;
		line-height: 5rem;
	}
}
@media (max-width:767px) {
	.galllist {
		margin: 3rem 0 0 0;
	}
	.galllist ul {
		margin: -1.4rem -1rem;
	}
	.galllist li {
		flex: 0 0 calc(50% - 2rem);
		margin: 1.4rem 1rem;
	}
	.gallTitle {
		padding: 2rem 1rem 1rem 1rem;
	}
	.gallTitle .category {
		margin: 0 0 0.6rem 0;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	.gallTitle .listh2 {
		margin: 0 0 0.6rem 0;
		font-size: 1.5rem;
		line-height: 2.3rem;
	}
	.gallTitle .listh3 {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.gallTitle span {
		margin: 1.2rem 0 0 0;
		font-size: 1rem;
		line-height: 1rem;
	}
	
	
	.gallBotBanner {
		margin: 4rem 0 0 0;
		border-radius: 1rem;
		padding: 2.6rem 1rem;
		gap: 2rem;
	}
	.gallBotTextTitle {
		font-size: 2rem;
		line-height: 3rem;
	}
	.gallBotTextSub {
		margin: 1rem 0 0 0;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.gallBotBtn a {
		width: 15.4rem;
		padding: 1rem 0rem;
		gap: 0.6rem;
		font-size: 1.4rem;
		line-height: 2.1rem;
	}
	.gallBotBtn a span {
		width: 1.6rem;
		height: 1.6rem;
	}
}
@media (max-width:600px) {
	.galllist ul {
		margin: 0;
	}
	.galllist li {
		flex: 0 0 calc(100% - 0rem);
		margin: 0;
	}
	.galllist li {
		padding: 2.4rem 0;
		flex: 0 0 calc(100% - 0rem);
		margin: 0;
		border-bottom: 1px solid rgba(17, 17, 17, 0.1);
	}
	.galllist li:nth-child(1){
		padding:0 0 2.4rem 0;
	}
	.gallTitle {
		padding: 1.6rem 0 0 0;
	}
}


/*-----------------------------------------
# 소식 - 유튜브
-------------------------------------------*/
.maSumyouBox.listp .masytitle{
	background: #F2EFEF;
}
.maSumyouBox.listp .masytitle h2{
	-webkit-line-clamp: 2;
}
@media (max-width:1100px) {
	.galllist.youtube li {
		flex: 0 0 calc(50% - 2.8rem);
		margin: 1.6rem 1.4rem;
	}
}
@media (max-width:767px) {
	.galllist.youtube li {
        flex: 0 0 calc(50% - 2rem);
        margin: 1.4rem 1rem;
    }
}
@media (max-width:600px) {
	.galllist.youtube ul {
		gap:2rem;
		margin: 0;
	}
	.galllist.youtube li {
        padding: 0;
        flex: 0 0 calc(100% - 0rem);
        margin: 0;
        border-bottom:none;
    }
}

/*-----------------------------------------
# 소식 - 인스타그램
-------------------------------------------*/
.instWrap {
    padding: 6rem 0 0 0;
    position: relative;
}
.instSideBox {
    max-width: 168rem;
    padding: 0 4rem;
	margin: 0 auto;
    position: relative;
}
.instagram-reel-box {
	border-radius: 2rem;
    overflow: hidden;
    width: 100%;
    position: Relative;
    padding-bottom: 146%;
}
.instagram-reel-box iframe {
    transform: translateX(-50%);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: -54px;
}
@media (max-width:1300px) {
	.instagram-reel-box iframe {
		height: 103%;
	}
}
@media (max-width:1100px) {
	.instagram-reel-box iframe {
		height: 100%;
	}
}
@media (max-width:900px) {
	.instagram-reel-box iframe {
		height: 103%;
	}
}
@media (max-width:767px) {
	.instWrap {
		padding: 4rem 0 0 0;
	}
	.instagram-reel-box iframe {
		height: 107%;
	}
	.instagram-reel-box {
		border-radius: 1rem;
	}
}
@media (max-width:600px) {
	.instagram-reel-box iframe {
		height: 99%;
	}
}
@media (max-width:500px) {
	.instagram-reel-box iframe {
		height: 102%;
	}
}
@media (max-width:400px) {
	.instagram-reel-box iframe {
		height: 106%;
	}
}
/*-----------------------------------------
# 언론보도 리스트
-------------------------------------------*/
.columnTopWrap{
	width:100%;
	position:relative;
	padding:0 0 10rem 0;
	overflow:hidden;
}
.columnTopWrap .mcoluInner {
    margin: 6.4rem 0 0 0;
}
.columnTopWrap .subtoplinkWrap{
	padding:0;
}

.columnWrap{
	width:100%;
	position:relative;
	background: #F8F8F8;
	padding:10rem 0 12rem 0;
}
.columnSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}
.columnWrap .seatopboxInner{
	margin:0;
}
.columnWrap .seatin input{
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
}
.coluItem{
	position:relative;
	margin:6rem 0 0 0;
}
.coluItem ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1.4rem;
    list-style-type: none;
    justify-content: flex-start;
}
.coluItem li {
	position:relative;
    flex: 0 0 calc(25% - 2.8rem);
    margin: 1.4rem;
    box-sizing: border-box;
}
.coluItem .coluList figure {
    padding-bottom: 71.896%;
}
.coluItem .coluTitle {
    gap: 0rem;
}
.coluItem .coluTitle h2 {
	-webkit-line-clamp: 1;
    margin: 1rem 0 0.8rem 0;
}
.coluItem .coluTitle h3 {
	-webkit-line-clamp: 1;
    margin: 1rem 0 0.8rem 0;
}



.boacateBox {
    display: flex;
    margin: 3rem 0 0 0;
    position: Relative;
    justify-content: center;
    align-items: center;
}
.boacateBox .swiper-slide{
	width:auto!important;
}
.boacate{
	position:Relative;
}
.boacate a{
	display: flex;
	padding: 0.9rem 2.3rem;
	justify-content: center;
	align-items: center;
	border-radius: 9.9rem;
	border: 1px solid rgba(0, 0, 0, 0.10);
	color: #000;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}
.boacate a.selected{
	border: 1px solid #142952;
	background: #142952;
	color: #FFF;
	font-weight: 700;
	font-family: pretendard-700;
}
@media (max-width:1600px) {
	.coluItem {
		margin: 4rem 0 0 0;
	}
	.coluItem ul {
		margin: -1.5rem;
	}
	.coluItem li {
		position: relative;
		flex: 0 0 calc(25% - 3rem);
		margin: 2rem 1.5rem;
		box-sizing: border-box;
	}
}
@media (max-width:1200px) {
	.coluItem ul {
		margin: -1.5rem;
	}
	.coluItem li {
		position: relative;
		flex: 0 0 calc(33.3333333333% - 3rem);
		margin: 2rem 1.5rem;
		box-sizing: border-box;
	}
}
@media (max-width:991px) {
	.columnTopWrap .mcoluInner {
		margin: 6rem 0 0 0;
	}
	.columnTopWrap {
		padding: 0 0 8rem 0;
	}
	
	.columnWrap {
		padding: 8rem 0 10rem 0;
	}
	.coluItem ul {
		margin: -1.5rem;
	}
	.coluItem li {
		position: relative;
		flex: 0 0 calc(50% - 3rem);
		margin: 2rem 1.5rem;
		box-sizing: border-box;
	}
	.coluItem .coluTitle h2 {
		font-size: 1.8rem;
		margin: 1rem 0 0.8rem 0;
	}
	.coluItem .coluTitle h3 {
		font-size: 1.8rem;
		margin: 1rem 0 0.8rem 0;
	}
	
	
	.boacate a {
		padding: 0.8rem 2rem;
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
}
@media (max-width:767px) {
	.columnTopWrap .mcoluInner {
		margin: 3rem 0 0 0;
	}
	.columnTopWrap {
		padding: 0 0 5rem 0;
	}
	
	.columnWrap {
		padding: 5rem 0 6rem 0;
	}
	.coluItem ul {
		margin: -1rem;
	}
	.coluItem li {
		position: relative;
		flex: 0 0 calc(50% - 2rem);
		margin: 2rem 1rem;
		box-sizing: border-box;
	}
	.coluItem {
		margin: 3rem 0 0 0;
	}
	.coluItem .coluTitle h2 {
		-webkit-line-clamp: 1;
		font-size: 1.8rem;
		margin: 1rem 0 0.6rem 0;
	}
	.coluItem .coluTitle h3 {
		-webkit-line-clamp: 1;
		font-size: 1.8rem;
		margin: 1rem 0 0.6rem 0;
	}
	.coluItem .coluTitle h3.listh3{
		font-size: 1.4rem;
        line-height: 2.3rem;
	}
	
	
	.boacate a {
		padding: 0.7rem 1.4rem;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
}
@media (max-width:600px) {
	.coluItem ul {
		gap:3rem;
		margin: 0rem;
	}
	.coluItem li {
		position: relative;
		flex: 0 0 calc(100% - 0rem);
		margin: 0rem;
		box-sizing: border-box;
	}
}