.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 2rem;
}
.subBreInner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.subBreInner dl{
	color: #000;
	text-align: left;
    font-family: pretendard-500;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
}

.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: #142952;
    font-family: pretendard-600;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.6rem;
}


.subtoplinkWrap {
	margin:1rem 0 0 0;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subtoplink{
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 0.6rem;
	background: rgba(248, 248, 248, 0.80);
	backdrop-filter: blur(5px);
	padding:0 6rem;
	gap:5rem;
}
.stlink{
	height:6rem;
	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.6;
}
.stlink a.on{
	opacity: 1;
	color: #142952;
}
.stlink a.on:after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	background:#142952;
}

@media (max-width:1600px) {
	.subWrap {
		margin: 8.2rem 0 0 0;
	}
}
@media (max-width:1200px) {
	
}
@media (max-width:991px) {
	.subWrap {
		margin: 7rem 0 0 0;
	}
	
	
	.subtoplink {
		border-radius: 0.6rem;
		padding: 0 6rem;
		gap: 4rem;
	}
	.stlink a {
		font-size: 1.7rem;
		line-height: 2rem;
	}
}
@media (max-width:767px) {
	.subWrap {
		margin: 6rem 0 0 0;
	}
	
	.subBreWrap {
		padding: 1rem 0 0 0;
	}
	.subBreInner dl {
		font-size: 2rem;
		line-height: 2.4rem;
	}
	.sub_bred {
		gap: 1rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.sub_bred b {
		font-size: 1.2rem;
		line-height: 2rem;
	}
	
	
	.subtoplinkWrap {
		margin: 2rem 0 0 0;
		padding: 0 2rem;
	}
	.subtoplink {
		width: 100%;
		border-radius: 0.4rem;
		padding: 0;
		gap: 2rem;
	}
	.stlink a {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

/*-----------------------------------------
# 태하소개 - 태하소개
-------------------------------------------*/
.aboutWrap{
	position:Relative;
	width:100%;
	background: #F6F2ED;
}

.aboutTop{
	height: 130rem;
	padding: 11rem 0 0 0;
	position:Relative;
	width:100%;
	background-image: url(/public/img/sub/about/aboutTop_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.about_hand{display:none;}
.aboutTopInner{
	width:100%;
	position:relative;
	padding:0;
}
.aboutTopSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}
.atContentBox{
	width:100%;
	position:relative;
	margin:6rem 0 0 0;
}
.atTitle{
	position:Relative;
}
.atTitle h1{
	margin:0;
	color: #000;
	text-align: center;
	font-family: pretendard-600;
	font-size: 6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 7.8rem;
}
.atTitle h1 span{
	display:inline-block;
	margin:0 0 0 0.8rem;
	text-align: center;
	font-family: pretendard-700;
	font-size: 7rem;
	font-weight: 700;
	background: linear-gradient(0deg, #79591B 0%, #D4AD60 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.atTitle h1 b{
	margin:0;
	font-family: pretendard-500;
	font-weight: 500;
}
.atTitle h2{
	margin:4rem 0 0 0;
	text-align: center;
	color: #000;
	font-family: pretendard-300;
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.8rem;
}
.atTitle h2 span{
	font-family: pretendard-600;
	font-weight: 600;
}
.atTitle h2 p{
	margin:1.4rem 0 0 0;
}

.aboutInfoWrap{
	margin: -34rem 0 0 0;
	position:Relative;
	padding:10rem 0 12rem 0;
}
.aboutInfoSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}
.ainInner{
	position:Relative;
	width:100%;
	display:flex;
	border-radius: 1.2rem;
	overflow:hidden;
}
.ainBox{
	position:Relative;
}
.ainBox.ct01{
	background:#fff;
	width:86rem;
	padding: 10rem;
}
.ainBox.ct02{
	padding:5rem 0 0 0;
	width:74rem;
	background-image: url(/public/img/sub/about/ainRight_img_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.ainBox.ct02 dl{
	color: #FFF;
text-align: center;
/* font-family: "Ubuntu", sans-serif; */
font-family: "Bodoni Moda";
font-size: 10rem;
font-style: normal;
font-weight: 500;
line-height: 10rem;
letter-spacing: 0.6rem;
text-transform: capitalize;
}

.ainBox.ct01 .aiTitle{
	margin:0 0 8rem 0;
}
.aiTitle{
	position:Relative;
}
.aiTitle p{
	margin:0 0 2rem 0;
	text-align:left;
	color: #000;
	font-family: pretendard-300;
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.2rem;
}
.aiTitle p span{
	font-weight: 600;
	font-family: pretendard-600;
}
.aiTitle h2{
	margin:0;
	text-align:left;
	color: #000;
	font-family: pretendard-600;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 6rem;
}

.ainList{
	position:Relative;
	margin:6rem 0 0 0;
}
.ainList dl{
	margin:0 0 2rem 0;
	text-align:left;
	color: #E6C27C;
	font-family: pretendard-700;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.2rem;
}
.ainLText{
	display:flex;
	margin:0 0 4.9rem 0;
	position:Relative;
}
.ainLText:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-2.4rem;
	width: 4rem;
	height: 1px;
	background: #142952;
}
.ainLText h3{
	text-align:left;
	color: #000;
	font-family: pretendard-600;
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.2rem;
}
.ainList h4{
	text-align:left;
	margin:1.8rem 0 0 0;
	color: #000;
	font-family: pretendard-300;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.4rem;
}


.ainVer2Inner{
	margin:14rem 0 0 0;
	position:Relative;
	width:100%;
	display:flex;
	overflow:hidden;
}
.ainVer2{
	position:Relative;
}
.ainVer2.ct01 {
    width: 86rem;
    padding: 0 0 0 10rem;
}
.ainVer2.ct01 img{
	height:49rem;
}
.ainVer2.ct02{
	padding:0;
	width:74rem;
}
.ainVer2.ct02 .aiTitle{
	margin:0 0 8rem 0;
}
.ainVer2.ct02 .aiTitle:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-4rem;
	width: 4rem;
	height: 1px;
	background: #142952;
}
.ainVer2List{
	position:Relative;
}
.ainVer2List h3{
	margin:3rem 0 0 0;
	color: #000;
	text-align:left;
	font-family: pretendard-300;
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.4rem;
}
.ainVer2List h3 span{
	font-weight: 600;
	font-family: pretendard-600;
}


.about_bordWrap {
    overflow: hidden;
    position: Relative;
    width: 100%;
    padding: 0;
	background:#142952;
}
.aboutBord .swiper-wrapper {
    transition-timing-function: linear !important;
}
.aboutBord .swiper-slide {
    height: 20rem;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutBord .swiper-slide img {
    display: block;
    max-width: 100%;
	height:6.4rem;
}

.aboutColWrap{
	overflow:hidden;
	position:Relative;
	padding:10rem 0 10rem 0;
	background-image: url(/public/img/sub/about/aboutMedia_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.aboutColSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}
.acolTitle{
	position:Relative;
	margin:0 0 7rem 0;
}
.acolTitle h2{
	margin:0;
	color: #FFF;
	text-align: center;
	font-family: pretendard-600;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 6rem;
}

.acolList .coluTitle h3{
	color:#fff;
}
.acolList .normalSbtn .swiper-button-prev,
.acolList .normalSbtn .swiper-button-next{
	background:#fff;
}
.acolList .normalprbar .swiper-pagination-progressbar{
	background: rgba(238, 238, 238, 0.10);
}
.acolList .normalprbar .swiper-pagination-progressbar-fill{
	background:#fff!important;
}

.acolList .mcoluLeft:before {
    content: none;
}
.acolList .coluList figure:after{
	content: none;
}

.acolList .mcoluInner{
	gap:0;
}
.acolList .mcoluRight {
    padding: 0 0 0 4rem;
}
.acolList .mainColusilInner {
    overflow: hidden;
}
@media (max-width:1600px) {
	.aboutTop {
		height: 130rem;
		padding: 9rem 0 0 0;
	}
	
	
	.ainBox.ct01 {
		padding: 8rem 6rem;
	}
	.ainBox.ct02 dl {
		font-size: 8rem;
		line-height: 8rem;
		letter-spacing: 0.4rem;
	}
	
	
	.ainVer2.ct01 {
		padding: 0 0 0 6rem;
	}
}
@media (max-width:1200px) {
	.ainInner {
		position: Relative;
		width: 100%;
		display: flex;
		border-radius: 1.2rem;
		overflow: hidden;
		flex-direction: column;
	}
	.ainBox.ct01 {
		width: 100%;
		padding: 8rem 6rem;
	}
	.ainBox.ct02 {
		padding: 5rem 0 0 0;
		width: 100%;
		height: 60vw;
		background-image: url(/public/img/sub/about/ainRight_img_bg_mo.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	
	
	.ainVer2.ct01 {
		padding: 0 0 0 4rem;
	}
}
@media (max-width:991px) {
	.aboutTop {
		height: 110rem;
		padding: 7rem 0 0 0;
	}
	.atTitle h1 {
		font-size: 5rem;
		line-height: 6.8rem;
	}
	.atTitle h1 span {
		margin: 0 0 0 0.4rem;
		font-size: 6rem;
	}
	.atTitle h2 {
		margin: 3rem 0 0 0;
		font-size: 1.9rem;
		line-height: 3.4rem;
	}
	.atTitle h2 p {
		margin: 1rem 0 0 0;
	}
	
	
	.aboutInfoWrap {
		margin: -24rem 0 0 0;
		padding: 6rem 0 10rem 0;
	}
	.aboutInfoSideBox {
		padding: 0;
	}
	.ainBox.ct01 {
		padding: 6rem 4rem;
	}
	.ainBox.ct01 .aiTitle {
		margin: 0 0 6rem 0;
	}
	.aiTitle h2 {
		font-size: 3.5rem;
		line-height: 5rem;
	}
	.aiTitle p {
		margin: 0 0 1.4rem 0;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.ainList {
		margin: 4rem 0 0 0;
	}
	.ainList dl {
		margin: 0 0 1rem 0;
		font-size: 2rem;
		line-height: 2rem;
	}
	.ainLText {
		margin: 0 0 3.9rem 0;
	}
	.ainLText:after {
		bottom: -2rem;
		width: 4rem;
	}
	.ainLText h3 {
		font-size: 2.6rem;
		line-height: 3.6rem;
	}
	.ainBox.ct02 {
		padding: 4rem 0 0 0;
	}
	.ainBox.ct02 dl {
		font-size: 7rem;
		line-height: 7rem;
		letter-spacing: 0.4rem;
	}
	.ainVer2Inner {
		margin: 6rem 0 0 0;
		position: Relative;
		width: 100%;
		display: flex;
		overflow: hidden;
		flex-direction: column;
	}
	.ainVer2.ct01 {
		display: flex;
		width: 100%;
		padding: 0;
		align-items: center;
		justify-content: center;
	}
	.ainVer2.ct01 img {
		height: 35rem;
	}
	.ainVer2.ct02 {
		padding: 0 4rem;
		width: 100%;
	}
	.ainVer2.ct02 .aiTitle {
		margin: 0 0 6rem 0;
	}
	.ainVer2.ct02 .aiTitle:after {
		bottom: -3rem;
		width: 4rem;
	}
	.ainVer2List h3 {
		margin: 2rem 0 0 0;
		font-size: 1.8rem;
		line-height: 3.4rem;
	}
	
	
	.aboutBord .swiper-slide {
		height: 16rem;
	}
	.aboutBord .swiper-slide img {
		height: 5.4rem;
	}
	
	
	.aboutColWrap {
		padding: 6rem 0 10rem 0;
	}
	.acolTitle {
		margin: 0 0 5rem 0;
	}
	.acolTitle h2 {
		font-size: 3.5rem;
		line-height: 5rem;
	}
	.acolList .mcoluInner {
		gap: 3rem;
	}
	.acolList .mcoluRight {
		padding: 0;
	}
	.acolList .mainColusilInner {
		overflow: unset;
	}
}
@media (max-width:767px) {
	.aboutTop {
		padding: 6rem 0 0rem 0;
		height: auto;
		background-image: url(/public/img/sub/about/aboutTop_bg_mo.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	.about_hand {
		margin: 2rem 0 0 0;
		display: flex;
	}
	.aboutTopSideBox {
		padding: 0;
	}
	.atContentBox {
		margin: 3rem 0 0 0;
	}
	.atTitle h1 {
		font-size: 3rem;
		line-height: 3.8rem;
	}
	.atTitle h1 span {
		line-height: 4.2rem;
		margin: 0 0 0 0.4rem;
		font-size: 3.4rem;
	}
	.atTitle h2 {
		margin: 2rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	.atTitle h2 br{display:none;}
	
	
	
	.aboutInfoWrap {
		margin: 0;
		padding: 0rem 0 4rem 0;
	}
	.ainBox.ct01 {
		padding: 3rem 2rem;
	}
	.aiTitle p {
		margin: 0 0 0.6rem 0;
		font-size: 1.5rem;
		line-height: 2.3rem;
	}
	.aiTitle h2 {
		font-size: 2.5rem;
		line-height: 3.4rem;
	}
	.ainBox.ct01 .aiTitle {
		margin: 0 0 2.4rem 0;
	}
	.ainList {
		margin: 2rem 0 0 0;
	}
	.ainList dl {
		margin: 0 0 0.4rem 0;
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.ainLText {
		margin: 0 0 1rem 0;
	}
	.ainLText:after{content:none;}
	.ainLText h3 {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.ainList h4 {
		margin: 0.6rem 0 0 0;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.ainList h4 br{display:none;}
	.ainBox.ct02 dl {
		font-size: 5rem;
		line-height: 5rem;
		letter-spacing: 0.3rem;
	}
	.ainBox.ct02 {
		padding: 1.5rem 0 0 0;
	}
	.ainVer2Inner {
		margin: 4rem 0 0 0;
	}
	.ainVer2.ct01 img {
		height: 24rem;
	}
	.ainVer2.ct02 {
		margin: -4rem 0 0 0;
		padding: 0 2rem;
	}
	.ainVer2.ct02 .aiTitle {
		margin: 0 0 2.4rem 0;
	}
	.ainVer2.ct02 .aiTitle:after{content:none;}
	.ainVer2List h3 {
		letter-spacing: -0.42px;
		margin: 1rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	
	
	
	.aboutBord .swiper-slide {
		height: 9.5rem;
	}
	.aboutBord .swiper-slide img {
		height: 4rem;
	}
	
	
	
	
	.aboutColWrap {
		padding: 4rem 0 4rem 0;
	}
	.acolTitle {
		margin: 0 0 3rem 0;
	}
	.acolTitle h2 {
		font-size: 2.5rem;
		line-height: 3.4rem;
	}
	.acolList .mcoluInner {
		gap: 2rem;
	}
}

/*-----------------------------------------
# 태하소개 - 변호사 소개 리스트
-------------------------------------------*/
.lawyWrap{
	width:100%;
	position:relative;
	padding:6rem 0 12rem 0;
}
.lawySideBox{
	margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}

.lawyItem {
    position: relative;
    margin: 4rem 0 0 0;
}
.lawyItem ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -2rem;
    list-style-type: none;
    justify-content: flex-start;
}
.lawyItem li {
    position: relative;
    flex: 0 0 calc(25% - 4rem);
    margin: 2rem;
    box-sizing: border-box;
}
.lawyCard{
	overflow:hidden;
	position:Relative;
	border-radius: 1.4rem;
	background: linear-gradient(180deg, #F4F4F4 80%, #FFF 100%);
	padding:4rem 0 6rem 0;
}
.lawyCard:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.4rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top-color: rgba(0, 0, 0, 0.06);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.06);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.06);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.06);
    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: linear-gradient(180deg, #F4F4F4 80%, #FFF 100%);
	box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.10);
}
.lawyCard:hover:after{
	border: 1px solid #000;
}

.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 {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.90) 100%); */
    box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(4px);
    padding: 2rem 3.5rem 3.5rem 3.5rem;
    display: flex;
    flex-direction: column;
	
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.80) 100%);
}
.lawyInfo span{
	color: #E6C27C;
	text-align: left;
	font-family: pretendard-700;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.2rem;
}
.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-end;
}
.lawyInfo h2 b{
	color: #fff;
	text-align: left;
	font-family: 'MaruBuri';
	font-size: 3.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
	letter-spacing: 0.5rem;
}
.lawyInfo h2 p{
	opacity: 0.6;
	color: #fff;
	text-align: left;
	font-family: pretendard-500;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
}

@media (max-width:1600px) {
	.lawyItem ul {
		margin: -1.5rem;
	}
	.lawyItem li {
		flex: 0 0 calc(25% - 3rem);
		margin: 1.5rem;
	}
}
@media (max-width:1200px) {
	.lawyItem ul {
		margin: -1.5rem;
	}
	.lawyItem li {
		flex: 0 0 calc(33.333333333% - 3rem);
		margin: 1.5rem;
	}
	.lawyInfo {
		box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.10);
		padding: 2rem 2rem 3rem 2rem;
	}
	.lawyInfo h2 b {
		font-size: 3rem;
		line-height: 4rem;
		letter-spacing: 0.4rem;
	}
}
@media (max-width:991px) {
	.lawyWrap {
		padding: 4rem 0 10rem 0;
	}
	.lawyItem ul {
		margin: -1rem;
	}
	.lawyItem li {
		flex: 0 0 calc(33.333333333% - 2rem);
		margin: 1rem;
	}
	.lawyInfo {
		box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.10);
		padding: 1.2rem 1.6rem 1.6rem 1.6rem;
	}
	.lawyInfo h2 {
		gap: 0.6rem;
		padding: 1.2rem 0 0 0;
		margin: 1.2rem 0 0 0;
	}
	.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;
	}
}
@media (max-width:767px) {
	.lawyWrap {
		padding: 3rem 0 5rem 0;
	}
	.lawyItem {
		margin: 2rem 0 0 0;
	}
	.lawyItem ul {
		margin: -0.2rem;
	}
	.lawyItem li {
		flex: 0 0 calc(33.333333333% - 0.4rem);
		margin: 0.2rem;
	}
	.lawyCard {
		border-radius: 0.6rem;
		padding: 1.4rem 0 4rem 0;
	}
	.lawyCard:after {
		border-radius: 0.6rem;
	}
	.lawyInfo {
		box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.10);
		padding: 0.8rem 1.2rem 1.2rem 1.2rem;
	}
	.lawyInfo h2 {
		gap: 0.3rem;
		padding: 0.8rem 0 0 0;
		margin: 0.8rem 0 0 0;
	}
	.lawyInfo span {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.lawyInfo h2 b {
		font-size: 1.6rem;
		line-height: 2rem;
		letter-spacing: 0.64px;
	}
	.lawyInfo h2 p {
		font-size: 9px;
		line-height:1.5rem;
	}
	
	
	.lawyCard figure img {
		max-width: 130%;
		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 55%, rgba(0, 0, 0, 0.10) 95%, rgba(0, 0, 0, 0.00) 100%);
	}
}
@media (max-width:410px) {
	.lawyInfo {
		box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.10);
		padding: 0.8rem 1rem 1.2rem 1rem;
	}
	.lawyInfo span {
		letter-spacing:-0.4px;
		font-size: 1.1rem;
		line-height: 1.4rem;
	}
}
@media (max-width:350px) {
	.lawyInfo span {
		font-size: 1rem;
		line-height:1.4rem;
	}
}

/*-----------------------------------------
# 태하소개 - 언론보도 리스트
-------------------------------------------*/
.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: -2rem;
    list-style-type: none;
    justify-content: flex-start;
}
.coluItem li {
	position:relative;
    flex: 0 0 calc(25% - 4rem);
    margin: 3rem 2rem;
    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;
}
@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;
	}
}
@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;
	}
}
@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;
	}
}

