.subwrap{
	position:relative;
}
.overhidden {
    overflow: hidden;
}
/*================== :::::::::::::: 서브 비주얼 영역 START ~ :::::::::::::: ==================*/
.subTwrap{
	width:100%;
	position:relative;
	z-index:13;
}
.subTSideBox{
	padding:22.2rem 2rem 6rem 2rem;
	max-width:1500px;
	margin:0 auto;
	width:100%;
	position:relative;
}

.subtbox{
	display:block;
	text-align:left;
	margin-bottom:11.6rem;
}
@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.subtbox span{
	display:none;
	
	color: #FFF;
	font-family: "DM Serif Display", serif;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
	letter-spacing: 0.1625rem;
}
.subtbox h1{
	display:block;
	margin:0rem 0rem 3rem 0rem;
	color: #FFF;
	font-family: 'Chosunilbo_myungjo';
	font-size: 7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 9rem;
	letter-spacing: 4.2px;
}
.subtbox h2{
	display:none;
	
	color: #FFF;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
}
.subtbox p{
	display:block;
	margin:0rem 0rem 3rem 0rem;
	color: #FFF;
	font-family: 'Chosunilbo_myungjo';
	font-size: 7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 9rem;
	letter-spacing: 4.2px;
}
.subtbox dl{
	display:none;
	
	margin:0;
	color: #FFF;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
}
.subrmo{display:none;}

.subBraBox{
	display:flex;
	position:relative;
}
.subhome_icon {
    width: 6.4rem;
    height: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 99px;
	background: rgba(83, 7, 27, 0.90);
	backdrop-filter: blur(7.5px);
}
.subhome_icon img{
	height:2.3rem;
}



