
.mainWrap{
	position:relative;
	width:100%;
	margin:0;
}

/*-----------------------------------------
# 메인 비주얼
-------------------------------------------*/
.mavContWrap{
	position:Relative;
	width:100%;
	height:100vh;
}
.mavContInner {
    width: 100%;
    display: flex;
    position: Relative;
    height: 100%;
}
.mavContLe {
    width: 50%;
    height: 100%;
    display: flex;
    position: Relative;
    padding: 8.2rem 0 0 0;
}
.mavContLeInner {
    height: 100%;
    display: flex;
    width: 100%;
    /* max-width: 84rem; */
    padding: 6rem 8rem 8rem 16rem;
    flex-direction: column;
    justify-content: space-between;
}

.mclnum{
	display:flex;
	gap:1.4rem;
	margin:0 0 3rem 0;
}
.mclnum span{
	color: #888;
	font-family: pretendard-700;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6rem;
	opacity: 0.5;
}
.mclnum span.on{
	opacity: 1;
	color: #B20600;
	font-family: pretendard-800;
	font-weight: 800;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.mcllr_BtnBox{
	display:flex;
	gap:1rem;
	margin:4rem 0 0 0;
}
.mcll_Btn, .mclr_Btn {
    display: flex;
    cursor: pointer;
    margin: 0;
    position: relative;
    width: 6rem;
    height: 6rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(17, 17, 17, 0.30);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
}
.mcll_Btn:after {
    display: inline-block;
    height: 1.7rem;
    width: 1.7rem;
    content: '';
    background-image: url(/public/img/main/mcl_prev_off.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mcll_Btn:hover{
	border: 1px solid var(--color-1, #B20600);
}
.mcll_Btn:hover:after{
	background-image: url(/public/img/main/sl_prev_color.webp);
}
.mclr_Btn:after {
    display: inline-block;
    height: 1.7rem;
    width: 1.7rem;
    content: '';
    background-image: url(/public/img/main/mcl_next_off.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mclr_Btn:hover{
	border: 1px solid var(--color-1, #B20600);
}
.mclr_Btn:hover:after{
	background-image: url(/public/img/main/sl_next_color.webp);
}


.mcltitleBox { display: none;	transition: background 0.5s ease; }
.mcltitleBox.mcltext01 { display: block; }
.mcltitle{
	color: #111;
	font-family: pretendard-700;
	font-size: 4.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 5.8rem;
}
.mcltitleSub{
	margin:2rem 0 0 0;
	color: #111;
	font-family: pretendard-400;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.8rem;
}

.mcltBtnBox{
	display:flex;
	margin:2rem 0 0 0;
	gap:0.6rem;
}

.catBtn{
	cursor:pointer;
	display: flex;
	padding: 1.1rem 2.3rem;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	align-self: stretch;

	border-radius: 666px;
	border: 1px solid #FBECEC;
	background: #FBECEC;

	color: #B20600;
	text-align: center;
	font-family: pretendard-600;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.9rem;
}
.catBtn span {
	display:inline-block;
    position: Relative;
    width: 1.3rem;
    height: 1.1rem;
    background: url(../img/icon/arrow_red.webp) no-repeat center/cover;
}
.mcltcatBtn p{
	margin:0.6rem 0 0 0;
	color: #666;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6rem;
}

.mcltquBtn{
	position:Relative;
}
.mcltquBtn a {
    position: Relative;
    display: flex;
    padding: 1.1rem 2.3rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 666px;
    border: 1px solid #B20600;
    background: #B20600;
    color: #FFF;
    text-align: center;
	font-family: pretendard-700;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.9rem;
}
.mcltquBtn a span {
	display:inline-block;
    position: Relative;
    width: 1.7rem;
    height: 1.3rem;
    background: url(../img/common/mail_white_icon.webp) no-repeat center/cover;
}

.mclBot{
	position:Relative;
}
.mclBot.pc{display:block;}
.mclBot.mo{display:none;}

.mclBotTitle{
	margin:0 0 2.4rem 0;
	color: #111;
	font-family: pretendard-600;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
}
.mclBotinfo{
	position:Relative;
	width:100%;
}
.mclBotinfo ul{
	display: flex;
    flex-wrap: wrap;
    padding: 0;
	margin: -0.7rem -1.5rem;
    list-style-type: none;
    justify-content: flex-start;
}
.mclBotinfo li {
    position: relative;
    flex: 0 0 calc(50% - 3rem);
    margin: 0.7rem 1.5rem;
    box-sizing: border-box;
}
.mclBotinfo li:last-child{
	flex: 0 0 calc(100% - 3rem);
}
.mclBotinfo li h3{
	padding:0 0 0 2.5rem;
	position:Relative;
	color: #111;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.mclBotinfo li h3 span{
	color: #B20600;
	font-family: pretendard-700;
	font-weight: 700;
}
.mclBotinfo li h3:after {
    transform: translateY(-50%);
    content: '';
    position: absolute;
    top: 50%;
    left: 0rem;
    width: 1.5rem;
    height: 1rem;
    background: url(../img/icon/red_nonecircle_check.webp) no-repeat center/cover;
}

.mavContRi {
    padding: 8rem 8rem;
    width: 50%;
    height: 100%;
    display: flex;
    position: Relative;
    align-items: flex-end;
}
.mavContBgBox {
	transition: background 0.5s ease;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:top center;
}
.mavbg01{background-image: url(/public/img/main/mavri_person_01.webp);}
.mavbg02{background-image: url(/public/img/main/mavri_person_02.webp);}
.mavbg03{background-image: url(/public/img/main/mavri_person_03.webp);}
.mavbg04{background-image: url(/public/img/main/mavri_person_04.webp);}
.mavContRiMobox{
	z-index:4;
	position:Relative;
	width:100%;
}
.mavcrBot {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.mavcrname {
    gap: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.mavcrname span{
	color: #FFF;
	font-family: pretendard-600;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
}
.mavcrname p{
	color: #FFF;
	font-family: pretendard-500;
	font-size: 7rem;
	font-style: normal;
	font-weight: 500;
	line-height: 8rem;
	letter-spacing: 1.4rem;
}
.mavcrname dl{
	color: #FFF;
	font-family: pretendard-500;
font-size: 2.6rem;
font-style: normal;
font-weight: 500;
line-height: 3.6rem;
}
.mavcrBtn {
	position:Relative;
    display: flex;
}
.mavcrBtn a {
    gap: 1rem;
    border-radius: 666px;
border: 1px solid #FFF;
    display: flex;
    padding: 1.1rem 2.3rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
	font-family: pretendard-600;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.9rem;
}
.mavcrBtn a span{
	display:inline-block;
    position: Relative;
    width: 1rem;
    height: 1rem;
    background: url(../img/icon/puls_white_icon.png) no-repeat center/cover;
}
@media (max-width:1800px) {
	.mavContLeInner {
		padding: 6rem 8rem 8rem 8rem;
	}
	.mavContRi {
		padding: 6rem 8rem;
	}
}
@media (max-width:1680px) {
	.mavContLeInner {
		padding: 6rem 4rem 6rem 4rem;
	}
	.mavContRi {
		padding: 6rem 4rem;
	}
	/* .mcltitle h1 { */
		/* font-size: 4.6rem; */
		/* line-height: 6.2rem; */
	/* } */
	/* .mcltitle h2 { */
		/* margin: 2rem 0 0 0; */
		/* font-size: 2.4rem; */
		/* line-height: 3.6rem; */
	/* } */
	/* .mcltBtnBox { */
		/* margin: 3rem 0 0 0; */
		/* gap: 0.8rem; */
	/* } */
	
	
	
	/* .mavContRi { */
		/* padding: 6rem 4rem; */
	/* } */
	/* .mavcrpr { */
		/* gap: 0.8rem; */
	/* } */
	/* .mavcrpr p { */
		/* font-size: 1.8rem; */
		/* line-height: 2.4rem; */
	/* } */
	/* .mavcrname { */
		/* gap: 1rem; */
	/* } */
	/* .mavcrname p img { */
		/* height: 7rem; */
	/* } */
	
	.mclnum {
		gap: 1.4rem;
		margin: 0 0 2rem 0;
	}
	.mcltitle {
		font-size: 4.2rem;
		line-height: 5.6rem;
	}
	.mcltitleSub {
		margin: 1.6rem 0 0 0;
		font-size: 2.2rem;
		line-height: 3.4rem;
	}
	.mavcrname {
		gap: 1.2rem;
	}
	.mavcrname span {
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.mavcrname p {
		font-size: 6rem;
		line-height: 7rem;
		letter-spacing: 1.2rem;
	}
	.mavcrname dl {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
}
@media (max-width:1600px) {
	.mavContWrap {
		height: 100rem;
	}
}
@media (max-width:1300px) {
	.mavContLeInner {
		padding: 4rem 3rem 6rem 3rem;
	}
	/* .mcltitle h1 { */
		/* font-size: 3.6rem; */
		/* line-height: 5.2rem; */
	/* } */
	/* .mcltitle h2 { */
		/* margin: 1.6rem 0 0 0; */
		/* font-size: 2rem; */
		/* line-height: 3rem; */
	/* } */
	/* .mcltBtnBox { */
		/* display: flex; */
		/* margin: 3rem 0 0 0; */
		/* gap: 0.8rem; */
		/* flex-direction: column; */
	/* } */
	/* .mcltcatBtn { */
		/* gap: 0.6rem; */
		/* display: flex; */
		/* flex-direction: column-reverse; */
	/* } */
	
	
	/* .mavContRi { */
		/* padding: 6rem 3rem; */
	/* } */
	/* .mavcrpr p.mcpad { */
		/* padding: 0 0 0 2rem; */
	/* } */
	/* .mavcrname p img { */
		/* height: 6rem; */
	/* } */
	
	.mcltitle {
		font-size: 3.6rem;
		line-height: 5rem;
	}
	.mcltitleSub {
		margin: 1.4rem 0 0 0;
		font-size: 2rem;
		line-height: 3rem;
	}
	.mcltBtnBox {
		display: flex;
		margin: 3rem 0 0 0;
		gap: 0.8rem;
		flex-direction: column;
	}
	.mcltcatBtn {
		gap: 0.6rem;
		display: flex;
		flex-direction: column-reverse;
	}
	.mclBotTitle {
		margin: 0 0 1rem 0;
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.mclBotinfo ul {
		gap: 1rem;
		margin: 0;
	}
	.mclBotinfo li {
		flex: 0 0 calc(100% - 0rem);
		margin: 0;
	}
	.mclBotinfo li:last-child {
		flex: 0 0 calc(100% - 0rem);
	}
	
	.mavContRi {
		padding: 6rem 3rem;
	}
	.mavcrBot {
		gap: 2rem;
		display: flex;
		width: 100%;
		justify-content: flex-end;
		align-items: stretch;
		flex-direction: column;
	}
	.mavcrname {
		gap: 1rem;
	}
	.mavcrname span {
		font-size: 2rem;
		line-height: 2.6rem;
	}
	.mavcrname p {
		font-size: 5rem;
		line-height: 6rem;
		letter-spacing: 1rem;
	}
	.mavcrname dl {
		font-size: 2.2rem;
		line-height: 3rem;
	}
}
@media (max-width:991px) {
	.mavContWrap {
		height: auto;
	}
	.mavContInner {
		width: 100%;
		display: flex;
		position: Relative;
		height: 100%;
		flex-direction: column;
	}
	.mavContLe {
		position: initial;
		z-index: 3;
		width: 100%;
		height: 100%;
		padding: 7rem 0 0 0;
	}
	.mavContLeInner {
		padding: 4rem 3rem 0rem 3rem;
	}
	.mcltop{
		text-align: center;
	}
	.mclnum {
		justify-content: center;
		gap: 1.2rem;
		margin: 0 0 2rem 0;
	}
	.mcltBtnBox {
		bottom: 6rem;
		left: 0;
		width: 100%;
		z-index: 10;
		position: absolute;
		display: flex;
		margin: 0;
		gap: 0.8rem;
		flex-direction: column;
		align-items: center;
	}
	.catBtn {
		width: 34rem;
	}
	.mcltquBtn {
		width: 34rem;
	}
	.mcllr_BtnBox {
		padding: 0 3rem;
		left: 0;
		width: 100%;
		top: 11rem;
		position: absolute;
		display: flex;
		gap: 1rem;
		margin: 0;
		justify-content: space-between;
	}
	
	
	.mclBot.pc{display:none;}
	.mclBot.mo{display:block;}
	.mavContRiMobox{display:none;}
	
	.mavContRi {
		margin: -6rem 0 0 0;
		background-position: top center;
		height: 70vw;
		width: 100%;
		padding: 0rem 8rem 6rem 8rem;
	}
}
@media (max-width:767px) {
	.mavContLe {
		padding: 6rem 0 0 0;
	}
	
	.mavContLeInner {
		padding: 2rem 1rem 0rem 1rem;
	}
	.mclnum {
		justify-content: center;
		gap: 1rem;
		margin: 0 0 1.7rem 0;
	}
	.mclnum span {
		font-size: 1rem;
		line-height: 1.4rem;
		opacity: 1;
	}
	.mcltitle {
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.mcltitleSub {
		margin: 1rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.mcllr_BtnBox {
		padding: 0 2rem;
		left: 0;
		width: 100%;
		top: 8rem;
		gap: 0rem;
	}
	.mcll_Btn, .mclr_Btn {
		width: 2.9rem;
		height: 2.9rem;
		border-radius: 0.6rem;
	}
	.mcll_Btn:after {
		height: 10px;
		width: 10px;
	}
	.mclr_Btn:after {
		height: 10px;
		width: 10px;
	}
	
	.mcltBtnBox {
		gap: 0.6rem;
		bottom: 3rem;
	}
	.mcltcatBtn p {
		margin: 0;
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.catBtn {
		width: 29rem;
	}
	.catBtn {
		padding: 0.7rem 1.9rem;
		gap: 1rem;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.mcltquBtn {
		width: 29rem;
	}
	.mcltquBtn a {
		padding: 0.7rem 1.9rem;
		gap: 0.6rem;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.mcltquBtn a span {
		width: 1.4rem;
		height: 1.2rem;
	}
	
	
	.mavContRi {
		margin: -6rem 0 0 0;
		background-position: top center;
		height: 100vw;
		width: 100%;
		padding: 0rem 2rem 0rem 2rem;
	}
	.mavbg01{background-image: url(/public/img/main/mavri_person_01_mo.webp);}
	.mavbg02{background-image: url(/public/img/main/mavri_person_02_mo.webp);}
	.mavbg03{background-image: url(/public/img/main/mavri_person_03_mo.webp);}
	.mavbg04{background-image: url(/public/img/main/mavri_person_04_mo.webp);}
}
@media (max-width:560px) {
	.mavContRi {
		height: 120vw;
	}
}
/* @media (max-width:460px) { */
	/* .mavContRi { */
		/* height: 150vw; */
	/* } */
/* } */
@media (max-width:460px) {
	.mavContRi {
		margin: -4.4rem 0 0 0;
		background-size: 100%;
		height: 43.4rem;
	}
}

/*-----------------------------------------
# 메인 cta팝업
-------------------------------------------*/
.ctaWrap {
	display:none;
	
    z-index: 5000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(10px);
}
.ctaInnerWrap {
    display: flex;
    position: Relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding:0 4rem;
}
.ctaInner{
	position:Relative;
	width:84rem;
	height:63.4rem;
	background:#fff;
	border-radius: 3.2rem;
	/* max-width:84rem; */
	/* margin:0 auto; */
	overflow:hidden;
}
.ctaPopClose {
	transform: rotate(0deg);
    z-index: 10;
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
    cursor: pointer;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url(/public/img/icon/pop_close.webp);
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
}
.ctaPopClose:hover{
	transform: rotate(180deg);
}
.ctaInFlex {
    height: 100%;
    position: Relative;
    width: 100%;
    display: flex;
}
.ctaInLeft{
	width:50%;
	position:Relative;
	padding: 4rem;
}
.ctaStepInner{
	width:100%;
	/* height:100%; */
	position:Relative;
}
.ctsTitleBox{
	position:Relative;
}
.processDot {
    display: flex;
    gap: 1rem;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
}
.processDot span{
	display:inline-block;
	width: 0.6rem;
	height: 0.6rem;
	background: #B20600;
	opacity: 0.2;
	border-radius:50%;
}
.processDot span.on{
	opacity: 1;
	border-radius: 0.9rem;
	width: 3rem;
	height: 0.6rem;
	background: #B20600;
}
.ctsTitle {
    margin: 2rem 0 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ctsTitle p{
	color: #000;
	font-family: pretendard-500;
	font-style: normal;
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.8rem;
}
.ctsTitle p span{
	font-family: pretendard-700;
	font-weight: 700;
}
.ctsTitle dl{
	color: #888;
	font-family: pretendard-400;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
}

.ctaBtnBoxInner{
	position:Relative;
}
.ctaBtnBox{
	position:Relative;
	margin:2rem 0 0 0;
	display:flex;
	gap:0.8rem;
}
.ctaBtnnext {
    cursor: pointer;
    display: flex;
    padding: 0.8rem 2.2rem;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex: 1 0 0;
    border-radius: 4rem;
    border: 2px solid #B20600;
    background: #FFF;
    color: #B20600;
    text-align: center;
	font-family: pretendard-700;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
}
.ctaBtnnext span {
    right: 1.6rem;
    position: absolute;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url(/public/img/icon/pop_red_next.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ctaBtnnext b {
    right: 2rem;
    position: absolute;
    display: inline-block;
    width: 2rem;
    height:2rem;
    background-image: url(/public/img/icon/pop_giude.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ctaBtnprev {
    cursor: pointer;
    display: flex;
    width: 5rem;
    height: 5rem;
    border-radius: 4rem;
    background-color: #EEE;
    background-image: url(/public/img/icon/pop_prev.png);
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
}


.ctaInRight {
    padding: 4rem;
    border-radius: 3.2rem 0 0 3.2rem;
    background: #E3ECF3;
    width: 50%;
    position: Relative;
    background-image: url(/public/img/main/ctapop_person.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ctaInRitext{
	position:Relative;
	color: #111;
	font-family: pretendard-300;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.6rem;
}
.ctaInRitext b{
	font-family: pretendard-700;
	font-weight: 700;
}


.ctacompleteBox {
    position: Relative;
    width: 100%;
    height: 100%;
	background:#fff;
}
.ctacompleteInner{
	display: flex;
    position: Relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
img.pop_complete{
	height:9rem;
}
img.pop_logocolor{
	margin:5rem 0 2rem 0;
	height:4.4rem;
}
.ctacompleteBox dl{
	color: #000;
	text-align: center;
	font-family: pretendard-400;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
}
.ctacompleteBox p{
	margin:1rem 0 5rem 0;
	color: #000;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
}
.ctacompleBtn {
    cursor: pointer;
    color: #111;
    text-align: center;
	font-family: pretendard-700;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
    display: flex;
    width: 15rem;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 4rem;
    background: var(--color-4, #EEE);
}

.ctaStep02, .ctaStep03, .ctacompleteBox { display: none; }


/* 공통 항목 리스트 박스 */
.ctitemsBox {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

/* 항목 기본 스타일 */
.ctitems {
    background-color: #f7f7f7; /* 연한 회색 배경 */
    border-radius: 0.6rem;
    overflow: hidden;
}

/* 기본 체크박스, 라디오 숨김 */
.ctitems input[type="checkbox"],
.ctitems input[type="radio"] {
    display: none;
}

/* 라벨 스타일 (전체 영역 클릭 가능하게) */
.ctitems label {
    line-height: 2.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:1rem 1.6rem;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1.5rem;
	font-family: pretendard-500;
    color: #111;
    font-weight: 500;
}

/* 우측 원형 선택자 (기본 상태) */
.ctitems label::after {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05); 
}

/* 선택(Checked) 상태 */
.ctitems input:checked + label {
    font-family: pretendard-700;
    color: #fff;
    background-color: #B20600;
    font-weight: 700;
}

/* 선택(Checked) 상태의 우측 원형 (검은색 점) */
.ctitems input:checked + label::after {
	box-shadow:none;
	border: none;
	background-image: url(/public/img/icon/red_check_circle.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.input_wrap {
    margin: 1.4rem 0 0 0;
    width: 100%;
    display: block;
    position: relative;
}
.input_wrap label {
    position: relative;
    margin: 0 0 0.4rem 0;
    display: flex;
    color: #000;
    font-family: pretendard-600;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    align-items: center;
}

.input_wrap input {
	border-radius:0.8rem;
	border: 1px solid #F8F8F8;
	font-family: Pretendard;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	position: relative;
	height: 4.6rem;
	background: #F8F8F8;
	padding: 0rem 1.6rem 0rem 1.6rem;
	color: #111;
	font-family: pretendard-400;font-weight: 400;font-size: 1.5rem;font-style: normal;line-height: 2.6rem;}
.input_wrap input:-webkit-autofill,
.input_wrap input:-webkit-autofill:hover,
.input_wrap input:-webkit-autofill:focus,
.input_wrap input:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.input_wrap input:focus,
.input_wrap input:active {background:#FFF; border:1px solid #142952;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);}
.input_wrap input:focus{outline: none;}

.input_wrap input::placeholder {
	color: #999;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 2.6rem;
}

.ctaStepInner.ctaStep03{
	height:100%;
}
.ctaStep03Inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ctaBtnBoxInner .inq_priCheckArea {
    position: Relative;
    margin: 0;
}
.ctaBtnBoxInner .inq_priCheckArea {
    display: flex;
    position: Relative;
    margin: 0;
    justify-content: center;
}
.ctaBtnBoxInner .inq_priCheckArea input[type="checkbox"] + label {
    padding-left: 2.8rem;
    font-size: 1.4rem;
    line-height: 2rem;
}
.ctaBtnBoxInner .inq_priCheckArea input[type="checkbox"] + label:before {
    top: 0rem;
    width: 2rem;
    height: 2rem;
}
.ctaBtnBoxInner .inq_priCheckArea input[type="checkbox"]:checked + label:after {
    top: 0rem;
    width: 2rem;
    height: 2rem;
}
.ctaBtnBoxInner .ctaBtnBox {
    margin: 1.2rem 0 0 0;
}

@media (max-width:991px) {
	.ctaInnerWrap {
		padding: 0 3rem;
	}
	.ctaInner{
		width:84rem;
		height:63.4rem;
		border-radius: 2rem;
	}
	.ctaInLeft {
		padding: 3rem;
	}
	.ctaInRight {
		padding: 3rem;
		border-radius: 2rem 0 0 2rem;
	}
}
@media (max-width:767px) {
	.ctaInnerWrap {
		padding:2rem;
	}
	.ctaInner {
		overflow: hidden;
        width: 100%;
        height: auto;
        border-radius: 2rem;
	}
	.ctaInFlex {
		height: 100%;
		position: Relative;
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	
	.ctaInLeft {
		width: 100%;
		padding: 2.4rem;
	}
	.ctaInRight {
		height: 31vw;
		width: 100%;
		padding: 2rem 2.6rem 3.4rem 2.6rem;
		border-radius: 0 0 2rem 2rem;
		background-image: url(/public/img/main/ctapop_person_mo.webp);
	}
	.processDot span.on {
		border-radius: 0.9rem;
		width: 2rem;
		height: 0.4rem;
	}
	.processDot span {
		width: 0.4rem;
		height: 0.4rem;
	}
	.ctsTitle {
		margin: 1rem 0 2rem 0;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.ctsTitle p {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.ctsTitle dl {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.ctaPopClose {
		right: 2.4rem;
		top: 2.4rem;
		width: 3.2rem;
		height: 3.2rem;
	}
	
	
	.ctitemsBox {
		gap: 0.4rem;
	}
	.ctitems label {
		line-height: 2.2rem;
		padding: 1rem 1.6rem;
		font-size: 1.4rem;
	}
	.ctaBtnnext {
		padding: 0.4rem 2.4rem;
		font-size: 1.4rem;
		line-height: 3rem;
	}
	.ctaBtnprev {
		width: 4.2rem;
		height: 4.2rem;
		border-radius: 4.2rem;
	}
	.ctaInRitext {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	
	
	.input_wrap label {
		margin: 0 0 0.4rem 0;
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.input_wrap input {
		border-radius: 0.6rem;
		height: 4.2rem;
		padding: 0rem 1.6rem 0rem 1.6rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.input_wrap input::placeholder{
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.ctaStep03Bottom{
		position:Relative;
		margin:2rem 0 0 0;
	}
	.ctaBtnBoxInner .inq_priCheckArea input[type="checkbox"] + label {
		padding-left: 2.8rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	
	
	.ctacompleteBox {
		padding: 5.4rem 0;
		background: #fff;
		position: Relative;
		width: 100%;
		height: 100%;
	}
	img.pop_complete {
		height: 6rem;
	}
	img.pop_logocolor {
		margin: 2rem 0 1rem 0;
		height: 3rem;
	}
	.ctacompleteBox dl {
		font-size: 2rem;
		line-height: 3.2rem;
	}
	.ctacompleteBox p {
		margin: 0.4rem 0 2rem 0;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.ctacompleBtn {
		font-size: 1.4rem;
		line-height: 2.2rem;
		width: 15rem;
		padding: 1rem;
		gap: 1rem;
		border-radius: 4rem;
	}
}
@media (max-width:500px) {
	.ctaInnerWrap {
		overflow-x: hidden;
		overflow-y: scroll;
		display: flex;
		position: Relative;
		width: 100%;
		height: 100%;
		align-items: flex-start;
		justify-content: center;
		padding: 2rem;
	}
	.ctaInner {
		background: initial;
		width: 100%;
		height: 71rem;
	}
	.ctaInFlex {
		background: #fff;
		overflow: hidden;
		border-radius: 2rem;
		height: auto;
		position: Relative;
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	
	.ctacompleteBox {
		border-radius: 2rem;
		padding: 5.4rem 2rem;
		background: #fff;
		position: Relative;
		width: 100%;
		height: auto;
	}
	.ctacompleBtn {
		width: 100%;
	}
}
/*-----------------------------------------
# 해결사례
-------------------------------------------*/
.mainCasebox{
	overflow:hidden;
	position:relative;
	width:100%;
	/* height:100vh; */
	background-image: url(/public/img/main/maincase_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.mainCase_sideBox{
	margin:0 auto;
	position:relative;
	/* max-width:164rem; */
	padding:0 16rem;
	width:100%;
	height:100%;
}
.mainCaseInner {
    padding: 14rem 0 14rem 0;
    position: Relative;
    width: 100%;
    height: 100%;
}
.mainvH1{
	position:Relative;
}
.mainvH1 h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.mainvH1 h1 span{
	color: #000;
	text-align: center;
	font-family: pretendard-400;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.mainvH1 h1 p{
	margin:1rem 0 0 0;
	color: #000;
	text-align: center;
	font-family: pretendard-700;
	font-size: 5.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 7.8rem;
}

.maTitle {
    position: Relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.maTitle strong{
	display:block;
	margin:0 0 2rem 0;
	text-align:center;
	color: #fff;
	text-align: center;
	font-family: "Jost", sans-serif;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
	letter-spacing: 0.72px;
}
.math2{
	display:block;
	margin:0;
	text-align:center;
	color: #fff;
	text-align: center;
	font-family: pretendard-400;
	font-size: 6.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 8rem;
}
.math2 span{
	font-family: pretendard-700;
	font-weight: 700;
}
.math3{
	display:block;
	margin:1rem 0 0 0;
	text-align:center;
	color: #fff;
	text-align: center;
	font-family: pretendard-400;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.6rem;
}

.mainVsilInner.pc{display:block;}
.mainVsilInner.mo{display:none;}
.mainVsilInner{
	position:Relative;
	width:100%;
}
.mainVsilInner .swiper{
	overflow:unset;
}
.mainVsilInner .swiper-wrapper{
	margin:0 0 3rem 0;
}

.caseCard{
	transform: translateY(0px);
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	position:Relative;
	width:100%;
	padding:2.6rem;
	
	border-radius: 1.6rem;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	backdrop-filter: blur(5px);
	
	height: 100%;
}
.caseCard:hover{
	transition: all 0.3s ease-in-out;
	border: 1px solid #6E2732;
	background: #6E2732;
	box-shadow: 0 28px 28px 0 rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(4px);
}
.caseCard:hover .caseCate b{
	color: #fff;
}
.caseCard:hover .cctext h2{
	color: #fff;
	font-family: pretendard-700;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.caseCard:hover .cctext dl{
	color: #fff;
	font-family: pretendard-700;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.caseCard:hover .cctext h3{
	color: #fff;
	font-family: pretendard-700;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.caseCard:hover .cctext p{
	color: #fff;
}

.caseCate{
	width:100%;
	position:Relative;
	display:flex;
	gap:0.8rem;
	margin:0 0 1.4rem 0;
}
.caseCate span{
	position:Relative;
	display: flex;
padding:0.5rem 0.6rem;
align-items: center;
gap: 1rem;
	border-radius: 0.4rem;
background: var(--color-1, #B20600);
	color: #FFF;
	font-family: pretendard-800;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 800;
	/* line-height: 1.8rem; */
	letter-spacing: -0.28px;
}
.caseCate b{
	overflow: hidden;
color: #111;
text-overflow: ellipsis;
white-space: nowrap;
	font-family: pretendard-500;
font-size: 1.5rem;
font-style: normal;
font-weight: 500;
line-height: 3rem;
}

.cctext{
	position:Relative;
	width:100%;
	margin:0 0 2.6rem 0;
}
.cctext h2{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #111;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.8rem;
	margin:0;
	text-align:left;
}
.cctext dl{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #111;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.8rem;
	margin:0;
	text-align:left;
}
.cctext h3{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #111;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.8rem;
	margin:0;
	text-align:left;
}
.cctext h3.listh3{
	word-break: break-all;
	margin: 0.8rem 0 0 0;
	text-align:left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: rgba(0, 0, 0, 0.60);
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.cctext p{
	word-break: break-all;
	margin: 0.8rem 0 0 0;
	text-align:left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #666;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
}

.cardBottom{
	position:Relative;
	width:100%;
}
.cardlawyer{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -0.25rem;
	/* margin: 0; */
	/* gap:0.5rem; */
    list-style-type: none;
    justify-content: flex-start;
}
.carditems{
    position: relative;
    flex: 0 0 calc(16.666666666% - 0.5rem);
    margin: 0.25rem;
	/* flex: 0 0 calc(16.666666666% - 0rem); */
	/* margin:0; */
    box-sizing: border-box;
}
/* .cardlawyer:hover .carditems figcaption b{ */
	/* font-family: pretendard-700; */
	/* font-weight: 700; */
	/* text-decoration-line: underline; */
	/* text-decoration-style: solid; */
	/* text-decoration-skip-ink: none; */
	/* text-decoration-thickness: auto; */
	/* text-underline-offset: auto; */
	/* text-underline-position: from-font; */
/* } */
.cardlawyer .carditems a{
	position:Relative;
	width:100%;
}
.carditems figure {
    width: 100%;
    position: Relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
	border-radius: 67.5px;
	background: var(--profile_gradient, linear-gradient(180deg, #CCC 0%, #EEE 100%));
}
.carditems figure img {
    /* top: 0rem; */
	top: -0.4rem;
    max-width: 160%;
    z-index: 3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.carditems figcaption{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.carditems figcaption b{
	margin:0.8rem 0 0 0;
	color: #000;
	text-align: center;
	font-family: pretendard-500;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.4rem;
}
.carditems figcaption span{
	margin:0;
	color: #888;
	font-family: pretendard-500;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6rem;
}

.cardMore{
	width:25%;
	position:Relative;
}
.cardMore{
    gap: 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.cardMore img{
	/* height:6rem; */
}
.cardMore span{
	color: #000;
	text-align: center;
	font-family: pretendard-500;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.8rem;
}


.baseMoreBtn{
	position:Relative;
}
.baseMoreBtn a {
    display: flex;
    padding: 1.25rem 2.8rem;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    border-radius: 0.4rem;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(5px);
    color: #000;
    text-align: center;
    font-family: pretendard-400;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.3rem;
}
.baseMoreBtn a span{
	height:1.3rem;
	width:1.3rem;
	display:inline-block;
	background-image: url(/public/img/common/puls_icon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.normalprbarInner{
	margin:0 0 2rem 0;
	display: flex;
    justify-content: center;
    align-items: center;
	position:Relative;
}
.normalprbar{
	position:Relative;
	width:34rem;
}
.normalprbar .swiper-pagination-progressbar {
	transition: all 0.3s ease-in-out;
	position: Relative;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 3px;
	
	border-radius: 99px;
background: rgba(255, 255, 255, 0.15);
	
	overflow: hidden;
	z-index: 10;
}
.normalprbar .swiper-pagination-progressbar-fill {
	transition: all 0.3s ease-in-out;
	display: block;
	height: 100%;
	border-radius: 99px;
	background: #fff!important;
}

.normalSbtnInner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.normalSbtn {
    width: 100%;
    gap: 0rem;
    margin: 0;
    position: Relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.normalSbtn .swiper-button-prev {
	margin: 0!important;
    position: relative;
    right: inherit!important;
    top: 0!important;
    width:6rem;
    height:6rem;
    left: 0rem!important;
	border-radius: 1.4rem;
	border: 1px solid #fff;
}
.normalSbtn .swiper-button-prev svg{display:none;}
.normalSbtn .swiper-button-prev:after {
    height: 1.7rem;
    width: 1.7rem;
    content: '';
    background-image: url(/public/img/main/sl_prev.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .normalSbtn .swiper-button-prev:hover{ */
	/* background: #75AD42!important; */
/* } */
/* .normalSbtn .swiper-button-prev:hover:after{ */
	/* background-image: url(/public/img/main/sl_prev.webp); */
/* } */
.normalSbtn .swiper-button-next {
    margin: 0!important;
    position: relative;
    width:6rem;
    height:6rem;
    right: 0rem!important;
    top: 0!important;
    left: inherit!important;
	border-radius: 1.4rem;
	border: 1px solid #fff;
}
.normalSbtn .swiper-button-next svg{display:none;}
.normalSbtn .swiper-button-next:after {
	height: 1.7rem;
    width: 1.7rem;
    content: '';
    background-image: url(/public/img/main/sl_next.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .normalSbtn .swiper-button-next:hover{ */
	/* background: #75AD42!important; */
/* } */
/* .normalSbtn .swiper-button-next:hover:after{ */
	/* background-image: url(/public/img/main/sl_next.webp); */
/* } */

.mancaSeaBox {
    margin: 6rem 0 2.5rem 0;
    position: Relative;
    display: flex;
    justify-content: center;
}
.mancaSeaBox .seatin input {
    border-radius: 9.9rem;
    background: #fff;
}

.mancaCate{
	position:Relative;
	margin:0 0 5.5rem 0;
}
.mancaCate ul {
    position: Relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center;
}
.mancaCate li{
	position:Relative;
    margin: 0.25rem;
    box-sizing: border-box;
}
.mancaCate li a{
	display: flex;
	padding:0.8rem 2rem;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(0, 0, 0, 0.30);
	backdrop-filter: blur(5px);
	color: #FFF;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}
.mancaCate li a:hover{
		/* font-family: pretendard-700; */
	/* font-weight: 700; */
border: 1px solid #6E2732;
background: #B20600;
}
@media (max-width:1800px) {
	.mainCase_sideBox{ 
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.mainCaseInner {
		padding: 12rem 0 12rem 0;
	}
	.math2 {
		font-size: 5.6rem;
		line-height: 7rem;
	}
	.math3 {
		margin: 1rem 0 0 0;
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
	
	.mancaSeaBox {
		margin: 5rem 0 2rem 0;
	}
	.mancaCate {
		margin: 0 0 4.5rem 0;
	}
	.caseCard {
		padding: 2rem;
	}
}
@media (max-width:1300px) {
	.mainCase_sideBox{ 
		padding: 0 3rem;
	}
}
@media (max-width:991px) {
	.mainCaseInner {
		padding: 10rem 0 10rem 0;
	}
	
	.math2 {
		font-size: 5rem;
		line-height: 6rem;
	}
	.math3 {
		margin: 1rem 0 0 0;
		font-size: 2rem;
		line-height: 3rem;
	}
	
	
	.caseCard {
		border-radius: 1.2rem;
		padding: 2rem;
	}
	.cctext {
		margin: 0 0 2rem 0;
	}
	.cctext h2 {
		font-size: 1.9rem;
		line-height: 2.8rem;
	}
	.cctext dl{
		font-size: 1.9rem;
		line-height: 2.8rem;
	}
	.cctext h3 {
		font-size: 1.9rem;
		line-height: 2.8rem;
	}
	.cctext h3.listh3 {
		margin: 0.8rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.cctext p {
		margin: 0.8rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.cardlawyer {
		/* gap: 1.2rem; */
	}
	.carditems figure img {
		top: 0rem;
	}
	.carditems figcaption b {
		margin: 0.4rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.carditems figcaption span {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.cardMore span {
		font-size: 1.4rem;
		line-height: 3rem;
	}
	
}
@media (max-width:767px) {
	
	.mainCaseInner {
		padding: 4rem 0 4rem 0;
	}
	.mainCase_sideBox{ 
		padding: 0 2rem;
	}
	.maTitle strong {
		margin: 0 0 1.6rem 0;
		font-size: 1.2rem;
		line-height: 1.6rem;
		letter-spacing: 0.48px;
	}
	.math2 {
		font-size: 2.6rem;
		line-height: 3.4rem;
	}
	.math3 {
		margin: 1rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	
	.mancaSeaBox {
		margin: 3rem 0 1.2rem 0;
	}
	.mancaSeaBox .seatin {
		height: 4.6rem;
	}
	.mancaSeaBox .seatin button {
		top: 0.3rem;
		right: 1rem;
		width: 4rem;
		height: 4rem;
		background-size: 1.4rem;
	}
	.mancaCate {
		margin: 0 0 2.6rem 0;
	}
	.mancaCate li {
		position: Relative;
		margin: 0.2rem;
		box-sizing: border-box;
	}
	.mancaCate li a {
		padding: 0.7rem 1.2rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	
	
	.mainVsilInner .swiper-wrapper {
		margin: 0 0 2rem 0;
	}
	
	
	.caseCard {
		padding: 2rem;
		border-radius: 1rem;
	}
	.caseCate {
		gap: 0.6rem;
		margin: 0 0 1rem 0;
	}
	.caseCate span {
		height: 2.4rem;
		padding: 0.5rem 0.6rem;
		font-size: 1.2rem;
		letter-spacing: -0.24px;
	}
	.caseCate b {
		font-size: 1.3rem;
		line-height: 2.4rem;
	}
	.cctext {
		margin: 0 0 1.5rem 0;
	}
	.cctext h2 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.cctext dl {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.cctext h3 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.cctext h3.listh3{
		-webkit-line-clamp: 3;
		margin: 0.6rem 0 0 0;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.cctext p {
		-webkit-line-clamp: 3;
		margin: 0.6rem 0 0 0;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.carditems figcaption b {
        margin: 0.2rem 0 0 0;
        font-size: 1.3rem;
        line-height: 2rem;
    }
	.carditems figcaption span {
		margin: 0.2rem 0 0 0;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.cardMore {
		gap: 0.8rem;
	}
	.cardMore span {
		font-size: 1.3rem;
		line-height: 3rem;
	}
	
	
	.normalSbtn {
		gap: 0.5rem;
	}
	.normalSbtn .swiper-button-prev ,
	.normalSbtn .swiper-button-next {
		width: 4.5rem;
		height: 4.5rem;
		border-radius: 0.8rem;
	}
	.normalSbtn .swiper-button-prev:after,
	.normalSbtn .swiper-button-next:after {
		height: 13px;
		width: 13px;
	}
	.normalprbar {
		width: 16.5rem;
	}
	.normalprbar .swiper-pagination-progressbar{
		height:3px!important;
	}
	.baseMoreBtn a {
		padding: 0.8rem 2.3rem;
		gap: 0.8rem;
		border-radius: 0.4rem;
		background: rgba(255, 255, 255, 0.01);
		backdrop-filter: blur(5px);
		font-size: 1.4rem;
		line-height: 2.7rem;
	}
	.baseMoreBtn a span {
		height: 0.9rem;
		width: 0.9rem;
		background-image: url(/public/img/common/puls_icon.webp);
	}
}


/*-----------------------------------------
# 메인 Review
-------------------------------------------*/
.ma_reviewWrap{
	overflow:hidden;
	position: Relative;
    width: 100%;
    padding: 14rem 0 14rem 0 ;
	
	background: #F2EFEF;
}
.ma_reviewWrap .maTitle strong{color: #B20600;}
.ma_reviewWrap .maTitle .math2{color:#111;}

.ma_reviewSideBox{
	margin: 0 auto;
    position: relative;
    /* max-width: 164rem; */
    padding: 0 16rem;
}

.mainResilInner{
	position:Relative;
	width:100%;
	margin:6rem 0 0 0;
}
.mainResilInner .swiper{
	overflow:unset;
}
.mainResilInner .swiper-wrapper{
	margin:0 0 4rem 0;
}
.mainResilInner .normalprbarInner{display:none;}

.reviewCard {
    /* transform: translateY(0px); */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: Relative;
    width: 100%;
    padding: 2.6rem;
border: 1px solid rgba(0, 0, 0, 0.10);	
	
	border-radius: 1.6rem;
background: rgba(255, 255, 255, 0.90);
backdrop-filter: blur(2.5px);
}
.reviewCard:hover{
	/* transform: translateY(-2rem); */
	transition: all 0.3s ease-in-out;
	background: #6E2732;
	backdrop-filter: blur(2.5px);
}
.reviewCard:hover .revtext h2{
	color: #fff;
	font-family: pretendard-700;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.reviewCard:hover .revtext h3{
	color: #fff;
	font-family: pretendard-700;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.reviewCard:hover .revtext h3.listh3{
	color: #fff;
}
.reviewCard:hover .revtext h4{
	color: #fff;
}
.reviewCard:hover a.reMore{
	border: 1px solid #FFF;
	color:#fff;
	background: #6E2732;
}
.reviewCard:hover a.reMore span{
	background-image: url(/public/img/icon/arrow_whtie.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.revtext h2{
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.8rem;
}
.revtext h3{
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.8rem;
}
.revtext h3.listh3{
    margin: 0.8rem 0 0 0;
    text-align: left;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    font-family: pretendard-400;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}
.revtext h4{
    margin: 0.8rem 0 0 0;
    text-align: left;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    font-family: pretendard-400;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}

.revImg {
    height: 26rem;
    margin: 2rem 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.05);
}
.revImg img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    box-sizing: border-box;
}

.baMoreBtnBox {
    display: flex;
    justify-content: center;
}
a.reMore{
	display: flex;
	padding:0.6rem 2.5rem;
	justify-content: center;
	align-items: center;
	gap: 0.7rem;
	color: #888;
	text-align: center;
	font-family: Pretendard;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.9rem;
	border-radius: 666px;
	border: 1px solid rgba(17, 17, 17, 0.10);
	background: #FFF;
}
a.reMore span {
	display:inline-block;
    height: 1.3rem;
    width: 1.3rem;
    background-image: url(/public/img/icon/arrow_gary.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.normalSbtn.color .swiper-button-prev,
.normalSbtn.color .swiper-button-next{
	border: 1px solid #111;
}
.normalSbtn.color .swiper-button-prev:after{
    background-image: url(/public/img/main/sl_prev_black.webp);
}
.normalSbtn.color .swiper-button-next:after {
    background-image: url(/public/img/main/sl_next_black.webp);
}

.normalSbtn.color .swiper-button-prev:hover,
.normalSbtn.color .swiper-button-next:hover{
	border: 1px solid #B20600;
}
.normalSbtn.color .swiper-button-prev:hover:after{
    background-image: url(/public/img/main/sl_prev_color.webp);
}
.normalSbtn.color .swiper-button-next:hover:after {
    background-image: url(/public/img/main/sl_next_color.webp);
}

.normalprbar.color .swiper-pagination-progressbar-fill{
	background: #111!important;
}
.normalprbar.color .swiper-pagination-progressbar{
	background: rgba(17, 17, 17, 0.15);
}
@media (max-width:1800px) {
	.ma_reviewSideBox{ 
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.ma_reviewWrap {
		padding: 12rem 0 12rem 0;
	}
	.reviewCard {
		padding: 2.2rem;
	}
}
@media (max-width:1300px) {
	.ma_reviewSideBox{ 
		padding: 0 3rem;
	}
}
@media (max-width:991px) {
	.ma_reviewWrap {
		padding: 10rem 0 10rem 0;
	}
	.mainResilInner {
		margin: 4rem 0 0 0;
	}
	
	.reviewCard {
		padding: 2rem;
	}
	.revtext h2 {
		font-size: 1.9rem;
		line-height: 2.6rem;
	}
	.revtext h3 {
		font-size: 1.9rem;
		line-height: 2.6rem;
	}
	.revtext h3.listh3{
		margin: 0.8rem 0 0 0;
		-webkit-line-clamp: 2;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.revtext h4 {
		margin: 0.8rem 0 0 0;
		-webkit-line-clamp: 2;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.revImg {
		height: 22rem;
	}
}
@media (max-width:767px) {
	.ma_reviewWrap {
		padding: 4rem 0 4rem 0;
	}
	.ma_reviewSideBox{ 
		padding: 0 2rem;
	}
	.mainResilInner {
		margin: 3rem 0 0 0;
	}
	.mainResilInner .swiper-wrapper {
		margin: 0 0 1.5rem 0;
	}
	.reviewCard {
		border-radius: 1rem;
		padding: 2rem;
	}
	.revtext h2 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.revtext h3 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.revtext h3.listh3{
		margin: 0.6rem 0 0 0;
		-webkit-line-clamp: 2;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.revtext h4 {
		margin: 0.6rem 0 0 0;
		-webkit-line-clamp: 2;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.revImg {
		height: 23.5rem;
		margin: 1.5rem 0;
	}
	a.reMore {
		padding: 0.6rem 1.9rem;
		gap: 0.6rem;
		font-size: 1.3rem;
		line-height: 2.5rem;
	}
}

/*-----------------------------------------
# 메인 업무분야
-------------------------------------------*/
.mainWorkbox{
	position:Relative;
	width:100%;
	overflow:hidden;
	background: #6E2732;
	padding:14rem 0;
	background-image: url(/public/img/main/mainwork_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mainWork_sideBox{
	margin: 0 auto;
    position: relative;
    /* max-width: 164rem; */
    padding: 0 16rem;
}

.mainWorkInner{
	width:100%;
	margin:6rem 0 0 0;
}

.mainWork{
	position:Relative;
	width:100%;
	box-sizing: border-box;
}
.mainWork ul{
	box-sizing: border-box;
	    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1.4rem;
    list-style-type: none;
    justify-content: flex-start;
}
.mainWork li {
    position: relative;
    flex: 0 0 calc(25% - 2.8rem);
    margin: 1.4rem;
    box-sizing: border-box;
}

.mawoItemBox{
	position:Relative;
	width:100%;
	padding-bottom:100%;
}
.mawoBox{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius: 1.6rem;
    overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mawoBox a{
	position:Relative;
	width:100%;
	height:100%;
	display:flex;
	overflow:hidden;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
	
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 3rem;
}
.mawoBox a h3{
	color: #FFF;
	font-family: pretendard-600;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.8rem;
}
.mawoBox a:hover h3{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.mawoBox.gb01{background-image: url(/public/img/main/practice_area/practice_area_cont_01.webp);}
.mawoBox.gb02{background-image: url(/public/img/main/practice_area/practice_area_cont_02.webp);}
.mawoBox.gb03{background-image: url(/public/img/main/practice_area/practice_area_cont_03.webp);}
.mawoBox.gb04{background-image: url(/public/img/main/practice_area/practice_area_cont_04.webp);}
.mawoBox.gb05{background-image: url(/public/img/main/practice_area/practice_area_cont_05.webp);}
.mawoBox.gb06{background-image: url(/public/img/main/practice_area/practice_area_cont_06.webp);}
.mawoBox.gb07{background-image: url(/public/img/main/practice_area/practice_area_cont_07.webp);}
.mawoBox.gb08{background-image: url(/public/img/main/practice_area/practice_area_cont_08.webp);}
@media (max-width:1800px) {
	.mainWork_sideBox{ 
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.mainWorkbox {
		padding: 12rem 0;
	}
}
@media (max-width:1300px) {
	.mainWork_sideBox{ 
		padding: 0 3rem;
	}
}
@media (max-width:991px) {
	.mainWorkbox {
		padding: 10rem 0;
	}
	.mainWork li {
		flex: 0 0 calc(33.33333333% - 2.8rem);
		margin: 1.4rem;
	}
}
@media (max-width:767px) {
	.mainWorkbox {
		padding: 4rem 0;
	}
	.mainWork_sideBox{ 
		padding: 0 2rem;
	}
	.mainWorkInner {
		margin: 3rem 0 0 0;
	}
	.mainWork ul {
		margin: -0.7rem;
	}
	.mainWork li {
		flex: 0 0 calc(50% - 1.4rem);
		margin: 0.7rem;
	}
	.mawoBox {
		border-radius: 1rem;
	}
	.mawoBox a {
		padding: 1.6rem;
	}
	.mawoBox a h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

/*-----------------------------------------
# 메인 언론 속 명진
-------------------------------------------*/
.ma_mediaWrap{
	overflow:hidden;
	position: Relative;
    width: 100%;
    padding:14rem 0;
	background:#fff;
}
.ma_mediaSideBox {
    margin: 0 auto;
    position: relative;
    /* max-width: 164rem; */
    padding: 0 16rem;
	width:100%;
}
.ma_mediaWrap .maTitle strong {
    color: #B20600;
}
.ma_mediaWrap .maTitle .math2 {
    color: #111;
}
.ma_mediaWrap .maTitle .math3 {
    color: #111;
}

.mepresslogo{
	margin:6rem 0;
	position:Relative;
	width:100%;
}
.mepresslogo ul{
	box-sizing: border-box;
	    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1rem;
    list-style-type: none;
    justify-content: flex-start;
}
.mepresslogo li {
    position: relative;
    flex: 0 0 calc(16.66666666666% - 2rem);
    margin: 1rem;
    box-sizing: border-box;
}
.mepresslogoImg img{
	display:flex;
}

.memeInner{
	position:Relative;
	width:100%;
	display:flex;
	gap:4rem;
}
.memeBox{
	position:Relative;
	width:100%;
}
.mcoluLeft {
    width: 100%;
    position: Relative;
    z-index: 3;
}
.mcoluLeft:before {
    content: '';
    background: #fff;
    position: absolute;
    right: -4rem;
    top: 0;
    width: 2000%;
    height: 100%;
    z-index: 3;
}

.coluFixBox:hover .coluFixTitle h3{
	/* font-family: pretendard-700; */
	/* font-weight: 700; */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.coluFixBox {
    z-index: 5;
    width: 100%;
    position: Relative;
	overflow: hidden;
    border-radius: 1.6rem;
}
.coluFixBox figure {
	z-index:2;
    width: 100%;
    position: Relative;
	padding-bottom: 55.898%;
    overflow: hidden;
    border-radius: 1.6rem;
	backdrop-filter: blur(10px);
    /* background: #D9D9D9; */
}
.coluFixBox figure:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.6rem;
    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;
}
.coluFixBox figure img {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
	width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 비율을 유지하며 꽉 차게 함 (가장 핵심) */
    object-position: center; /* 이미지를 중앙에 배치 */
/* max-width: max-content; */
}
.coluFixTitle{
	width: 100%;
	z-index:3;
	position:absolute;
	left:0;
	bottom:0;
	background: rgba(0, 0, 0, 0.40);
	backdrop-filter: blur(15px);
	display: flex;
	padding: 3.4rem 3rem;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
}
.coluFixTitle dl {
    top: -1.6rem;
    position: absolute;
    display: flex;
    padding: 0.1rem 0.9rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #B20600;
    overflow: hidden;
    color: #FFF;
    font-family: pretendard-800;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2.8rem;
}
.coluFixTitle h3{
	margin:0;
	text-align:left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

	overflow: hidden;
	color: #FFF;
	font-family: pretendard-700;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.4rem;
}
.coluFixTitle p{
	margin:1rem 0 0 0;
	overflow: hidden;
	color: #AAA;
	text-overflow: ellipsis;
	font-family: pretendard-600;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6rem;
}

.memeList{
	position:Relative;
	width:100%;
	height: 100%;
}
.memeList ul {
    display: flex;
    flex-direction: column;
	height: 100%;
}
.memeList li{
	height: 100%;
	position:Relative;
	padding:1.7rem 0;
	border-top:1px solid rgba(17, 17, 17, 0.1);
}
.memeList li:nth-child(1){
	padding:0 0 1.7rem 0;
	border-top:none;
}
.memeList li:last-child{
	padding:1.7rem 0 0 0;
}

.artiBox{
	position:Relative;
	width:100%;
	/* padding:0 0 0 23.7rem; */
	padding: 0 0 0 13vw;
}
.artiBox:hover .artiTitle{
	font-family: pretendard-700;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.artiImg {
    left: 0;
    position: absolute;
    /* width: 21.7rem; */
	width: 12.6vw;
}
.artiImg figure{
	z-index: 2;
    width: 100%;
    position: Relative;
    padding-bottom: 56.223%;
    overflow: hidden;
    border-radius: 1rem;
}
.artiImg figure:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem;
	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;
}
.artiImg figure img {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
	width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 비율을 유지하며 꽉 차게 함 (가장 핵심) */
    object-position: center; /* 이미지를 중앙에 배치 */
}
.artiText {
    display: flex;
    position: Relative;
    flex-direction: column;
}
.artiText dl{
	overflow: hidden;
	color: #B20600;
	text-overflow: ellipsis;
	font-family: pretendard-700;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6rem;
}
.artiText .artiTitle{
	margin:1rem 0 1.4rem 0;
	height:5.8rem;

	text-align: left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;

	color: #111;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.9rem;
}
.artiText dt {
    margin: 0 0 0.8rem 0;
    display: block;
    overflow: hidden;
    color: #AAA;
    text-overflow: ellipsis;
    font-family: pretendard-600;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
}

.ma_mediaWrap .baMoreBtnBox{
	margin:4rem 0 0 0;
}
a.pressMore {
    display: flex;
    padding: 1.5rem 5.4rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: #B20600;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.9rem;
	border-radius: 666px;
	border: 1px solid var(--color-1, #B20600);
	background: #FFF;
}
a.pressMore span {
    display: inline-block;
    height: 1.3rem;
    width: 1.3rem;
    background-image: url(/public/img/icon/arrow_red.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width:2300px) {
	.artiBox{
		padding:0 0 0 23.7rem;
	}
	.artiImg {
		width: 21.7rem;
	}
}
@media (max-width:1800px) {
	.ma_mediaSideBox{ 
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.ma_mediaWrap {
		padding: 12rem 0;
	}
}
@media (max-width:1300px) {
	.ma_mediaSideBox{ 
		padding: 0 3rem;
	}
}
@media (max-width:1200px) {
	.mepresslogo {
		margin: 4rem 0;
	}
	.memeInner {
		position: Relative;
		width: 100%;
		display: flex;
		gap: 4rem;
		flex-direction: column;
	}
}
@media (max-width:991px) {
	.ma_mediaWrap {
		padding: 10rem 0;
	}
}
@media (max-width:767px) {
	.ma_mediaWrap {
		padding: 4rem 0;
	}
	.ma_mediaSideBox{ 
		padding: 0 2rem;
	}
	.mepresslogo{
		margin:3rem 0;
	}
	.mepresslogo ul{
		margin: 0rem;
	}
	.mepresslogo li {
		flex: 0 0 calc(33.333333333333% - 0rem);
		margin: 0rem;
	}
	
	
	.coluFixBox {
		border-radius: 1rem;
	}
	.coluFixBox figure {
		border-radius: 1rem;
	}
	.coluFixBox figure:after {
		border-radius: 1rem;
	}
	.coluFixTitle {
		padding: 2.5rem 1.6rem 1.6rem 1.6rem;
	}
	.coluFixTitle h3 {
		-webkit-line-clamp: 2;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.coluFixTitle p {
		margin: 1rem 0 0 0;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.coluFixTitle dl {
		top: -1.6rem;
		padding: 0.4rem 1rem;
		border-radius: 0.4rem;
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
	
	
	.memeList li{
		padding:1rem 0;
	}
	.memeList li:nth-child(1){
		padding:0 0 1rem 0;
	}
	.memeList li:last-child{
		padding:1rem 0 0 0;
	}
	.memeInner {
		gap: 2rem;
	}
	.coluFixBox figure {
		padding-bottom: 71.923%;
		border-radius: 1rem 1rem 0 0;
	}
	.coluFixBox figure:after {
        border-radius: 1rem 1rem 0 0;
    }
	.coluFixTitle {
		margin: -1px 0 0 0;
		background: #282624;
		position: relative;
		padding: 2.5rem 1.6rem 1.6rem 1.6rem;
	}
	.artiBox {
		padding: 0 0 0 13.3rem;
	}
	.artiText dl {
		font-size: 1rem;
		line-height: 1rem;
	}
	.artiText .artiTitle {
		margin: 0.4rem 0 0.6rem 0;
		height: 3.6rem;
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.artiText dt {
		margin: 0;
		font-size: 1rem;
		line-height: 1rem;
	}
	.artiImg {
		width: 11.7rem;
	}
	.artiImg figure {
		padding-bottom: 56.223%;
		border-radius: 0.6rem;
	}
	.artiImg figure:after {
		border-radius: 0.6rem;
	}
	
	
	.ma_mediaWrap .baMoreBtnBox {
		margin: 3rem 0 0 0;
	}
	a.pressMore {
		width: 100%;
		padding: 1.2rem 0rem;
		gap: 1rem;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
}


/*-----------------------------------------
# 메인 유튜브
-------------------------------------------*/
.ma_youtubeWrap{
	overflow:hidden;
	position: Relative;
    width: 100%;
    padding: 14rem 0;
	
	background-image: url(/public/img/main/mayoutube_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.ma_youtubeWrap .maTitle strong{color: #fff;}
.ma_youtubeWrap .maTitle .math2 {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.ma_youtubeWrap .maTitle .math2 img{height:5.2rem;}
.ma_youtubeWrap .maTitle .math2.flex {
    display: flex;
    align-items: center;
	gap:0.9rem;
}
.ma_youtubeWrap .maTitle .math2.flex img{
	height:5rem;
}

.ma_youtubeSideBox {
    margin: 0 auto;
    position: relative;
    /* max-width: 164rem; */
    padding: 0 16rem;
}


.mayouBtnBox {
    display: flex;
    margin: 4rem 0 0 0;
    justify-content: center;
}
.mayouBtn{
	position:Relative;
}
.mayouBtn a{
border: 1px solid #FFF;
background: rgba(17, 17, 17, 0.10);
backdrop-filter: blur(5px);
	position:Relative;
	border-radius: 9.9rem;
	display: flex;
	gap:1rem;
	padding: 1.4rem 5.3rem;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-family: pretendard-500;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.9rem;
}
.mayouBtn a span{
	font-family: pretendard-600;
	font-weight: 600;
}
.mayouBtn a img{
	height:2.1rem;
}
.mayouBtn a dt {
    display: inline-block;
    height: 1.3rem;
    width: 1.3rem;
    background-image: url(/public/img/icon/arrow_whtie.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.mayoutuInner{
	position: Relative;
    width: 100%;
    margin: 6rem 0 0 0;
}
.mayoutuInner .swiper {
    overflow: unset;
}
.mayoutuInner .normalSbtn{
	margin:4rem 0 0 0;
}


.mayouInner{
	position:Relative;
	width:100%;
	margin:6rem 0 0 0;
	padding:0 35.8rem 0 0;
}
.mayouMainFrame{
    width: 100%;
    position: Relative;
    padding-bottom: 56.2%;
    overflow: hidden;
    border-radius: 1.2rem;
}
.mayouMainFrame iframe {
    border-radius: 1.2rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100%;
}


.maSumyouBox{
	width:100%;
	position:Relative;
	overflow:hidden;
}
.maSumyouBox figure {
    border-radius: 1rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.40);
    width: 100%;
    position: Relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.maSumyouBox figure:before{
	content:'';
	z-index:5;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/* background: rgba(0, 0, 0, 0.40); */
}
.maSumyouBox figure img {
    /* max-width: max-content; */
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.maSumyouBox:hover .masytitle h2{
	font-weight: 600;
	font-family: pretendard-600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.maSumyouBox:hover .masytitle h3{
	font-weight: 600;
	font-family: pretendard-600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.masytitleBox{
	position:Relative;
	width:100%;
	padding:0 1rem;
}
.masytitle{
	position:Relative;
	width:100%;
border-radius: 0 0 1.6rem 1.6rem;
background: #FFF;
		padding:1.6rem 7rem 1.8rem 2rem;
}
.masytitle h2,
.masytitle h3{
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;

	color: #111;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.3rem;
}
.masytitle span {
    top: 1.6rem;
    position: absolute;
    right: 2rem;
    display: inline-block;
    height: 3.3rem;
    width: 3.3rem;
    background-image: url(/public/img/icon/link_red.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:1800px) {
	.ma_youtubeSideBox{ 
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.ma_youtubeWrap {
		padding: 12rem 0;
	}
}
@media (max-width:1300px) {
	.ma_youtubeSideBox{ 
		padding: 0 3rem;
	}
}
@media (max-width:991px) {
	.ma_youtubeWrap {
		padding: 10rem 0;
	}
	.ma_youtubeWrap .maTitle .math2 img {
		height: 4.2rem;
	}
	
	.mayouSlide {
		margin:2rem 0 0 0;
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		height: auto;
	}
	.mayouSlide .swiper {
		overflow: unset;
		height: 100%;
		padding: 0;
	}
	.mainYouprbar {
		margin: 2rem 0 0 0;
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		height: 4px;
	}
}
@media (max-width:767px) {
	.ma_youtubeWrap {
		padding: 4rem 0;
		background-image: url(/public/img/main/mayoutube_mo_bg.webp);
		background-position: bottom center;
	}
	.ma_youtubeSideBox{ 
		padding: 0 2rem;
	}
	.ma_youtubeWrap .maTitle .math2 {
		gap: 0.8rem;
	}
	.ma_youtubeWrap .maTitle .math2 img {
		height: 2rem;
	}
	
	
	.mayouBtnBox {
		margin: 3rem 0 0 0;
	}
	.mayouBtn {
		width: 100%;
		position: Relative;
	}
	.mayouBtn a {
		width: 100%;
		/* border-radius: 4px; */
		padding: 12px 20px;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.mayouBtn a img{
		height:1.5rem;
	}
	
	.mayoutuInner {
		margin: 3rem 0 0 0;
	}
	
	.mayoutuInner .normalSbtn {
		margin: 2rem 0 0 0;
	}
	
	
	.maSumyouBox figure {
		border-radius: 0.6rem;
		box-shadow: 0 0 6.543px 0 rgba(0, 0, 0, 0.40);
		padding-bottom: 56.25%;
	}
	.masytitleBox {
		padding: 0 0.6rem;
	}
	.masytitle {
		border-radius: 0 0 .6rem .6rem;
		padding: 1.3rem 4.7rem 1.3rem 1.6rem;
	}
	.masytitle h2,
	.masytitle h3 {
		font-size: 1.3rem;
		line-height: 2.1rem;
	}
	.masytitle span {
		top: 1.3rem;
		right: 1.6rem;
		height: 2.1rem;
		width: 2.1rem;
	}
}


/*-----------------------------------------
# 메인 오시는 길
-------------------------------------------*/
.ma_locationWrap{
	position: Relative;
    width: 100%;
    padding: 14rem 0;
	background: #6E2632;
}
.ma_locationSideBox {
    margin: 0 auto;
    position: relative;
    /* max-width: 164rem; */
    padding: 0 16rem;
}
.malocaInner{
	position:Relative;
	width:100%;
	display:flex;
	gap:6rem;
}

.malocaLi{
	/* width:960px; */
	width:62%;
}
.malocaLiMaps{
	position:Relative;
	border-radius: 1.6rem;
	overflow:hidden;
}
.malocaLiMaps.mo{display:none;}
.malocaRi {
    display: flex;
    /* width: 580px; */
	width:38%;
    flex-direction: column;
    justify-content: space-between;
}
.malocaRi .maTitle {
    position: Relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.loriInfo{
	position:Relative;
	margin:4rem 0 0 0;
}
.loriInfo ul {
    gap: 0.6rem;
    display: flex;
    position: Relative;
    flex-direction: column;
}
.loriInfo li{
	position:Relative;
	padding:0 0 0 12rem;
}
.loriInfo li h3{
	position:absolute;
	left:0;
	top:0;
	color: #FFF;
	font-family: pretendard-700;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.8rem;
}
.loriInfo li p{
	color: #FFF;
	font-family: pretendard-400;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
}
.loriInfo li p span{
	font-family: pretendard-800;
	font-weight: 800;
	color:#fff;
	padding:0.2rem 1rem;
	border-radius: 99px;
}

.loribottom{
	position:Relative;
}
.loribtitle p{
	margin:0 0 4rem 0;
	text-align:left;
	color: #FFF;
	font-family: pretendard-700;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 4.2rem;
}

.loribBtnBox{
	position:Relative;
	width:100%;
}
.loribBtnBox{
	position:Relative;
	width:100%;
}
.loribBtnFlex{
	margin:1.2rem 0 0 0;
	position:Relative;
	width:100%;
	display:flex;
	gap:1.2rem;
}
a.lobBtn{
	border-radius: 4rem;
	width:100%;
	display: flex;
	padding:1.8rem 2.6rem;
	justify-content: center;
	align-items: center;
	gap: 1rem;

	color: #FFF;
	text-align: center;
	font-family: pretendard-700;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem;
}
a.lobBtn.flex{font-size: 1.8rem;}
a.lobBtn.bg01{background: rgba(255, 255, 255, 0.10);}
a.lobBtn.bg02{background: #B20600;}
a.lobBtn.bg03{background: #F9E000; color: #111;}

a.lobBtn span{
	display: inline-block;
    height: 2rem;
    width: 2rem;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
a.lobBtn.bg01 span{
	height: 2.2rem;
    width: 2.2rem;
    background-image: url(/public/img/icon/tel_white_icon.webp);
}
a.lobBtn.bg02 span{
    background-image: url(/public/img/common/mail_white_icon.webp);
}
a.lobBtn.bg03 span{
    background-image: url(/public/img/icon/kakao_icon.webp);
}
@media (max-width:1800px) {
	.ma_locationSideBox{ 
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.ma_locationWrap {
		padding: 12rem 0;
	}
}
@media (max-width:1300px) {
	.ma_locationSideBox{ 
		padding: 0 3rem;
	}
	.malocaInner {
		gap: 0rem;
		display: flex;
		flex-direction: column;
	}
	.malocaLi {
		width: 100%;
	}
	.malocaRi {
		gap: 4rem;
		width: 100%;
	}
	
	.malocaLiMaps.pc{display:none;}
	.malocaLiMaps.mo{display:block;}
	
	.malocaRi .maTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		align-content: center;
	}
	.loriInfo {
		margin: 4rem 0 4rem 0;
	}
}
@media (max-width:991px) {
	.ma_locationWrap {
		padding: 10rem 0;
	}
}
@media (max-width:767px) {
	.ma_locationWrap {
		padding: 4rem 0;
	}
	.ma_locationSideBox{ 
		padding: 0 2rem;
	}
	.loriInfo {
		margin: 3rem 0 3rem 0;
	}
	.loriInfo ul {
		gap: 1.2rem;
	}
	.loriInfo li {
		padding: 0;
	}
	.loriInfo li h3 {
		margin: 0 0 0.4rem 0;
		position: relative;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.loriInfo li p {
		font-size: 1.2rem;
		line-height: 2.1rem;
	}
	.loriInfo li p span {
		padding: 0.4rem 0.8rem;
	}
	
	.malocaRi {
		gap: 3rem;
	}
	.loribtitle p {
		margin: 0 0 1.4rem 0;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	
	
	.loribBtnFlex {
		margin: 0.7rem 0 0 0;
		gap: 0.7rem;
	}
	a.lobBtn {
		border-radius: 4rem;
		padding: 1.2rem 1rem;
		gap: 0.8rem;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	a.lobBtn.flex {
		font-size: 1.4rem;
	}
	a.lobBtn span {
		height: 1.6rem;
		width: 1.6rem;
	}
	a.lobBtn.bg01 span {
		height: 1.6rem;
		width: 1.6rem;
	}
}


/*-----------------------------------------
# 메인 변호사 리스트
-------------------------------------------*/
.ma_lawWrap{
	position:Relative;
	width:100%;
	height:91rem;
	padding:10rem 0 0 0;
	overflow:hidden;
	
	background-image: url(/public/img/main/ma_lawWrap_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.ma_lawSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 168rem;
    padding: 0 4rem;
	height:100%;
	position:Relative;
	width:100%;
}

.mainLawWrap{
	height:100%;
	position:Relative;
	width:100%;
}
.mainLawyersilInner {
    /* border-right: 1px solid #fff; */
    /* border-left: 1px solid #fff; */
    height: 100%;
    position: Relative;
    width: 100%;
}

/* ======= 변호사 정보 ======= */
.lawInfoInner{
	width:100%;
	position:Relative;
	z-index:2;
	padding:8rem 0 0 0;
}
.LawInfoVsil .swiper-slide {
	opacity: 0;
	transition: opacity 0.6s ease;
}
.LawInfoVsil .swiper-slide.swiper-slide-active {
	opacity: 1;
}
.lifTitle {
    margin: 0 0 6rem 0;
    padding: 0 0 6rem 0;
    position: Relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.lifTitle h2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.lifTitle h2 span{
	text-align:left;
	color: #FFF;
	font-family: pretendard-600;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4rem;
}
.lifTitle h2 p {
    margin: 2rem 0 0 0;
    gap: 0rem;
    display: flex;
    color: #FFF;
    font-family: pretendard-600;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}
.lifTitle h2 p strong{
	color: #FFF;
	font-family: 'MaruBuri';
	font-size: 8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 8rem;
	letter-spacing: 2.4rem;
}
.lifInfo{
	position:Relative;
}
.lifInfo dl{
	text-align:left;
	color: #FFF;
	font-family: pretendard-700;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.8rem;
}
.lifInfo h3{
	position:Relative;
	padding:0 0 0 1.2rem;
	margin:0.4rem 0 0 0;
	color: #FFF;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
}
.lifInfo h3:before{
	content:'';
	position:absolute;
	left:0;
	top:1rem;
	width:0.4rem;
	height:0.4rem;
	background:#E6C27C;
	border-radius:50%;
}
.lifInfoBtn{
	margin:3rem 0 0 0;
	position:Relative;
	display:inline-block;
}
.lifInfoBtn .baseMoreBtn a {
    padding: 1.1rem 2.8rem;
    gap: 1.1rem;
    border-radius: 0.4rem;
	border: 1px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0.01);
    font-size: 1.6rem;
    line-height: 2.9rem;
}
.lifInfoBtn .baseMoreBtn a span {
    background-image: url(/public/img/common/puls_white_icon.webp);
}


/* ======= 변호사 인물 이미지 ======= */
.swiper.LawPerVsil {
	z-index:3;
    position: absolute !important;
    bottom: 0;
    right: 22.5rem;
    width: 69rem;
    height: auto;
    overflow: unset !important;
}
.LawPerVsil .swiper-wrapper {
    align-items: flex-end;
}
.LawPerVsil .swiper-slide{
	filter: blur(5px);
    opacity: 0 !important;
}
.LawPerVsil .swiper-slide-next {
    opacity: 0.3!important;
}
.LawPerVsil .swiper-slide-active {
    filter: blur(0);
    opacity: 1!important;
    overflow: unset!important;
}
.LawPerVsil .swiper-slide img {
    height: 81rem;
	-webkit-mask-image: linear-gradient(180deg, #000 55%, rgba(0, 0, 0, 0.10) 95%, rgba(0, 0, 0, 0.00) 100%);
}
.LawPerVsil .swiper-slide.swiper-slide-next {overflow: unset!important;}
.LawPerVsil .swiper-slide.swiper-slide-next .maLawImg {transform: translateX(-20%)}


.malawBtn {
    top: 31.3rem;
    right: -22.5rem;
    z-index: 5;
    gap: 1rem;
    margin: 0;
    position: absolute;
    display: flex;
    width: 18rem;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.malawBtn .swiper-button-prev {
	margin: 0!important;
    position: relative;
    right: inherit!important;
    top: 0!important;
    width:8.5rem;
    height:8.5rem;
    left: 0rem!important;
	border-radius: 4px;
	border: 1px solid #fff;
}
.malawBtn .swiper-button-prev svg{display:none;}
.malawBtn .swiper-button-prev:after {
    height: 26px;
    width: 26px;
    content: '';
	background-image: url(/public/img/main/sl_white_prev.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.malawBtn .swiper-button-prev:hover{
	background: #fff!important;
}
.malawBtn .swiper-button-prev:hover:after{
	background-image: url(/public/img/main/sl_prev.webp);
}
.malawBtn .swiper-button-next {
	margin: 0!important;
    position: relative;
    right: inherit!important;
    top: 0!important;
    width:8.5rem;
    height:8.5rem;
    left: 0rem!important;
	border-radius: 4px;
	border: 1px solid #fff;
}
.malawBtn .swiper-button-next svg{display:none;}
.malawBtn .swiper-button-next:after {
	height: 26px;
    width: 26px;
    content: '';
    background-image: url(/public/img/main/sl_white_next.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.malawBtn .swiper-button-next:hover{
	background: #fff!important;
}
.malawBtn .swiper-button-next:hover:after{
	background-image: url(/public/img/main/sl_next.webp);
}



/* ======= 변호사 원형 이미지 ======= */
.lawCircleInner {
	height: 1px;
    transform: translateX(-50%);
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 8rem;
    width: 100%;
    z-index: 5;
    justify-content: center;
    align-items: flex-end;
}
.swiper.LawCircleVsil {
    margin: 0;
    overflow: unset;
}
.swiper.LawCircleVsil .swiper-wrapper{
	align-items: flex-end;
}
.swiper.LawCircleVsil .swiper-slide-active .lwCircle figure{
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.50);
	background: linear-gradient(180deg, #E6C27C 0%, #564A3A 100%);
}
.swiper.LawCircleVsil .swiper-slide {
    margin: 0 -0.4rem;
    width: 8rem!important;
}
.swiper.LawCircleVsil .swiper-slide-active{
	width:14rem!important;
	padding:0 1.5rem;
}
.swiper.LawCircleVsil .swiper-slide-active .lwCircle p{
	display:block;
	margin:1rem 0 0 0;
}

.swiper.LawCircleVsil .swiper-slide:nth-child(1){z-index:10;}
.swiper.LawCircleVsil .swiper-slide:nth-child(2){z-index:9;}
.swiper.LawCircleVsil .swiper-slide:nth-child(3){z-index:8;}
.swiper.LawCircleVsil .swiper-slide:nth-child(4){z-index:7;}
.swiper.LawCircleVsil .swiper-slide:nth-child(5){z-index:6;}
.swiper.LawCircleVsil .swiper-slide:nth-child(6){z-index:5;}

.lwCircle figure {
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.50);
	cursor:pointer;
    width: 100%;
    position: Relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(180deg, #444 0%, #888 100%);
}
.lwCircle figure img {
    top: 0.6rem;
    max-width: 160%;
    z-index: 3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.lwCircle p{
	display:none;
	margin:0;
	color: #FFF;
	text-align:center;
    font-family: pretendard-400;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8rem;
	letter-spacing: 0.6px;
}
.lwCircle p span{
	font-family: pretendard-700;
	font-weight: 700;
}

.lawcircleBtn{
	margin:0 0 0 1.4rem;
	position:Relative;
}
.lawcircleBtn a{
	display: flex;
	padding: 2.6rem;
	align-items: center;
	gap: 0.9rem;
	border-radius: 99rem;
	border: 1px solid #E6C27C;
	background: rgba(68, 68, 68, 0.01);
	backdrop-filter: blur(5px);
	color: #E6C27C;
	font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}
.lawcircleBtn a span {
    height: 1.8rem;
    width: 1.8rem;
    display: inline-block;
    background-image: url(/public/img/common/puls_gold_icon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.lawcircleBtn a:hover{
	color: #000;
	background: #E6C27C;
}
.lawcircleBtn a:hover span{
	background-image: url(/public/img/common/puls_gold_black_icon.webp);
}
@media (max-width:1600px) {
	.ma_lawSideBox {
		padding: 0 2rem;
	}
	.ma_lawWrap {
		height: 89rem;
		padding: 8rem 0 0 0;
	}
	
	.lifTitle h2 span {
		font-size: 2.6rem;
		line-height: 3.6rem;
	}
	.lifTitle h2 p strong {
		font-size: 7rem;
		line-height: 7rem;
		letter-spacing: 2rem;
	}
	
	.swiper.LawPerVsil {
		right: 16rem;
		width: 69rem;
	}
	.malawBtn {
		top: 31.3rem;
		right: -16rem;
		gap: 1rem;
		width: 18rem;
	}
}
@media (max-width:991px) {
	.ma_lawWrap {
		height: auto;
		padding: 6rem 0 0 0;
	}
	.lawInfoInner {
		padding: 0rem 0 0 0;
	}
	.lifTitle {
		margin: 0 0 2rem 0;
		padding: 0 0 2rem 0;
	}
	.lifTitle h2 span {
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.lifTitle h2 p {
		margin: 2rem 0 0 0;
		font-size: 2rem;
		line-height: 2rem;
	}
	.lifTitle h2 p strong {
		font-size: 5rem;
		line-height: 5rem;
		letter-spacing: 1.4rem;
	}
	.lifcare{
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0rem;
		list-style-type: none;
		justify-content: flex-start;
	}
	.lifcare h3{
		position: relative;
		flex: 0 0 calc(50% - 0rem);
		margin: 0rem;
		box-sizing: border-box;
	}
	
	
	.swiper.LawPerVsil {
		position: relative!important;
		right: inherit;
		width: 100%;
	}
	.maLawImg {
		display: flex;
		justify-content: center;
	}
	.LawPerVsil .swiper-slide img {
		height: 50rem;
	}
	.malawBtn {
		top: 12.3rem;
		right: inherit;
		gap: 0;
		width: 100%;
	}
	.malawBtn .swiper-button-prev,
	.malawBtn .swiper-button-next {
		width: 7rem;
		height: 7rem;
	}
	
	
	.swiper.LawCircleVsil .swiper-slide {
		margin: 0 -0.3rem;
		width: 7rem!important;
	}
	.swiper.LawCircleVsil .swiper-slide-active {
		width: 11rem!important;
		padding: 0 1rem;
	}
	.lawcircleBtn a {
		padding: 2rem 2rem;
		gap: 0.6rem;
		border-radius: 99rem;
		font-size: 1.6rem;
		line-height: 2rem;
	}
}
@media (max-width:767px) {
	.ma_lawWrap {
		padding: 4rem 0 4rem 0;
	}
	.lifTitle h2 p {
		margin: 0.8rem 0 0 0;
		font-size: 1.5rem;
		line-height: 1.6rem;
	}
	.lifTitle h2 span {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.lifTitle h2 p strong {
		font-size: 3.4rem;
		line-height: 3.6rem;
		letter-spacing: 1.02rem;
	}
	.lifInfo dl {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.lifcare {
		margin: 0.6rem 0 0 0;
	}
	.lifInfo h3 {
		display: block;
		display: -webkit-box;
		overflow: hidden;
		white-space: normal;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		padding: 0 0 0 0.9rem;
		font-size: 1.3rem;
		line-height: 2.1rem;
	}
	.lifInfo h3:before {
		top: 0.9rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.lifInfoBtn {
		width: 100%;
		margin: 1.4rem 0 0 0;
	}
	.lifInfoBtn .baseMoreBtn a {
		padding: 0.8rem 1rem;
		gap: 1.1rem;
		border-radius: 0.4rem;
		font-size: 1.4rem;
		line-height: 2.7rem;
	}
	
	
	.lawPersonInner {
		margin: 2px 0 0 0;
		position: Relative;
	}
	.LawPerVsil .swiper-slide img {
		height: 35.2rem;
		-webkit-mask-image: linear-gradient(180deg, #000 55%, rgba(0, 0, 0, 0.10) 95%, rgba(0, 0, 0, 0.00) 100%);
	}
	.malawBtn .swiper-button-prev, .malawBtn .swiper-button-next {
		width: 5rem;
		height: 5rem;
	}
	.malawBtn .swiper-button-prev:after,
	.malawBtn .swiper-button-next:after {
		height: 13px;
		width: 13px;
	}
	
	
	
	.lawCircleInner {
		height: auto;
		margin: -9rem 0 0 0px;
		transform: inherit;
		position: relative;
		left: inherit;
		bottom: inherit;
		width: 100%;
		z-index: 5;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.swiper.LawCircleVsil {
		width: 100%;
		margin: 0;
		overflow: unset;
	}
	.swiper.LawCircleVsil .swiper-wrapper {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.swiper.LawCircleVsil .swiper-slide {
		margin: 0 0.5rem;
		width: 6.4rem!important;
	}
	.swiper.LawCircleVsil .swiper-slide-active {
		width: 8.4rem!important;
		padding: 0rem;
	}
	.swiper.LawCircleVsil .swiper-slide-active .lwCircle p {
		display: flex;
		margin: 0.6rem 0 0 0;
	}
	.lwCircle p {
		gap: 2px;
        margin: 0.6rem 0 0 0;
        display: flex;
        font-size: 1.3rem;
        line-height: 1.5rem;
        letter-spacing: 0.52px;
        flex-direction: column;
	}
	.lwCircle p span{
		font-size: 1.6rem;
        line-height: 2rem;
        letter-spacing: 0.4px;
	}
	
	
	.lawcircleBtn {
		width:100%;
		margin: 3rem 0 0 0;
		position: Relative;
	}
	.lawcircleBtn a {
		display: flex;
		padding: 0.8rem 1rem;
		gap: 0.9rem;
		border-radius: 4px;
		font-size: 1.4rem;
		line-height: 2.7rem;
		justify-content: center;
	}
	.lawcircleBtn a span {
		height: 0.9rem;
		width: 0.9rem;
	}
}
@media (max-width: 550px) {
	.swiper.LawCircleVsil .swiper-wrapper {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
	}
}

/*-----------------------------------------
# 메인 컬럼
-------------------------------------------*/
.ma_columnWrap{
	overflow:hidden;
	position: Relative;
    width: 100%;
    padding: 6rem 0 12rem 0 ;
	background:#fff;
}
.ma_columnSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 168rem;
    padding: 0 4rem;
}
.ma_columnInner{
	position:Relative;
	width:100%; 
}
.ma_columnWrap .maTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.ma_columnWrap .math2{
	text-align:left;
}

.ma_columnInner .baseColorMoreBtn {
    position: absolute;
    right: 0;
    top: 15rem;
}
.baseColorMoreBtn {
    position: Relative;
}
.baseColorMoreBtn a {
    display: flex;
    padding: 1.35rem 2.9rem;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    border-radius: 0.4rem;
	background: #E6C27C;
    color: #000;
    text-align: center;
    font-family: pretendard-400;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.3rem;
}
.baseColorMoreBtn a span {
    height: 1.3rem;
    width: 1.3rem;
    display: inline-block;
    background-image: url(/public/img/common/puls_icon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.mainColusilInner {
    height: 100%;
    width: 100%;
    position: Relative;
}
.mainColusilInner .swiper{
	overflow:unset;
	height: 100%;
}
.mainColusilInner .swiper .normalSbtn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.coluList:hover .coluTitle h2{
	font-family: pretendard-700;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.coluList:hover .coluTitle h3{
	font-family: pretendard-700;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.coluList:hover .coluTitle h3.listh3{
	text-decoration:none!important;
}
.coluList{
	position:Relative;
	width:100%;
}
.coluList figure {
    width: 100%;
    position: Relative;
    padding-bottom: 70%;
    overflow: hidden;
    border-radius: 0.6rem;
    background: #F4F4F4;
}
.coluList figure:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.6rem;
    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;
}
.coluList figure img {
	/* max-width: max-content; */
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
	
	width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 비율을 유지하며 꽉 차게 함 (가장 핵심) */
    object-position: center; /* 이미지를 중앙에 배치 */
}

.coluTitle {
    gap: 1rem;
    display: flex;
    position: Relative;
    margin: 2rem 0 0 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.coluTitle dl{
	display: flex;
	padding: 0.1rem 0.9rem;
	justify-content: center;
	align-items: center;
	border-radius:0.4rem;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: #142952;
	overflow: hidden;
	color: #FFF;
	font-family: pretendard-800;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 800;
	line-height: 2.8rem;
}
.coluTitle h2{
	margin:0;
	text-align:left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #000;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8rem;
}
.coluTitle h3{
	margin:0;
	text-align:left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #000;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8rem;
}
.coluTitle h3.listh3{
	margin:0!important;
	word-break: break-all;
	text-align:left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 2!important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.60);
	font-family: pretendard-400!important;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400!important;
	line-height: 2.6rem;
}
.coluTitle h4{
	word-break: break-all;
	text-align:left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.60);
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}

@media (max-width:1600px) {
	.ma_columnSideBox {
		padding: 0 2rem;
	}
	
	
	.ma_columnInner .baseColorMoreBtn {
		top: 12rem;
	}
}
@media (max-width:1200px) {
	.mcoluInner {
		margin: 6rem 0 0 0;
		gap: 3rem;
	}
	.mcoluLeft:before {
		right: -3rem;
	}
	
	.coluTitle {
		gap: 1rem;
		margin: 1rem 0 0 0;
	}
}
@media (max-width:991px) {
	.ma_columnWrap {
		padding: 6rem 0 10rem 0;
	}

	.coluTitle {
		gap: 0.8rem;
		margin: 1rem 0 0 0;
	}
	.coluTitle dl {
		padding: 0.1rem 0.7rem;
		border-radius: 0.4rem;
		font-size: 1.2rem;
		line-height: 2.4rem;
	}
	.coluTitle h2 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.coluTitle h3 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.coluTitle h3.listh3{
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	.coluTitle h4 {
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	
	.mainColusilInner .swiper .normalSbtn {
		margin: 3rem 0 0 0;
		width: 100%;
		position: relative;
		bottom: 0;
		left: 0;
	}
	
	
	.ma_columnInner .baseColorMoreBtn {
		top: 0rem;
	}
}
@media (max-width:767px) {
	.ma_columnWrap {
		padding: 0rem 0 4rem 0;
	}
	
	
	
	.coluList figure {
		border-radius: 0.4rem;
	}
	.coluList figure:after {
		border-radius: 0.4rem;
	}
	.coluTitle {
		gap: 0.6rem;
		margin: 1.2rem 0 0 0;
	}
	.coluTitle dl {
		padding: 0.2rem 0.8rem;
		border-radius: 0.4rem;
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
	.coluTitle h2 {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.coluTitle h3 {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.coluTitle h3.listh3 {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	
	.mainColusilInner .swiper .normalSbtn {
		margin: 1.5rem 0 0 0;
	}
	.mainColusilInner .normalprbar {
		width: 100%;
	}
	.normalSbtn.colu .swiper-button-prev,
	.normalSbtn.colu .swiper-button-next{
		display:none;
	}
	
	
	.ma_columnInner .baseColorMoreBtn {
		margin: 1.5rem 0 0 0;
		width: 100%;
		position: relative;
		top: 0rem;
	}
	.baseColorMoreBtn a {
		padding: 0.9rem 1rem;
		gap: 1rem;
		border-radius: 0.4rem;
		font-size: 1.4rem;
		line-height: 2.7rem;
	}
	.baseColorMoreBtn a span {
		height: 0.9rem;
		width: 0.9rem;
	}
}


/*-----------------------------------------
# 메인 문의하기
-------------------------------------------*/
.ma_inquiryWrap{
	overflow:hidden;
	position: Relative;
    width: 100%;
	padding:14rem 0 0 0;
	background-image: url(/public/img/main/mainq_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.ma_inquirySideBox {
	z-index:3;
    margin: 0 auto;
    position: relative;
    /* max-width: 164rem; */
    padding: 0 16rem;
}
.ma_inquiryInner {
    gap: 4rem;
    display: flex;
    width: 100%;
}
.minqLeft {
    padding: 0 0 6rem 0;
    position: Relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.minqLeft .maTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.minqLeft .maTitle strong, .minqLeft .math2, .minqLeft .math3 {
    text-align: left;
}
.minqLeft .math3 {
    display: flex;
    gap: 0.6rem;
    margin: 4rem 0 0 0;
    color: #FFF;
    font-family: pretendard-500;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem;
    align-items: center;
}
.minqLeft .math3 svg{
	/* height:10px; */
}

.sert {
    margin: 0 0 2rem 0;
    display: block;
    color: #000;
    text-align: center;
	font-family: pretendard-600;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.minqRight {
	padding:4rem 5rem;
	border-radius:1.6rem 1.6rem 0 0;
    background: #FFF;
    background: #fff;
    position: Relative;
    width: 50%;
    /* padding: 12rem 0 12rem 16rem; */
}
.minqTitle {
    width: 100%;
    position: Relative;
    padding: 0 0 2rem 0;
    margin: 0 0 3rem 0;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.minqTitle dl {
    display: flex;
    margin: 0;
    gap: 0.6rem;
    flex-direction: column;
}
.minqTitle dl dt{
	color: #B20600;
	font-family: pretendard-700;
font-size: 2.2rem;
font-style: normal;
font-weight: 700;
line-height: 3rem;
}
.minqTitle dl p{
	color: #000;
	font-family: pretendard-700;
font-size: 3.2rem;
font-style: normal;
font-weight: 700;
line-height: 3.8rem;
}
.minqTitle span{
	margin:0;
	color: #EF811B;
	text-align: right;
	font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}


.sucflex{
	gap:1.3rem;
	display:flex;
	width:100%;
	position:relative;
	align-items: flex-end;
}


.sucIn{
	margin:2rem 0 0 0;
	width:100%;
	display:block;
	position:relative;
}
p.cate {
    position: relative;
    margin: 0 0 0.6rem 0;
    display: flex;
    color: #000;
    font-family: pretendard-600;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
    align-items: center;
}
p.cate.req:after {
    margin: 0 0 0 0.4rem;
    top: -0.2rem;
    color: #EF811B;
    font-family: pretendard-600;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    content: '*';
    position: relative;
}

.sucIn input {
		border-radius:1rem;
	border: 1px solid #F8F8F8;
font-family: Pretendard;
box-sizing: border-box;
margin: 0;
width: 100%;
position: relative;
height: 5.6rem;
background: #F8F8F8;
padding: 0rem 2rem 0rem 2rem;
color: #111;
font-family: pretendard-400;font-weight: 400;font-size: 1.6rem;font-style: normal;line-height: 2.6rem;}
.sucIn input:-webkit-autofill,
.sucIn input:-webkit-autofill:hover,
.sucIn input:-webkit-autofill:focus,
.sucIn input:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.sucIn input:focus,
.sucIn input:active {background:#FFF; border:1px solid #142952;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);}
.sucIn input:focus{outline: none;}

.sucIn input::placeholder {
	color: #999;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.6rem;
	font-style: normal;
	line-height: 2.6rem;
}
.sucIn input.phone{
	text-align:center;
}
.sucIn input:read-only {
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
}



.sucSel{
	position:relative;
}
.sucSel:before {
    transform: translateY(-50%);
    z-index: 2;
    content: '';
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 10px;
    height: 6px;
    background-image: url(
	/public/img/common/sel_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.sucIn select {
	cursor:pointer;
border: 1px solid rgba(0, 0, 0, 0.10);
font-family: Pretendard;
box-sizing: border-box;
margin: 0;
width: 100%;
position: relative;
height: 6.6rem;
border-radius: 4px;
background: #F6F6F6;
padding: 0rem 3rem 0rem 3rem;
color: #222;
font-family: pretendard-400;font-weight: 400;font-size: 1.8rem;font-style: normal;line-height: 2.6rem;
-webkit-appearance: none;}
.sucIn select:-webkit-autofill,
.sucIn select:-webkit-autofill:hover,
.sucIn select:-webkit-autofill:focus,
.sucIn select:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.sucIn select:focus,
.sucIn select:active {background:#FFF; border:1px solid #142952;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);}
.sucIn select:focus{outline: none;}




.sucIn textarea {
    resize: none;
	border: 1px solid #F8F8F8;
    font-family: Pretendard;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    position: relative;
    height: 16rem;
    border-radius: 1rem;
    background: #F6F6F6;
    padding: 1.5rem 2rem 1.5rem 2rem;
    color: #111;
    font-family: pretendard-400;
    font-weight: 400;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 2.6rem;
}
.sucIn textarea:-webkit-autofill,
.sucIn textarea:-webkit-autofill:hover,
.sucIn textarea:-webkit-autofill:focus,
.sucIn textarea:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.sucIn textarea:focus,
.sucIn textarea:active {background:#FFF; border:1px solid #142952;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);}
.sucIn textarea:focus{outline: none;}
.sucIn textarea::placeholder {
	color: #999;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.6rem;
	font-style: normal;
	line-height: 3.4rem;
}



.radioBox {
    padding:0;
    margin: 0;
    width: 100%;
    display: flex;
	gap:0rem;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.radioBox label {
	margin: 0.4rem 0 0 0;
    position: relative;
    flex: 0 0 calc(50% - 0rem);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.radioBox input {
    margin: 0 1rem 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
	border: 2px solid rgba(0, 0, 0, 0.10);
    outline: none;
	position:relative;
}
.radioBox input[type="radio"]:before {
    display: inline-block;
    border-radius: 50%;
    content:none;
    width: 1rem;
    height: 1rem;
    background: #B20600;
	position:absolute;
	transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.radioBox input[type="radio"]:checked:before{
	content:'';
}
.radioBox input[type="radio"]:checked {
    border: 2px solid #B20600;
}
.radioBox input[type="radio"]:checked + span {
	color: #B20600;
	font-family: pretendard-600;
	font-weight: 600;
}
.radioBox label span{
	color: #00092C;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2rem;
}


.inq_priCheckArea{
	position:Relative;
	margin:1rem 0 0 0;
}
.inq_priCheckArea input[type="checkbox"]{ 
	position:absolute; 
    width:1px; 
    height:1px; 
    padding:0; 
    margin:-1px; 
    overflow:hidden; 
    clip:rect(0,0,0,0); 
    border:0; 
}
.inq_priCheckArea input[type="checkbox"] + label {
    display: flex;
    position: relative;
    padding-left: 3.2rem;
    cursor: pointer;
    text-align: left;
    color: #444;
    font-family: pretendard-400;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    justify-content: space-between;
    align-items: center;
}
.inq_priCheckArea input[type="checkbox"] + label a{
	color: #000;
	font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.inq_priCheckArea input[type="checkbox"] + label:before{ 
	content:''; 
    position:absolute; 
    left:0; 
    top:0.4rem;
    width:2.4rem;
    height:2.4rem;
    text-align:center; 
    background:#fff; 
    border:none; 
    box-sizing:border-box; 
	background:url(../img/common/check_before.png) no-repeat center/cover;
}
.inq_priCheckArea input[type="checkbox"]:checked + label:after{ 
	content: ''; 
	position:absolute; 
	top:0.4rem;
	left:0; 
	width:2.4rem;
	height:2.4rem;
	background:url(../img/common/check_after.png) no-repeat center/cover;
}

.tenum {
    color: #aaa;
    margin: 0.6rem 0 0 0;
    position: Relative;
    font-size: 1.4rem;
}

.subcBtnBox{
	position:Relative;
	width:100%;
	margin:3rem 0 0 0;
}
.subcBtn{
	cursor:pointer;
	position:Relative;
	display: flex;
	padding: 1.9rem 7rem;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 1rem;
	background: #B20600;
	color: #FFF;
	text-align: center;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}
.subcBtn:after {
    transform: translateY(-50%);
    content: '';
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 2.2rem;
    height: 1.8rem;
    background: url(../img/common/mail_white_icon.webp) no-repeat center/cover;
}
.mrmotext{
color: #FFF;
	font-family: pretendard-400;
font-size: 1.6rem;
font-style: normal;
font-weight: 400;
line-height: 2.8rem;
}
.mrmotext.pc{display:block;}
.mrmotext.mo{display:none;}

@media (max-width:1800px) {
	.ma_inquirySideBox{ 
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.ma_inquiryWrap {
		padding: 12rem 0 0 0;
	}
	.minqRight {
		padding: 4rem 3rem;
		border-radius: 1.6rem 1.6rem 0 0;
	}
}
@media (max-width:1300px) {
	.ma_inquirySideBox{ 
		padding: 0 3rem;
	}
}
@media (max-width:991px) {
	.ma_inquiryWrap {
		padding: 10rem 0 0 0;
	}
	/* .ma_inquiryWrap .math2 br{display:none;} */
	.ma_inquirySideBox{ 
		padding: 0rem;
	}
	.sert {
		margin: 0 0 1.6rem 0;
		font-size: 2rem;
		line-height: 3rem;
	}
	
	.ma_inquiryInner {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.minqLeft {
		position: Relative;
		width: 100%;
		padding: 0 3rem;
	}
	.mrmotext {
		margin: 2rem 0 0 0;
		color: #FFF;
		font-family: pretendard-400;
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.2rem;
	}
	.minqRight {
		position: Relative;
		width: 100%;
		padding: 4rem 3rem;
	}
	.minqTitle dl {
		font-size: 2rem;
		line-height: 3rem;
	}
	.sucIn p {
		margin: 0 0 0.4rem 0;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.sucIn input {
		height: 5rem;
		padding: 0rem 2rem 0rem 2rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.sucIn input::placeholder {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.sucIn select {
		height: 5rem;
		padding: 0rem 2rem 0rem 2rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.sucIn textarea {
		height: 20rem;
		border-radius: 4px;
		padding: 2rem 2rem 2rem 2rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.sucIn textarea::placeholder {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.subcBtnBox {
		margin: 3rem 0 0 0;
	}
}
@media (max-width:767px) {
	.ma_inquiryWrap {
		padding: 0;
		background-image: url(/public/img/main/mainq_mo_bg.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	.ma_inquirySideBox {
		padding: 0;
	}
	.ma_inquiryInner {
		gap: 16vw;
	}
	.minqLeft .maTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.minqLeft {
		padding: 4rem 0 0 0;
	}
	.minqLeft .maTitle strong, .minqLeft .math2, .minqLeft .math3 {
		text-align: center;
	}
	.minqLeft .math3 {
		position:Relative;
		gap: 0.3rem;
		margin: 2rem 0 0 0;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.minqLeft .math3 svg {
		left: 3px;
		top: 4px;
		height: 10px;
		position: absolute;
	}
	.sert {
		margin: 0 0 0.6rem 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.minqRight {
		border-radius: 2rem 2rem 0 0;
		padding: 2rem 1.6rem;
	}
	.mrmotext.pc{display:none;}
	.mrmotext.mo{display:block;}
	.mrmotext {
		margin:0;
		padding: 0 1.6rem;
		color: #FFF;
		text-align: center;
		font-family: pretendard-700;
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
		left: 0;
		width: 100%;
		z-index: 2;
		position: absolute;
		top: -6rem;
	}
	.minqTitle {
		border-bottom: 1px solid #eee;
		padding: 0 0 1rem 0;
		margin: 0 0 2rem 0;
	}
	.minqTitle dl {
		gap: 0;
	}
	.minqTitle span {
		font-size: 1rem;
		line-height: 1.6rem;
	}
	.minqTitle dl dt {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.minqTitle dl p {
		font-size: 1.8rem;
		line-height: 2.3rem;
	}
	
	
	.sucIn {
		margin: 1.4rem 0 0 0;
	}
	p.cate {
		margin: 0 0 0.4rem 0;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	p.cate.req:after {
		margin: 0 0 0 0.4rem;
		top: 0rem;
		font-size: 2.2rem;
		line-height: 2rem;
		content: '*';
	}
	.sucIn input {
		border-radius: 0.8rem;
		height: 4.2rem;
		padding: 0rem 1.6rem 0rem 1.6rem;
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	.sucIn input::placeholder {
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	.sucflex {
		gap: 0.4rem;
	}
	.sucIn select {
		height: 5rem;
		padding: 0rem 2rem 0rem 2rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.sucIn textarea::placeholder {
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	.sucIn textarea {
		height: 16rem;
		border-radius: 1rem;
		padding: 1.5rem 2rem 1.5rem 2rem;
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	
	
	.radioBox label span {
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	.radioBox input {
		margin: 0 0.6rem 0 0;
		width: 1.8rem;
		height: 1.8rem;
	}
	
	
	.inq_priCheckArea {
		margin: 1rem 0 0 0;
	}
	.inq_priCheckArea input[type="checkbox"] + label {
		padding-left: 2.8rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.inq_priCheckArea input[type="checkbox"] + label a {
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.inq_priCheckArea input[type="checkbox"] + label:before {
		top: 0rem;
		width: 2rem;
		height: 2rem;
	}
	.inq_priCheckArea input[type="checkbox"]:checked + label:after {
		left: 0;
		top: 0rem;
		width: 2rem;
		height: 2rem;
	}
	.tenum {
		margin: 0.4rem 0 0 0;
		font-size: 1.2rem;
	}
	.subcBtnBox {
		margin: 2rem 0 0 0;
	}
	.subcBtn {
		padding: 1.6rem 1.6rem;
		border-radius: 1rem;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.subcBtn:after {
		right: 1.6rem;
		width: 1.6rem;
		height: 1.5rem;
	}
}
@media (max-width:600px) {
	.ma_inquiryInner {
		gap: 58vw;
	}
}


/*-----------------------------------------
# 메인 익명게시판
-------------------------------------------*/
.anonykWrap {
    position: Relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 14rem 0;
}
.anony_sideBox {
    margin: 0 auto;
    position: relative;
    /* max-width: 164rem; */
    padding: 0 16rem;
}
.anonykWrap .maTitle strong {
    color: #B20600;
}
.anonykWrap .maTitle .math2 {
    color: #111;
}
.anonykWrap .maTitle .math3 {
    color: #111;
}

.anonyInner{
	position:Relative;
	width:100%;
	display:flex;
}

.anony_Le .listBotBtnbox {
    display: flex;
    margin: 4rem 0 0 0;
    justify-content: flex-start;
}
.anonyBtn{
	position:Relative;
}
.anonyBtn a{
	display: flex;
	padding:1.4rem 3.6rem;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border-radius: 4rem;
	border: 1px solid #B20600;
	background: #FFF;
	color: #B20600;
	text-align: center;
    font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
}
.anonyBtn a span {
    display: inline-block;
    height: 2rem;
    width: 2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url(/public/img/icon/write_icon.webp);
}

.anony_Le .maTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.anony_Le{
	position:Relative;
	width:37%;
}
.anony_Le .mancaSeaBox {
    margin: 4rem 0 0 0;
    position: Relative;
    display: flex;
    justify-content: flex-start;
}
.anony_Le .seatin {
    width: 40rem;
}
.anony_Le .seatin input{
	border: 1px solid #111;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}

.anony_Ri{
	position:Relative;
	width:63%;
}
.anony_boaList{
	position:Relative;
	width:100%;
	border-top: 1px solid #B20600;
}


.listtable table {
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    font-size: 14px;
    border-collapse: collapse;
}

.listtable thead tr td {
    padding: 0;
    color: #000;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 7rem;
    border: 0;
    border-bottom: 1px solid #000;
}
.listtable thead tr td.list-uid {
    width: 10rem;
    padding: 0 2rem 0 2rem;
}
.listtable thead tr td.list-title {
    width: auto;
}
.listtable thead tr td.list-date {
    width: 13rem;
    padding: 0 2rem 0 0;
}

.listtable table tr {
    border: 0;
    background-color: transparent;
    transition-duration: 0.3s;
}
.listtablethead tr td {
    padding: 0;
    color: #000;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 6.8rem;
    border: 0;
    border-bottom: 1px solid #000;
}
.listtable table tbody{
	width:100%;
}
.listtable table tbody tr td {
	vertical-align: middle;
    padding: 1.4rem 0;
    word-break: break-all;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);;
}
.listtable table tbody tr:hover .anttitle{
	color: #B20600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.listtable table td.tdnum{
	width: 7rem;
	padding: 0 2rem 0 0;
	text-align:center;
	color: #111;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
}
.listtable table td.tdtitle{
	width: auto;
}
.listtable table td.tdtitle a {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
}
.listtable table td.tdtitle .anttitle {
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	padding: 0;
	color: #111;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
}
.listtable table td.tdname{
	width: 7rem;
	text-align:center;
	color: #888;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
	padding: 0 2rem 0 0rem;
}
.listtable table td.tddate{
	width: 13rem;
	text-align:center;
	color: #888;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
	padding: 0 2rem 0 0rem;
}
.listtable table td.tdstate{
	width: 10rem;
	text-align:center;
}
.listtable table td.tdstate span{
	display: inline-block;
	border-radius: 99px;
	background: #EEE;
	padding:0.4rem 1.8rem;
	justify-content: center;
	align-items: center;
	color: #888;
	text-align: right;
	font-family: pretendard-500;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.2rem;
}
.listtable table td.tdstate span.comp{
	background: #B20600;
	font-weight: 700;
	font-family: pretendard-700;
	color:#fff;
}

.listtable table td .modate{
	display:none;
}

@media (max-width:1800px) {
	.anony_sideBox {
		max-width: 168rem;
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.anonykWrap {
		padding: 12rem 0;
	}
}
@media (max-width:1300px) {
	.anony_sideBox {
		padding: 0 3rem;
	}
	.anony_Le {
		padding: 0 4rem 0 0;
		width: 32%;
	}
	.anony_Le .seatin {
		width: 100%;
	}
	.anony_Ri {
		width: 68%;
	}
}
@media (max-width:991px) {
	.anonykWrap {
		padding: 10rem 0;
	}
	.anonyInner {
		position: Relative;
		width: 100%;
		display: flex;
		gap:6rem;
		flex-direction: column;
	}
	.anony_Le, .anony_Ri {
		padding: 0;
		width: 100%;
	}
	.anony_Le .mancaSeaBox {
		margin: 3rem 0 0 0;
		position: Relative;
		display: flex;
		justify-content: center;
	}
	.anony_Le .maTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.anony_Le .listBotBtnbox {
		display: flex;
		margin: 3rem 0 0 0;
		justify-content: center;
	}
}
@media (max-width:767px) {
	.anonykWrap {
		padding: 4rem 0;
	}
	.anonyInner {
		gap: 3rem;
	}
	.anony_sideBox {
		padding: 0 2rem;
	}
	.anony_Le .listBotBtnbox {
		margin: 2rem 0 0 0;
	}
	.anonyBtn a {
		padding: 1rem 3rem;
		gap: 0.8rem;
		border-radius: 6.6rem;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.anonyBtn a span {
		height: 1.6rem;
		width: 1.6rem;
	}
	
	.listtable table td.tdnum,
	.listtable table td.tdname,
	.listtable table td.tddate{display:none;}
	
	.listtable table td .modate {
		gap: 2rem;
		display: flex;
		align-items: center;
	}
	.listtable table td .modate span{
		color: #888;
		font-family: pretendard-400;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 14px;
	}
	.listtable table td.tdtitle a {
		gap: 0.8rem;
		display: flex;
		padding: 0;
		margin: 0;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	
	.listtable table td.tdstate {
		text-align: right;
		vertical-align: top;
		padding: 1.4rem 0;
		width: 7.6rem;
	}
	.listtable table td.tdstate span {
		padding: 0.7rem 1.2rem;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	
	.listtable table td.tdtitle .anttitle {
		-webkit-line-clamp: 2;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
}


/*-----------------------------------------
# 메인 구성원
-------------------------------------------*/
.ma_lawcontWrap {
    overflow: hidden;
    position: Relative;
    width: 100%;
    padding: 14rem 0 14rem 0;
    background: #fff;
}
.ma_lawcontSideBox {
    margin: 0 auto;
    position: relative;
    /* max-width: 164rem; */
    padding: 0 16rem;
}
.ma_lawcontWrap .maTitle strong {
    color: #B20600;
}
.ma_lawcontWrap .maTitle .math2 {
    color: #111;
}

.mainLawInner{
	position:Relative;
	width:100%;
	margin:6rem 0 0 0;
}
.mainLawInner .swiper{
	overflow:unset;
}
.mainLawInner .swiper-wrapper{
	margin:0 0 4rem 0;
}
.mainLawInner .normalprbarInner{display:none;}
@media (max-width: 1800px) {
    .ma_lawcontSideBox {
        max-width: 168rem;
        padding: 0 4rem;
    }
}
@media (max-width: 1600px) {
    .ma_lawcontWrap {
        padding: 12rem 0 12rem 0;
	}
}
@media (max-width: 1300px) {
    .ma_lawcontSideBox {
	   padding: 0 3rem;
	}
}
@media (max-width: 991px) {
    .ma_lawcontWrap {
        padding: 10rem 0 10rem 0;
	}
	.mainLawInner {
		margin: 4rem 0 0 0;
	}
	.mainLawInner .swiper-wrapper {
		margin: 0 0 2rem 0;
	}
}
@media (max-width: 767px) {
    .ma_lawcontWrap {
        padding: 4rem 0;
	}
	.ma_lawcontSideBox {
		padding: 0 2rem;
	}
	.mainLawInner {
		margin: 3rem 0 0 0;
	}
}

/*-----------------------------------------
# 메인 모바일전용 김우석 대표 변호사 소개
-------------------------------------------*/
.moLawyInfoBox{
	display:none;
}
.molawInfo {
    display: flex;
    height: 166vw;
    padding: 4rem 2rem;
    position: Relative;
    width: 100%;
    background-image: url(/public/img/main/molawInfo_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    flex-direction: column;
    justify-content: space-between;
}
.mlawName {
    gap: 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.mlawName span {
    color: #FFF;
    font-family: pretendard-700;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8rem;
}
.mlawName p {
    color: #FFF;
    font-family: pretendard-500;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.4rem;
    letter-spacing: 0.6rem;
}
.mlawName dl {
    color: #FFF;
    font-family: pretendard-700;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.2rem;
}

.mlawCBox{
	position:Relative;
	width:100%;
	margin:2rem 0 0 0;
}
.mlawCTitle{
	margin:0 0 1rem 0;
	color: #fff;
	font-family: pretendard-700;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.2rem;
}
.mlawC ul{
	display: flex;
    flex-wrap: wrap;
    padding: 0;
	margin: 0;
	gap:0.6rem;
    list-style-type: none;
    justify-content: flex-start;
}
.mlawC li {
    position: relative;
	width:100%;
    margin: 0;
    box-sizing: border-box;
}
.mlawC li p{
	padding:0 0 0 1.7rem;
	position:Relative;
	color: #fff;
	font-family: pretendard-400;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4rem;
}
.mlawC li p span{
	font-family: pretendard-700;
	font-weight: 700;
}
.mlawC li p:after {
    transform: translateY(-50%);
    content: '';
    position: absolute;
    top: 50%;
    left: 0rem;
    width: 1.1rem;
    height: 0.8rem;
    background: url(../img/icon/nonecircle_check.webp) no-repeat center/cover;
}
.molawInfoBtn{
	width:100%;
	position:Relative;
}
.molawInfoBtn a{
	border-radius: 666px;
	background: #F6F6F6;
	display: flex;
	width:100%;
	height: 4.7rem;
	padding:1.1rem 2rem;
	justify-content: center;
	align-items: center;
	gap: 0.7rem;
	color: #111;
	text-align: center;
	font-family: pretendard-600;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.5rem;
}
.molawInfoBtn a span {
    display: inline-block;
    position: Relative;
    width: 1rem;
    height: 1rem;
    background: url(../img/icon/puls_icon.png) no-repeat center/cover;
}

.molawCaseVal{
	position:Relative;
}
.molawCase{
	position:Relative;
	padding:4rem 0 0 0;
}
.molawCase .maTitle strong {
    color: #B20600;
}
.molawCase .maTitle .math2 {
    color: #111;
}
.molawCase .maTitle{
	padding:0 2rem;
	margin:0 0 3rem 0;
}
.mlCatext {
	padding:0 2rem;
	margin:0;
    gap: 1rem;
    display: flex;
    position: Relative;
    z-index: 2;
    flex-direction: column;
}
.mlcate{
	color: #000;
	text-align: center;
	font-family: pretendard-300;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.4rem;
}
.mlcate.bold{
	color: #B20600;
	font-family: pretendard-600;
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.molawCaseBg {
    display: flex;
    height: 100vw;
    position: Relative;
    width: 100%;
    padding: 0 2rem 2rem 2rem;
    background-image: url(/public/img/main/molawCase_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    flex-direction: column;
    justify-content: flex-end;
}
.molawCaseBtn{
	position:Relative;
	width:100%;
}
.molawCaseBtn a{
	display: flex;
	width: 100%;
	padding: 12px 0;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border-radius: 666px;
	border: 1px solid #B20600;
	background: #FFF;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);

	color: #B20600;
	text-align: center;
	font-family: pretendard-600;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.3rem;
}
.molawCaseBtn a span {
    display: inline-block;
    position: Relative;
    width: 1.3rem;
    height: 1.1rem;
    background: url(../img/icon/arrow_red.webp) no-repeat center/cover;
}

.molawVal{
	padding:2rem 2rem 4rem 2rem;
	position:Relative;
}
.molawVal .maTitle .math2 {
    color: #111;
}
.molawVal .maTitle{
	margin:0 0 1.6rem 0;
}
.molawVal .mlCatext{padding:0;}
.molawVal .mlcate{
	font-size: 1.5rem;
    line-height: 2.3rem;
}
.molawValBtn {
    margin: 1.6rem 0 0 0;
    position: Relative;
    display: flex;
    justify-content: center;
}
.molawValBtn a{
	border-radius: 666px;
	border: 1px solid rgba(17, 17, 17, 0.10);
	background: #FFF;

	display: flex;
	padding:0.7rem 3rem;
	justify-content: center;
	align-items: center;
	gap: 0.6rem;

	color: #888;
	text-align: center;
	font-family: pretendard-600;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.5rem;
}
.molawValBtn a span {
    display: inline-block;
    position: Relative;
    width: 1.3rem;
    height: 1.3rem;
    background: url(../img/icon/arrow_gary.webp) no-repeat center/cover;
}
@media (max-width:500px) {
	.moLawyInfoBox{
		display:block;
	}
	.molawCaseBg {
		height: 104vw;
	}
}
@media (max-width:450px) {
	.molawInfo {
		height: 176vw;
	}
}
@media (max-width:400px) {
	.molawInfo {
		height: 184vw;
	}
	.molawCaseBg {
		height: 104vw;
	}
}

/*-----------------------------------------
# 메인 모바일전용 구속이유 피하는 방법
-------------------------------------------*/
.modetenInfoBox{
	display:none;
}
.modetenInfo{
	position:Relative;
	padding:4rem 2rem;
}
.modetenInfo.avoid{
	background: #F6F6F6;
}
.modetenInfo .maTitle strong {
    color: #B20600;
}
.modetenInfo .maTitle .math2 {
    color: #111;
}
.modetenInfo .mlCatext{padding:0;margin:1.6rem 0;}
.modetenInfo .mlcate {
    font-size: 1.5rem;
    line-height: 2.3rem;
}
.modetenImg{
	display:flex;
	margin:3rem 0 0 0;
}
.modetenBtn{
	position:Relative;
	width:100%;
}
.modetenBtn a{
	border-radius: 666px;
	border: 1px solid var(--color-1, #B20600);
	background: #FFF;
	display: flex;
	width: 100%;
	padding: 1.1rem 0;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	color: #B20600;
	text-align: center;
	font-family: pretendard-600;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.3rem;
}
.modetenBtn a span {
    display: inline-block;
    position: Relative;
    width: 1.3rem;
    height: 1.1rem;
    background: url(../img/icon/arrow_red.webp) no-repeat center/cover;
}
@media (max-width:500px) {
	.modetenInfoBox{
		display:block;
	}
}