/*-----------------------------------------
# 태하소개 - 오시는 길
-------------------------------------------*/
.rouTopWrap{
	width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.rouSideBox {
    margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}

.roupBox {
    margin: 6.4rem 0 0 0;
    display: flex;
    justify-content: center;
}
.roupInner{
	display:flex;
	gap:5rem;
}
.roup{
	position:Relative;
}
.roup a{
	display: flex;
	position:Relative;
	padding:0 0 2rem 0;
	color: #888;
	text-align: center;
	font-family: pretendard-400;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}
.roup a.on{
	font-family: pretendard-600;
	font-weight: 600;
	color: #142952;
}
.roup a.on:after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0.3rem;
	border-radius: 0.3rem 0.3rem 0 0;
	background: #142952;
}
.rouLawBox {
    width: 100%;
    position: Relative;
    background-image: url(/public/img/sub/about/rouLawyer_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: flex;
    padding: 5rem 2rem;
    justify-content: center;
    align-items: flex-end;
	border-radius: 1rem;
}
.rouLawPerson {
    margin: 0 0 -5rem 0;
    width: 62rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.rouLawPerson img{
	height:53.7rem;
}
.rouLawinfo{
	width:62rem;
	height:100%;
	padding:4rem 6rem 5rem 6rem;
	border-radius: 0.8rem;
	background: #FFF;
	box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.05);
}
.rouTitle{
	position:Relative;
	padding:0 0 3rem 0;
	margin:0 0 3rem 0;
	border-bottom:1px solid #eee;
}
.rouTitle h2 {
    display: flex;
    position: Relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.rouTitle h2 b {
    gap: 1.4rem;
    display: flex;
    color: #000;
    font-family: 'MaruBuri';
    font-size: 4.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6rem;
    letter-spacing: 0.92rem;
    align-items: flex-end;
}
.rouTitle h2 b span{
	color: #000;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.2rem;
	letter-spacing: 0px;
}
.rouTitle h2 p{
	text-align:left;
	margin:2rem 0 0 0;
	color: #000;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.2rem;
}

.rou_ante ul {
    position: Relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0rem;
    list-style-type: none;
    justify-content: flex-start;
}
.rou_ante li {
    position: relative;
    flex: 0 0 calc(100% - 0rem);
    margin: 0rem;
    box-sizing: border-box;
}
.rou_ante li:nth-child(1) h3{
	margin:0;
}
.rou_ante h3 {
    position: Relative;
    margin: 1rem 0 0 0;
    padding: 0 0 0 1.2rem;
    text-align: left;
    color: #000;
    font-family: pretendard-300;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.4rem;
}
.rou_ante h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #E6C27C;
}

.rouCaseWrap .lawDeCaseWrap {
    padding: 0rem 0 3rem 0;
	background: #fff;
}

.rouColumWrap .lawDeColumWrap {
    background: #F8F8F8;
    padding: 8rem 0 8rem 0;
}

.rouMapWrap{
	width: 100%;
    position: relative;
    padding: 8rem 0 8rem 0;
    overflow: hidden;
}
.rouMapSideBox {
    margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}
.rouMapWrap .locaInner {
    overflow: hidden;
    border-radius: 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.roulocaInner{
	position:Relative;
}
@media (max-width:1600px) {
	.rouLawinfo {
		padding: 3rem 4rem 4rem 4rem;
	}
}
@media (max-width:991px) {
	.roupBox {
		margin: 4rem 0 0 0;
	}
	.roupInner {
		gap: 4rem;
	}
	.roup a {
		padding: 0 0 2rem 0;
		font-size: 2rem;
		line-height: 2rem;
	}
	
	.rouMapWrap {
		padding: 4rem 0 8rem 0;
	}
	
	
	.rouLawBox {
		display: flex;
		padding: 4rem 2rem;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.rouLawPerson img {
		height: 40.7rem;
	}
	.rouLawinfo {
		width: 100%;
		padding: 3rem 3rem 3rem 3rem;
	}
	.rouTitle {
		padding: 0 0 3rem 0;
		margin: 0 0 3rem 0;
	}
	.rouTitle h2 b {
		gap: 1rem;
		font-size: 4rem;
		line-height: 6rem;
		letter-spacing: 0.7rem;
	}
	.rouTitle h2 p {
		margin: 1.6rem 0 0 0;
		font-size: 1.8rem;
		line-height: 3rem;
	}
}
@media (max-width:767px) {
	.rouTopWrap .subtoplinkWrap{
		padding:0;
	}
	.roupBox {
		margin: 3rem 0 0 0;
	}
	.roupInner {
		padding: 0 1.2rem;
		display: flex;
		width: 100%;
		gap: 0;
		justify-content: space-between;
	}
	.roup a {
		padding: 0 0 1rem 0;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.roup a.on:after {
		height: 0.2rem;
		border-radius: 0.3rem 0.3rem 0 0;
	}
	
	
	.rouLawBox {
		border-radius: 0.8rem;
		padding: 3rem 1rem 1rem 1rem;
	}
	.rouLawPerson img {
		height: 31.6rem;
	}
	.rouLawinfo {
		border-radius: 0.6rem;
		width: 100%;
		padding: 2rem;
	}
	.rouTitle h2 b {
		gap: 0.8rem;
		font-size: 2.6rem;
		line-height: 3.4rem;
		letter-spacing: 0.52rem;
	}
	.rouTitle h2 b span {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.rouTitle h2 p {
		margin: 1rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.rouTitle {
		padding: 0 0 1.6rem 0;
		margin: 0 0 1.6rem 0;
	}
	.rou_ante h3 {
		margin: 0;
		padding: 0 0 0 0.9rem;
		font-size: 1.3rem;
		line-height: 2.1rem;
	}
	.rou_ante h3:before {
		top: 0.9rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	
	
	.rouCaseWrap .lawDeCaseWrap {
		padding: 0rem 0 0rem 0;
		background: #fff;
	}
	.rouColumWrap .lawDeColumWrap {
		padding: 5rem 0 5rem 0;
	}
	
	
	.rouMapWrap .locaInner {
		border-radius: 0.6rem;
	}
	.rouMapWrap.seoul {
		padding: 0rem 0 6rem 0;
	}
	.rouMapWrap {
		padding: 2rem 0 5rem 0;
	}
}


/*-----------------------------------------
# 실제사례 리스트
-------------------------------------------*/
.caseWrap{
	width:100%;
	position:relative;
	padding:6rem 0 12rem 0;
}
.caseSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 164rem;
    padding: 0 2rem;
}



.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;
	border: none;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	position: relative;
	height: 100%;
	border-radius: 0.6rem;
	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 {border:none;}
.seatin input:focus{outline: none;}
.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: #888;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 2.6rem;
}


.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;
}

.caseItem{
	position:relative;
	margin:8rem 0 0 0;
}
.caseItem ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -2rem;
    list-style-type: none;
    justify-content: flex-start;
}
.caseItem li {
	position:relative;
    flex: 0 0 calc(25% - 4rem);
    margin: 2rem;
    box-sizing: border-box;
}

.caseItem .cardlawyer {
    gap: 1.6rem;
}
.caseItem .cardMore {
    margin: 0 0 0 3rem;
}
.caseItem .caseCard:hover{
	box-shadow: 2rem 2rem 6rem 0 rgba(0, 0, 0, 0.10);
}

@media (max-width:1600px) {
	.caseItem ul {
		margin: -1.5rem;
	}
	.caseItem li {
		flex: 0 0 calc(25% - 3rem);
		margin: 1.5rem;
	}
}
@media (max-width:1200px) {
	.caseItem li {
		flex: 0 0 calc(33.333333333% - 3rem);
		margin: 1.5rem;
	}
}
@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: 6rem 0 0 0;
	}
	.caseItem li {
		flex: 0 0 calc(50% - 3rem);
		margin: 1.5rem;
	}
	.caseItem .cardlawyer {
		gap: 1.2rem;
	}
	
	
	.seatin {
		width: 44rem;
		height: 6rem;
	}
	.seatin input {
		border-radius: 0.4rem;
		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: 3rem 0 6rem 0;
	}
	.caseWrap.caseListWrap{
		overflow:hidden;
	}
	
	.caseSideBox.cateSelInner{
		padding:0 2rem 0 2rem;
	}
	.boacateBox .swiper {
		width: 100%;
		overflow: unset;
	}
	.boacateBox .swiper-container-horizontal {
		touch-action: pan-y;
	}
	.boacateBox .swiper-wrapper{
		justify-content: flex-start;
	}
	.boacateBox {
		display: flex;
		margin: 1.6rem 0 0 0;
		position: Relative;
		justify-content: flex-start;
		align-items: center;
	}
	.boacate a {
		padding: 0.7rem 1.4rem;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	
	
	.caseItem {
		margin: 4rem 0 0 0;
	}
	.caseItem .caseCard:hover{
		transform: translateY(-1rem);
		box-shadow: 1.4rem 1.4rem 4rem 0 rgba(0, 0, 0, 0.10);
	}
	.caseItem ul {
		margin: -1.2rem;
	}
	.caseItem li {
		flex: 0 0 calc(50% - 2.4rem);
		margin: 1.2rem;
	}
	
	
	.seatopbox{
		width:100%;
	}
	.seatin {
		width: 100%;
		height: 5rem;
	}
	.seatin input {
		border-radius: 0.6rem;
		padding: 0 2rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.seatin input::placeholder {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.seatin button {
		top: 0.5rem;
		right: 1rem;
		width: 4rem;
		height: 4rem;
		background-size: 1.8rem;
	}
}
@media (max-width:600px) {
	.caseItem ul {
		gap:2.4rem;
		margin: 0rem;
	}
	.caseItem li {
		flex: 0 0 calc(100% - 0rem);
		margin: 0rem;
	}
	.caseItem .cardMore {
		margin: 0 0 0 8.5rem;
	}
}
@media (max-width:440px) {
	.caseItem .cardMore {
		margin: 0px 0 0 5rem;
	}
}
@media (max-width:360px) {
	.caseItem .cardMore {
		margin: 0px 0 0 3rem;
	}
}

/*----- # 페이징 ---*/
.pc_pagenation{
display:block;
}
.mo_pagenation{
display:none;
}
.front_paging_line{
margin-top: 6rem;
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: #142952;
color:#fff;
border: 1px solid #142952;
font-family: pretendard-700;
font-weight: 700;
}
.front_paging_number_box ul li.on_front_paging:hover{
background: #142952;
color:#fff;
border: 1px solid #142952;
font-family: pretendard-700;
font-weight: 700;
}
.front_paging_number_box ul li {
border-radius: 4px;
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 #F5F5F5;
background: #F5F5F5;
}

.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: #fff;
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 {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: #fff;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 {width: 3.4rem;height: 3.4rem;font-size: 1.2rem;line-height: 1.4rem;}
	.next_page {line-height: 1.4rem;font-size: 1.2rem;margin-left: 0.3rem;width: 3.4rem;height: 3.4rem;}
	.next_page:after {width: 1.4rem;height: 1.2rem;}
	.prev_page {line-height: 1.4rem;font-size: 1.2rem;margin-right: 0.3rem;width: 3.4rem;height: 3.4rem;}
	.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;
}

@media (max-width:1600px) {
	
}
@media (max-width:991px) {
	
}
@media (max-width:767px) {
	
}


/*-----------------------------------------
# 온라인 상담
-------------------------------------------*/
.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;
	}
}