.mainWrap{
	position:relative;
	width:100%;
	margin:0;
}

/*-----------------------------------------
# 메인 비주얼
-------------------------------------------*/
.mainVbox{
	overflow:hidden;
	position:relative;
	width:100%;
	/* height:100vh; */
	background-image: url(/public/img/main/main_intro_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.mainV_sideBox{
	margin:0 auto;
	position:relative;
	max-width:168rem;
	padding:0 4rem;
	width:100%;
	height:100%;
}
.mainVInner {
    padding: 19rem 0 11rem 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;
}

.mainVsilInner.pc{display:block;}
.mainVsilInner.mo{display:none;}
.mainVsilInner{
	position:Relative;
	width:100%;
	margin:6rem 0 0 0;
}
.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%;
	border-radius: 0.4rem;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(5px);
	padding:4rem 2.6rem 3rem 2.6rem;
}
.caseCard:hover{
	transform: translateY(-2rem);
	transition: all 0.3s ease-in-out;
	border: 1px solid #142952;
	background: #FFF;
	box-shadow: 4rem 4rem 13rem 0 rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(4px);
}
.caseCard:hover .cctext h2{
	color: #142952;
	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: #142952;
	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;
}

.caseCate{
	position:absolute;
	left:-1px;
	top:-1rem;
}
.caseCate span{
	position:Relative;
	display: flex;
	padding:0.7rem 0.6rem 0.7rem 1rem;
	align-items: center;
	background: linear-gradient(90deg, #FFDD9A 0%, #E6C27C 9.79%, #E6C27C 100%);
	color: #000;
	text-align: center;
	font-family: pretendard-600;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.2rem;
}
.caseCate span:before{
	content: '';
    position: absolute;
    left: -0.7rem;
    top: 0;
    width: 0.7rem;
    height: 5rem;
    background-image: url(/public/img/sub/caseCate_left.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.caseCate span:after {
    content: '';
    position: absolute;
    right: -1.2rem;
    top: 0;
    width: 1.2rem;
    height: 3.6rem;
    background-image: url(/public/img/sub/caseCate_right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cctext{
	position:Relative;
	width:100%;
	padding:0 0 3rem 0;
	margin:0 0 3rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.06);
}
.cctext h2{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color: #000;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
	margin:0;
	text-align:left;
}
.cctext h3{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color: #000;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
	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: 4;
	-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: 4;
	-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;
}

.cardBottom{
	position:Relative;
	width:100%;
	display:flex;
	gap:1.6rem;
	/* padding:0 7.6rem 0 0; */
}
.cardlawyer{
	display:flex;
	gap:1.5rem;
	width:100%;
}
.cardlawyer .carditems {
	width:25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.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%;
    background: #D9D9D9;
}
.carditems figure img {
    top: 0.6rem;
    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.6rem 0 0 0;
	color: #000;
	text-align: center;
	font-family: pretendard-500;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.2rem;
}
.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: 4px;
	border-radius: 99px;
	background: rgba(0, 0, 0, 0.10);
	border-radius: 2px;
	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: #333!important;
}

.normalSbtnInner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.normalSbtn {
    gap: 0.8rem;
    margin: 0;
    position: Relative;
    display: flex;
    /* width: 9.8rem; */
    /* height: 1px; */
    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: 4px;
	border: 1px solid #000;
}
.normalSbtn .swiper-button-prev svg{display:none;}
.normalSbtn .swiper-button-prev:after {
    height: 16px;
    width: 16px;
    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: 4px;
	border: 1px solid #000;
}
.normalSbtn .swiper-button-next svg{display:none;}
.normalSbtn .swiper-button-next:after {
	height: 16px;
    width: 16px;
    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); */
/* } */
@media (max-width:1600px) {
	.mainVInner {
		padding: 16rem 0 8rem 0;
	}
	.mainV_sideBox {
		padding: 0 2rem;
	}
	
	.caseCard {
		padding: 3.6rem 2.2rem 2.6rem 2.2rem;
	}
}
@media (max-width:991px) {
	.mainvH1 h1 span {
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.mainvH1 h1 p {
		margin: 1rem 0 0 0;
		font-size: 4.6rem;
		line-height: 6.8rem;
	}
	
	.mainVsilInner.pc{display:none;}
	.mainVsilInner.mo{display:block;}
	
	.mainVsilInner {
		margin: 4rem 0 0 0;
	}
	
	
	.caseCard {
		padding: 3.2rem 2rem 2rem 2rem;
	}
	/* .caseCate span { */
		/* padding: 0.7rem 0.6rem 0.7rem 1rem; */
		/* font-size: 1.5rem; */
		/* line-height: 2rem; */
	/* } */
	/* .caseCate span:after { */
		/* right: -1.2rem; */
		/* top: 0; */
		/* width: 1.2rem; */
		/* height: 3.4rem; */
	/* } */
	.cctext {
		padding: 0 0 2rem 0;
		margin: 0 0 2rem 0;
	}
	.cctext h2 {
		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 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;
	}
	
	
	.mainVsilInner.mo .slideGrid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.mainVsilInner.mo .caseCard:hover{
		transform: translateY(-1rem);
		box-shadow: 3rem 3rem 8rem 0 rgba(0, 0, 0, 0.25);
	}
	.mainVsilInner.mo .cctext h3 {
		display: block;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
	}
	.mainVsilInner.mo .cctext h4 {
		display: block;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
		
		margin: 0.8rem 0 0 0;
		color: rgba(0, 0, 0, 0.60);
		font-family: pretendard-400;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.5rem;
    }
}
@media (max-width:767px) {
	.mainV_sideBox {
		padding: 0 1.5rem;
	}
	
	
	.mainVInner {
		padding: 9rem 0 4rem 0;
	}
	.mainvH1 h1 span {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.mainvH1 h1 p {
		margin: 1rem 0 0 0;
		font-size: 2.7rem;
		line-height: 3.6rem;
	}
	.mainVsilInner {
		margin: 2.5rem 0 0 0;
	}
	.mainVsilInner .swiper-wrapper {
		margin: 0 0 1.5rem 0;
	}
	
	
	.caseCard {
		padding: 3.2rem 2rem 2rem 2rem;
	}
	.caseCard:hover{
		transform: translateY(-1rem);
		box-shadow: 2rem 2rem 8rem 0 rgba(0, 0, 0, 0.25);
	}
	.caseCate span {
		padding: 0.6rem 0.5rem 0.6rem 0.9rem;
		font-size: 1.4rem;
		line-height: 1.9rem;
	}
	.caseCate span:before {
		left: -0.6rem;
		top: 0;
		width: 0.6rem;
		height: 4.3rem;
	}
	.caseCate span:after {
		right: -1rem;
		top: 0;
		width: 1rem;
		height: 3.1rem;
	}
	.cctext {
		padding: 0 0 1.6rem 0;
		margin: 0 0 1.6rem 0;
	}
	.cctext h2 {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.cctext h3 {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.cctext h3.listh3{
		-webkit-line-clamp: 3;
		margin: 0.8rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.cctext p {
		-webkit-line-clamp: 3;
		margin: 0.8rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.cardlawyer {
		gap: 1rem;
	}
	.carditems figcaption b {
		margin: 0.8rem 0 0 0;
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	.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;
	}
	.normalSbtn .swiper-button-prev:after,
	.normalSbtn .swiper-button-next:after {
		height: 13px;
		width: 13px;
	}
	.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);
	}
	
	
	
	.mainVsilInner.mo .slideGrid {
		gap: 16px 9px;
	}
	.mainVsilInner.mo .caseCard {
		padding: 2rem 1.3rem 1.2rem 1.3rem;
	}
	.mainVsilInner.mo .caseCard:hover{
		transform: translateY(0rem);
		box-shadow: 2rem 2rem 4rem 0 rgba(0, 0, 0, 0.25);
	}
	
	
	.cC_Inner{
		width:100%;
	}
	.mainVsilInner.mo .caseCate {
		position: absolute;
		left: -1px;
		top: -10px;
	}
	.mainVsilInner.mo .caseCate span {
		padding: 0.5rem 0.5rem 0.5rem 0.5rem;
		font-size: 1.4rem;
		line-height: 1.2rem;
	}
	.mainVsilInner.mo .caseCate span:after {
		right: -6px;
		top: 0;
		width: 6px;
		height: 22px;
		background-image: url(/public/img/sub/caseCate_right.webp);
	}
	.mainVsilInner.mo .caseCate span:before {
		left: -4.001px;
		top: 0;
		width: 4.001px;
		height: 30px;
		background-image: url(/public/img/sub/caseCate_left_mo.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.mainVsilInner.mo .cctext {
		padding: 0 0 0.8rem 0;
		margin: 0 0 0.8rem 0;
	}
	.mainVsilInner.mo .cctext h3 {
		font-size: 1.4rem;
		line-height: 1.5rem;
	}
	.mainVsilInner.mo .cctext h4{
		word-break: break-all;
		margin: 0.4rem 0 0 0;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	
	
	.mainVsilInner.mo .cardlawyer {
		gap: 8px;
	}
	.mainVsilInner.mo .carditems figcaption b {
		line-height: 8.993px;
		margin: 0.6rem 0 0 0;
		font-size: 1rem;
	}
	.mainVsilInner.mo .carditems figcaption span {
		margin: 3px 0 0 0;
		font-size: 9px;
		line-height: 10px;
	}
	.mainVsilInner.mo .carditems figure img {
		top: 0.3rem;
	}
	.mainVsilInner.mo .cardMore {
		gap: 0.6rem;
	}
	.mainVsilInner.mo .cardMore span {
		font-size: 1rem;
		line-height: 2.1rem;
	}
	
	
	.mainVsilInner.mo .normalprbarInner {
		margin: 0 0 1.5rem 0;
	}
	.mainVsilInner.mo .normalprbar {
		width: 26rem;
	}
}
@media (max-width: 450px) {
	/* .mainVsilInner.mo .slideGrid{ */
		/* display: grid; */
		/* grid-template-columns: 1fr 1fr; */
		/* grid-template-rows: 1fr 1fr; */
	/* } */
	/* .mainVsilInner.mo .caseCard { */
		/* overline:hidden; */
		/* padding: 2rem 1rem 1rem 1rem; */
	/* } */
	/* .mainVsilInner.mo .cardlawyer { */
		/* gap: 4px; */
	/* } */
		
	.mainV_sideBox {
		padding: 0 1rem;
	}
	.mainVsilInner.mo .slideGrid {
		gap: 14px 6px;
	}
    .mainVsilInner.mo .cardlawyer {
        gap: 2px;
    }
	.mainVsilInner.mo .caseCard {
		padding: 2rem 1rem 1rem 1rem;
	}
	.mainVsilInner.mo .cardMore span {
		font-size: 0.9rem;
		line-height: 2rem;
	}
	.mainVsilInner.mo .carditems figcaption b {
		line-height: 8.993px;
		margin: 0.6rem 0 0 0;
		font-size: 9px;
	}	
}

@media (max-width: 350px) {
	/* .mainVsilInner.mo .cctext h3{ */
		/* display:none; */
	/* } */
	/* .mainVsilInner.mo .cctext h4{ */
		/* display:none; */
	/* } */
	/* .cardBottom{ */
		/* display:none; */
	/* } */
	
	
	/* .mainV_sideBox { */
		/* padding: 0 1rem; */
	/* } */
	/* .mainVsilInner.mo .slideGrid { */
		/* gap: 6px; */
	/* } */
    /* .mainVsilInner.mo .cardlawyer { */
        /* gap: 2px; */
    /* } */
	/* .mainVsilInner.mo .caseCard { */
		/* overline:hidden; */
		/* padding: 2rem 1rem 1rem 1rem; */
	/* } */
	/* .mainVsilInner.mo .cardMore span { */
		/* font-size: 0.9rem; */
		/* line-height: 2rem; */
	/* } */
	/* .mainVsilInner.mo .carditems figcaption b { */
		/* line-height: 8.993px; */
		/* margin: 0.6rem 0 0 0; */
		/* font-size: 9px; */
	/* } */
}
/*-----------------------------------------
# 메인 변호사 리스트
-------------------------------------------*/
.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;
	}
}

/*-----------------------------------------
# 메인 이혼소송 결과 좋은의미
-------------------------------------------*/
.mainContInner{
	margin:0 auto;
	position:relative;
	max-width:168rem;
	padding:0 4rem;
}

.ma_divoReaWrap{
	position:relative;
	padding:14rem 0;
	background-image: url(/public/img/main/ma_divoReaWrap_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
	background-blend-mode: normal, normal, plus-darker, normal;
}
.divoReaBox {
    width: 100%; 
    position: relative;
    display: flex;
    height: 44rem;
    flex-direction: column;
    justify-content: space-between;
}
.divoReah2{
	display:block;
	margin:0;
	text-align:left;
	color: #000;
	font-family: pretendard-600;
	font-size: 5.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 8.2rem;
}
.divoReah3{
	display:block;
	margin:0;
	text-align:left;
	color: #000;
	font-family: pretendard-400;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.8rem;
}

@media (max-width:1600px) {
	.ma_divoReaWrap {
		padding: 12rem 0;
	}
	.divoReaBox {
		height: 40rem;
	}
	.divoReah2 {
		font-size: 5rem;
		line-height: 7rem;
	}
}
@media (max-width:991px) {
	.ma_divoReaWrap {
		background-position: 70%;
		padding: 10rem 0;
	}
	.divoReaBox {
		height: 34rem;
	}
	.divoReah2 {
		font-size: 4rem;
		line-height: 6rem;
	}
	.divoReah3 {
		width: 100%;
		font-size: 2rem;
		line-height: 3.4rem;
	}
}
@media (max-width:767px) {
	.ma_divoReaWrap {
		background-position: bottom right;
		height: 60vw;
		padding: 4rem 0 0 0;
		background-image: url(/public/img/main/ma_divoReaWrap_bg_mo.webp);
	}
	.divoReaBox {
		display: flex;
		height: auto;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.divoReah2 {
		font-size: 2.6rem;
		line-height: 3.6rem;
	}
	.divoReah3 {
		margin:2rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
	.divoReah3 br{display:none;}
}
@media (max-width:650px) {
	.ma_divoReaWrap {
		height: 74vw;
	}
}
@media (max-width:450px) {
	.ma_divoReaWrap {
		height:44.3rem;
	}
	.divoReah2 {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
	.divoReah3 {
		letter-spacing: -0.4px;
	}
}

/*-----------------------------------------
# 메인 태하의 이혼 소송 전략
-------------------------------------------*/
.ma_divoStreWrap{
	position:relative;
}

.divoStreTop{
	position:Relative;
	width:100%;
	padding:12rem 0 0 0;
}
.maTitle {
    position: Relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.maTitle strong{
	display:block;
	margin:0 0 3rem 0;
	text-align:center;
	color: #725237;
	text-align: center;
	font-family: 'Chonburi', sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
	letter-spacing: 0.8px;
}
.math2{
	display:block;
	margin:0;
	text-align:center;
	color: #000;
	text-align: center;
	font-family: pretendard-600;
	font-size: 5.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 7.8rem;
}
.math2 span{
	color: #E6C27C;
}
.math3{
	display:block;
	margin:3rem 0 0 0;
	text-align:center;
	color: #000;
	text-align: center;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.8rem;
}

.stepbtnBox.down{
	top: 2rem;
}
.stepbtnBox {
    width: 100%;
    display: flex;
    position: sticky;
    top: 10rem;
    z-index: 20;
    justify-content: center;
}
.stepbtnFlex {
	padding: 2rem 5rem;
	top: 0;
	left: 0;
	z-index: 10;
	position: relative;
	gap: 6rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(5px);
}
.stepbtn {
    position: Relative;
}
.stepbtn a {
	position:Relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none!important;
	position: Relative;
	color: #473826;
	text-align: center;
	font-family: 'Chonburi', sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
	text-transform: uppercase;
	opacity: 0.4;
}
.stepbtn.active a {
	opacity: 1;
	color: #725237;
	font-weight: 400;
}
.stepbtn.active a:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	background:#725237;
}

.stepitemInner{
	position:Relative;
	padding:6rem 0 0 0;
}
.stepitem{
	width:100%;
	position:relative;
}
.stepitem.stp1 {
    margin: -6rem 0 0 0;
    background: #fff;
    padding: 14rem 0 0 0;
}
.stepitem.stp2{
	overflow: hidden;
	padding:14rem 0 4rem 0;
	background-image: url(/public/img/main/strategy_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.stepitem.stp3{
	/* padding:27rem 0 12rem 0; */
	padding:14rem 0 12rem 0;
	background:#fff;
}

.stepitem.stp1 .stepContBox{
	padding:0 0 12rem 0;
}
.stepContBox{
	position:Relative;
	width:100%;
	/* padding:8rem 0 0 0; */
}
.steph3{
	display:block;
	margin:0;
	color: #000;
	text-align: center;
	font-family: pretendard-500;
	font-size: 3.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 5.8rem;
}
.steph4{
	display:block;
	margin:3rem 0 0 0;
	color: #000;
	text-align: center;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
}

.stp01Inner{
	position:Relative;
	margin:8rem 0 0 0;
}
.stp01Ietms {
    display: flex;
    gap: 5rem;
    justify-content: center;
    align-items: center;
}
.stp01Ietms p {
	gap:1.3rem;
    display: flex;
    color: #000;
    text-align: center;
	font-family: pretendard-500;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: -0.4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stp01Ietms p img{
	height:14.4rem;
}
.stp01Ietms dl{
	display:inline-block;
	margin:0;
	width: 20rem;
	height: 1px;
	background: #D9D9D9;
}

.stp02Inner {
    position: Relative;
    margin: 8rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
img.client{
	position:Relative;
	z-index:2;
	height:46rem;
}
.stpcardBox {
	z-index:1;
	position:Relative;
    gap: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.stpcardBox.left {left: 0.6rem;}
.stpcardBox.right {right: 0.6rem;}
.stpcard{
	display: flex;
	width: 36rem;
	height: 17.4rem;
	padding: 3rem 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border-radius: 0.6rem;
	border: 1px solid #000;
	background: #FFF;
}
.stpcard h3{
	color: #000;
	text-align: center;
	font-family: pretendard-700;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.4rem;
}
.stpcard h4{
	color: #666;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}


.stp03Inner{
	position:Relative;
	margin:8rem 0 0 0;
}
ul.image4box{
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1rem;
    list-style-type: none;
    justify-content: flex-start;
}
ul.image4box li {
    display: flex;
    position: Relative;
    flex: 0 0 calc(25% - 2rem);
    margin: 1rem;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
	gap:1.3rem;
}
ul.image4box li h4 {
    width: 100%;
    display: block;
    color: #000;
    text-align: center;
	font-family: pretendard-500;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: -0.4px;
}

@media (max-width:1600px) {
	.maTitle strong {
		margin: 0 0 2rem 0;
		font-size: 2rem;
		line-height: 2.4rem;
		letter-spacing: 0.8px;
	}
	.math2 {
		font-size: 5rem;
		line-height: 7rem;
	}
	
	
	.steph3 {
		font-size: 3.4rem;
		line-height: 5.2rem;
	}
	.stpcard {
		width: 28rem;
		height: 17.4rem;
		padding: 3rem 0;
		gap: 1rem;
		border-radius: 0.6rem;
	}
	.stpcard h3 {
		font-size: 2.4rem;
		line-height: 3rem;
	}
	.stpcard h4 {
		font-size: 1.7rem;
		line-height: 2.6rem;
	}
}
@media (max-width:991px) {
	.divoStreTop {
		padding: 10rem 0 0 0;
	}
	.maTitle strong {
		margin: 0 0 1.6rem 0;
		font-size: 1.8rem;
		line-height: 2.2rem;
		letter-spacing: 0.6px;
	}
	.math2 {
		font-size: 4rem;
		line-height: 5.6rem;
	}
	.math3 {
		margin: 2rem 0 0 0;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	
	
	.stepbtnBox {
		top: 8rem;
	}
	.stepbtnFlex {
		padding: 1.4rem 4rem;
		gap: 4rem;
	}
	.stepbtn a {
		font-size: 1.8rem;
		line-height: 2.8rem;
		opacity: 0.4;
	}
	
	
	.stepitem.stp1 {
		margin: -4rem 0 0 0;
		padding: 10rem 0 0 0;
	}
	.steph3 {
		font-size: 2.6rem;
		line-height: 4rem;
	}
	.steph4 {
		margin: 2rem 0 0 0;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.stp01Inner {
		padding: 0 8rem;
		margin: 4rem 0 0 0;
	}
	.stp01Ietms {
		gap: 3rem;
	}
	.stp01Ietms p img {
		height: auto;
	}
	.stp01Ietms p {
		gap: 1rem;
		font-size: 1.8rem;
		line-height: 2.2rem;
		letter-spacing: -0.4px;
	}
	
	
	.stepitem.stp2 {
		padding: 10rem 0 10rem 0;
	}
	.stp02Inner {
		margin: 4rem 0 0 0;
	}
	img.client{display:none;}
	.stpcardBox {
		gap: 2rem;
	}
	.stpcardBox.left {
		left: 0;
		margin:0 1rem 0 0;
	}
	.stpcardBox.right {
		right: 0;
		margin:0 0 0 1rem;
	}
	.stpcard {
		width: 26rem;
		height: 15rem;
		padding: 2rem 0;
		gap: 1rem;
		border-radius: 0.6rem;
	}
	.stpcard h3 {
		font-size: 2rem;
		line-height: 3rem;
	}
	.stpcard h4 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	
	
	.stepitem.stp3 {
		padding: 10rem 0 10rem 0;
	}
	ul.image4box li {
		flex: 0 0 calc(50% - 2rem);
		margin: 1rem;
		gap: 1rem;
	}
	ul.image4box li h4 {
		font-size: 1.8rem;
		line-height: 2.6rem;
		letter-spacing: -0.4px;
	}
	.stp03Inner {
		margin: 4rem 0 0 0;
	}
}
@media (max-width:767px) {
	.divoStreTop {
		padding: 4rem 0 0 0;
	}
	
	.maTitle strong {
		margin: 0 0 1rem 0;
		font-size: 1.4rem;
		line-height: 1.8rem;
		letter-spacing: 0;
	}
	.math2 {
		letter-spacing: -0.44px;
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
	.math3 {
		margin: 1rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	
	
	.stepitemInner {
		padding: 4rem 0 0 0;
	}
	.stepbtnBox {
		top: 6rem;
	}
	.stepbtnBox.down {
		top: 1rem;
	}
	.stepbtn a {
		font-size: 1.4rem;
		line-height: 2.2rem;
		opacity: 0.4;
	}
	.stepbtnFlex {
		padding: 1.2rem 2.4rem;
		gap: 3rem;
	}
	
	
	.stepitem.stp1 {
		margin: -3rem 0 0 0;
		padding: 6rem 0 0 0;
	}
	.steph3 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.steph4 {
		letter-spacing: -0.28px;
		margin: 1.2rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.steph4 br{display:none;}
	.stp01Inner {
		padding: 0 8rem;
		margin: 3rem 0 0 0;
	}
	.stepitem.stp1 .stepContBox {
		padding: 0 0 4rem 0;
	}
	.stp01Ietms {
		gap: 1.5rem;
	}
	.stp01Ietms p {
		gap: 0.6rem;
		font-size: 1.3rem;
		line-height: 1.8rem;
		letter-spacing: -0.26px;
	}
	
	
	.stepitem.stp2 {
		padding: 7.6rem 0 4rem 0;
	}
	.stp02Inner {
		width: 100%;
		margin: 3rem 0 0 0;
	}
	.stpcardBox {
		gap: 0.3rem;
	}
	.stpcardBox.left {
		width: 50%;
		left: 0;
		margin: 0 0.15rem 0 0;
	}
	.stpcardBox.right {
		width: 50%;
		right: 0;
		margin: 0 0 0 0.15rem;
	}
	.stpcard {
		display: flex;
		width: 100%;
		height: 12.2rem;
		padding: 1.6rem 0;
		gap: 0.5rem;
		border-radius: 0.4rem;
		justify-content: flex-start;
		align-items: center;
	}
	.stpcard h3 {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.stpcard h4 {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.stpcard h4 br{display:none;}
	
	
	
	.stepitem.stp3 {
		padding: 7.6rem 0 4rem 0;
	}
	.stepitem.stp3 .steph3 br{display:none;}
	.stp03Inner {
		margin: 3rem 0 0 0;
	}
	ul.image4box {
		margin: -1.1rem -0.7rem;
	}
	ul.image4box li {
		flex: 0 0 calc(50% - 1.4rem);
		margin: 1.1rem 0.7rem;
		gap: 0.8rem;
	}
	ul.image4box li h4 {
		font-size: 1.4rem;
		line-height: 1.9rem;
		letter-spacing: -0.28px;
	}
}

@media (max-width:500px) {
	.stp01Inner {
		padding: 0;
	}
	.stp01Ietms p img {
		height: 6.1rem;
	}
	.stp01Ietms dl {
		width: 3rem;
	}
}

/*-----------------------------------------
# 메인 Review
-------------------------------------------*/
.ma_reviewWrap{
	overflow:hidden;
	position: Relative;
    width: 100%;
    padding: 12rem 0 12rem 0 ;
	
	background-image: url(/public/img/main/review_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.ma_reviewWrap .maTitle strong{color: #E6C27C;}
.ma_reviewWrap .maTitle .math2{color:#fff;}

.ma_reviewSideBox{
	margin: 0 auto;
    position: relative;
    max-width: 168rem;
    padding: 0 4rem;
}

.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%;
    border-radius: 0.6rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(2.5px);
    padding: 3rem 2.6rem 3rem 2.6rem;
}
.reviewCard:hover{
	transform: translateY(-2rem);
	transition: all 0.3s ease-in-out;
	border: 1px solid #142952;
	background: #FFF;
	box-shadow: 4rem 4rem 13rem 0 rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(2.5px);
}
.reviewCard:hover .revtext h2{
	color: #000;
	font-family: pretendard-600;
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.reviewCard:hover .revtext h3{
	color: #000;
	font-family: pretendard-600;
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.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: 3rem;
}
.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: 3rem;
}
.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: 3;
    -webkit-box-orient: vertical;
    color: rgba(0, 0, 0, 0.60);
    font-family: pretendard-400;
    font-size: 1.5rem;
    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: 3;
    -webkit-box-orient: vertical;
    color: rgba(0, 0, 0, 0.60);
    font-family: pretendard-400;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}

.revImg {
    height: 20rem;
    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;
}
.normalSbtn.white .baseMoreBtn a{
	border: 1px solid #fff;
	color: #fff;
	background: rgba(0, 0, 0, 0.01);
}
.normalSbtn.white .baseMoreBtn a span {
    background-image: url(/public/img/common/puls_white_icon.webp);
}
.normalSbtn.white .swiper-button-prev,
.normalSbtn.white .swiper-button-next{
	border: 1px solid #fff;
}
.normalSbtn.white .swiper-button-prev:after{
    background-image: url(/public/img/main/sl_white_prev.webp);
}
.normalSbtn.white .swiper-button-next:after {
    background-image: url(/public/img/main/sl_white_next.webp);
}
@media (max-width:1600px) {
	.ma_reviewSideBox {
		padding: 0 2rem;
	}
	.reviewCard {
		padding: 2.6rem 2.2rem 2.6rem 2.2rem;
	}
}
@media (max-width:991px) {
	.ma_reviewWrap {
		padding: 10rem 0 10rem 0;
	}
	.mainResilInner {
		margin: 4rem 0 0 0;
	}
	
	.reviewCard {
		padding: 2.2rem 1.8rem 2.2rem 1.8rem;
	}
	.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: 16rem;
	}
}
@media (max-width:767px) {
	.ma_reviewWrap {
		padding: 4rem 0 4rem 0;
	}
	.mainResilInner {
		margin: 3rem 0 0 0;
	}
	.mainResilInner .swiper-wrapper {
		margin: 0 0 1.5rem 0;
	}
	.mainResilInner .normalprbarInner{display:block;margin: 0 0 1.5rem 0;}
	.mainResilInner .normalprbar .swiper-pagination-progressbar-fill {
		background: rgba(255,255,255,0.9)!important;
	}
	.mainResilInner .normalprbar{
		width:100%;
	}
	.mainResilInner .normalprbar .swiper-pagination-progressbar {
		height: 3px;
		border-radius: 3px;
		background: rgba(255, 255, 255, 0.10);
	}
	.mainResilInner .normalSbtn.white .swiper-button-prev, 
	.mainResilInner .normalSbtn.white .swiper-button-next{display:none;}
	
	.reviewCard {
		padding: 2rem 1.6rem 2rem 1.6rem;
	}
	.revtext h2 {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.revtext h3 {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.revtext h3.listh3{
		margin: 0.8rem 0 0 0;
		-webkit-line-clamp: 2;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.revtext h4 {
		margin: 0.8rem 0 0 0;
		-webkit-line-clamp: 2;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.revImg {
		height: 12rem;
		margin: 2rem 0;
	}
}

/*-----------------------------------------
# 메인 유튜브
-------------------------------------------*/
.ma_youtubeWrap{
	overflow:hidden;
	position: Relative;
    width: 100%;
    padding: 12rem 0 12rem 0 ;
	
	background-image: url(/public/img/main/youtube_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.ma_youtubeWrap .maTitle strong{color: #E6C27C;}
.ma_youtubeWrap .maTitle .math2{color:#fff;}
.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: 168rem;
    padding: 0 4rem;
}


.mayouBtnBox {
    display: flex;
    margin: 4rem 0 0 0;
    justify-content: center;
}
.mayouBtn{
	position:Relative;
}
.mayouBtn a{
	position:Relative;
	border-radius: 4px;
	background: #FFF;
	display: flex;
	padding: 14px 29px;
	justify-content: center;
	align-items: center;
	color: #000;
	font-family: pretendard-500;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.3rem;
}
.mayouBtn a span{
	font-family: pretendard-800;
	font-weight: 800;
}
.mayouBtn a img{
	height:2.8rem;
	margin:0 0 0 1rem;
}


.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%;
}

.mayouSlide{
	position:absolute;
	right:0;
	top:0;
	width:31.8rem;
	height:100%;
}
.mayouSlide .swiper{
	height:100%;
	padding:0 13px 0 0;
}
.mayouSlide .swiper-wrapper {
    height: auto;
}

.mayouSlide .swiper-slide{
	cursor:pointer;
}
.swiper-slide.onVideo .maSumyouBox figure:before{
	content:none;
}

.mayouSlide .swiper-slide.onVideo .maSumyouBox figure:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.2rem;
    border: 4px solid #fff;
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 4px;
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 4px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 4px;
    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: 5;
}

.maSumyouBox{
	width:100%;
	position:Relative;
	overflow:hidden;
}
.maSumyouBox figure {
    width: 100%;
    position: Relative;
    padding-bottom: 56.395%;
    overflow: hidden;
    border-radius: 1.2rem;
}
.maSumyouBox figure:before{
	content:'';
	z-index:5;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.50);
}
.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%);
}

.mainYouprbar{
	position:absolute;
	right:0;
	top:0;
	width:4px;
	height:100%;
}
.mainYouprbar .swiper-pagination-progressbar {
border-radius: 9px;
background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    z-index: 10;
}
.mainYouprbar .swiper-pagination-progressbar-fill {
    background: #fff!important;
}

@media (max-width:1600px) {
	.ma_youtubeWrap {
		padding: 10rem 0 10rem 0;
	}
	.ma_youtubeSideBox {
		padding: 0 2rem;
	}
	.mayouInner {
		margin: 5rem 0 0 0;
	}
}
@media (max-width:991px) {
	.mayouInner {
		display: flex;
		padding: 0;
		margin: 4rem 0 0 0;
		flex-direction: column-reverse;
	}
	
	.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 4rem 0;
		background-image: url(/public/img/main/youtube_bg_mo.webp);
		background-position: top center;
	}
	
	.ma_youtubeWrap .maTitle .math2.flex {
		margin: 0.4rem 0 0 0;
		font-size: 1.8rem;
		line-height: 3.4rem;
		display: flex;
		align-items: center;
		gap: 0.9rem;
	}
	.ma_youtubeWrap .maTitle .math2.flex img{
		height:3rem;
	}
	.mayouBtnBox {
		margin: 2rem 0 0 0;
	}
	
	
	.mayouBtn a {
		border-radius: 4px;
		padding: 9px 20px;
		font-size: 1.4rem;
		line-height: 2.7rem;
	}
	.mayouBtn a img{
		height:1.6rem;
		margin:0 0 0 1rem;
	}
	
	
	
	.mayouInner {
		margin: 3rem 0 0 0;
	}
	.mayouMainFrame {
		border-radius: 0.6rem;
	}
	.mayouMainFrame iframe {
		border-radius: 0.6rem;
	}
	.maSumyouBox figure {
		border-radius: 4px;
	}
	.mayouSlide .swiper-slide.onVideo .maSumyouBox figure:after {
		border-radius: 4px;
		border: 2px solid #fff;
		border-top-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 2px;
	}
	.mainYouprbar {
		margin: 1.5rem 0 0 0;
	}
	.mainYouprbar .swiper-pagination-progressbar{
		border-radius: 3px;
		background: rgba(255, 255, 255, 0.20);
	}
	.mainYouprbar .swiper-pagination-progressbar-fill {
		background: rgba(255,255,255,0.5)!important;
	}
}

/*-----------------------------------------
# 메인 상장슬라이드
-------------------------------------------*/
.ma_prizeWrap{
	overflow:hidden;
	position: Relative;
    width: 100%;
    padding: 10rem 0 10rem 0 ;
	
	background-image: url(/public/img/main/prize_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.mainPrize .swiper-wrapper {
	transition-timing-function: linear !important;
}
.mainPrize .swiper-slide {
    width: 16.4rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.mainPrize .swiper-slide img {
	display: block;
	max-width:100%;
}
@media (max-width:1600px) {
	.ma_prizeWrap {
		padding: 8rem 0 8rem 0;
	}
}
@media (max-width:991px) {
	.ma_prizeWrap {
		padding: 6rem 0 6rem 0;
	}
}
@media (max-width:767px) {
	.ma_prizeWrap {
		padding: 4rem 0 4rem 0;
	}
}

/*-----------------------------------------
# 메인 컬럼
-------------------------------------------*/
.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;
}

.mcoluInner{
	width:100%;
	position:Relative;
	margin:8rem 0 0 0;
	display:flex;
	gap:4rem;
}
.mcoluLeft{
	width:41%;
	position:Relative;
	z-index:3;
}
.mcoluLeft:before {
    content: '';
    background: #fff;
    position: absolute;
    right: -4rem;
    top: 0;
    width: 2000%;
    height: 100%;
    z-index: 3;
}
.mcoluRight{
	position:Relative;
	z-index:2;
	width:59%;
}

.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: 0.8rem;
}
.coluFixBox figure {
	z-index:2;
    width: 100%;
    position: Relative;
    padding-bottom: 71.923%;
    overflow: hidden;
    border-radius: 0.8rem;
	backdrop-filter: blur(10px);
    /* background: #D9D9D9; */
}
.coluFixBox figure:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.8rem;
    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%);
}
.coluFixTitle{
	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: #142952;
    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 h4{
	padding:1.5rem 0 0 0;
	margin:1.5rem 0 0 0;
	border-top:1px solid rgb(217,217,217,0.2);
	text-align:left;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	overflow: hidden;
	color: #FFF;
	font-family: pretendard-400;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}

.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%);
}

.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;
	}
	
	.mcoluInner {
		margin: 6rem 0 0 0;
	}
	.mcoluLeft {
		width: 50%;
	}
	.mcoluRight {
		width: 50%;
	}
	
	.coluFixTitle h4 {
		padding: 1.5rem 0 0 0;
		margin: 1.5rem 0 0 0;
		-webkit-line-clamp: 1;
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	
	.ma_columnInner .baseColorMoreBtn {
		top: 12rem;
	}
}
@media (max-width:1200px) {
	.mcoluInner {
		margin: 6rem 0 0 0;
		gap: 3rem;
	}
	.mcoluLeft:before {
		right: -3rem;
	}
	.coluFixTitle {
		padding: 2.4rem 2rem;
	}
	.coluFixTitle h3 {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	
	
	.coluTitle {
		gap: 1rem;
		margin: 1rem 0 0 0;
	}
}
@media (max-width:991px) {
	.ma_columnWrap {
		padding: 6rem 0 10rem 0;
	}
	
	
	.mcoluInner {
		display: flex;
		margin: 4rem 0 0 0;
		gap: 3rem;
		flex-direction: column;
	}
	.mcoluLeft {
		width: 66%;
	}
	.mcoluRight {
		width: 100%;
	}
	.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;
	}
	
	
	.mcoluInner {
		margin: 3rem 0 0 0;
		gap: 2rem;
	}
	.mcoluLeft {
		width: 100%;
	}
	.coluFixBox {
		width: 100%;
		border-radius: 0.6rem;
	}
	.coluFixBox figure {
		padding-bottom: 71.923%;
		border-radius: 0.8rem 0.8rem 0 0;
		backdrop-filter: blur(10px);
	}
	.coluFixBox figure:after {
		border-radius:0.8rem 0.8rem 0 0;
	}
	.coluFixTitle {
		background: #282624;
		position: relative;
		padding: 2.6rem 2rem 2rem 2rem;
	}
	.coluFixTitle h3 {
		-webkit-line-clamp: 2;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.coluFixTitle h4 {
		padding: 1.5rem 0 0 0;
		margin: 1.5rem 0 0 0;
		-webkit-line-clamp: 2;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.coluFixTitle dl {
		top: -1.6rem;
		padding: 0.4rem 1rem;
		border-radius: 0.4rem;
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
	
	
	.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_mediaWrap{
	overflow:hidden;
	position: Relative;
    width: 100%;
	/* height: 42.709vw; */
	height:82rem;
    padding:0;
	
	background-image: url(/public/img/main/ma_media_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ma_mediaWrap:before {
    z-index: 5;
    content: '';
    width: 50%;
	height: 9vw;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/public/img/main/media/media_top_dim.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ma_mediaWrap:after {
    z-index: 5;
    content: '';
    width: 100%;
	height: 12vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/public/img/main/media/media_bottom_dim.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ma_mediaSideBox {
	z-index:3;
    margin: 0 auto;
    position: relative;
    max-width: 168rem;
    padding: 0 4rem;
	width:100%;
	height:100%;
}
.mmediaInner{
	width:100%;
	position:Relative;
	display:flex;
	height:100%;
}
.mmedia_slide{
	position:Relative;
	width:50%;
	height:100%;
	padding:0 13rem 0 0;
	display:flex;
	gap:2rem;
}

.mmedia_slideLeft{
	position:Relative;
	width:50%;
	height:100%;
}
.mmedia_slideRight{
	position:Relative;
	width:50%;
	height:100%;
}
.mmedia_slide .swiper{
	height:100%;
}
.mmedia_slide .swiper-wrapper{
	height:auto;
}

.mmedia_Title {
    display: flex;
    position: Relative;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.mmedia_Title .maTitle strong {
    color: #E6C27C;
}
.mmedia_Title .maTitle .math2 {
    color: #fff;
}


.mmedia_slide .swiper-wrapper {
 transition-timing-function: linear !important;
}
.mmedia_slide .swiper-slide img{
	background: rgba(255, 255, 255, 0.10);
	border-radius: 0.48rem;
	backdrop-filter: blur(12.142857551574707px);
}

@media (max-width:1600px) {
	.ma_mediaWrap {
		height: 70rem;
	}
	.ma_mediaSideBox {
		padding: 0 2rem;
	}
}
@media (max-width:1200px) {
	.mmedia_slide {
		padding: 0 8rem 0 0;
	}
}
@media (max-width:991px) {
	.ma_mediaWrap {
		height: 60rem;
	}
}
@media (max-width:767px) {
	.ma_mediaWrap {
		padding: 8rem 0 4rem 0;
		height: auto;
		background-image: url(/public/img/main/ma_media_bg_mo.webp);
	}
	.ma_mediaSideBox {
		padding: 0;
	}
	.mmediaInner {
		gap: 8rem;
		width: 100%;
		position: Relative;
		display: flex;
		height: auto;
		flex-direction: column-reverse;
	}
	.mmedia_Title {
		display: flex;
		position: Relative;
		width: 100%;
		height: auto;
		align-items: center;
		justify-content: center;
	}
	
	.ma_mediaWrap:before{
		content:none;
	}
	.ma_mediaWrap:after{
		content:none;
	}
	
	.mmedia_slide {
		height: auto;
		display: block;
		width: 100%;
		padding: 0;
	}
	.mmedia_slideLeft {
		position: Relative;
		width: 100%;
		height: auto;
	}
	.mmedia_slide .swiper-slide{
		width:auto!important;
	}
	.mmedia_slide .swiper-slide img{
		border-radius: 1.647px;
		background: rgba(255, 255, 255, 0.10);
		backdrop-filter: blur(3.000000476837158px);
	}
	.mmedia_slide .swiper-slide img{height:4.2rem;}
	
	.mmedia_slideRight {
		margin:0.7rem 0 0 0;
		position: Relative;
		width: 100%;
		height: auto;
	}
}

/*-----------------------------------------
# 메인 문의하기
-------------------------------------------*/
.ma_inquiryWrap{
	overflow:hidden;
	position: Relative;
    width: 100%;
}
.ma_inquiryWrap:before {
    z-index: 3;
    content: '';
    width: 43%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/public/img/main/ma_inquiry_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.ma_inquirySideBox {
	z-index:3;
    margin: 0 auto;
    position: relative;
    max-width: 168rem;
    padding: 0 4rem;
}
.ma_inquiryInner{
	display:flex;
	width:100%;
}
.minqLeft{
	position:Relative;
	width:40%;
	padding:12rem 0 0 0;
}
.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;
}

.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{
	background:#fff;
	position:Relative;
	width:60%;
	padding: 12rem 0 12rem 16rem;
}
.minqTitle {
    width: 100%;
    position: Relative;
    padding: 0 0 1.4rem 0;
    margin: 0 0 2rem 0;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.minqTitle dl{
	margin:0;
	color: #000;
	text-align: left;
	font-family: pretendard-500;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 500;
	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:3rem 0 0 0;
	width:100%;
	display:block;
	position:relative;
}
.sucIn p {
    position: relative;
    margin: 0 0 0.6rem 0;
    display: flex;
    color: #000;
    font-family: pretendard-600;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
    align-items: center;
}
.sucIn p.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: 4px;
	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;
background: #F6F6F6;
padding: 0rem 2rem 0rem 2rem;
color: #111;
font-family: pretendard-400;font-weight: 400;font-size: 1.8rem;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;}
.sucIn input:focus{outline: none;}

.sucIn input::placeholder {
	color: #888;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.8rem;
	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;}
.sucIn select:focus{outline: none;}




.sucIn textarea {
    resize: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    font-family: Pretendard;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    position: relative;
    height: 25rem;
    border-radius: 4px;
    background: #F6F6F6;
    padding: 2rem 3rem 2rem 3rem;
    color: #111;
    font-family: pretendard-400;
    font-weight: 400;
    font-size: 1.8rem;
    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;}
.sucIn textarea:focus{outline: none;}
.sucIn textarea::placeholder {
	color: #888;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 2.6rem;
}


.inq_priCheckArea{
	position:Relative;
	margin:2rem 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.8rem;
    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.8rem;
	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:5rem 0 0 0;
}
.subcBtn{
	cursor:pointer;
	position:Relative;
	display: flex;
	padding: 2.5rem 7rem;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 4px;
	background: #142952;
	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;
}

@media (max-width:1600px) {
	.ma_inquirySideBox {
		padding: 0 2rem;
	}
	.minqRight {
		padding: 10rem 0 10rem 10rem;
	}
}
@media (max-width:991px) {
	.ma_inquiryWrap:before {
		content: none;
	}
	.ma_inquiryWrap .math2 br{display:none;}
	.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: 10rem 0 0 0;
	}
	.minqRight {
		background: #fff;
		position: Relative;
		width: 100%;
		padding: 4rem 0 10rem 0rem;
	}
	.minqTitle {
		padding: 0 0 1.2rem 0;
		margin: 0 0 0rem 0;
	}
	.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) {
	.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;
	}
	.sert {
		margin: 0 0 0.6rem 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.minqRight {
		padding: 3rem 0 4rem 0rem;
	}
	.minqTitle {
		padding: 0 0 1.4rem 0;
		margin: 0 0 1rem 0;
	}
	.minqTitle dl {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.minqTitle span {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	
	.sucIn {
		margin: 1rem 0 0 0;
	}
	.sucIn p {
		margin: 0 0 0.6rem 0;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.sucIn input {
		height: 5rem;
		padding: 0rem 2rem 0rem 2rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.sucIn input::placeholder {
		font-size: 1.4rem;
		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.4rem;
		line-height: 2.2rem;
	}
	.sucIn textarea {
		height: 16rem;
		border-radius: 4px;
		padding: 1.4rem 2rem 1.4rem 2rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.inq_priCheckArea {
		margin: 1rem 0 0 0;
	}
	.inq_priCheckArea input[type="checkbox"] + label {
		padding-left: 2.8rem;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.inq_priCheckArea input[type="checkbox"] + label a {
		font-size: 1.3rem;
		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;
	}
	.subcBtnBox {
		margin: 2rem 0 0 0;
	}
	.subcBtn {
		padding: 1.8rem 2rem;
		border-radius: 4px;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.subcBtn:after {
		right: 1.6rem;
		width: 1.6rem;
		height: 1.5rem;
	}
}

/*-----------------------------------------
# 메인 오시는 길
-------------------------------------------*/
.ma_locationWrap{
	position: Relative;
    width: 100%;
    padding: 12rem 0 14rem 0 ;
	
	background-image: url(/public/img/main/location_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.locationTitle{
	position:Relative;
	width:100%;
}
.locationTitle .maTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.locationTitle .maTitle strong,
.locationTitle .math2{
	text-align:left;
}

.locatabBox {
    gap: 5rem;
    display: flex;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    align-items: flex-end;
    justify-content: flex-end;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.locatab span {
	cursor:pointer;
	bottom: -1px;
    display: inline-block;
    padding: 0 0 2rem 0;
    position: Relative;
    color: #000;
    text-align: center;
    font-family: pretendard-400;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}
.locatab.active span{
	font-family: pretendard-600;
	font-weight: 600;
}
.locatab.active span:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: #000;
}


.locationArea{
	position:Relative;
	width:100%;
	margin:6rem 0 0 0;
}
.locationBox.active {
    display: block;
}
.locationBox {
    display: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.locaInner {
    overflow: hidden;
    width: 100%;
    position: Relative;
    padding: 0 48rem 0 0;
	
    border-radius: 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.locaMap{
	width:100%;
	position:Relative;
	height:62rem;
}
.locaMap iframe{
	width:100%;
	height:100%;
	position:Relative;
	z-index:2;
}
.mapBtnBox {
    width: calc(100% - 48rem);
    z-index: 4;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3rem 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.mapBtnInner {
    gap: 1rem;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.mapBtn{
	position:Relative;
}
.mapBtn a{
	display: flex;
	width: 22.2rem;
	padding: 1.7rem 1.9rem;
	align-items: center;
	flex-shrink: 0;
	align-self: stretch;
	border-radius: 0.4rem;
	border: 1px solid #000;
	background: #FFF;

	color: #000;
	font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.4rem;
}
.mapBtn a dt:after {
    content: '';
    position: absolute;
    right: 2rem;
    top: 1.8rem;
    width: 2.4rem;
    height: 2.4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mapBtn a.car dt:after {
	background-image: url(/public/img/icon/car_icon.webp);
}
.mapBtn a.dae dt:after {
    background-image: url(/public/img/icon/metro_icon.webp);
}
.mapBtn a.walk dt:after {
	background-image: url(/public/img/icon/walk_icon.webp);
}

.locaInfo {
    right: 0;
    top: 0;
    position: absolute;
    width: 48rem;
    height: 100%;
    background: #fff;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.locaInfo h2{
	text-align:left;
	margin:0;
	color: #000;
	font-family: pretendard-600;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4rem;
}
.locaInfo h3{
	text-align:left;
	margin:0;
	color: #000;
	font-family: pretendard-600;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4rem;
}
.loca {
	width:100%;
    position: Relative;
    display: flex;
    gap: 4rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.loca dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.loca dl dt{
	text-align:left;
	color: #000;
	font-family: pretendard-700;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.4rem;
	width:100%;
	position:Relative;
	padding:0 0 1rem 0;
	margin:0 0 1.7rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.loca dl dt:after{
	content:'';
	position:absolute;
	right:0;
	top:0.5rem;
	width:2.4rem;
	height:2.4rem;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.loca dl dt.spot:after{background-image: url(/public/img/icon/spot_icon.webp);}
.loca dl dt.tel:after{background-image: url(/public/img/icon/tel_icon.webp);}
.loca dl dt.metro:after{background-image: url(/public/img/icon/metro_icon.webp);}
.loca dl dd.dae{
	gap: 0.4rem;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.loca dl dd{
	margin:0;
	text-align:left;
	color: #000;
	font-family: pretendard-400;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}
.loca dl dd span{
	display:inline-block;
	color: #FFF;
	font-family: pretendard-900;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 900;
	line-height: 3rem;
	padding: 0 1.2rem;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
}
@media (max-width:1600px) {
	.mainContInner {
		padding: 0 2rem;
	}
	.locaInner {
		padding: 0 44rem 0 0;
	}
	.locaInfo {
		width: 44rem;
		padding: 4rem;
	}
	
	
	.mapBtnBox {
		width: calc(100% - 44rem);
		padding: 2rem 0;
	}
	.mapBtn a {
		width: 18rem;
	}
}
@media (max-width:1300px) {
	.locaInner {
		padding: 0 40rem 0 0;
	}
	.locaInfo {
		width: 40rem;
		padding: 4rem 3rem;
	}
	
	
	.mapBtnBox {
		width: calc(100% - 40rem);
	}
}
@media (max-width:991px) {
	.ma_locationWrap {
		padding: 10rem 0 10rem 0;
	}
	
	.locatabBox {
		margin: 4rem 0 0 0;
		gap: 4rem;
		display: flex;
		z-index: 2;
		position: relative;
		right: 0;
		bottom: 0;
		align-items: flex-end;
		justify-content: center;
		border-bottom: none;
	}
	
	.locationArea {
		margin: 0rem 0 0 0;
	}
	.locaInner {
		padding: 0;
	}
	.locaMap {
		height: 44rem;
	}
	.locaInfo {
		gap: 3rem;
		position: relative;
		width: 100%;
		padding: 3rem 3rem;
	}
	.locaInfo h2 {
		font-size: 2.8rem;
		line-height: 3.4rem;
	}
	.locaInfo h3 {
		font-size: 2.8rem;
		line-height: 3.4rem;
	}
	.loca {
		gap: 3rem;
	}
	.loca dl dt {
		font-size: 1.8rem;
		line-height: 2.4rem;
		padding: 0 0 1rem 0;
		margin: 0 0 1.4rem 0;
	}
	.loca dl dt:after {
		top: 0;
		width: 2.4rem;
		height: 2.4rem;
	}
	.loca dl dd {
		font-size: 1.6rem;
		line-height: 2.8rem;
	}
	
	
	
	.mapBtnBox {
		padding: 1rem 0 0 0;
		background: inherit;
		position: relative;
		width: 100%;
	}
}
@media (max-width:767px) {
	.ma_locationWrap {
		padding: 4rem 0 8rem 0;
	}
	.locationTitle .maTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.locatabBox {
		padding: 0 1.2rem;
		margin: 2rem 0 0 0;
		gap: 0;
		align-items: flex-end;
		justify-content: space-between;
		border-bottom: none;
	}
	.locatab span {
		bottom: 0;
		padding: 0 0 1rem 0;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.locatab.active span:before {
		height: 2px;
		border-radius: 3px 3px 0 0;
	}
	
	
	.locaInner {
		border-radius: 0.6rem;
		padding: 0;
	}
	.locaMap {
		height: 32rem;
	}
	.locaInfo {
		gap: 1.6rem;
		padding: 2rem 2rem;
	}
	.locaInfo h2 {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.locaInfo h3 {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.loca {
		gap: 0;
	}
	.loca dl {
		margin: 0 0 1.4rem 0;
		padding: 0 0 1.4rem 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	}
	.loca dl:last-child{
		margin: 0;
		padding: 0;
		border-bottom:none;
	}
	.loca dl dt {
		border-bottom: none;
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding: 0;
		margin: 0 0 0.6rem 0;
	}
	.loca dl dt:after {
		top: 0;
		width: 1.8rem;
		height: 1.8rem;
	}
	.loca dl dd {
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	.loca dl dd span {
		font-size: 1.2rem;
		line-height: 2.2rem;
		padding: 0 0.8rem;
	}
	
	
	.mapBtnBox {
		padding: 0.4rem 0 0 0;
	}
	.mapBtnInner {
		gap: 0.4rem;
	}
	.mapBtn {
		width: 100%;
		position: Relative;
	}
	.mapBtn a {
		width: 100%;
		padding: 1.2rem 1.3rem;
		border-radius: 0.6rem;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.mapBtn a span{display:none;}
	.mapBtn a dt:after {
		right: 1.3rem;
		top: 1.4rem;
		width: 1.8rem;
		height: 1.8rem;
	}
}

/*-----------------------------------------
# 메인 자주묻는질문
-------------------------------------------*/
.ma_faqWrap {
    position: Relative;
    width: 100%;
    padding: 12rem 0;
	background:#fff;
}
.faqInner{
	position:Relative;
	width:100%;
	padding:0 0 0 64rem;
}
.faqleft{
	position:absolute;
	left:0;
	top:0;
}
.faqleft .maTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.faqleft .maTitle strong,
.faqleft .math2,
.faqleft .math3{
	text-align:left;
}
.faqright{
	position:Relative;
	width:100%;
}

.faqmoreBox {
    display: flex;
    position: Relative;
    width: 100%;
	gap:2rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.faqmoreBox p{
	margin:0;
	color: #000;
	text-align: center;
	font-family: pretendard-500;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.6rem;
}
.faqmoreBtn {
    cursor: pointer;
    display: flex;
    width: 15.2rem;
    padding: 1.6rem 1rem;
    align-items: center;
    gap: 1rem;
    border-radius: 4px;
    background: #142952;
    color: #FFF;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.2rem;
    justify-content: center;
}
.faqmoreBtn span {
    height: 1.2rem;
    width: 1.2rem;
    display: inline-block;
    background-image: url(/public/img/main/faqmore_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.faqListBox{
	overflow:hidden;
	position:Relative;
	height: 28rem;
    -webkit-mask-image: linear-gradient(180deg, #000 55%, rgba(0, 0, 0, 0.10) 95%, rgba(0, 0, 0, 0.00) 100%);
}
.faqListBox.show{
	height:auto;
	-webkit-mask-image:inherit;
}
.faqmoreBox.hide{
	display:none;
	/* height:auto; */
}


.accordion-menu {
    text-align: left;
    width: 100%;
}
.accordion-menu li {
	position: relative;
    margin: 0;
    padding: 0;
    z-index: 4;
    list-style: none;
	background:#fff;
}
.accordion-menu li.open_faq {
	overflow:hidden;
	top:-1px;
	z-index: 5;
	border-radius: 0.8rem;
	border: 1px solid #EEE;
	background: #FFF;
	box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.06);
}
.accordion-menu li.open_faq .dropdownlink .fa-chevron-down {
    transform: rotate(180deg);
}
.accordion-menu li.open_faq .dropdownlink {
    border-bottom: none;
}
.dropdownlink {
	border-bottom: 1px solid #eee;
    padding: 3rem 9rem 3rem 8.2rem;
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 0;
    background: #fff;
    word-break: keep-all;
}
.dropdownlink b {
    position: absolute;
    left: 3rem;
    top: 3.2rem;
	color: #725237;
    font-family: 'Chonburi', sans-serif;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.8rem;
}
.dropdownlink h3{
	text-align:left;
	color: #000;
	font-family: pretendard-500;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4.4rem;
}
.fa-chevron-down {
    position: absolute;
    right: 3rem;
    top: 3.1rem;
    width: 4.4rem;
    height: 4.4rem;
    background-image: url(/public/img/main/faqarrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.open_faq .dropdownlink {}
.open_faq .dropdownlink::before {
    content: '';
    width: calc(100% - 11rem);
    position: absolute;
    left: 8rem;
    bottom: 0;
    height: 1px;
    background: #eee;
}

.submenuItems {display: none;}
.submenuItems li {border: none; list-style: none; border-radius: 0; margin-bottom:0;}
.f_list_open {
    border-top: none!important;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 3rem 3rem 3rem 8.2rem;
    display: flex;
    align-items: flex-start;
}
.f_ar {
    position: absolute;
    left: 3rem;
    top: 3.2rem;
	color:#000;
    font-family: 'Chonburi', sans-serif;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.8rem;
}
.f_listTextBox{width:100%;position: relative;}
.f_listTextBox h4{
	text-align:left;
	margin:0;
	color: #000;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.8rem;
}
@media (max-width:1600px) {
	.faqInner {
		padding: 0 0 0 50rem;
	}
}
@media (max-width:1300px) {
	.faqInner {
		padding: 0 0 0 34rem;
	}
}
@media (max-width:991px) {
	.ma_faqWrap {
		padding: 10rem 0;
	}
	.faqleft {
		position: relative;
		left: 0;
		top: 0;
	}
	.faqInner {
		padding: 0;
	}
	.faqright {
		margin: 4rem 0 0 0;
	}
	
	
	.faqmoreBox {
		gap: 1rem;
	}
	.faqmoreBox p {
		font-size: 1.9rem;
		line-height: 3rem;
	}
	.faqmoreBtn {
		width: 13.2rem;
		padding: 1.4rem 1rem;
		gap: 1rem;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	
	.faqListBox {
		height: 20rem;
		-webkit-mask-image: linear-gradient(180deg, #000 55%, rgba(0, 0, 0, 0.10) 95%, rgba(0, 0, 0, 0.00) 100%);
	}
	.accordion-menu li.open_faq {
		border: none;
		border-radius: 0;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		box-shadow: none;
	}
	.open_faq .dropdownlink::before {
		width: calc(100% - 4rem);
		left: 4rem;
	}
	.dropdownlink {
		padding: 2rem 6rem 2rem 4rem;
	}
	.dropdownlink h3 {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.dropdownlink b {
		left: 0;
		top: 1.8rem;
		font-size: 2rem;
		line-height: 3rem;
	}
	.fa-chevron-down {
		right: 0;
		top: 1.5rem;
		width: 4rem;
		height: 4rem;
	}
	.f_list_open {
		padding: 2rem 2rem 2rem 4rem;
	}
	.f_ar {
		left: 0;
		top: 2rem;
		font-size: 2rem;
		line-height: 3rem;
	}
	.f_listTextBox h4 {
		text-align: left;
		font-size: 1.6rem;
		line-height: 3rem;
	}
}
@media (max-width:767px) {
	.ma_faqWrap {
		padding: 4rem 0;
	}
	.faqleft .maTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.faqleft .math3{display:none;}
	
	.faqright {
		margin: 3rem 0 0 0;
	}
	.faqmoreBox p {
		font-size: 1.7rem;
		line-height: 2.5rem;
	}
	.faqmoreBtn {
		width: 13.8rem;
		padding: 0.9rem 1rem;
		gap: 1rem;
		font-size: 1.4rem;
		line-height: 2.7rem;
	}
	.faqmoreBtn span {
		height: 0.9rem;
		width: 0.9rem;
	}
	
	
	.faqListBox {
		border-top:1px solid #eee;
		margin:2rem 0 0 0;
		height: 18rem;
		-webkit-mask-image: linear-gradient(180deg, #000 55%, rgba(0, 0, 0, 0.10) 95%, rgba(0, 0, 0, 0.00) 100%);
	}
	
	.dropdownlink h3 {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.dropdownlink {
		padding: 1.8rem 3.4rem 1.8rem 2.8rem;
	}
	.fa-chevron-down {
		right: 0;
		top: 1.8rem;
		width: 2.4rem;
		height: 2.4rem;
	}
	.dropdownlink b {
		left: 0;
		top: 1.6rem;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.open_faq .dropdownlink::before {
		width: calc(100% - 2.8rem);
		left: 2.8rem;
	}
	.f_list_open {
		padding: 1.8rem 0rem 1.8rem 2.8rem;
	}
	.f_listTextBox h4 {
		text-align: left;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.f_ar {
		left: 0;
		top: 1.8rem;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
}