.accordian {
	display:inline-block;
	position:absolute;
	width:27.4rem;
	left: 7.4rem;
	top:0rem;
}
.accordianItem {
	position:relative;
}
.accordianItem_header {
    display: flex;
	align-items: center;
    position: relative;
    cursor: pointer;
	padding: 1.9rem 3rem;
	border-radius: 99px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(5px);
	
	-webkit-backdrop-filter: blur(5px);
}
.accordianItem_header h3{
	color: #FFF;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem;
}
.accordianItem_header::after {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    right: 3rem;
    top: 2.8rem;
    background-image: url(../img/sub/arc_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.accordianItem_header.active{
	margin-bottom:1rem;
}
.accordianItem_header.active::after {
    transform: rotate(180deg);
}
/* .accordianItem_header.active { */
    /* background: #fff; */
    /* border-radius: 2rem 2rem 0 0; */
/* } */
/* .accordianItem_header.active h3{ */
	/* color: #111; */
/* } */
.accordianItem_body {
	max-height: 0;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	/* transition: max-height 0.3s ease-out; */
	position: relative;
}
.accordianItem_bodyContent {
    position:relative;
}
.accordianItem_bodyContent ul{
	position:relative;
	padding: 2.4rem 3rem;
	border-radius: 2.6rem;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
}
.accordianItem_bodyContent ul li:nth-child(1){
	margin-top:0rem;
}
.accordianItem_bodyContent ul li{
	display:block;
	margin-top:2rem;
}
.accordianItem_bodyContent ul li h3{
	display:block;
}
.accordianItem_bodyContent ul li h3 a{
	display:block;
	color: #777;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.6rem;
}
.accordianItem_bodyContent ul li h3 a:hover{
	color: #4D0D21;
	font-weight: 700;
	font-family: 'Pretendard-Bold';
}
@media (max-width: 1600px) {
	.subTSideBox {
		padding: 17.2rem 2rem 6rem 2rem;
	}
	.subtbox {
		margin-bottom: 8.6rem;
	}
}
@media (max-width: 991px) {
	.subTwrap {
		height: 45.2rem;
	}
	.subTSideBox {
		padding: 17.2rem 2rem 5rem 2rem;
	}
	.subtbox h1 {
		margin: 0rem 0rem 3rem 0rem;
		font-size: 6rem;
		line-height: 8rem;
	}
	.subtbox p {
		margin: 0rem 0rem 3rem 0rem;
		font-size: 6rem;
		line-height: 8rem;
	}
}
@media (max-width: 767px) {
	.subTwrap {
		height: 29.2rem;
	}
	.subTSideBox {
		padding: 11.6rem 2rem 3rem 2rem;
	}
	.subtbox {
		margin-bottom: 6rem;
	}
    .subtbox span {
		font-size: 1.4rem;
		line-height: 2rem;
		letter-spacing: 1.4px;
	}
	.subtbox h1 {
		margin: 0rem 0rem 2rem 0rem;
		font-size: 3rem;
		line-height: 4rem;
		letter-spacing: 1.8px;
	}
	.subtbox h2 {
		letter-spacing: -0.28px;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.subtbox p {
		margin: 0rem 0rem 2rem 0rem;
		font-size: 3rem;
		line-height: 4rem;
		letter-spacing: 1.8px;
	}
	.subtbox dl {
		letter-spacing: -0.28px;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.subrmo{display:block;}
	
	.subBraBox {
		width: 100%;
	}
	.subhome_icon {
		width: 4.6rem;
		height: 4.6rem;
	}
	.subhome_icon img {
		height: 1.6rem;
	}
	.accordian {
		padding-left: 5.6rem;
		width: 100%;
		left: 0;
	}
	.accordianItem_header {
		padding: 1.2rem 2rem;
	}
	.accordianItem_header h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.accordianItem_header::after {
		width: 14px;
		height: 8px;
		right: 2rem;
		top: 1.8rem;
	}
	.accordianItem_bodyContent ul {
		padding: 2rem 2rem;
		border-radius: 2rem;
	}
	.accordianItem_bodyContent ul li h3 a {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
/*================== :::::::::::::: 서브 비주얼 영역 END ~ :::::::::::::: ==================*/

/*================== :::::::::::::: 법무법인소개 - 인사말 START ~ :::::::::::::: ==================*/
.company_top_bg {
    background-image: url(../img/sub/company/company_top_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.comnavWrap{
	width:100%;
	position:relative;
	background:#fff;
	padding:10rem 0 0 0;
}
.comnavWrap:before {
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    content: '';
    width: 100%;
    height: 1px;
    background: #EEE;
    z-index: 1;
}
.comnavSidebox{
	max-width: 1500px;
    padding: 0rem 2rem;
    margin: 0 auto;
	position:relative;
}

.comnavSli .swiper-slide {
    width: 25%;
}
.comnav {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.comnav span{
	position:relative;
}
.comnav span a {
    display: flex;
    padding: 0 0 2rem 0;
    color: #999;
    font-family: 'Chosunilbo_myungjo';
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.4rem;
    letter-spacing: 1.8px;
    align-items: center;
    justify-content: center;
}
.comnav span a:before{
	content:'';
	width:100%;
	height:3px;
	position:absolute;
	left:0rem;
	bottom:0rem;
	border-radius: 4px 4px 0px 0px;
	background: inherit;
	z-index:1;
}
.comnav span a img{
	width:3.4rem;
	height:3.4rem;
	margin:0 0 0 1rem;
}
.pccomlink{display:inline-block;}
.mocomlink{display:none;}
.comnav span a:hover{
	color: #111;
}

.comnav.onSt span a:before{
	z-index:1;
	background: #540F21;
}
.comnav.onSt span a{
	color: #111;
}





.companygrWrap{
	position:relative;
	width:100%;
	overflow:hidden;
}
.comghiBox{
	z-index:5;
	background: #F3ECE6;
	position:relative;
	padding:14rem 0rem 24rem 0rem;
}
.comghititle{
	position:relative;
	max-width:1500px;
	margin:0 auto;
	padding:0rem 2rem
}
.comghititle h1{
	    z-index: 6;
	position:relative;
	padding:0;
	margin:0;
}
.comghititle h1 dl{
	color: #53071B;
	font-family: "DM Serif Display", serif;
	font-size: 8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 10rem;
	letter-spacing: 0.24rem;
}
.comghititle h1 dl span{
	color: #111;
}
.comghititle h1 p{
	margin:3rem 0 0 0;
	padding:0 0 0 38rem;
	display:block;
	color: #111;
	text-align: left;
	font-family: 'Chosunilbo_myungjo';
	font-size: 7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 10rem;
	letter-spacing: 0.42rem;
}

.comgr_cont_bg {
    top: 19rem;
    position: absolute;
    left: 2rem;
    width: 169rem;
    height: 46rem;
    background-image: url(../img/sub/company/comgr_cont_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.comtextBox{
	width:100%;
	position:relative;
	padding:28rem 0 14rem 0;
	background:#fff;
}
.comtextBoxInner{
	position:relative;
	max-width:1500px;
	margin:0 auto;
	padding:0rem 2rem
}
.comth2{
	display:block;
	margin:0 0 7rem 0;
	padding:0 0 7rem 0;
	border-bottom:1px solid #eee;
}
.comth2 h2{
	display:block;
	text-align:left;
	padding:0;
	margin:0;
	color: #111;
	font-family: 'Pretendard-Light';
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 300;
	line-height:5.2rem;
}
.cmh2br{display:none;}
.comth2 h2 span{
	font-weight: 600;
	font-family: 'Pretendard-SemiBold';
}

.comth3{
	display:block;
}
.comth3 h3:nth-child(1){
	margin:0;
}
.comth3 h3{
	display:block;
	text-align:left;
	padding:0;
	margin:3rem 0 0 0;
	color: #111;
	font-family: 'Pretendard-Light';
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 4.2rem;
}

@media (max-width: 1500px) {
	.comnav span a {
		padding: 0 0 2rem 0;
		font-size: 2.2rem;
		line-height: 4.4rem;
		letter-spacing: 1.8px;
	}
	.comnav span a img {
		width: 3rem;
		height: 3rem;
		margin: 0 0 0 1rem;
	}
}
@media (max-width: 1200px) {
	.comnavSli .swiper-slide {
		width: auto;
	}
	.comnav {
		margin-right: 6rem;
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
	}
}
@media (max-width: 991px) {
	.comghititle h1 dl {
		font-size: 6rem;
		line-height: 8rem;
		letter-spacing: 0.24rem;
	}
	.comghititle h1 p {
		margin: 1rem 0 0 0;
		padding: 0 0 0 20rem;
		font-size: 5rem;
		line-height: 8rem;
		letter-spacing: 0.42rem;
	}
	.comgr_cont_bg {
		top: 14rem;
		position: absolute;
		left: 2rem;
		width: 169rem;
		height: 46rem;
	}
}
@media (max-width: 767px) {
	.company_top_bg {
		background-image: url(../img/sub/company/company_top_bg_mo.webp);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	
	.comnavWrap {
		padding: 3rem 0 0 0;
	}
	.comnavSidebox {
		padding: 0;
	}
	.comnavSli .swiper-wrapper{
		padding:0 2rem;
	}
	.comnavSli .swiper-slide:last-child .comnav{
		margin-right:4rem;
	}
	.comnav {
		margin-right: 3rem;
	}
	.comnav span a {
		padding: 0 0 1.4rem 0;
		font-size: 1.5rem;
		line-height: 2.6rem;
		letter-spacing: 0.9px;
	}
	.comnav span a img {
		width: 1.8rem;
		height: 1.8rem;
		margin: 0 0 0 0.6rem;
	}
	.pccomlink{display:none;}
	.mocomlink{display:inline-block;}
	
	
	.comghiBox {
		padding: 6rem 0rem 7.8rem 0rem;
	}
	.comghititle h1 dl {
		letter-spacing: 0.84px;
		font-size: 2.8rem;
		line-height: 3.4rem;
	}
	.comghititle h1 p {
		margin: 1rem 0 0 0;
		padding: 0 0 0 8rem;
		font-size: 2.4rem;
		line-height: 3.4rem;
		letter-spacing: 1.44px;
	}
	.comgr_cont_bg {
		top: 6.6rem;
		left: 2rem;
		width: 100%;
		height: 15rem;
		background-image: url(../img/sub/company/comgr_cont_bg.webp);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	
	.comtextBox {
		padding: 10rem 0 6rem 0;
	}
	.comth2 {
		margin: 0 0 2rem 0;
		padding: 0 0 2rem 0;
	}
	.comth2 h2 { 
		font-size: 1.8rem;
		line-height: 3.2rem;
	}
	.cmh2br{display:block!important;}
	.comth2 h2 br{display:none;}
	.comth3 h3 {
		margin: 1.4rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2.8rem;
	}
}

/*================== :::::::::::::: 법무법인소개 - 인사말 END ~ :::::::::::::: ==================*/

/*================== :::::::::::::: 법무법인소개 - 특별함 START ~ :::::::::::::: ==================*/
.spewrap{
	width:100%;
	position:relative;
	background:#fff;
	padding:14rem 0rem;
}
.speSidebox{
	max-width:1500px;
	margin:0 auto;
	padding:0rem 2rem;
}
.speInner{
	position:relative;
	display:block;
	padding:0 0 12rem 0;
	margin:0 0 12rem 0;
	border-bottom:1px solid #111;
}
.speInner:last-child{
	padding:0;
	margin:0;
	border-bottom:none;
}
.spnum{
	margin:0 0 3rem 0;
	display:block;
	text-align:left;
	color: #DDD;
	font-family: "DM Serif Display";
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
	letter-spacing: 2.4px;
}
.spinBox{
	width:100%;
	position:relative;
	padding:0 64rem 0 0;
}
.spinBox h1{
	color: #111;
	font-family: 'Chosunilbo_myungjo';
	font-size: 5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 7.3rem;
	letter-spacing: 3px;
}
.spinBox h1 span{
	color: #D3AF92;
}
.spinBox h2{
	color: #111;
	font-family: 'Chosunilbo_myungjo';
	font-size: 5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 7.3rem;
	letter-spacing: 3px;
}
.spinBox h2 span{
	color: #D3AF92;
}
.spinBox h3{
	margin:2.4rem 0 0 0;
	display:block;
	text-align:left;
	color: #111;
	font-family: 'Pretendard-Light';
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 4.2rem;
}
.spinBox h3 span{
	color: #111;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
}

.sptitle {
    margin-bottom: 10.1rem;
    position: relative;
}
.sptitle:before{
	content:'';
	position:absolute;
	left:0rem;
	bottom:-5rem;
	width: 50px;
	height: 1px;
	background: #D3AF92;
}

.spimg{
	position:absolute;
	right:0rem;
	top:0rem;
}
.spimg img{
	box-shadow: 30px 50px 120px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
	.spinBox {
		padding: 0 54rem 0 0;
	}
	.spimg {
		width: 50rem;
	}
	.spimg img {
		max-width: 100%;
	}
	
	.spinBox h1 {
		font-size: 4rem;
		line-height: 6.3rem;
		letter-spacing: 3px;
	}
}
@media (max-width: 991px) {
	.spinBox {
		padding: 0 40rem 0 0;
	}
	.spimg {
		width: 36rem;
	}
}

@media (max-width: 767px) {
	.spewrap {
		padding: 6rem 0rem;
	}
	
	
	.speInner {
		position: relative;
		display: block;
		padding: 0;
		margin: 0 0 8rem 0;
		border-bottom: none;
	}
	.spnum {
		margin: 0 0 2rem 0;
		font-size: 2rem;
		line-height: 2rem;
		letter-spacing: 1.2px;
	}
	.spinBox {
		padding: 0;
	}
	.spimg {
		width:100%;
		margin-top:4rem;
		display:block;
		text-align:center;
		position: relative;
		right: 0rem;
		top: 0rem;
	}
	.spimg img{
		max-width:100%;
		display:inline-block;
		box-shadow: 18px 30px 72px 0px rgba(0, 0, 0, 0.05);
	}
	
	.sptitle {
		margin-bottom: 6.1rem;
		position: relative;
	}
	.sptitle:before {
		bottom: -3rem;
		width: 30px;
	}
	.spinBox h1 {
		font-size: 2.5rem;
		line-height: 3.7rem;
		letter-spacing: 1.5px;
	}
	.spinBox h2 {
		font-size: 2.5rem;
		line-height: 3.7rem;
		letter-spacing: 1.5px;
	}
	.spinBox h3 br{display:none;}
	.spinBox h3 {
		margin: 2.4rem 0 0 0;
		font-size: 1.7rem;
		line-height: 2.9rem;
	}
}

/*================== :::::::::::::: 법무법인소개 - 특별함 END ~ :::::::::::::: ==================*/

/*================== :::::::::::::: 수안이야기 - 업무사례 START ~ :::::::::::::: ==================*/
.case_top_bg {
    background-image: url(../img/sub/sooanstory/case_top_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.casewrap{
	width:100%;
	position:relative; 
}

.stNavBox{
	width:100%;
	position:relative;
	padding:10rem 0 0 0;
	background:#fff;
}
.stNavBox:before{
	position:absolute;
	left:0rem;
	bottom:0rem;
	content:'';
	width:100%;
	height: 1px;
	background: #EEE;
	z-index:5;
}
.stNavSideBox{
	max-width:1500px;
	margin:0 auto;
	padding:0rem 2rem;
}
.stNavSideBox ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.stNavSideBox ul li {
	width:100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.stNavSideBox ul li span{
	display:inline-block;
	position:relative;
	padding-bottom:2rem;
}
.stNavSideBox ul li span:before{
	position:absolute;
	left:0rem;
	bottom:0rem;
	content:'';
	width:100%;
	height: 3px;
	border-radius: 4px 4px 0px 0px;
	background: #fff;
}
.stNavSideBox ul li span.onSt:before{
	z-index:6;
	background: #540F21;
}
.stNavSideBox ul li span.onSt a{
	color: #111;
	font-weight: 500;
}
.stNavSideBox ul li span a{
	position:relative;
	color: #999;
    font-family: 'Chosunilbo_myungjo';
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height:5.4rem;
	letter-spacing: 1.8px;
}
.stNavSideBox ul li span a:hover{
	color:#111;
}

.stTitlebox{
	position:relative;
	width:100%;
}
.sth1{
	position:relative;
	display:inline-block;
}
.sth1 h1{
	display:inline-block;
	color: #111;
    font-family: 'Chosunilbo_myungjo';
	font-size: 4.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 6rem;
	letter-spacing: 2.76px;
}

.seatopbox{
	position:absolute;
	right:0rem;
	top:0rem;
	z-index:5;
}
.seatopbox .seatin{
	position:relative;
	height:6rem;
	width:34rem;
}
.seatopbox .seatin input {
	box-sizing:border-box;
	padding: 0 6rem 0 2.4rem;
    width: 100%;
    height: 100%;
    border-radius: 99px;
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
	
	color: #111;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400!important;
	line-height: 2.4rem;
}
.seatin input:focus {
	background: #fff;
	border: 1px solid #000;
    outline: none;
}
.seatopbox .seatin input::placeholder{
	color: #999;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400!important;
	line-height: 2.4rem;
}
.seatin button {
    border-radius: 99px;
    cursor: pointer;
	background: inherit;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 5.8rem;
    height: 5.8rem;
    border: none;
    padding: 0;
    margin: 0;
    background-image: url(../img/sub/sooanstory/seatopicon.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
	.stNavBox {
		padding: 3rem 0 0 0;
	}
	.stNavSideBox ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.stNavSideBox ul li {
		width: auto;
		display: inline-block;
	}
	.stNavSideBox ul li span a {
		font-size: 1.5rem;
		line-height: 2.6rem;
		letter-spacing: 0.9px;
	}
	.stNavSideBox ul li span {
		padding-bottom: 1.6rem;
	}
	.stNavSideBox ul li span:before {
		height: 2px;
	}
	
	.sth1 h1 {
		font-size: 2.8rem;
		line-height: 3.6rem;
		letter-spacing: 1.68px;
	}
	
	.seatopbox {
		margin-top: 1.6rem;
		position: relative;
	}
	.seatopbox .seatin {
		height: 5rem;
		width: 100%;
	}
	.seatopbox .seatin input {
		padding: 0 5rem 0 2rem;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.seatopbox .seatin input::placeholder{
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.seatin button {
		right: 0.1rem;
		top: 0.1rem;
		width: 4.8rem;
		height: 4.8rem;
		background-image: url(../img/sub/sooanstory/seatopicon.png);
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center;
	}
}






.caseContWrap{
	width:100%;
	position:relative;
	padding:8rem 0 10rem 0;
}
.caseSideBox{
	max-width:1500px;
	margin:0 auto;
	padding:0rem 2rem;
}



.ca_cateTabBoxInner{
	position:relative;
	overflow:hidden;
}
.ca_cateTabBox{
	padding:4rem 0;
	overflow:hidden;
	position:relative;
}
.ca_cateTabBox .swiper{
	overflow: unset;
}
.ca_cate .swiper-slide{width:auto;}
.ca_cateTab{
	position:relative;
}
.swiper-slide.oncatab a{
	color:#fff!important;
	border: 1px solid #53071B!important;
	background: #53071B!important;
}
.ca_cateTab a{
	display: flex;
	padding: 1.5rem 2.3rem;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	border: 1px solid #EEE;
	background: #FFF;
	color: #444;
	font-family: 'Pretendard-Medium';
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
}
.ca_cateTab a:hover{
	color:#53071B;
	border: 1px solid #53071B;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}


.caseBox{
	width:100%;
	position:relative;
}
.caseBox ul {
    text-align: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.caseBox ul li {
	min-height:41.6rem;
    float: left;
    text-align: left;
    width: calc(33.333333333333% - 2.866rem);
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0 4rem 4rem 0;
    background-color: #f0f0f0;
	
	border-radius: 6px;
	border: 1px solid #EBEBEB;
	background: #FFF;
}
.caseBox ul li:hover{
	border: 1px solid #53071B;
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F8F3F4;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.caseBox ul li:nth-child(3){margin: 0 0 4rem 0;}
.caseBox ul li:nth-child(6){margin: 0 0 4rem 0;}
.caseBox ul li:nth-child(9){margin: 0 0 4rem 0;}

.cacont{
	padding: 3.4rem 3rem 4rem 3rem;
	position:relative;
	width:100%;
	cursor:pointer;
}
.cacont span{
	color: #53071B;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-family: 'Pretendard-SemiBold';
	line-height: 2.4rem;
}
.cacont h2{
	margin:2rem 0 1.4rem 0;
	color: #111;
	font-family: Pretendard;
	font-size: 2rem;
	font-style: normal;
	font-family: 'Pretendard-SemiBold';
	line-height: 3.2rem;
	text-align: left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.cacont h2 b{
	font-family: 'Pretendard-Bold';
    color: #540F21;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.cacont h3{
	min-height:8.4rem;
	color: #666;
	font-family: Pretendard;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
	text-align: left;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cacont h3 b {
    font-family: 'Pretendard-Bold';
    color: #540F21;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.caSlideBox{
	overflow: hidden;
	position:relative;
}
.caSlideBox .swiper{
	padding: 0rem 3rem 3.4rem 3rem;
}
.caSlideBox .swiper-slide{width:auto;}
.caseperson {
    display: inline-block;
    position: relative;
    text-align: center;
}
.caseperson img{
	height:10rem;
}
.caseperson span{
	margin:1rem 0 0 0;
	display:block;
	text-align:center;
	color: #111;
	font-family: Pretendard;
	font-size: 1.6rem;
	font-style: normal;
	font-family: 'Pretendard-Medium';
	line-height: 2rem;
}
@media (max-width: 1200px) {
	.caseBox ul li {
		width: calc(50% - 2.2rem);
		margin: 0 4rem 4rem 0;
	}
	
	.caseBox ul li:nth-child(3) {
		margin: 0 4rem 4rem 0;
	}
	.caseBox ul li:nth-child(6){margin: 0 0 0 0;}
	.caseBox ul li:nth-child(9){margin: 0 0 0 0;}
	
	.caseBox ul li:nth-child(2n){margin: 0 0 4rem 0;}
}
@media (max-width: 767px) {
	.case_top_bg {
		background-image: url(../img/sub/sooanstory/case_top_bg_mo.webp);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.caseContWrap {
		padding: 4rem 0 6rem 0;
	}
	.caseSideBox {
		padding: 0rem 0rem;
	}
	.caseSideBox .stTitlebox{
		padding: 0rem 2rem;
	}
	
	
	.ca_cateTabBox {
		padding: 4rem 2rem 2rem 2rem;
	}
	.ca_cateTab a {
		padding: 1.1rem 1.5rem;
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
	
	
	.caseBox {
		padding: 0rem 2rem;
	}
	.caseBox ul li {
		min-height: 29.2rem;
		border-radius: 4px;
		width: calc(100% - 0rem);
		margin: 0 0 1rem 0!important;
	}
	.cacont{
		padding: 2rem 1.8rem 2rem 1.8rem;
	}
	.cacont span {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
	.cacont h2 {
		margin: 1.4rem 0 0.8rem 0;
		font-size: 1.7rem;
		line-height: 2.6rem;
		-webkit-line-clamp: 2;
	}
	.cacont h3 {
		min-height: 8.4rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
		-webkit-line-clamp: 3;
	}
	
	.caSlideBox .swiper {
		padding: 0rem 1.8rem 2rem 1.8rem;
	}
	.caseperson img {
		height: 5.4rem;
	}
	.caseperson span {
		margin: 0.4rem 0 0 0;
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
}
/*================== :::::::::::::: 수안이야기 - 업무사례 END ~ :::::::::::::: ==================*/


/*================== :::::::::::::: 수안이야기 - 수안소식 START ~ :::::::::::::: ==================*/
.noticeBox{
	width:100%;
	position:relative;
	margin-top:4rem;
}
.noticeBox ul {
    text-align: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.noticeBox ul li {
    float: left;
    text-align: left;
    width: calc(33.333333333333% - 2.866rem);
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0 4rem 4rem 0;
    background-color: #f0f0f0;
	
	border-radius: 6px;
	border: 1px solid #EBEBEB;
	background: #FFF;
}
.noticeBox ul li:hover{
	border: 1px solid #53071B;
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F8F3F4;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.noticeBox ul li:nth-child(3){margin: 0 0 4rem 0;}
.noticeBox ul li:nth-child(6){margin: 0 0 4rem 0;}
.noticeBox ul li:nth-child(9){margin: 0 0 4rem 0;}

.noticecont{
	position:relative;
}
.newCont {
    display: flex;
    height: 2.8rem;
    width: 4.8rem;
    position: absolute;
    left: 0.6rem;
    top: 0.6rem;
    z-index: 8;
    border-radius: 3px;
    background: #FF7425;
    color: #FFF;
	font-family: 'Pretendard-Bold';
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.6rem;
    align-items: center;
    justify-content: center;
}
.borImg {
	border-radius: 6px 6px 0 0;
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.208%;
	z-index:6;
}
.borImg img {
	height: 100%;
	
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.boatextbox{
	border-radius: 0 0 6px 6px;
	position:relative;
	background:#fff;
	padding:3rem 2.4rem 2.4rem 2.4rem;
}
.boatextbox h2{
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom:1.4rem;
	color: #111;
	font-family: 'Pretendard-SemiBold';
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
}
.boatextbox h2 b{
	font-family: 'Pretendard-Bold';
	color: #540F21;
	display:inline-block;
	margin:0;
	padding:0;
}
.boatextbox h3{
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	color: #888;
	font-family: Pretendard;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.boatextbox b{
	font-family: 'Pretendard-Bold';
	color: #540F21;
	display:inline-block;
	margin:0;
	padding:0;
}
.boatextbox span{
	margin-top:1.4rem;
	display: block;
	color: #111;
	font-family: 'Pretendard-SemiBold';
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
	opacity: 0.3;
}



.searesultBox{
	width:100%;
	position:relative;
	margin-top:2.4rem;
}
.result_noneBox {
    width: 100%;
    position: relative;
    padding: 14rem 0rem 14rem 0rem;
}
.seattext {
    display: flex;
    font-family: Pretendard;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    align-items: center;
    justify-content: center;
	margin-bottom:6rem;
}
.seattext span{
	font-family: 'Pretendard-Bold';
}
@media (max-width: 767px) {
	.result_noneBox {
		padding: 8rem 0rem 8rem 0rem;
	}
	.searesultBox {
		margin-top: 1.4rem;
	}
	.seattext {
		display:block;
		font-size: 1.5rem;
		line-height: 2.3rem;
		margin-bottom: 3rem;
	}
}

@media (max-width: 1200px) {
	.noticeBox ul li {
		width: calc(50% - 2.2rem);
		margin: 0 4rem 4rem 0;
	}
	
	.noticeBox ul li:nth-child(3) {
		margin: 0 4rem 4rem 0;
	}
	.noticeBox ul li:nth-child(6){margin: 0 0 0 0;}
	.noticeBox ul li:nth-child(9){margin: 0 0 0 0;}
	
	.noticeBox ul li:nth-child(2n){margin: 0 0 4rem 0;}
}
@media (max-width: 767px) {
	.noticeBox {
		padding: 0rem 2rem;
	}
	.noticeBox ul li {
		border-radius: 3px;
		width: calc(100% - 0rem);
		margin: 0 0 1rem 0!important;
	}
	
	.newCont {
		height: 2.2rem;
		width: 4.3rem;
		border-radius: 2px;
		font-size: 1.1rem;
		line-height: 1.2rem;
	}
	.borImg {
		border-radius: 3px 3px 0 0;
	}
	.boatextbox {
		border-radius: 0 0 3px 3px;
		padding: 2rem 1.6rem 1.6rem 1.6rem;
	}
	.boatextbox h2 {
		-webkit-line-clamp: 2;
		margin-bottom: 0.8rem;
		font-size: 1.7rem;
		line-height: 2.6rem;
	}
	.boatextbox h3 {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.boatextbox span{
		margin-top:0.8rem;
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
}



/* 페이징 */
.pc_pagenation{
	display:block;
}
.mo_pagenation{
	display:none;
}

.front_paging_line {
    margin-top: 1rem;
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
}
.front_paging_box{
	display:inline-block;
}
.flex_box{
	display:flex;
}
.front_paging_number_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.front_paging_number_box ul li.on_front_paging{
	background: #53071B;
	border: 1px solid #53071B;
	color: #fff;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
}
.front_paging_number_box ul li.on_front_paging:hover{
	color: #fff;
}
.front_paging_number_box ul li {
	margin:0rem 0.4rem;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    width: 5rem;
    height: 5rem;
    border: 1px solid #fff;
    display: flex;
    color: #222;
	font-family: 'Pretendard-Medium';
	font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    align-items: center;
    justify-content: center;
}
.front_paging_number_box ul li:hover{
	color: #53071B;
	border: 1px solid #53071B;
}

.prev_page {
	margin-right:0.4rem;
	position:relative;
	cursor:pointer;
    padding: 0rem 1.8rem 0rem 3.8rem;
    display: flex;
    color: #222;
	font-family: 'Pretendard-Medium';
    font-size: 1.6rem;
    font-style: normal;
    line-height: 2.2rem;
    border-radius: 0.6rem;
    border: none;
    height: 5rem;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.prev_page:after {
    content: '';
    position: absolute;
    left: 1.8rem;
    top: 1.7rem;
    width: 1.4rem;
    height: 1.2rem;
    background-image: url(../img/sub/sooanstory/prev_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.next_page {
	margin-left:0.4rem;
	position:relative;
	cursor:pointer;
    padding: 0rem 3.8rem 0rem 1.8rem;
    display: flex;
    color: #222;
	font-family: 'Pretendard-Medium';
    font-size: 1.6rem;
    font-style: normal;
    line-height: 2.2rem;
    border-radius: 0.6rem;
    border: none;
    height: 5rem;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.next_page:after {
    content: '';
    position: absolute;
    right: 1.8rem;
    top: 1.7rem;
    width: 1.4rem;
    height: 1.2rem;
    background-image: url(../img/sub/sooanstory/next_arrow.png);
    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: 2rem;
	}
	.front_paging_box {
		display: block;
	}
	.flex_box {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.front_paging_number_box ul li {
		margin: 0rem 0.4rem;
		width: 4rem;
		height: 4rem;
		font-size: 1.4rem;
	}
	
	.prev_page {
		left: 0rem;
		position: relative;
		width: 4rem;
		padding: 0rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
		height: 4rem;
	}
	.prev_page span{
		display:none;
	}
	.prev_page:after {
		content: '';
		position: absolute;
		left: 0rem;
		top: 0rem;
		width: 4rem;
		height: 4rem;
		background-image: url(../img/sub/sooanstory/prev_arrow_mo.png);
		background-size: 1.2rem;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.next_page {
		right: 0rem;
		position: relative;
		width: 4rem;
		padding: 0rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
		border-radius: 0.4rem;
		height: 4rem;
	}
	.next_page span{
		display:none;
	}
	.next_page:after {
		content: '';
		position: absolute;
		right: 0rem;
		top: 0rem;
		width: 4rem;
		height: 4rem;
		background-image: url(../img/sub/sooanstory/next_arrow_mo.png);
		background-size: 1.2rem;
		background-repeat: no-repeat;
		background-position: center center;
	}
}
/* // 페이징 */

/*================== :::::::::::::: 수안이야기 - 수안소식 END ~ :::::::::::::: ==================*/

/*================== :::::::::::::: 수안이야기 - 수안TV START ~ :::::::::::::: ==================*/
.borImg.sootvimg img{
	max-width: 100%;
	height:auto;
}
.youdim{
	z-index:4;
	position:absolute;
	left:0rem;
	top:0rem;
	width:100%;
	height:100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}
.youdim:after{
	z-index:5;
	content:'';
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
	width:5rem;
	height:3.5rem;
	
	background-image: url(../img/sub/sooanstory/youicon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*================== :::::::::::::: 수안이야기 - 수안TV END ~ :::::::::::::: ==================*/

/*================== :::::::::::::: 수안이야기 상세페이지 START ~ :::::::::::::: ==================*/
.pmWrap{
    position: relative;
}
.pmWrap .subVWrap {
    padding-top: 14.4rem;
    padding-bottom: 11rem;
} 
.pmWrap .subVPageTopName {
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: 1.76px;
}
.pmWrap .subVPageName {
    font-size: 6rem;
    line-height: 7rem;
}
.pmdeWrap {
    width: 100%;
    position: relative;
    padding: 10rem 0rem 10rem 0rem;
}
.pmdeSidebox {
	max-width: 104rem;
    padding: 0rem 2rem;
    margin: 0 auto;
    position: relative;
    width: 100%;
}


.linkbackBox{
	display:block;
	margin-bottom:6rem;
}
.linkback{
	display:inline-block;
}
.linkback a {
    display: flex;
    color: #000;
    font-size: 2.2rem;
    font-family: 'Pretendard-Medium';
    line-height: 3rem;
    align-items: center;
    justify-content: flex-start;
}
.linkback a img{
	height:6rem;
	margin-right:1.6rem;
	display:inline-block;
}
.pmdetbox{
	width:100%;
	position:relative;
	/* margin-bottom:6rem; */
	/* padding-bottom:6rem; */
	/* border-bottom:1px solid #eee; */
}
.pmdetbox p{
	color: #53071B;
    font-size: 2rem;
    font-style: normal;
	font-weight: 600;
    font-family: 'Pretendard-SemiBold';
    line-height: 2.4rem;
	padding:0;
	display:block;
	margin:0 0 1rem 0;
}
.pmdetbox h1{
	display:block;
	text-align:left;
	color: #000;
	font-size: 3.6rem;
	font-weight: 600;
	font-family: 'Pretendard-SemiBold';
	line-height: 5rem;
	margin-bottom:3rem;
}


.regcntbox {
    height: 3.4rem;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}
.regcntbox .nbsnsbox{
	top:0rem;
}
.regcntbox dl{
	position:relative;
	display:flex;
	margin-right:4.1rem;
}
.contnone{
	margin-right:0rem!important;
}
.contnone:after{
	content:none!important;
}
.regcntbox dl:after {
    content: '';
    position: absolute;
    right: -2rem;
    top: 1rem;
    width: 1px;
    height: 1.4rem;
    background: #EEEEEE;
}
.regcntbox dl span{
	font-size: 1.4rem;
	font-family: 'Pretendard-Medium';
	font-weight: 500;
	line-height: 3.4rem;
	letter-spacing: 0em;
	text-align: left;
	color:#888;
	margin-right:1rem;
	display:inline-block;
}
.regcntbox dl b{
	margin:0;
	padding:0;
	display:inline-block;
	font-size: 1.4rem;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	line-height: 3.4rem;
	letter-spacing: 0em;
	text-align: left;
	color:#000;
}

.caselawBox .caSlideBox .swiper{
	padding:3rem 0 0 0;
}
.caselawBox .caseperson img {
    height: 7.5rem;
}
.caselawBox .caseperson span {
    margin: 0.4rem 0 0 0;
    font-size: 1.45rem;
    line-height: 1.6rem;
}

.linkcopy{
	cursor:pointer;
}


.put_contbox{
	width:100%;
	position:relative;
	
	margin: 6rem 0 6rem 0;
    padding: 6rem 0 6rem 0;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
/* .putdim{ */
	/* position:absolute; */
	/* left:0; */
	/* top:0; */
	/* width:100%; */
	/* height:100%; */
	/* z-index:3; */
/* } */

.put_cont{
	max-width:100rem;
	position:relative;
	margin:0 auto;
}
.putcsum{
	border-radius: 1rem;
	display:block;
	text-align:center;
	position:relative;
	overflow: hidden;
}
.putcsum img{
	display:inline-block;
	max-width:100%;
}

.putcifame{
	border-radius: 0.4rem;
	display:block;
	text-align:center;
	position:relative;
	overflow: hidden;
	padding-bottom: 56.18%;
}
.putcifame iframe{
	border-radius: 0.4rem;
	position:absolute;
	left:0rem;
	top:0rem;
	width:100%;
	height:100%;
}

.putcsum img{
	display:inline-block;
	max-width:100%;
}


.put_contbtnbox {
    display: block;
    text-align: Center;
    /* margin-top: 6rem; */
    /* padding-top: 6rem; */
    /* border-top: 1px solid #EEE; */
}
.put_contbtn{
	width:18rem;
	height:6rem;
	position:relative;
	display:inline-block;
}
.put_contbtn a {
    border-radius: 0.4rem;
    border: 1px solid #222;
    background: #FFF;
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100%;
    color: #222;
    font-family: Pretendard;
    font-size: 1.8rem;
    line-height: 3.5rem;
    letter-spacing: 0.72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.putcont{
	position:relative;
	display:block;
}


.ircontdetail .put_contbtnbox {
    display: block;
    text-align: Center;
    margin-top: 6rem;
    padding-top: 0rem;
    border-top: none;
}

.fliecontbox{
	display:block;
	margin-top:8rem;
}
.fcti {
    display: flex;
    color: #111;
    font-family: Noto Sans KR;
    font-size: 2rem;
    font-weight: 500;
    line-height: 6rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.6rem;
    align-items: center;
}
.fcti dl {
	margin-left:1rem;
    border-radius: 50%;
    border: 0.733px solid #00D1A3;
    background: #00D1A3;
    display: flex;
    width: 2.4rem;
    height: 2.4rem;
    color: #111;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 1.4rem;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.download_file {
	position:relative;
    display: block;
    padding: 1rem 0px 1rem 0px;
	text-align:left;
}
.download_file:hover .file_title a{
	color: #111;
	font-weight: 500;
	text-decoration:underline;
}
.download_file:hover .file_icon{
	background-image: url(../img/sub/ir/fliedown_on.png);
}
.file_title {
    padding-right: 4rem;
    display: block;
}
.file_title a{
	display:block;
	font-size: 1.6rem;
    line-height: 3.4rem;
    font-weight: 400;
    color: #666;
}
.file_icon {
	position:absolute;
	right:0rem;
	top:1rem;
	width:3.4rem;
	height:3.4rem;
	display: inline-block;
	
	background-image: url(../img/sub/ir/fliedown_off.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.file_icon img{
    height: 1.5rem;
    position: relative;
    top: 0.2rem;
}
.nxt_subjectTBox {
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 3.2rem;
	font-weight:300;
    font-family: 'Pretendard-Light';
	word-break: break-all;
}
.nxt_subjectTBox h2 {
    line-height: 3.2rem;
    margin: 0 0 1rem 0;
    padding: 0;
    display: block;
    font-size: 2.4rem;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
}
.nxt_subjectTBox h3 {
    line-height: 3rem;
    margin: 0 0 1rem 0;
    padding: 0;
    display: block;
    font-size: 2rem;
	font-family: 'Pretendard-Medium';
	font-weight: 500;
}
.nxt_subjectTBox img{
	width:auto!important;
	height:auto!important;
	max-width:100%;
	display:inline-block;
}

.nxt_subjectTBox ul{
	position:relative;
}
.nxt_subjectTBox ul li {
    padding: 0 0 0 1.4rem;
    position: relative;
    display: block;
	font-size: 1.8rem;
    line-height: 3.2rem;
	font-weight:300;
    font-family: 'Pretendard-Light';
	word-break: break-all;
}
.nxt_subjectTBox ul li:before {
    content: '';
    position: absolute;
    left: 0rem;
    top: 1.2rem;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #111;
}

@media (max-width:1500px) and (min-width:992px) {
	.pmWrap .subVPageTopName {margin-bottom: 1.8rem; font-size: 2rem; line-height: 2.2rem;}
	.pmWrap .subVPageName {font-size: 5rem; line-height: 7rem;}
	
	.linkbackBox {margin-bottom: 4rem;}
	.linkback a img {height: 5rem;}
	
	.pmdetbox {}
	.pmdetbox h1 {font-size: 3rem; line-height: 4rem; margin-bottom: 2rem;}
	
	.put_contbox {
		margin: 5rem 0 5rem 0;
		padding: 5rem 0 5rem 0;
	}
	.put_contbtnbox {}
	.put_contbtn {width: 16rem; height: 5rem;}
	.put_contbtn a {font-size:1.6rem;}
}

@media (max-width:991px) {
	.linkbackBox {display: block; margin-bottom: 4rem;}
	.linkback a img {height: 5rem; margin-right: 1.6rem;}
	.linkback a {font-size: 2rem; line-height: 3rem;}
}

@media (max-width:767px) {
	.pmWrap .subVWrap {
		padding-top: 8rem;
		padding-bottom: 6rem;
	}
	.pmWrap .subVPageTopName {
		font-family: 'Outfit';
		margin-bottom: 1.4rem;
		font-size: 1.3rem;
		line-height: 1.6rem;
		letter-spacing: 1.04px;	
	}
	.pmWrap .subVPageName {
		font-size: 3rem;
		line-height: 3.8rem;
		letter-spacing: -0.9px;
	}
	
	.pmdeWrap {
		padding: 5rem 0rem 5rem 0rem;
	}
	
	.caseDetail .pmdeSidebox {
		padding: 0rem 0rem;
	}
	.caseDetail .linkbackBox {padding: 0 2rem;}
	.caseDetail .pmdetbox p {padding: 0 2rem;}
	.caseDetail .pmdetbox h1 {padding: 0 2rem;}
	.caseDetail .regcntbox{padding: 0 2rem;}
	.caseDetail .caselawBox {
		padding: 0 0 0 0;
	}
	.caseDetail .caSlideBox {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.caseDetail .caSlideBox .swiper{
		overflow: unset;
	}
	.caseput_contbox{
		padding:0 2rem;
	}
	/* .caseDetail .put_contbtnbox{padding: 3rem 2rem 0 2rem;} */
	
	.linkbackBox {
		display: block;
		margin-bottom: 2rem;
	}
	.linkback a img {
		height: 3.6rem;
		margin-right: 1rem;
	}
	.linkback a {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	
	.pmdetbox {
	}
	.pmdetbox p {
		font-size: 1.4rem;
		line-height: 2rem;
		margin: 0 0 0.6rem 0;
	}
	.pmdetbox h1 {
		font-size: 2.2rem;
		line-height: 3rem;
		margin-bottom: 2rem;
		letter-spacing: -0.48px;
	}
	
	.regcntbox dl {
		margin-right: 2.3rem;
	}
	.regcntbox {
		height: auto;
	}
	.regcntbox dl span {
		letter-spacing: -0.24px;
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin-right: 0.8rem;
	}
	.regcntbox dl b{
		letter-spacing: -0.24px;
		font-weight:700;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.regcntbox dl:after {
		
		
		content: none;
		/* position: absolute; */
		/* right: -1.5rem; */
		/* top: 0.35rem; */
		/* width: 1px; */
		/* height: 1.1rem; */
		/* background: #EEEEEE; */
	}
	
	
	.caselawBox .caseperson img {
		height: 5rem;
	}
	.caselawBox .caseperson span {
		margin: 0.4rem 0 0 0;
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	
	

	.put_contbox {
		margin: 3rem 0 3rem 0;
		padding: 3rem 0 3rem 0;
	}
	
	
	.put_contbtnbox {
	}
	.put_contbtn {
		width: 100%;
		height: 5rem;
	}
	.put_contbtn a {
		border-radius: 0.3rem;
		font-size: 1.5rem;
		line-height: 1.8rem;
		letter-spacing: 0px;
	}
	
	
	.fliecontbox {
		margin-top: 4rem;
	}
	.fcti {
		font-size: 1.6rem;
		line-height: 3.6rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	.download_file {
		padding: 1.3rem 0px 1.3rem 0px;
	}
	.file_title {
		padding-right: 4.4rem;
	}
	.file_title a{
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.file_icon {
		top: 0.8rem;
		width: 3.4rem;
		height: 3.4rem;
	}
	.fcti dl {
		margin-left: 0.5rem;
		border: 0.733px solid #00D1A3;
		width: 2rem;
		height: 2rem;
		font-size: 1.2rem;
	}
	
	.nxt_subjectTBox {
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	.nxt_subjectTBox h2 {
		letter-spacing: -0.6px;
		line-height: 2.8rem;
		margin: 0 0 1rem 0;
		font-size: 2rem;
	}
	.nxt_subjectTBox h3 {
		letter-spacing: -0.4px;
		line-height: 2.4rem;
		margin: 0 0 1rem 0;
		font-size: 1.7rem;
	}
	.nxt_subjectTBox ul li {
		padding: 0 0 0 1.2rem;
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	.nxt_subjectTBox ul li:before {
		top: 1rem;
		width: 4px;
		height: 4px;
	}
}
/*================== :::::::::::::: 수안이야기 상세페이지 END ~ :::::::::::::: ==================*/

/*================== :::::::::::::: 검색결과 페이지 START ~ :::::::::::::: ==================*/
.casemarT{margin-top:4rem;}

/* 페이징 */
.paginationType01 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginationType01 ul li.on_front_paging{
	background: #53071B;
	border: 1px solid #53071B;
	color: #fff;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
}
.paginationType01 ul li.on_front_paging:hover{
	color: #fff;
}
.paginationType01 ul li {
	margin:0rem 0.4rem;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    width: 5rem;
    height: 5rem;
    border: 1px solid #fff;
    display: flex;
    color: #222;
	font-family: 'Pretendard-Medium';
	font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    align-items: center;
    justify-content: center;
}
.paginationType01 ul li:hover{
	color: #53071B;
	border: 1px solid #53071B;
}

.s_prev_page {
	margin-right:0.4rem;
	position:relative;
	cursor:pointer;
    padding: 0rem 1.8rem 0rem 3.8rem;
    display: flex;
    color: #222;
	font-family: 'Pretendard-Medium';
    font-size: 1.6rem;
    font-style: normal;
    line-height: 2.2rem;
    border-radius: 0.6rem;
    border: none;
    height: 5rem;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.s_prev_page:after {
    content: '';
    position: absolute;
    left: 1.8rem;
    top: 1.7rem;
    width: 1.4rem;
    height: 1.2rem;
    background-image: url(../img/sub/sooanstory/prev_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.s_next_page {
	margin-left:0.4rem;
	position:relative;
	cursor:pointer;
    padding: 0rem 3.8rem 0rem 1.8rem;
    display: flex;
    color: #222;
	font-family: 'Pretendard-Medium';
    font-size: 1.6rem;
    font-style: normal;
    line-height: 2.2rem;
    border-radius: 0.6rem;
    border: none;
    height: 5rem;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.s_next_page:after {
    content: '';
    position: absolute;
    right: 1.8rem;
    top: 1.7rem;
    width: 1.4rem;
    height: 1.2rem;
    background-image: url(../img/sub/sooanstory/next_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width:767px) {
	.paginationType01 ul li {
		margin: 0rem 0.4rem;
		width: 4rem;
		height: 4rem;
		font-size: 1.4rem;
	}
	
	.s_prev_page {
		left: 0rem;
		position: relative;
		width: 4rem;
		padding: 0rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
		height: 4rem;
	}
	.s_prev_page span{
		display:none;
	}
	.s_prev_page:after {
		content: '';
		position: absolute;
		left: 0rem;
		top: 0rem;
		width: 4rem;
		height: 4rem;
		background-image: url(../img/sub/sooanstory/prev_arrow_mo.png);
		background-size: 1.2rem;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.s_next_page {
		right: 0rem;
		position: relative;
		width: 4rem;
		padding: 0rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
		border-radius: 0.4rem;
		height: 4rem;
	}
	.s_next_page span{
		display:none;
	}
	.s_next_page:after {
		content: '';
		position: absolute;
		right: 0rem;
		top: 0rem;
		width: 4rem;
		height: 4rem;
		background-image: url(../img/sub/sooanstory/next_arrow_mo.png);
		background-size: 1.2rem;
		background-repeat: no-repeat;
		background-position: center center;
	}
}
/* // 페이징 */

/*================== :::::::::::::: 검색결과 페이지 END ~ :::::::::::::: ==================*/


/*================== :::::::::::::: 상담문의 START ~ :::::::::::::: ==================*/
.consult_top_bg {
    background-image: url(../img/sub/consult_top_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.consultWrap{
	width:100%;
	position:relative;
	padding:14rem 0rem;
	background:#fff;
}
.consultSidebox{
	max-width:1500px;
	padding:0rem 2rem;
	margin:0 auto;
}
.csh2{
	display:block;
	padding: 0 0 4rem 0;
	border-bottom:1px solid #111;
}
.csh2 h2{
	display:block;
	margin:0;
	padding:0;
	color: #111;
	font-family: 'Pretendard-Medium';
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 5rem;
}
.csh2 h2 span{
	font-family: 'Pretendard-Bold';
	font-weight: 700;
}

.csformbox{
	position:relative;
}
.reqtext{
	position:absolute;
	top:1.5rem;
	right:0rem;
	color: #EF811B;
	text-align: right;
	font-family: 'Pretendard-SemiBold';
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}
.csinbox {
    width: 100%;
    position: relative;
    margin: 4rem 0 0 0;
    padding: 1.5rem 0 1rem 7rem;
}

.step04{display:none;}

.csinbox dl{
	position:absolute;
	left:0rem;
	top:1.3rem;
	display:inline-block;
	color: #53071B;
	text-align: left;
	font-family: 'Pretendard-SemiBold';
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4rem;
	letter-spacing: 0.3px;
}
.cslabel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	margin: 0 0 1.5rem 0;
}
.cslabel h2 {
    position: relative;
    display: flex;
    color: #111;
    font-family: 'Pretendard-SemiBold';
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
    justify-content: flex-start;
    align-items: flex-end;
}
.cslabel h2 span{
	margin:0 0 0 0.8rem;
	color: #EF811B;
	font-family: 'Pretendard-SemiBold';
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
	position:relative;
	display:inline-block;
}
.cslabel h2.req:after {
    content: '*';
    top: -0.6rem;
    right: -1.5rem;
    position: absolute;
    color: #EF811B;
    font-family: 'Pretendard-SemiBold';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
}

.extext {
    color: #555;
	font-weight:300;
    font-family: "Pretendard-Light";
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    position: relative;
}

.csinputBox{
	display:flex;
	width:100%;
}
.csinput{
	position:relative;
	width:100%;
}
.camarB{margin:0 0rem 1rem 0;}
.camarR{margin:0 1rem 1rem 0;}
.csinput label{
	margin:0 0 0.4rem 0;
	color: #222;
	font-family: 'Pretendard-Medium';
	font-size:1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.65rem;
}
.csinput input{
	width:100%;
	height:6.6rem;
	padding:0rem 3rem;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	color: #111;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.csinput input::placeholder{
	color: #999;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.csinput input:focus{
	background: #fff;
	outline:none;
	border: 1px solid #111!important;
}


.csinput select{
	width:100%;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	padding:2rem 3rem;
	background: #FFF;
	color: #111;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.csinput select:focus{
	color:#111;
	background: #fff;
	outline:none;
	border: 1px solid #111!important;
}
.cssel:after {
    content: '';
    position: absolute;
    right: 3rem;
    top: 3rem;
    z-index: 5;
    width: 10px;
    height: 6px;
    background: url(../img/sub/selectArrow.png) no-repeat center;
}
.csinput select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



.csinput textarea{
	width:100%;
	height:25rem;
	padding:2rem 3rem;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	color: #111;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.csinput textarea::placeholder{
	color: #999;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.csinput textarea:focus{
	outline:none;
	background: #fff;
	border: 1px solid #111!important;
}



.csBtnbox {
    margin-top: 4rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.csBtnbox .csBtn {
	cursor:pointer;
    border: 1px solid #53071B;
    width: 25rem;
    height: 7rem;
    border-radius: 4px;
	background: #53071B;
    /* background: linear-gradient(0deg, #53071B 0%, #53071B 100%), #FFF; */
    color: #FFF;
    text-align: center;
    font-family: 'Pretendard-SemiBold';
    font-size: 2REM;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6REM;
}
.csBtnbox .csBtn:hover{
	border: 1px solid #111;
	background: #111;
}





.privacy_checkBox {
	position:relative;
    padding-left: 7rem;
    display: flex;
    align-items: center;
    margin-top: 4rem;
}
.privacy_check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.privacy_check input {
    min-width: 2rem;
    min-height: 2rem;
}
.privacy_check input[type="checkbox"] {
    vertical-align: middle;
    appearance: none;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    min-width: 2rem;
    min-height: 2rem;
	border:1px solid #ddd;
    background: #fff;
}
.privacy_check input[type="checkbox"]:checked {
    border: none;
    background: url(../img/sub/checkagreeicon.png) no-repeat center / cover;
}
.cbt.pri_agree {
	cursor:pointer;
    font-family: Pretendard;
    color: #444;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.2rem;
    /* letter-spacing: -0.28px; */
    padding: 0 1rem;
}
.openPopupBtn{
	cursor:pointer;
	display:inline-block;
    color: #111;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 3.2rem;
	text-decoration-line: underline;
}



.minipopup {
	display: none;
	z-index: 50;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.popup-content {
    min-width: 70rem;
    width: 100%;
    padding: 3rem 3rem 3rem 3rem;
    position: relative;
    border: 1px solid #DCCEBA;
    background: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.20);
}
.popcbox{
	width:100%;
	position:relative;
}
.popccateen{
	display:block;
	text-align:left;
color: #646969;
font-size: 1.6rem;
font-family: 'Pretendard-Bold';
line-height: 2rem;
margin-bottom:1rem;
}
.popccate{
		display:block;
	text-align:left;
color: #111;
font-size: 2.4rem;
font-family: 'Pretendard-SemiBold';
line-height: 3.4rem;
}
.popcsubtext{
	margin-top:2rem;
	border-top:1px solid #eee;
	padding-top:2rem;
		display:block;
	text-align:left;
color: #333;
font-size: 1.6rem;
font-family: 'Pretendard';
line-height: 3rem;
}
.close {
	cursor:pointer;
    top: 3.12rem;
    z-index: 60;
    right: 3.75rem;
    width: 2rem;
    height: 2rem;
    position: absolute;
    background-image: url(/public/img/sub/minipop_close.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* ================== 체크박스 ================== */
.agree_checkBox {
	display: block; 
	width: 100%; 
}
.agbox{
	padding: 1.8rem 0;
    margin: 0;
	display:block;
	display: flex; 
	flex-wrap: wrap;
}
.agree_check {
	margin:0 5rem 0 0;
    display: flex;
    text-align: left;
    position: relative;
    align-items: center;
    /* width: calc(100%/4); */
    /* height: 6.4rem; */
}
.agree_check input[type=checkbox] {position: absolute; display: none;}
.agree_check label {
    padding-left: 3.2rem;
    font-family: "Pretendard-Light";
    font-size: 1.8rem!important;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
    color: #222;
    margin-left: 0;
    cursor: pointer;
    white-space: nowrap;
	display: flex;
    align-items: center;
}
.agree_check label a {text-decoration: underline; margin-left: 1rem; display: inline-block; color: #666;}
.agree_check input[type=checkbox].check-all+label em {
    box-sizing: border-box;
    left: 0;
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    border-radius: 0.3rem;
    transform: translateY(-50%);
    fill: #DDD;
    background: #DDD;
}
.agree_check input[type=checkbox].check-all:checked+label em{background:url(../img/sub/agcheck.png) no-repeat center / cover;}
/* ================== // 체크박스 ================== */

/* ================== 라디오 ================== */
.radioBox {
	padding: 1.8rem 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.radioBox label {
    /* height: 6.4rem; */
    cursor: pointer;
    display: inline-flex;
	margin:0 5rem 0 0;
    /* min-width: calc(100%/4); */
    flex-wrap: wrap;
    align-items: center;
	
	color: #222;
	font-weight:300;
    font-family: "Pretendard-Light";
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.radioBox input {
    margin: 0;
    color: #222;
    font-family: "Pretendard-Medium";
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-right: 0.8rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 2.4rem;
    height: 2.4rem;
	border-radius: 0.3rem;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    background: #DDD;
    border: none;
    outline: none;
}
.radioBox:last-child {margin-bottom: 0; margin-right: 0;}
.radioBox input[type="radio"]:checked {background: url(../img/sub/agcheck.png) no-repeat center / cover;}

.pigapibox{
	display:none;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.pihae{  
	width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;}
.gahae{   
	width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;}
.pigo{    
	width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

/* ================== // 라디오 ================== */


.etcBox{
	width:100%;
}
.etcBox input {
    width: 100%;
    height: 6.6rem;
    padding: 0rem 3rem;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    color: #111;
    font-family: Pretendard;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
}
.etcBox input::placeholder{
	color: #999;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.etcBox input:focus{
	background: #fff;
	outline:none;
	border: 1px solid #111!important;
}


.consultinBox{display:none;}

.pihaeinBox{display:none;}
.gahaeinBox{display:none;}
.progressinBox{display:none;}

.evinBox{display:none;}
.routeinBox{display:none;}

@media (max-width: 767px) {
	.consult_top_bg {
		background-image: url(../img/sub/consult_top_bg_mo.webp);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.consultWrap {
		padding: 6rem 0rem;
	}
	.csh2 {
		padding: 0 0 3rem 0;
	}
	.csh2 h2 {
		font-size: 2rem;
		line-height: 3rem;
	}
	
	.reqtext {
		top: 0rem;
		right: 0rem;
		font-size: 1.4rem;
		line-height: 2.8rem;
	}
	.csinbox {
		margin: 3rem 0 0 0;
		padding: 0rem 0 0rem 0rem;
	}
	
	.csinbox dl {
		letter-spacing: 0.16px;
		position: relative;
		left: 0rem;
		top: 0;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.cslabel {
		margin: 0.6rem 0 1rem 0;
	}
	.cslabel h2 {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
	.cslabel h2 span {
		margin: 0 0 0 0.6rem;
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
	.cslabel span {
		top: 0rem;
		right: 0rem;
		position: absolute;
		margin-left: 0rem;
		font-size: 1.3rem;
		line-height: 2.8rem;
	}
	.csinput label {
		margin: 0 0 0.4rem 0;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.csinputBox {
		display: block;
	}
	
	.camarR {
		margin: 0!important;
	}
	.mulin .csinput{
		margin:1.6rem 0 0 0;	}
	
	.csinput input {
		height: 5.2rem;
		padding: 0rem 1.6rem;
		border-radius: 4px;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.csinput input::placeholder{
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	
	
	.csinput select {
		height: 5.2rem;
		padding: 0rem 1.6rem;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.cssel:after {
		right: 1.6rem;
		top: 2.4rem;
	}
	
	.csinput textarea {
		height: 20rem;
		padding: 1.4rem 1.6rem;
		border-radius: 4px;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.csinput textarea::placeholder{
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	
	
	.privacy_checkBox {
		padding-left: 0rem;
		margin-top: 3rem;
	}
	.cbt.pri_agree {
		font-size: 1.5rem;
		line-height: 2rem;
		padding: 0 1rem;
	}
	.openPopupBtn {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.minipopup {
		padding: 0;
		width: 100%;
		top: -14.8rem;
		left: 0;
		-webkit-transform: inherit;
		transform: inherit;
	}
	.popup-content {
		min-width: 100%;
		padding: 2rem;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
	}
	.popccateen {
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin-bottom: 0.6rem;
	}
	.popccate {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.popcsubtext {
		margin-top: 1rem;
		border-top: 1px solid #eee;
		padding-top: 1rem;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.close {
		cursor: pointer;
		top: 2rem;
		right: 2rem;
		width: 1.6rem;
		height: 1.6rem;
	}
	
	
	.csBtnbox {
		margin-top: 3rem;
	}
	.csBtnbox .csBtn {
		letter-spacing: -0.32px;
		width: 100%;
		height: 5.6rem;
		border-radius: 4px;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	
	
	
	.hopeday{
		margin: 1.6rem 0 0 0;
	}
	.hopeday .mononelabel{display:none;}
	.hopeday .csinput:nth-child(2){
		margin:0.4rem 0 0 0!important;
	}
	.hopeday .csinput:nth-child(3){
		margin:0.4rem 0 0 0!important;
	}
	.extext {
		font-size: 1.1rem;
		line-height: 1.6rem;
		margin-top: 0.4rem;
	}
	
	
	.etcBox input {
		height: 5.2rem;
        padding: 0rem 1.6rem;
        border-radius: 4px;
        font-size: 1.5rem;
        line-height: 2.4rem;
	}
	.etcBox input::placeholder{
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	
	

	.radioBox {
		padding: 0rem 0 0rem 0;
	}
	.radioBox label {
		margin: 0 4rem 1rem 0;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.agbox {
		padding: 0rem 0 0rem 0;
	}
	.agree_check label {
		padding-left: 3.2rem;
		font-size: 1.5rem!important;
		line-height: 2.4rem;
	}
	.pigapibox {
		padding: 1rem 0 0 0!important;
	}
	.step04 .etcBox.progressinBox{
		padding-top: 0rem;
	}
	.step04 .etcBox {
		/* padding-top: 1rem; */
	}
	
	.agree_check {
		margin: 0 4rem 1rem 0;
	}
}
/*================== :::::::::::::: 상담문의 END ~ :::::::::::::: ==================*/

/*================== :::::::::::::: 오시는길 START ~ :::::::::::::: ==================*/
.location_top_bg {
    background-image: url(../img/sub/location_top_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.locationwrap{
	width:100%;
	position:relative;
	padding:14rem 0 0 0;
}
.locationInner:nth-child(1){
	margin-top:0rem;
}
.locationInner{
	position:relative;
	margin-top:8rem;
}
.locaSidebox{
	max-width: 1500px;
    padding: 0rem 2rem;
    margin: 0 auto;
}

.locatitle{
	overflow:hidden;
	position:relative;
	width:100%;
	padding:0 0 4rem 0;
}
.locatitle h2{
	color: #111;
	font-family: 'Chosunilbo_myungjo';
	font-size: 4.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 6rem;
	letter-spacing: 2.76px;
}
.locatitle span {
    top: 0rem;
    right: 0rem;
    position: absolute;
    display: inline-block;
    color: #53071B;
    text-align: right;
    font-family: "DM Serif Display";
    font-size: 19rem;
    font-style: normal;
    font-weight: 400;
    line-height: 11.5rem;
    letter-spacing: 1.9rem;
    opacity: 0.1;
}

.lomapInner{
	width:100%;
	height:80rem;
	position:relative;
}
.lomapInner iframe{
	width:100%;
	height:100%;
	position:relative;
	z-index:5;
}
.lomapInner .root_daum_roughmap{
	width:100%!important;
	height:100%!important;
	position:relative;
	z-index:5;
}
.lomapInner .root_daum_roughmap .wrap_map{
	height:100%!important;
}

.lomapSidebox{
	z-index:10;
	position:relative;
	max-width: 1500px;
    padding: 0rem 2rem;
    margin: 0 auto;
}
.lomapInfoInner{
	width:48rem;
	padding: 5rem;
	position: absolute;
	left: 2rem;
	top: 15rem; 
	border-radius: 6px;
	background: #FFF;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
}

.loinfo.lfInner {
    display: flex!important;
}
.loinfo.nonemarT {
    margin:0;
}
.loinfo.nonemarT:nth-child(1){
	margin:0 4.4rem 0 0;
}

.loinfo {
	margin:2.4rem 0 0 0;
    display: block;
}
.loinfo:nth-child(1){
	margin:0;
}
.loinfo span{
	display:block;
	text-align:left;
	color: #111;
	font-family: "DM Serif Display";
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2rem;
	letter-spacing: 1.08px;
	opacity: 0.5;
}
.loinfo dl {
    margin: 1rem 0 0 0;
    display: block;
    text-align: left;
    color: #111;
    font-family: Pretendard;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    word-break: keep-all;
}
.loinfo a{
	margin:1rem 0 0 0;
	display:block;
	text-align:left;
	color: #111;
	font-family: 'Pretendard-SemiBold';
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
}

@media (max-width: 991px) {
	.lomapInner {
		height: 106rem;
	}
	.lomapSidebox {
		box-sizing: border-box;
		width: 100%;
		left: 0rem;
		bottom: 0rem;
		z-index: 10;
		position: absolute;
		max-width: 100%;
		padding: 0rem 2rem;
		margin: 0;
	}
	.lomapInfoInner {
		box-sizing: border-box;
		width: 100%;
		left: 0rem;
		bottom: 2rem;
		min-width: 100%;
		padding: 2rem;
		position: relative;
		top: inherit;
		border-radius: 4px;
		background: #FFF;
		box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
	}
}

@media (max-width: 767px) {
	.location_top_bg {
		background-image: url(../img/sub/location_top_bg_mo.webp);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.locationwrap {
		padding: 6rem 0 0 0;
	}
	.locatitle {
		padding: 0 0 2rem 0;
	}
	.locatitle h2 {
		font-size: 2.4rem;
		line-height: 3rem;
		letter-spacing: 1.44px;
	}
	.locatitle span {
		top: 0rem;
		font-size: 9rem;
		line-height: 6rem;
		letter-spacing: 9px;
	}
	.locationInner {
		margin-top: 4rem;
	}
	.lomapInner {
		height: 84.6rem;
	}
	.lomapSidebox {
		box-sizing: border-box;
		width: 100%;
		left: 0rem;
		bottom: 0rem;
		z-index: 10;
		position: absolute;
		max-width: 100%;
		padding: 0rem 2rem;
		margin: 0;
	}
	.lomapInfoInner {
		box-sizing: border-box;
		width: 100%;
		left: 0rem;
		bottom: 2rem;
		min-width: 100%;
		padding: 2rem;
		position: relative;
		top: inherit;
		border-radius: 4px;
		background: #FFF;
		box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
	}
	.loinfo span {
		font-size: 1.4rem;
		line-height: 1.8rem;
		letter-spacing: 0.84px;
	}
	.loinfo dl {
		margin: 0.4rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.loinfo a {
		margin: 0.4rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.loinfo {
		width: 100%;
		margin: 1.4rem 0 0 0;
	}
	.loinfo.lfInner {
		display: flex!important;
		justify-content: flex-start;
	}
	.loinfo.nonemarT:nth-child(1) {
		margin: 0 2rem 0 0;
	}
}
/*================== :::::::::::::: 오시는길 END ~ :::::::::::::: ==================*/


/*================== :::::::::::::: 구성원 START ~ :::::::::::::: ==================*/
.member_top_bg {
    background-image: url(../img/sub/member/member_top_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.memwrap{
	width:100%;
	position:relative;
	padding:14rem 0;
	background:#fff;
}
.memsidebox{
	position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0rem 2rem;
}
.meminner:nth-child(1){
	margin:0rem 0 0 0;
}
.meminner{
	display:block;
	margin:11rem 0 0 0;
}
.memih2{
	padding:0;
	display:block;
	margin:0 0 4rem 0;
	color: #111;
    font-family: 'Chosunilbo_myungjo';
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 6rem;
	letter-spacing: 2.4px;
}

.memcont ul {
    text-align: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.memcont ul li {
    text-align: left;
    width: calc(50% - 1.5rem);
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0 3rem 3rem 0px;
}
.memcont ul li:nth-child(2n){
	margin: 0 0rem 3rem 0px;
}
.memcont ul li a{
	position:relative;
	padding:0;
	margin:0;
}
.memcont ul li a:hover .membtn{
	text-decoration:underline;
}
.memcont ul li a:hover .membtn img{
	margin-left:2rem;
}
.membox {
    min-height: 44rem;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/sub/member/membox_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 34rem 5rem 5rem;
}
.meminfo{
	position:relative;
	z-index:6;
}
.meminfo h2 span{
	text-align: left;
	margin:0 0 1.4rem 0;
	display:block;
	color: #111;
	font-family: 'Pretendard-Medium';
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8rem;
	letter-spacing: -0.4px;
}
.meminfo h2{
	text-align: left;
	margin:0 0 3rem 0;
	display:block;
	color: #111;
    font-family: 'Chosunilbo_myungjo';
	font-size: 5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 6rem;
	letter-spacing: 1.5rem;
}
.meminfo h3{
	text-align: left;
	margin:0.4rem 0 0 0;
	display:block;
	color: #111;
	font-family: Pretendard;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.3rem;
}

.membtn {
    display: flex;
    left: 5rem;
    position: absolute;
    bottom: 5rem;
    color: #111;
    font-family: 'Pretendard-Medium';
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.3rem;
    align-items: center;
    justify-content: flex-start;
}
.membtn img {
    margin-left: 1rem;
    display: inline-block;
    height: 1.1rem;
}

.memimg {
	z-index:5;
    display: flex;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    justify-content: flex-end;
    align-items: flex-end;
}
.memimg img{
	max-width:100%;
}
@media (max-width: 1600px) {
	.memimg img {
		height: 36rem;
		max-width: 100%;
	}
}
@media (max-width: 1400px) {
	.membox {
		min-height: 42rem;
		padding: 3rem 30rem 3rem 3rem;
	}
	.membtn {
		left: 3rem;
		bottom: 3rem;
		font-size: 1.6rem;
		line-height: 2.3rem;
	}
}
@media (max-width: 1200px) {
	.membox {
		min-height: 40rem;
		padding: 3rem 24rem 3rem 3rem;
	}
	.memimg img {
		height: 32rem;
	}
}
@media (max-width: 991px) {
	.memwrap {
		padding: 10rem 0;
	}
	.memcont ul li {
		width: calc(100% - 0rem);
		margin: 0 0rem 3rem 0px;
	}
	.membox {
		min-height: 42rem;
		padding: 5rem 24rem 5rem 5rem;
	}
	.membtn {
		left: 5rem;
		bottom: 5rem;
		font-size: 1.6rem;
		line-height: 2.3rem;
	}
	.memimg img {
		height: 36rem;
	}
}
@media (max-width: 767px) {
	.member_top_bg {
		background-image: url(../img/sub/member/member_top_bg_mo.webp);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.memwrap {
		padding: 6rem 0 4rem 0;
	}
	.memsidebox {
		padding: 0 0 0 2rem;
	}
	.memih2{
		margin: 0 0 2rem 0;
		font-size: 2.2rem;
		line-height: 3.8rem;
		letter-spacing: 1.32px;
	}
	
	.memcont ul li {
		margin: 0 0rem 2rem 0px;
	}
	.memcont ul li:nth-child(2n) {
		margin: 0 0rem 2rem 0px;
	}
	.membox {
		border-radius: 4px 0 0 4px;
		min-height: 21.1rem;
		padding: 2rem 2rem 2rem 2rem;
	}
	.meminfo h2 span {
		margin: 0 0 0.6rem 0;
		font-size: 1.2rem;
		line-height: 1.4rem;
		letter-spacing: -0.24px;
	}
	.meminfo h2 {
		margin: 0 0 1rem 0;
		font-size: 2.6rem;
		line-height: 3.2rem;
		letter-spacing: 0.78rem;
	}
	.meminfo h3 {
		margin: 0.4rem 0 0 0;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.memimg img {
		height: 17rem;
	}
	.membtn img {
		margin-left: 0.6rem;
		height: 0.7rem;
	}
	.membtn {
		left: 2rem;
		bottom: 2rem;
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	
	.meminner {
		margin: 4rem 0 0 0;
	}
}
/*================== :::::::::::::: 구성원 END ~ :::::::::::::: ==================*/

/*================== :::::::::::::: 구성원 상세 START ~ :::::::::::::: ==================*/
.subTwrap.memdeArea{
	margin-bottom:2rem;
}
.memdewrap{
	width:100%;
	position:relative;
	padding:8rem 0 0 0;
	background: #F7F2EE;
	z-index:5;
}
.memdeSidebox{
	max-width:1500px;
	padding:0rem 2rem;
	margin:0 auto;
	position:relative;
}
.memdeinner {
    height: 68rem;
    display: flex;
}

.memdeinfo{
	width:50%;
	display: block;
	text-align:left;
	padding:3rem 0 0 0;
}
.memdeh1{
	position:relative;
}
.memdeh1 span{
	margin-bottom:1rem;
	display:block;
	text-align:left;
	color: #111;
	font-family: 'Pretendard-Medium';
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8rem;
	letter-spacing: -0.44px;
}
.memdeh1 dl{
	display:block;
	text-align:left;
	color: #111;
    font-family: 'Chosunilbo_myungjo';
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 8rem;
	letter-spacing: 1.8rem;
}

.memdeh2{
	display:block;
	margin:4rem 0 3rem 0;
}
.memdeh2 h2{
	display:block;
	text-align:left;
	color: rgba(17, 17, 17, 0.60);
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.5rem;
}


.memperinfo{
	position:relative;
}
.memperinfo ul{
	display:flex;
}
.memperinfo ul li{
	position:relative;
	margin:0 5.3rem 0 0;
}
.memperinfo ul li:last-child{
	margin:0;
}
.memperinfo ul li:last-child:before {
	content:none;
}
.memperinfo ul li:before {
    content: '';
    position: absolute;
    right: -2.65rem;
    top: 0.7rem;
    width: 1px;
    height: 1.4rem;
    opacity: 0.1;
    background: #111;
}
.memperinfo ul li span{
	margin:0 1.2rem 0 0;
	display:inline-block;
	color: #111;
	font-family: 'Pretendard-Bold';
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.8rem;
}
.memperinfo ul li a{
	display:inline-block;
	color: #111;
	font-family: Pretendard;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
}

.memhalfimgInner {
    display: flex;
    width: 50%;
    align-items: flex-end;
    justify-content: center;
}
.memhalfimg{
	display:flex;
}
.memhalfimg img{
	height: 68rem;
	max-width:100%;
}


.memdetailinfoBox{
	position:relative;
	background:#fff;
	padding:4rem 0 10rem 0;
}
.memdetailinfoSideBox{
	max-width: 1500px;
	padding:0 2rem;
	margin:0 auto;
}
.memdetextBox{
	position:relative;
	border-bottom:1px solid #eee;
	padding:0 0 4rem 0;
	margin:0 0 4rem 0;
}
.memdetextBox:last-child{
	border-bottom:none;
	padding:0;
	margin:0;
}
.memdetextBox h2{
	display:block;
	padding:0;
	margin:0 0 2rem 0;
	color: #111;
	font-size: 2.2rem;
	font-style: normal;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	line-height: 4rem;
}

.memdetext{
	position:relative;
}
.memdetext ul{
	position:relative;
}
.memdetext ul li{
	position:relative;
	list-style:none;
	position:relative;
	padding:0 0 0 1.2rem;
	margin:0.4rem 0 0 0;
}
.memdetext ul li:before{
	content:'';
	position:absolute;
	left:0rem;
	top:1.6rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius:50%;
	background:#540F21;
}
.memdetext ul li h3{
	display:block;
	color: rgba(17, 17, 17, 0.60);
	font-size: 1.7rem;
	font-family: 'Pretendard';
	font-weight: 400;
	line-height: 3.8rem;
}


.memdewrap:before {
    content: '';
    position: absolute;
    left: 0rem;
    top: -25.8rem;
    width: 100%;
    height: 25.8rem;
    background: #F7F2EE;
    z-index: 2;
}


.memslidebox.down_header{
	top: 0rem;
}
.memslidebox{
	overflow: hidden;
	position: sticky;
    top: 12rem;
	width:100%;
	z-index:10;
}
.memslideSidebox{
	max-width:1500px;
	margin:0 auto;
	padding:2rem 2rem;
	width:100%;
}

.memsInner{
	position:relative;
}
.memsInner .swiper{
	overflow:unset;
}
.memsInner .swiper-slide{
	width:auto;
}
.memsItem{
	display:flex;
}
.memsItem a {
    display: flex;
    padding: 9px 9.42px 9px 24px;
    background: #fff;
    border-radius: 144px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    align-items: center;
    justify-content: center;
}
.memsItem a span{
	color: #111;
	font-family: 'Pretendard-Medium';
	font-weight: 500;
	font-size:2rem;
	font-style: normal;
	line-height: 3rem;
}
.memsItem a img{
	display:inline-block;
	margin-left:1.2rem;
	height:6rem;
}

.memsItem a:hover{
	background: linear-gradient(0deg, #540F21 0%, #540F21 100%), #FFF;
}
.memsItem a:hover span{
	color:#fff;
	/* font-family: 'Pretendard-Bold'; */
	/* font-weight: 700; */
}

.memsInner .swiper-button-prev.swiper-button-disabled {
	display:none;
    opacity: 0;
}
.memsInner .swiper-button-prev {
    left: -5.8rem;
    right: inherit;
    padding: 0;
    margin: 0;
    bottom: inherit;
    top: 0.5rem;
    z-index: 12;
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 999px;
    border: 1px solid #111;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background-image: url(../img/sub/member/mem_prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.8rem;
}
.memsInner .swiper-button-prev:after{
	content:none;
}


.memsInner .swiper-button-next.swiper-button-disabled {
	display:none;
    opacity: 0;
}
.memsInner .swiper-button-next {
    left: inherit;
    right: -5.8rem;
    padding: 0;
    margin: 0;
    bottom: inherit;
    top: 0.5rem;
    z-index: 12;
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 999px;
    border: 1px solid #111;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background-image: url(../img/sub/member/mem_next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.8rem;
}
.memsInner .swiper-button-next:after{
	content:none;
}
@media (max-width: 1600px) {
	.memsInner .swiper-button-prev {
		left: -1rem;
	}
	.memsInner .swiper-button-next {
		right: -1rem;
	}
}

@media (max-width: 1400px) {
	.memdeinner {
		padding: 0 56rem 0 0;
		height:auto;
		min-height: 68rem;
		display: flex;
	}
	
	.memdeinfo {
		width: 100%;
		padding: 3rem 0 6rem 0;
	}
	.memperinfo ul {
		display: block;
	}
	.memperinfo ul li:before{
		content:none;
	}
	.memperinfo ul li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding: 0 0 1.5rem 0;
		position: relative;
		margin: 0 0 1.5rem 0;
	}
	.memperinfo ul li:last-child {
		border-bottom: none;
		padding: 0;
		margin: 0;
	}
	.memperinfo ul li span {
		width: 5rem;
		margin: 0;
	}
	
	.memhalfimgInner {
		bottom: 0rem;
		right: 2rem;
		position: absolute;
		width: auto;
	}
	.memhalfimg img {
		height: 64rem;
	}
}
@media (max-width: 991px) {
	.memdeSidebox {
		padding: 0;
	}
	.memdeinner {
		padding: 0;
		height: auto;
		min-height: auto;
		display: flex;
		flex-direction: column-reverse;
	}
	.memhalfimgInner {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.05) 100%);
		bottom: 0rem;
		right: inherit;
		position: relative;
		width: 100%;
	}
	.memhalfimg img {
		height: 54rem;
	}
	
	.memdeinfo {
		width: 100%;
		padding: 4rem 2rem 4rem 2rem;
	}
	
	

	.memslidebox{
		top: 5.6rem;
	}
}
@media (max-width: 767px) {
	.memdewrap {
		padding: 2rem 0 0 0;
	}
	.memhalfimgInner {
		padding: 0 5rem;
	}
	.memhalfimg img {
		height: auto;
	}
	.memdeinfo {
		width: 100%;
		padding: 4rem 2rem 4rem 2rem;
	}
	
	.memdeh1 span {
		margin-bottom: 1rem;
		font-size: 1.6rem;
		line-height: 2rem;
		letter-spacing: -0.32px;
	}
	.memdeh1 dl {
		font-size: 3.8rem;
		line-height: 4.6rem;
		letter-spacing: 11.4px;
	}
	.memdeh2 {
		margin: 2rem 0 3rem 0;
	}
	.memdeh2 h2 {
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	
	.memperinfo ul li span {
		font-size: 1.4rem;
		line-height: 2rem;
		width: 4rem;
		margin: 0;
	}
	.memperinfo ul li a {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	
	.memdetailinfoBox {
		padding: 3rem 0 6rem 0;
	}
	.memdetextBox {
		padding: 0 0 3rem 0;
		margin: 0 0 3rem 0;
	}
	.memdetextBox h2 {
		margin: 0 0 0rem 0;
		font-size: 1.6rem;
		line-height: 4rem;
	}
	.memdetext ul li:before {
		top: 0.9rem;
		width: 0.4rem;
		height: 0.4rem;
	}
	.memdetext ul li {
		padding: 0 0 0 1.2rem;
		margin: 0.8rem 0 0 0;
	}
	.memdetext ul li h3 {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	
	
	.subTwrap.memdeArea {
		margin-bottom: 0rem;
	}
	.memslidebox{
		top: 5.6rem;
	}
	.memslideSidebox {
		padding: 1.4rem 1.6rem;
	}
	.memsItem a {
		padding: 5px 5.55px 5px 18px;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
	}
	.memsItem a span {
		font-size: 1.5rem;
		line-height: 4rem;
	}
	.memsItem a img {
		margin-left: 1rem;
		height: 4rem;
	}
	
	
	.memsInner .swiper-button-prev {
		left: 0.4rem;
		top: 0.5rem;
		z-index: 12;
		width: 4rem;
		height: 4rem;
		background: rgba(255, 255, 255, 0.70);
		backdrop-filter: blur(3px);
		background-image: url(../img/sub/member/mem_prev.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 1.4rem;
	}
	.memsInner .swiper-button-next {
		right: 0.4rem;
		top: 0.5rem;
		z-index: 12;
		width: 4rem;
		height: 4rem;
		background: rgba(255, 255, 255, 0.70);
		backdrop-filter: blur(3px);
		background-image: url(../img/sub/member/mem_next.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 1.4rem;
	}
}

/*================== :::::::::::::: 구성원 상세 END ~ :::::::::::::: ==================*/


/*================== :::::::::::::: 업무분야 START ~ :::::::::::::: ==================*/
.work_top_bg {
    background-image: url(../img/sub/work/work_top_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.worknavWrap {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 14rem 0 0 0;
}
.worknavWrap:before {
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    content: '';
    width: 100%;
    height: 1px;
    background: #EEE;
    z-index: 1;
}
.worknavSidebox{
	max-width: 1500px;
    padding: 0rem 2rem;
    margin: 0 auto;
	position:relative;
}

.worknavSli .swiper-wrapper {
    align-items: flex-end;
	justify-content: space-between;
}
.worknavSli .swiper-slide {
    width: auto;
}
.worknav {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.worknav span{
	position:relative;
}
.worknav span a {
    display: flex;
    padding: 0 0 2rem 0;
    color: #999;
    font-family: 'Chosunilbo_myungjo';
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: 1.56px;
    align-items: center;
    justify-content: center;
}
.worknav span a:before{
	content:'';
	width:100%;
	height:3px;
	position:absolute;
	left:0rem;
	bottom:0rem;
	border-radius: 4px 4px 0px 0px;
	background: inherit;
	z-index:1;
}
.worknav span a:hover{
	color: #111;
}

.worknav.onSt span a:before{
	z-index:1;
	background: #540F21;
}
.worknav.onSt span a{
	padding: 0 0 1.4rem 0;
	color: #111;
	font-size: 4rem;
	line-height: 6rem;
    letter-spacing: 2.4px;
}


.workwrap{
	width:100%;
	position:relative;
	padding:8rem 0 14rem 0;
}
.worksidebox{
	max-width:1500px;
	padding:0rem 2rem;
	margin:0 auto;
}
.workmainbg{
	border-radius: 6px;
	overflow:hidden;
	width:100%;
	height:40rem;
	position:relative;
	margin-bottom:7rem;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.workmainbg span{
	display:none;
	
	position:absolute;
	right:6rem;
	bottom:5rem;
	z-index:3;
	color: #FFF;
	text-align: right;
	font-family: "DM Serif Display", serif;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 6rem;
	letter-spacing: 2.4px;
}
.wr_moimg{display:none;}

.corporation_bg {background-image: url(../img/sub/work/corporation_bg.webp);}
.labor_bg {background-image: url(../img/sub/work/labor_bg.webp);}
.tax_bg {background-image: url(../img/sub/work/tax_bg.webp);}
.civil_bg{background-image: url(../img/sub/work/civil_bg.webp);}
.criminal_bg{background-image: url(../img/sub/work/criminal_bg.webp);}
.occupational_accident_bg{background-image: url(../img/sub/work/occupational_accident_bg.webp);}
.construction_real_estate_bg{background-image: url(../img/sub/work/construction_real_estate_bg.webp);}
.blockchain_bg{background-image: url(../img/sub/work/blockchain_bg.webp);}

.workinfobox {
    display: flex;
    width: 100%;
	height: 100%;
    position: relative;
    align-content: space-around;
    justify-content: flex-start;
    align-items: flex-start;
}
.workinfobox:before {
    right: 37%;
    content: '';
    position: absolute;
    /* right: 54rem; */
    top: 0rem;
    height: 100%;
    width: 1px;
    background: #EEE;
}

.workinfo{
	position:relative;
	height:100%;
	width: 64.5%;
	margin-right:8rem;
}
/* .workinfo:before{ */
	/* content:''; */
	/* position:absolute; */
	/* right: -8rem; */
	/* top:0rem; */
	/* height:100%; */
	/* width:1px; */
	/* background: #EEE; */
/* } */
.woh2:before{
	content:'';
	position:absolute;
	left:0rem;
	bottom:-3rem;
	width: 40px;
	height: 1px;
	background: #111;
}
.woh2{
	position:relative;
	display:block;
	margin:0 0 6.1rem 0;
	color: #111;
	font-family: 'Pretendard-SemiBold';
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.6rem;
}
.workinfo h2{
	display:block;
	text-align:left;
	color: #111;
	font-family: Pretendard;
	font-size:1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.6rem;
	margin:2rem 0 0 0;
}
.workinfo h3{
	display:block;
	text-align:left;
	color: #111;
	font-family: Pretendard;
	font-size:1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.6rem;
	margin:2rem 0 0 0;
}

.divider{
	margin:0 8rem;
	width:1px;
	position:relative;
	height:100%;
}


/* .workarea:before{ */
	/* content:''; */
	/* position:absolute; */
	/* left: -8rem; */
	/* top:0rem; */
	/* height:100%; */
	/* width:1px; */
	/* background: #EEE; */
/* } */
.workarea{
	height:100%;
	position:relative;
	width:35.5%;
	margin-left:8rem;
}
.workcate{
	position:relative;
}
.workcate ul{
	position:relative;
}
.workcate ul li{
	padding:0 0 0 1.9rem;
	position:relative;
}
.workcate ul li:before{
	content:'';
	position:absolute;
	left:0rem;
	top:1.4rem;
	width:1.1rem;
	height:0.8rem;
	background-image: url(../img/sub/work/wc_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.workcate ul li h2{
	display:block;
	text-align:left;
	color: #111;
	font-family: Pretendard;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.6rem;
}

.workbtnbox {
    display: flex;
    border-top: 1px solid #111;
    padding: 5rem 0 0 0;
    margin: 8rem 0 0 0;
    justify-content: space-between;
    align-items: flex-start;
}
.workbtn{
	position:relative;
}
.workbtn a {
    display: flex;
    color: #111;
    font-family: 'Pretendard-Medium';
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6rem;
    align-items: center;
}
.workbtn a img{
	height:5.4rem;
}
.wrleft{
	margin-right:2rem;
}
.wrright{
	margin-left:2rem;
}
@media (max-width: 1500px) {
	.worknavWrap {
		padding: 10rem 0 0 0;
	}
	.worknav.onSt span a {
		padding: 0 0 1.4rem 0;
		font-size: 3.4rem;
		line-height: 5.2rem;
		letter-spacing: 2px;
	}
	.worknav span a {
		padding: 0 0 2rem 0;
		font-size: 2.4rem;
		line-height: 4.4rem;
		letter-spacing: 1.26px;
	}
}
@media (max-width: 1200px) {
	.worknav.onSt span a {
		padding: 0 0 1.4rem 0;
		font-size: 3.2rem;
		line-height: 5rem;
		letter-spacing: 1.6px;
	}
	.worknav span a {
		padding: 0 0 2rem 0;
		font-size: 2.2rem;
		line-height: 4rem;
		letter-spacing: 1px;
	}
}
@media (max-width: 991px) {
	.worknavWrap {
		padding: 8rem 0 0 0;
	}
	.worknav.onSt span a {
		padding: 0 0 1.4rem 0;
		font-size: 2.8rem;
		line-height: 5rem;
		letter-spacing: 1.2px;
	}
	.worknav span a {
		padding: 0 0 2rem 0;
		font-size: 1.9rem;
		line-height: 4rem;
		letter-spacing: 0.6px;
	}
	
	.workwrap {
		padding: 6rem 0 10rem 0;
	}
	.workinfobox {
		display: block;
	}
	.workinfobox:before {
		content: none;
	}
	.workinfo:before {
		content: none;
	}
	
	.workinfo {
		margin-right:0rem;
		width: 100%;
	}
	.workarea {
		border-top: 1px solid #eee;
		padding: 6rem 0 0 0;
		margin: 6rem 0 0 0;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.work_top_bg {
		background-image: url(../img/sub/work/work_top_bg_mo.webp);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	
	.worknavWrap {
		padding: 3rem 0 0 0;
	}
	.worknavSidebox{
		padding:0;
	}
	.worknavSli .swiper-wrapper {
		justify-content: flex-start;
		align-items: flex-end;
	}
	.worknavSli .swiper-wrapper {
		padding: 0 2rem;
	}
	.worknavSli .swiper-slide:last-child .worknav {
		margin-right: 4rem;
	}
	.worknav {
		margin-right: 1.6rem;
	}
	.worknav span a:before {
		height: 2px;
		border-radius: 4px 4px 0px 0px;
	}
	.worknav.onSt span a {
		padding: 0 0 1.2rem 0;
		font-size: 2.2rem;
		line-height: 3.8rem;
		letter-spacing: 1.32px;
	}
	.worknav span a {
		padding: 0 0 1.6rem 0;
		font-size: 1.5rem;
		line-height: 2.6rem;
		letter-spacing: 0.9px;
	}
	
	.workwrap {
		padding: 4rem 0 6rem 0;
	}
	.workmainbg {
		border-radius: 3px;
		margin-bottom: 4rem;
		height: auto;
		background-image: none !important;
	}
	.workmainbg span{
		right:2rem;
		bottom:2rem;
		color: #FFF;
		font-size: 2rem;
		line-height: 3rem;
		letter-spacing: 1.2px;
	}
	.wr_moimg {
		width: 100%;
		display: block;
	}
	
	
	.workarea {
		padding: 4rem 0 0 0;
		margin: 4rem 0 0 0;
	}
	.woh2 {
		margin: 0 0 4.1rem 0;
		font-size: 2rem;
		line-height: 2.6rem;
	}
	.woh2:before {
		bottom: -2rem;
		width: 30px;
		height: 1px;
	}
	.workinfo h2 {
		font-size: 1.5rem;
		line-height: 2.6rem;
		margin: 1rem 0 0 0;
	}
	.workinfo h3 {
		font-size: 1.5rem;
		line-height: 2.6rem;
		margin: 1rem 0 0 0;
	}
	
	
	.workcate ul li {
		padding: 0 0 0 1.7rem;
	}
	.workcate ul li h2 {
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	.workcate ul li:before {
		top: 0.9rem;
		width: 1.1rem;
		height: 0.8rem;
		background-image: url(../img/sub/work/wc_arrow_mo.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.workbtnbox {
		padding: 2rem 0 0 0;
		margin: 4rem 0 0 0;
	}
	
	.workbtn a img {
		height: 3.1rem;
	}
	.workbtn a {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
	.wrleft {
		margin-right: 1rem;
	}
	.wrright {
		margin-left: 1rem;
	}
}
/*================== :::::::::::::: 업무분야 END ~ :::::::::::::: ==================*/