.mainWrap{
	position:relative;
	width:100%;
}

/*-----------------------------------------
# 메인 비주얼
-------------------------------------------*/
.mainV_Wrap{
	overflow:hidden;
	position:relative;
	width:100%;
	/* height:94rem; */
	height:100vh;
	box-sizing: border-box;
}
.scrollBoxInner {
    display: flex;
    z-index: 13;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5rem;
    justify-content: flex-end;
    align-items: flex-end;
}
.scrollBox {
    gap: 1.4rem;
    position: relative;
    display: flex;
    z-index: 13;
    flex-direction: column;
    align-items: center;
}
.scrollLine {
    display: flex;
    width: 2px;
    height: 5rem;
    justify-content: center;
    position: relative;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.20);
}
.scrollLine span {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #FFF;
    border-radius: 50%;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes scroll {
    0% {top:0; opacity:1;}
	70% {opacity:1;}
    100% {top:100%; opacity:0;}
}
.scrollTxt {
    color: #FFF;
    font-family: "DM Serif Display", serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 1.5px;
}



.mainVbox{
	box-sizing: border-box;
	position:relative;
	width:100%;
	overflow: hidden;
	height:100%;
	background-color: #000;
}
.mainVbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    pointer-events: none;
}
.myo_video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg01 {
	transition:all 4.2s ease-in-out;
	transform: scale(1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(/public/img/myosu/main/mainVm_01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.mainVsideBox{
	position:relative;
	z-index:3;
	box-sizing: border-box;
	max-width:168rem;
	padding:0 4rem;
	margin:0 auto;
	width:100%;
	height:100%;
}
.mainVinner {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maTitle h1{
	margin:0;
	overflow:hidden;
}
.maTitle h1{
    opacity: 1;
	text-align:center;
    position: relative;
    color: #FFF;
    font-family: 'TTBookendBatangR';
    font-size: 8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 10rem;
	letter-spacing: -2.4px;
}
.maTitle h1 span{
	color: #C6AD70;
}
@media (max-width:1600px) {
	.maTitle h1 {
		font-size: 7rem;
		line-height: 9rem;
		letter-spacing: -2px;
	}
}
@media (max-width:991px) {
	.maTitle h1 {
		font-size: 6rem;
		line-height: 8rem;
		letter-spacing: -1.8px;
	}
}
@media (max-width:767px) {
	.mainV_Wrap {
		height: calc(100vh - 6rem);
	}
	.maTitle h1 {
		font-size: 3rem;
		line-height: 4.6rem;
		letter-spacing: -0.6px;
	}
	
	
	.scrollBox {
		gap: 1rem;
	}
	.scrollTxt {
		font-size: 1rem;
		line-height: 1rem;
		letter-spacing: 0.9px;
	}
}

/*-----------------------------------------
# 메인 오시는 길
-------------------------------------------*/
.routeWrap{
	position:relative;
	width:100%;
}

.maH2{
	width:100%;
	position:relative;
}
.maH2 h2 {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.maH2 h2 strong{
	color: #111;
	font-family: 'TTBookendBatangR';
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 8rem;
	letter-spacing: -1.8px;
}
.maH2 h2 p{
	color: #666;
	font-family: pretendard-300;
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.6rem;
	text-align: left;
}
.mainarrow {
    display: inline-block;
    position: relative;
}
.mainarrow a {
    color: #000;
    font-family: pretendard-500;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mainarrow a img{
	height:7.5rem;
}

.routeTopBox{
	width:100%;
	position:relative;
	padding:14rem 0 8rem 0;
	background: linear-gradient(0deg, #1C3C47 0%, #1C3C47 100%), #F5F5F5;
}
.routeTopSideBox{
	max-width:150rem;
	padding:0 2rem;
	margin:0 auto;
	position:relative;
}
.routeTopBox .maH2 h2 strong{color:#fff;}
.routeTopBox .maH2 h2 p{color:#fff;}



.routeMapBox {
    height: auto;
    background: #888;
    padding: 26.4rem 0 10rem 0;
    position: relative;
    overflow: hidden;
}
.routeMapSideBox{
	max-width:150rem;
	padding:0 2rem;
	margin:0 auto;
}
.roadMap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
	transform:translate(-50%,-50%);
}

.roadWayCard {
	position: relative;
	border-radius: 14px;
	background: #1C3C47;
	width: auto;
	height: auto;
	margin: 0 0 0 auto;
	padding: 5rem;
	width: 33.6%;
	min-width: 49rem;
	z-index: 1;
}

.mainRoadBox {margin-bottom:2.4rem;}
.mainRoadBox:last-child {margin-bottom:0;}

.mainRoadBox.flexBox {display: flex; justify-content: space-between; align-items: flex-end;}
.mainRoadBox.flexBox>div{width:50%;}
.mainRoadsTitle {
	color: #C6AD70;
	font-family: "DM Serif Display";
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2rem; /* 122.222% */
	letter-spacing: 1.08px;
}

.mainRoadTxt {
	font-family: pretendard-400;
	font-weight: 400;
    color: #FFF;
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 1rem;
    word-break: keep-all;
}
.mainRoadTxt b{
	margin:0.4rem 0 0 0;
	font-family: pretendard-400;
	font-weight: 400;
	display:block;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.mainRoadTxt.num{
	font-family: pretendard-600;
	font-weight: 600;
}


.mapBtnInner {
    gap: 1rem;
    margin: 6.4rem 0 0 0;
    display: flex;
    flex-direction: column;
}
.mapBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    background: #FFF;
    border-radius: 0.4rem;
}
.mapBtn.lawtalk{
	background: #FF5E00;
}
.mapBtn a {
    width: 100%;
	padding: 1.5rem 3rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.naverColor {
    top: 50%;
    left: 3rem;
    width: 2rem;
    height: auto;
    position: absolute;
    transform: translateY(-50%);
}
.mapBtnTxt {
    color: #111;
    text-align: center;
    font-family: pretendard-500;
	font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
@media (max-width:1600px) {
	.maH2 h2 strong {
		font-size: 5.6rem;
		line-height: 7.2rem;
		letter-spacing: -1.6px;
	}
}
@media (max-width:991px) {
	.routeTopBox {
		padding: 12rem 0 6rem 0;
	}
	
	.maH2 h2 {
		gap: 1.4rem;
	}
	.maH2 h2 strong {
		font-size: 4.6rem;
		line-height: 5.6rem;
		letter-spacing: -1.2px;
	}
	.maH2 h2 p {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.mainarrow a {
		font-size: 1.6rem;
		line-height: 2rem;
		gap: 1rem;
	}
	.mainarrow a img {
		height: 6rem;
	}
	
	
	.routeMapBox {
		padding: 55rem 0 4rem 0;
	}
	.roadWayCard {
		border-radius: 10px;
		padding: 4rem;
		width: 100%;
		min-width: 49rem;
	}
}
@media (max-width:767px) {
	.maH2 h2 {
		gap: 1.5rem;
	}
	.maH2 h2 strong {
		font-size: 3.6rem;
		line-height: 4.8rem;
		letter-spacing: -1.08px;
	}
	.maH2 h2 p {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.mainarrow a {
		font-size: 1.3rem;
		line-height: 1.8rem;
		gap: 1rem;
	}
	.mainarrow a img {
		height: 3.7rem;
	}
	
	
	.routeTopBox {
		padding: 6rem 0 4rem 0;
	}
	.routeMapBox {
		padding: 100vw 0 2rem 0;
	}
	.roadWayCard {
		border-radius: 10px;
		padding: 2rem;
		min-width: 100%;
	}
	.mainRoadBox {
		margin-bottom: 1.4rem;
	}
	.mainRoadsTitle {
		font-size: 1.4rem;
		line-height: 1.8rem;
		letter-spacing: 0.84px;
	}
	.mainRoadTxt {
		font-size: 1.5rem;
		line-height: 2.4rem;
		margin-top: 0.4rem;
	}
	.mainRoadTxt b {
		margin: 0.4rem 0 0 0;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.mainRoadBox.flexBox {
		margin: 0;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		gap: 1.4rem;
	}
	.mapBtnInner{
		gap: 0.8rem;
		margin: 2.6rem 0 0 0;
	}
	.mapBtn {
		border-radius: 0.3rem;
	}
	.mapBtn a {
		padding: 1.2rem 3rem;
	}
	.mapBtnTxt {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
	.naverColor {
		left: 2rem;
		width: 1.8rem;
	}
}
/*-----------------------------------------
# 메인 업무분야
-------------------------------------------*/
.maFieldWrap{
	width:100%;
	position:relative;
	background: rgba(198, 173, 112, 0.20);
	padding:14rem 0;
}
.maFieldTitleSideBox{
	max-width: 150rem;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}
.maFieldTitleSideBox .mainarrow {
    bottom: 0;
    position: absolute;
    right: 0;
}

.maFieldSideBox{
	width:100%;
	max-width:192rem;
	margin:0 auto;
	padding:0 10rem;
}
.mafield{
	margin:8rem 0 0 0;
	width:100%;
	position:relative;
}
.mafield ul {
	position:relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1rem;
    list-style-type: none;
    justify-content: flex-start;
}
.mafield li {
	border-radius: 1.4rem;
	overflow:hidden;
	position:relative;
    flex: 0 0 calc(33.3333333% - 2rem);
    margin: 1rem;
    box-sizing: border-box;
}
.mafield li a:hover .myfDim{
	display:flex;
}
.mafield li a:hover .myfText h3 p{
	/* text-decoration:underline; */
}

.myosufield{
	z-index:1;
	position:relative;
	width:100%;
	display:flex;
	overflow:hidden;
}
.myosufield:hover img{
	transform: scale(1.1);
}
.myosufield img{
    transition: all 0.3s;
	position:relative;
	max-width:100%;
}
.myfText{
	z-index:4;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	padding:4rem;
}
.myfText h3 {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.myfText h3 span{
	text-align:left;
	color: #FFF;
	font-family: "DM Serif Display";
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
	letter-spacing: 1.08px;
}
.myfText h3 p{
	text-align:left;
	margin:0;
	color: #FFF;
	font-family: 'TTBookendBatangR';
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.6rem;
}
.myfDim {
    display: none;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 2.8rem;
    background: linear-gradient(90deg, #00352A 0%, rgba(0, 155, 123, 0.00) 100%);
    backdrop-filter: blur(5px);
    justify-content: flex-end;
    align-items: flex-start;
}
.myfDim img{
	height:5rem;
}

@media (max-width:1600px) {
	.maFieldSideBox {
		max-width: 150rem;
		padding: 0 2rem;
	}
	.mafield {
		margin: 6rem 0 0 0;
	}
}
@media (max-width:1200px) {
	.mafield li {
		overflow: hidden;
		position: relative;
		flex: 0 0 calc(50% - 2rem);
		margin: 1rem;
		box-sizing: border-box;
	}
}
@media (max-width:991px) {
	.maFieldWrap {
		padding: 12rem 0;
	}
	.myfText {
		padding: 3rem;
	}
	.myfText h3 p {
		font-size: 2.4rem;
		line-height: 3rem;
	}
}
@media (max-width:767px) {
	.maFieldWrap {
		padding: 6rem 0;
	}
	.maFieldTitleSideBox .mainarrow {
		margin: 1rem 0 0 0;
		display: flex;
		width: 100%;
		bottom: 0;
		position: relative;
		right: 0;
		justify-content: flex-end;
	}
	.mafield {
		margin: 4rem 0 0 0;
	}
	.mafield ul {
		margin: -0.5rem;
	}
	.mafield li {
		border-radius: 1rem;
		flex: 0 0 calc(50% - 1rem);
		margin: 0.5rem;
	}
	.myfText {
		padding: 2rem 2.4rem;
	}
	.myfText h3 span {
		font-size: 1.5rem;
		line-height: 1.9rem;
		letter-spacing: 0.9px;
	}
	.myfText h3 p {
		font-size: 2rem;
		line-height: 2.8rem;
	}
	.myfDim {
		padding: 1.6rem;
	}
	.myfDim img {
		height: 3.7rem;
	}
}
@media (max-width:600px) {
	.mafield ul {
		gap: 1rem;
		margin: 0;
	}
	.mafield li {
		border-radius: 1rem;
		flex: 0 0 calc(100% - 0rem);
		margin: 0;
	}
}
/*-----------------------------------------
# 메인 대표변호사
-------------------------------------------*/
.maLawyerWrap{
	width:100%;
	position:relative;
	background: linear-gradient(0deg, #1C3C47 0%, #1C3C47 100%);
	padding:14rem 0 8rem 0;
}
.maLawyerSideBox{
	max-width: 150rem;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}
.malawInfo{
	width:100%;
	position:relative;
}

.malawName{
	position:relative;
	margin:0 0 7rem 0;
	z-index:2;
}
.malawName h2 {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.malawName h2 span{
	color: #FFF;
	font-family: 'TTBookendBatangR';
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.6rem;
	letter-spacing: -0.96px;
}
.malawName h2 p{
	color: #FFF;
	font-family: 'TTBookendBatangR';
	font-size: 7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 10rem;
	letter-spacing: 2.1rem;
}
.malawsub {
	position:relative;
	z-index:2;
    gap: 5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.malawsub.last{
	margin:4rem 0 0 0;
	padding:4rem 0 0 0;
	border-top:1px solid rgba(255,255,255,0.1);
}
.malawsub p{
	color: #FFF;
	font-family: 'TTBookendBatangR';
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
}
.malawsubt h3:nth-child(1){
	margin:0;
}
.malawsubt h3{
	position:relative;
	padding:0 0 0 1.6rem;
	margin:1.6rem 0 0 0;
	color: #FFF;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
}
.malawsubt h3:before{
	content:'';
	position:absolute;
	left:0;
	top:0.9rem;
	width:0.8rem;
	height:0.8rem;
	background-image: url(/public/img/myosu/common/textdor.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.malawInfoImg {
	z-index:2;
    display: flex;
    bottom: -8rem;
    position: absolute;
    right: 0;
    align-items: flex-end;
    justify-content: flex-end;
}
.malawInfoImg img{
	max-width:100%;
}

.malawbtnflex{
	position:relative;
	z-index:2;
	margin:15rem 0 0 0;
	display:flex;
	gap:1rem;
}
.malawbtnflex a.more{
	display: flex;
	width: 24rem;
	padding: 1.8rem 2.4rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
	background: #FFF;
	color: #1C3C47;
	font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.2rem;
}
.malawbtnflex a.more img{
	height:1.2rem;
}
.malawbtnflex a.sns img{height:5.8rem;}
@media (max-width:1600px) {
	.malawInfoImg img {
		max-width: 90%;
	}
}
@media (max-width:991px) {
	.maLawyerWrap {
		padding: 12rem 0 6rem 0;
	}
	.malawName {
		margin: 0 0 5rem 0;
	}
	.malawName h2 {
		gap: 0rem;
	}
	.malawName h2 span {
		font-size: 2rem;
		line-height: 4rem;
		letter-spacing: -0.56px;
	}
	.malawName h2 p {
		font-size: 6rem;
		line-height: 9rem;
		letter-spacing: 1.6rem;
	}
	
	.malawsub {
		gap: 4rem;
	}
	.malawsub.last {
		margin: 3rem 0 0 0;
		padding: 3rem 0 0 0;
	}
	.malawsub p {
		font-size: 2.4rem;
		line-height: 3rem;
	}
	.malawsubt h3 {
		padding: 0 0 0 1.4rem;
		margin: 1.4rem 0 0 0;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.malawsubt h3:before {
		top: 0.8rem;
		width: 0.8rem;
		height: 0.8rem;
	}
	
	.malawbtnflex {
		margin: 10rem 0 0 0;
		gap: 1rem;
	}
	
	.malawInfoImg {
		bottom: -6rem;
	}
	.malawInfoImg img {
		max-width: 70%;
	}
}
@media (max-width:767px) {
	.maLawyerWrap {
		padding: 6rem 0 6.4rem 0;
	}
	
	.malawName {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 0 0 2rem 0;
		margin: 0 0 2rem 0;
	}
	.malawName h2 {
		gap: 0.2rem;
	}
	.malawName h2 span {
		font-size: 1.5rem;
		line-height: 2.6rem;
		letter-spacing: -0.6px;
	}
	.malawName h2 p {
		font-size: 3.6rem;
		line-height: 4.8rem;
		letter-spacing: 1.08rem;
	}
	
	.malawsub.last {
		margin: 2rem 0 0 0;
		padding: 2rem 0 0 0;
	}
	.malawsub {
		display: flex;
		gap: 1.6rem;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.malawsub p {
		font-size: 2rem;
		line-height: 3rem;
	}
	.malawsubt h3 {
		padding: 0 0 0 1.6rem;
		margin: 1rem 0 0 0;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.malawsubt h3:before {
		top: 0.5rem;
		width: 0.8rem;
		height: 0.8rem;
	}
	
	.malawInfoImg {
		padding: 3rem 0 0 0;
		display: flex;
		position: relative;
		bottom: 0;
		justify-content: center;
	}
	.malawbtnflex {
		margin: 0;
		gap: 1rem;
	}
	.malawbtnflex a.more {
		width: 100%;
		padding: 1.4rem 2rem;
		border-radius: 4px;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.malawbtnflex a.sns img {
		height: 5rem;
	}
}
@media (max-width:500px) {
	.malawbtnflex {
		padding: 0 12rem 0 0;
		margin: 0;
		gap: 0rem;
	}
	.malawInfoImg img {
		max-width: 100%;
	}
	a.fir {
		right: 6rem;
		position: absolute;
	}
	a.sed {
		right: 0;
		position: absolute;
	}
}
/*-----------------------------------------
# 메인 업무사례
-------------------------------------------*/
.maCaseWrap{
	overflow:hidden;
	width:100%;
	position:relative;
	padding:14rem 0;
	background: #1C3C47;
}
.maCaseSideBox{
	max-width: 150rem;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}
.maCaseWrap .maH2 h2 strong{color:#fff;}
.maCaseWrap .maH2 h2 p{color:#fff;}

.pdNavInput{
	position:absolute;
	right:0;
	bottom:0;
	width:34rem;
	height:6rem;
}
.pdNavInput form{
	position:relative;
	width:100%;
	height:100%;
}
.pdNavInput input {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    outline: none;
    font-family: Pretendard;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    position: relative;
    height: 100%;
    background: #1C3C47;
    padding: 0 5.4rem 0 2.4rem;
    color: #fff;
    font-family: pretendard-500;
    font-weight: 500;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 2.4rem;
}
.pdNavInput input:-webkit-autofill,
.pdNavInput input:-webkit-autofill:hover,
.pdNavInput input:-webkit-autofill:focus,
.pdNavInput input:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.pdNavInput input:focus,
.pdNavInput input:active {background:#1C3C47; }
.pdNavInput input:focus{outline: none;}
.pdNavInput button {
    top: 1rem;
    right: 1rem;
    background: inherit;
    cursor: pointer;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 4rem;
    height: 4rem;
    position: absolute;
    padding: 0;
    margin: 0;
    background-image: url(/public/img/myosu/common/sea_icon.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
}
.pdNavInput button:active {background:initial; border:none;}
.pdNavInput button:focus{outline: none;}
.pdNavInput input::placeholder {
	opacity: 0.5;
	color: #fff;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 2.4rem;
}


.caseItemlist{
	position:relative;
	width:100%;
	margin:6rem 0 0 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.cateItem .swiper-slide {
	padding: 1.8rem 0;
    width: auto!important;
}
.cateItem .swiper-slide.active span{
	color: #FFF;
	font-family: pretendard-700;
	font-weight: 700;
	opacity:1;
}
.cateItem .swiper-slide span{
	cursor:pointer;
	position:relative;
	padding:0;
	color: #FFF;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.6rem;
	opacity: 0.5;
}

.cateItem .swiper-slide.active a{
	color: #00352A;
	font-family: pretendard-700;
	font-weight: 700;
	opacity:1;
}
.cateItem .swiper-slide a{
	cursor:pointer;
	position:relative;
	padding:0;
	color: #000;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.6rem;
	opacity: 0.5;
}

.caseMoreBtn {
    z-index: 3;
    position: absolute;
    right: 0;
    top: 1rem;
}
.caseMoreBtn a{
	display: flex;
	padding: 1.6rem 2rem;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border-radius: 0.6rem;
	background: rgba(255, 255, 255, 0.10);
	color: #FFF;
	font-family: pretendard-500;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2rem;
}
.caseMoreBtn a img{
	height:1.2rem;
}


.caseContentWrap{
	position:relative;
	margin:4rem 0 0 0;
}
.caseContentWrap .swiper{
	overflow:unset;
}

.maSwiBotBox {display: flex;margin: 6rem 0 0 0;position: relative;width: 100%;height: 8.3rem;align-items: center;justify-content: space-between;}
.maSwiBotBox .swiper-button-prev {margin: 0;position: relative;right: 0;top: 0;width: 8.3rem;height: 8.3rem;left: 0;}
.maSwiBotBox .swiper-button-prev:after {width: 8.3rem;height: 8.3rem;content: '';background-image: url(/public/img/myosu/common/sw_prev.webp);background-position: top center;background-repeat: no-repeat;background-size: cover;}
.maSwiBotBox .swiper-button-prev:hover:after{background-image: url(/public/img/myosu/common/sw_prev_on.webp);}
.maSwiBotBox .swiper-button-next{margin: 0;position: relative;width: 8.3rem;height: 8.3rem;right:0;top: 0;left: 0;}
.maSwiBotBox .swiper-button-next:after {width: 8.3rem;height: 8.3rem;content: '';background-image: url(/public/img/myosu/common/sw_next.webp);background-position: top center;background-repeat: no-repeat;background-size: cover;}
.maSwiBotBox .swiper-button-next:hover:after{background-image: url(/public/img/myosu/common/sw_next_on.webp);}

.maSwiPagin {width: 54rem;height: 3px;display: inline-block;position: relative;}
.maSwiPagin .swiper-pagination {height: 100%;width:100%;border-radius: 0.5rem;background: rgba(238, 238, 238, 0.10);position: relative;overflow: hidden;}
.maSwiPagin .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {border-radius: 0.3rem;background: #FFF;}


.caseSlideInner{
	display: flex;
	border-radius: 14px;
	background:#fff;
	padding:3rem 3rem 3.5rem 3rem;
}
.caseSlideInner a{
	position:relative;
	width:100%;
	height:100%;
}
.caseSlideInner:hover{
	background: #F9F7F2;
}
.caseSlideInner:hover .wctext h3{
	color: #00352A;
	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;
}
.caseSlideInner:hover .wctext p{
	color: #00352A;
	font-family: pretendard-600;
	font-weight: 600;
}

.WorkCaseCont{
	position:relative;
	width:100%;
}
.wccate {
    display: flex;
    position: relative;
    width: 100%;
    padding: 0 0 2.8rem 0;
    margin: 0 0 2.6rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    justify-content: space-between;
}
.wccate p{
	margin:0;
	text-align:left;
	color: #00352A;
	font-family: pretendard-700;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.4rem;
}
.wccateImg{
	width:16rem;
}

.wctext {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.wctext h3{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align:left;
	color: #111;
	font-family: pretendard-600;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
}
.wctext h4{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	text-align:left;
	color: #666;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
}
.wctext p{
	text-align:left;
	color: #666;
	font-family: pretendard-400;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
	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;
}
@media (max-width:1600px) {
	
}
@media (max-width:991px) {
	.maCaseWrap {
		padding: 12rem 0;
	}
	
	.pdNavInput {
		margin: 3rem 0 0 0;
		position: relative;
		bottom: 0;
		width: 34rem;
		height: 6rem;
	}
	
	.caseItemlist {
		margin: 4rem 0 0 0;
	}
	.cateItem .swiper-slide span {
		font-size: 1.8rem;
		line-height: 3rem;
		opacity: 0.5;
	}
	.cateItem .swiper-slide a {
		font-size: 1.8rem;
		line-height: 3rem;
		opacity: 0.5;
	}
	.caseMoreBtn a {
		padding: 1.4rem 1.8rem;
		gap: 1rem;
		border-radius: 0.6rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.caseSlideInner {
		border-radius: 1rem;
		padding: 3rem 2rem 3rem 2rem;
	}
	.wccateImg {
		width: 14rem;
	}
	.wccate p {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.wctext h3 {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.wctext h4 {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.wctext p {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	
	
	.maSwiBotBox {
		margin: 4rem 0 0 0;
		height: 6.3rem;
	}
	.maSwiBotBox .swiper-button-prev {
		width: 6.3rem;
		height: 6.3rem;
	}
	.maSwiBotBox .swiper-button-prev:after {
		width: 6.3rem;
		height: 6.3rem;
	}
	.maSwiBotBox .swiper-button-next {
		width: 6.3rem;
		height: 6.3rem;
	}
	.maSwiBotBox .swiper-button-next:after {
		width: 6.3rem;
		height: 6.3rem;
	}
}
@media (max-width:767px) {
	.maCaseWrap {
		padding: 6rem 0;
	}
	.pdNavInput {
		margin: 2rem 0 0 0;
		width: 100%;
		height: 5rem;
	}
	.pdNavInput input {
		border-radius: 6px;
		border: 1px solid rgba(255, 255, 255, 0.50);
		padding: 0 5.4rem 0 2rem;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.pdNavInput input::placeholder{
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.pdNavInput button {
		top: 0.5rem;
		right: 0.5rem;
		width: 4rem;
		height: 4rem;
		background-size: 16px;
	}
	
	
	.maCaseSideBox.caseItem{
		padding:0;
	}
	.maCaseSideBox.caseItem .swiper{
		padding:0 2rem;
	}
	.cateItem .swiper-slide {
		padding: 1.2rem 0;
	}
	.cateItem .swiper-slide span {
		font-size: 1.5rem;
		line-height: 1.8rem;
		opacity: 0.5;
	}
	.cateItem .swiper-slide a {
		font-size: 1.5rem;
		line-height: 1.8rem;
		opacity: 0.5;
	}
	.caseMoreBtn{display:none;}
	
	
	.caseContentWrap {
		margin: 2rem 0 0 0;
	}
	.caseSlideInner {
		border-radius: 1rem;
		padding: 2rem 1.8rem 2rem 1.8rem;
	}
	.wccate {
		padding: 0 0 2rem 0;
		margin: 0 0 2rem 0;
	}
	.wccate p {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
	.wccateImg {
		width: 11rem;
	}
	.wctext h3 {
		font-size: 1.7rem;
		line-height: 2.6rem;
	}
	.wctext p {
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	
	
	.maSwiBotBox {
		margin: 3rem 0 0 0;
		height: 4.9rem;
	}
	.maSwiBotBox .swiper-button-prev {
		width: 4.9rem;
		height: 4.9rem;
	}
	.maSwiBotBox .swiper-button-prev:after {
		width: 4.9rem;
		height:4.9rem;
	}
	.maSwiBotBox .swiper-button-next {
		width: 4.9rem;
		height: 4.9rem;
	}
	.maSwiBotBox .swiper-button-next:after {
		width: 4.9rem;
		height: 4.9rem;
	}
	.maSwiPagin {
		padding: 0 2rem;
		width: 100%;
		height: 3px;
		display: inline-block;
		position: relative;
	}
}