.subArea{
	position:relative;
	width:100%;
}

.subVbox{
	position:relative;
	width:100%;
	height:69rem;
	-webkit-mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 100%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 100%, transparent 80%, transparent 100%);
}
.subVboxInner{
	position:relative;
	width:100%;
	height:100%;
	padding:0 2rem;
}
.combg01{
    background-image: url(../img/silverstar/sub/company_bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.boabg01{
    background-image: url(../img/silverstar/sub/board_bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.subVtextBox {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 31.6rem 0 0 0;
    justify-content: center;
    align-items: flex-start;
}
.subvT {
	gap:3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subvT dl{
	text-align:center;
	margin:0;
	color: #FFF;
	text-align: center;
	font-family: "Roboto Condensed", serif;
	font-size: 8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 10rem;
	text-transform: uppercase;
}
.subvT h1{
	text-align:center;
	margin:0;
	color: #FFF;
	text-align: center;
	font-family: "Roboto Condensed", serif;
	font-size: 8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 10rem;
	text-transform: uppercase;
}
.subvCate {
    gap: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subvCate span img{
	height:1.4rem;
}
.subvCate span {
    display: flex;
    text-align: center;
    color: #FFF;
    font-family: 'Pretendard-Medium';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
    align-items: center;
    justify-content: center;
}
.subvCate b{
	width: 4px;
	height: 4px;
	background:#fff;
	border-radius:50%;
}

.subContentBox{
	width:100%;
	position:relative;
}
.subContNavBox {
	position:relative;
	z-index:5;
    display: flex;
    padding: 4rem 2rem;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    justify-content: center;
    align-items: center;
}
.subContNav {
    gap: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subContNav a{
	color: #111;
	font-family: "Roboto Condensed", serif;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.6rem;
}
.subContNav a:hover{
	background: linear-gradient(270deg, #325DF9 0%, #8E2DB8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.subContNav a.onSubP{
	background: linear-gradient(270deg, #325DF9 0%, #8E2DB8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width:1600px){
	.subVbox {
		height: 60rem;
	}
	.subVtextBox {
		padding: 27.6rem 0 0 0;
	}
	.subvT dl {
		font-size: 7rem;
		line-height: 9rem;
	}
	.subvT h1 {
		font-size: 7rem;
		line-height: 9rem;
	}
	.subContNavBox {
		padding: 3rem 2rem;
	}
	.subContNav {
		gap: 12rem;
	}
	.subContNav a {
		font-size: 2.6rem;
		line-height: 3.4rem;
	}
}
@media (max-width:991px){
	.subVbox {
		height: 46rem;
		-webkit-mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 100%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 100%, transparent 80%, transparent 100%);
	}
	.subVtextBox {
		padding: 20rem 0 0 0;
	}
	.subvT {
		gap: 2rem;
	}
	.subvT dl {
		font-size: 5.6rem;
		line-height: 7rem;
	}
	.subvT h1 {
		font-size: 5.6rem;
		line-height: 7rem;
	}
	.subContNavBox {
		padding: 3rem 2rem;
	}
	.subContNav {
		gap: 10rem;
	}
	.subContNav a {
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
}
@media (max-width:767px){
	.subVbox {
		height: 27.2rem;
	}
	.subVtextBox {
		padding: 12.6rem 0 0 0;
	}
	.subvT {
		gap: 0.6rem;
	}
	.subvT dl {
		font-size: 3.2rem;
		line-height: 4.2rem;
		letter-spacing: -0.64px;
	}
	.subvT h1 {
		font-size: 3.2rem;
		line-height: 4.2rem;
		letter-spacing: -0.64px;
	}
	.subContNavBox {
		border-bottom: none;
		padding: 0rem 0rem;
	}
	.subContNav {
		padding: 2rem 0;
		width: 100%;
		gap: 0;
		border-bottom: 1px solid #E5E5E5;
	}
	.subContNav a {
		text-align: center;
		width: 100%;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	
	.subvCate {gap: 0.6rem;}
	.subvCate span{font-size: 1.2rem;}
}

/*================== :::::::::::::: 회사소개 :::::::::::::: ==================*/
.subContentBox.companyPage{
	overflow:hidden;
}
/* .companyPage:before { */
    /* content: ''; */
    /* position: absolute; */
    /* left: -28rem; */
    /* top: -38rem; */
    /* width: 70rem; */
    /* height: 70rem; */
    /* border-radius: 70rem; */
	/* opacity: 0.15; */
	/* background: #CF60FD; */
	/* filter: blur(150px); */
/* } */
/* .companyPage:after { */
    /* content: ''; */
    /* position: absolute; */
    /* right: -16rem; */
	/* top: 31rem; */
    /* width: 60rem; */
	/* height: 60rem; */
    /* border-radius: 60rem; */
	/* opacity: 0.1; */
	/* background: #375BF6; */
	/* filter: blur(100px); */
/* } */
.companyPage:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 73rem;
    height: 70rem;
    border-radius: 0;
    background-image: url(../img/silverstar/sub/companyLeftBg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index:4;
}
.companyPage:after {
    content: '';
    position: absolute;
    right: 0;
    top: 3.7rem;
    width: 70rem;
    height: 68rem;
    background-image: url(../img/silverstar/sub/companyRightBg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
}

.companyh1{
	text-align:center;
	position:relative;
	padding:10rem 2rem 14rem 2rem;
}
h1.subH1 {
	position:relative;
	z-index:5;
    background: linear-gradient(270deg, #325DF9 0%, #8E2DB8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #111;
    text-align: center;
    /* font-family: 'Pretendard-ExtraBold'; */
	font-family: "Roboto Condensed", serif;
    font-size: 12rem;
    font-style: normal;
    font-weight: 800;
    line-height: 12rem;
}


.comIntroInner{
	position:relative;
	/* background:#fff; */
	z-index:6;
}

.comgrWrap{
	padding-bottom: 7.4rem;
	display:flex;
	width:100%;
	max-width:192rem;
	margin:0 auto;
}
.comgrImgInner{
	position: relative;
    width: 50%;
	top:7.4rem;
}
.comgrImg {
    height: 100%;
    background-image: url(../img/silverstar/sub/comgrImg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: #D9D9D9; */
    -webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 100%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 100%, transparent 80%, transparent 100%);
    position: relative;
    width: 100%;
}
.comgrTextInner{
	position: relative;
    width: 50%;
}
.comgrText {
	position:relative;
	z-index:3;
    background: #F6F8FF;
    width: 100%;
    display: flex;
	padding: 12rem 6rem 12rem 12rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
	
	-webkit-mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 95%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 95%, transparent 80%, transparent 100%);
}
.comgrText h2 strong {
    margin: 0 0 3rem 0;
    display: block;
    color: #111;
	font-family: "Roboto Condensed", serif;
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
}
.comgrText h2 p {
    margin: 0;
    display: block;
    color: #111;
    font-family: 'Pretendard-Light';
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 3.4rem;
}
.comgrText h2 p.last{
    margin: 3.6rem 0 0 0;
}
.comgrText h2 p b{
	font-family: 'Pretendard-Bold';
	font-weight: 700;
}
.comgrText h3 strong {
    margin: 0 0 3rem 0;
    display: block;
    color: #111;
	font-family: "Roboto Condensed", serif;
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
}
.comgrText h3 p {
    margin: 0;
    display: block;
    color: #111;
    font-family: 'Pretendard-Light';
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 3.4rem;
}
.comgrText h3 p.last{
    margin: 3.6rem 0 0 0;
}
.comgrText h3 p b{
	font-family: 'Pretendard-Bold';
	font-weight: 700;
}
.comgrText h3 img.silver_sign{
	height:4rem;
	margin:3rem 0 0 0;
}


.comstepWrap {
    position: relative;
    width: 100%;
    padding: 18rem 2rem 25rem 2rem;
    background: #fff;
}
.comstepT h2 {
    display: block;
    margin: 0 0 6rem 0;
    color: #111;
    text-align: center;
	font-family: "Roboto Condensed", serif;
    font-size: 5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 6rem;
}
.comstepInner {
    max-width: 152rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.comstep{
	width:100%;
	position:relative;
}
.comstep ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center;
}
.comstep li {
    flex: 0 0 calc(20% - 0px);
    margin: 0;
    box-sizing: border-box;
    padding: 0 3rem 3rem 3rem;
    display: flex;
    gap: 3rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.comstepNum{
	text-align: center;
	font-family: "Roboto Condensed", serif;
	font-size:2.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.6rem;
	text-transform: uppercase;
	background: linear-gradient(270deg, #325DF9 0%, #8E2DB8 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.comstepImg {
    padding-bottom: 90.17%;
    position: relative;
    /* height: 22rem; */
    width: 100%;
    background: #f4f4f4;
    -webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
}
.cstImg {
    display: flex;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.cstImg img{
	height:9.2rem;
}
.comstepText h3 span{
	color: #111;
	text-align: center;
	font-family: "Roboto Condensed", serif;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
}
.comstepText h3 {
    gap: 1rem;
    display: flex;
	color: #666;
    text-align: center;
    font-family: 'Pretendard';
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0.34px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}


.comstepPr{
	width:100%;
	position:relative;
}
.comstepPr ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center;
}
.comstepPr li {
    flex: 0 0 calc(20% - 0px);
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    height: 2.4rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	position:relative;
}
.comstepPr li:before {
    left: 50%;
    content: '';
    z-index: 4;
    position: absolute;
    width: 50%;
    height: 2px;
    background: #D9D9D9;
}
.comstepPr li:after {
    right: 50%;
    content: '';
    z-index: 4;
    position: absolute;
    width: 50%;
    height: 2px;
    background: #D9D9D9;
}
.comstepPr li:nth-child(1):after{content:none;}
.comstepPr li:last-child:before{content:none;}
.comstepPr li .comsDot {
    border: 4px solid #345DF9;
    background: #fff;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 5;
    border-radius: 50%;
}


.comgrWrap.bottom {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
}
.comgrWrap.bottom .comgrText {
    display: flex;
    padding: 12rem 0rem 12rem 0rem;
    background: #F3FAFD;
    -webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 100%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 100%, transparent 80%, transparent 100%);
    align-items: flex-end;
}
.comgrWrap.bottom .comgrText .comgrTextitem {
    padding: 0 2rem;
    width: 100%;
    max-width: 78rem;
}
.comgrWrap.bottom .comgrImgInner {
    top: -8.2rem;
}
.comgrWrap.bottom .comgrImg {
	background-image: url(../img/silverstar/sub/comgrrkrImg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 95%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 95%, transparent 80%, transparent 100%);
}
.comgrWrap.bottom .comgrImgInner img.silverstar_person {
	z-index:2;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    position: absolute;
}

@media (max-width:1600px){
	.companyh1 {
		padding: 8rem 2rem 12rem 2rem;
	}
	.companyPage:before {
		left: 0;
		top: 0;
		width: 63rem;
		height: 60rem;
	}
	.companyPage:after {
		top: 3.7rem;
		width: 60rem;
		height: 58rem;
	}
	
	h1.subH1 {
		font-size: 10rem;
		line-height: 10rem;
	}
	.comgrText {
		padding: 10rem 4rem 10rem 8rem;
	}
	.comgrText h2 strong {
		margin: 0 0 2rem 0;
		font-size: 3rem;
		line-height: 3.6rem;
	}
	.comgrText h2 p {
		font-size: 1.7rem;
		line-height: 3rem;
	}
	.comgrText h2 p.last {
		margin: 2.6rem 0 0 0;
	}
	.comgrText h3 strong {
		margin: 0 0 2rem 0;
		font-size: 3rem;
		line-height: 3.6rem;
	}
	.comgrText h3 p {
		font-size: 1.7rem;
		line-height: 3rem;
	}
	.comgrText h3 p.last {
		margin: 2.6rem 0 0 0;
	}
	
	
	.comstepWrap {
		padding: 16rem 2rem 22rem 2rem;
	}
	.comstep li {
		gap: 2.4rem;
	}
	.comstepText h3 span {
		font-size: 2.1rem;
		line-height: 3rem;
	}
	.comstepText h3 {
		gap: 1rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: 0.34px;
	}
	.comgrImgInner {
		top: 6.4rem;
	}
	.comgrWrap.bottom .comgrImgInner {
		top: -7.2rem;
	}
	.comgrWrap.bottom .comgrText {
		padding: 10rem 4rem 10rem 0rem;
	}
	.comgrWrap.bottom .comgrImgInner img.silverstar_person {
		height: 110%;
	}
	
	
	.comstepT h2 {
		margin: 0 0 4rem 0;
		font-size: 4.6rem;
		line-height: 5.2rem;
	}
}
@media (max-width:1400px){
	.comstep li {
		padding: 0 2rem 3rem 2rem;
	}
	.comstepText h3 span {
		font-size: 2.1rem;
		line-height: 3rem;
	}
	.comstepText h3 br {
		display:none;
	}
	.comgrWrap.bottom .comgrImgInner img.silverstar_person {
		height: 70%;
	}
}
@media (max-width:991px){
	.companyPage:before {
		left: 0;
		top: 0;
		width: 43rem;
		height: 40rem;
	}
	.companyPage:after {
		top: 11.7rem;
		width: 40rem;
		height: 38rem;
	}
	
	
	.companyh1 {
		padding: 6rem 2rem 10rem 2rem;
	}
	h1.subH1 {
		font-size: 8rem;
		line-height: 8rem;
	}
	.comgrWrap {
		padding-bottom: 0;
		padding-right: 0;
		width: 100%;
		flex-direction: column;
	}
	.comgrImgInner {
		padding: 0 0 0 5rem;
		width: 100%;
		top: 0;
		z-index:2;
	}
	.comgrImg {
		top: 0;
		height: 40rem;
		position: relative;
		width: 100%;
		
		-webkit-mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 100%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 100%, transparent 80%, transparent 100%);
	}
	.comgrTextInner {
		z-index: 1;
		padding: 0 5rem 0 0;
		width: 100%;
	}
	.comgrText {
		width: 100%;
		padding: 6rem 0rem 6rem 5rem;
		
		-webkit-mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 96%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 96%, transparent 80%, transparent 100%);
	}
	
	
	.comstepWrap {
		padding: 10rem 2rem 4rem 2rem;
	}
	.comstepT h2 {
		margin: 0 0 8rem 0;
		font-size: 4.2rem;
		line-height: 4.8rem;
	}
	.comstepInner {
		padding-left: 4rem;
		position: relative;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: flex-start;
	}
	.comstep ul {
		display: flex;
		list-style-type: none;
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
	}
	.comstep li {
		min-height: 25rem;
		position: relative;
		width: 100%;
		flex: inherit;
		margin: 0;
		box-sizing: border-box;
		padding: 0 28rem 0rem 0rem;
		display: flex;
		gap: 0rem;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: flex-end;
	}
	.comstepImg {
		right: 0;
		padding-bottom: 0;
		position: absolute;
		height: 16rem;
		width: 24rem;
		-webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
	}
	.cstImg img {
		height: 8.2rem;
	}
	.comstepText{
		text-align: left;
	}
	.comstepNum {
		position:absolute;
		top: -2.6rem;
		font-size: 2rem;
		line-height: 2rem;
	}
	.comstepText h3 span {
		text-align: left;
		font-size: 2.6rem;
		line-height: 3.8rem;
	}
	.comstepText h3 {
		align-items: flex-start;
        justify-content: flex-start;
		text-align: left;
		gap: 1rem;
		font-size: 1.8rem;
		line-height: 3rem;
		letter-spacing: 0.34px;
	}
	.comstepPr {
		top: 0;
		left: 0;
		height: 100%;
		width: 4rem;
		position: absolute;
	}
	.comstepPr ul {
		height: 100%;
		display: flex;
		padding: 0;
		margin: 0;
		list-style-type: none;
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
	}
	.comstepPr li:after{content:none;}
	.comstepPr li {
		flex: 0 0 calc(20% - 0px);
		margin: 0;
		box-sizing: border-box;
		padding: 1rem 0 0 0;
		display: flex;
		height: 100%;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		position: relative;
	}
	.comstepPr li:before {
		left: 0.7rem;
		content: '';
		z-index: 4;
		position: absolute;
		width: 2px;
		height: 100%;
		background: #D9D9D9;
	}
	
	
	
	.comgrWrap.bottom {
		padding-right: 0rem;
		padding-left: 0rem;
		display: flex;
		flex-direction: column-reverse;
	}
	.comgrWrap.bottom .comgrText {
		padding: 6rem 4rem 6rem 0rem;
	}
	.comgrWrap.bottom .comgrTextInner {
		padding: 0 0 0 5rem;
	}
	.comgrWrap.bottom .comgrText{
		-webkit-mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 96%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 96%, transparent 80%, transparent 100%);
	}
	.comgrWrap.bottom .comgrImgInner {
		padding: 0;
		top: 0;
	}
	.comgrWrap.bottom .comgrImg{
		-webkit-mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 96%, transparent 80%, transparent 100%);
        mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 96%, transparent 80%, transparent 100%);
	}
	.comgrWrap.bottom .comgrImgInner img.silverstar_person {
		height: 110%;
	}
}
@media (max-width:767px){
	.companyPage:before {
		left: 0;
		top: 6.3rem;
		width: 15.2rem;
		height: 14.6rem;
		background-image: url(../img/silverstar/sub/companyLeftBg_mo.webp);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.companyPage:after {
		top: 12.3rem;
		width: 16.5rem;
		height: 16rem;
		/* background-image: url(../img/silverstar/sub/companyRightBg_mo.webp); */
		/* background-position: top center; */
		/* background-repeat: no-repeat; */
		/* background-size: cover; */
	}
	.companyh1 {
		padding: 5rem 2rem 5rem 2rem;
	}
	h1.subH1 {
		font-size: 4rem;
		line-height: 4rem;
	}
	
	
	.comgrWrap {
		padding-right: 0;
	}
	.comgrTextInner {
		padding: 0 2rem 0 0;
		width: 100%;
	}
	.comgrText {
		padding: 4rem 2rem 5rem 2rem;
		-webkit-mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 97%, transparent 80%, transparent 100%);
        mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
	}
	.comgrImgInner {
		padding: 0 0 0 2rem;
	}
	.comgrImg {
		height: 22rem;
		-webkit-mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 100%, transparent 80%, transparent 100%);
        mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 100%, transparent 80%, transparent 100%);
	}
	.comgrText h2 strong {
		margin: 0 0 1.4rem 0;
		font-size: 2rem;
		line-height: 2.8rem;
	}
	.comgrText h2 p br{display:none;}
	.comgrText h2 p {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.comgrText h2 p.last {
		margin: 2rem 0 0 0;
	}
	.comgrText h3 p br{display:none;}
	.comgrText h3 p {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.comgrText h3 p.last {
		margin: 2rem 0 0 0;
	}
	.comgrText h3 img.silver_sign {
		height: 2.6rem;
		margin: 1.4rem 0 0 0;
	}
	.comgrWrap.bottom {
		padding-left: 0;
	}
	.comgrWrap.bottom .comgrTextInner {
		padding: 0 0 0 2rem;
	}
	.comgrWrap.bottom .comgrText {
		padding: 4rem 2rem 5rem 2rem;
		-webkit-mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 97%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 97%, transparent 80%, transparent 100%);
	}
	.comgrWrap.bottom .comgrText .comgrTextitem {
		padding: 0;
	}
	.comgrWrap.bottom .comgrImg {
		-webkit-mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
	}
	
	
	
	.comstepWrap {
		padding: 5rem 2rem 0 2rem;
	}
	.comstepT h2 {
		margin: 0 0 5rem 0;
		font-size: 2rem;
		line-height: 2.8rem;
	}
	.comstepPr {
		width: 1.4rem;
	}
	.comstepPr li {
		padding: 0.6rem 0 0 0;
	}
	.comstepPr li .comsDot {
		width: 10px;
		height: 10px;
	}
	.comstepPr li:before {
		left: 3.5px;
	}
	.comstepInner {
		padding-left: 2.4rem;
	}
	.comstep li {
		min-height: 19rem;
		position: relative;
		width: 100%;
		flex: inherit;
		margin: 0;
		box-sizing: border-box;
		padding: 0 11.4rem 0rem 0rem;
		display: flex;
		gap: 0rem;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: flex-end;
	}
	.comstep li:last-child{
		
	}
	.comstepText h3 span {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.comstepNum {
		position: absolute;
		top: -1.8rem;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	.comstepText h3 {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
		gap: 1rem;
		font-size: 1.5rem;
		line-height: 2.2rem;
		letter-spacing: 0.3px;
	}
	.comstepImg {
		top: -1.8rem;
		right: 0;
		padding-bottom: 0;
		position: absolute;
		height: 8.2rem;
		width: 10rem;
		-webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
	}
	.cstImg img {
		height: 4.6rem;
	}
	
}

/*================== :::::::::::::: 회사소개 History :::::::::::::: ==================*/
.comhisWrap .companyh1 {
    padding: 12rem 2rem 2rem 2rem;
}
.comhisWrap .companyh1 h1.subH1 {
    background: #fff;
    color: #111;
    text-align: center;
        font-family: "Roboto Condensed", serif;
    font-size: 9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 9rem;
    -webkit-text-fill-color: inherit;
}
.comhisContBox{
	margin:0 auto;
	width:100%;
	max-width:156rem;
	padding:0 2rem;
	position:relative;
}
.comhisContInner{
	padding:0 0 0 6.8rem;
	width:100%;
	position:relative;
}
.comhisContInner:before {
    content: '';
    position: absolute;
    left: 0.6rem;
    height: 100%;
    width: 0.2rem;
    background: linear-gradient(180deg, #FFF 0.05%, #FFF 9rem, #DBE7F9 2.29%, #DBE7F9 100%);
}
.comhisCont{
	position:relative;
	padding:6rem 0 0 0;
}
.comhisCont:last-child{
	padding-bottom:6rem;
}
.comhisCont::before {
    background: #fff;
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    left: -6.8rem;
    transform: inherit;
    top: 8.8rem;
    border-radius: 50%;
    border: 0.5rem solid #345DF9;
}
.comhisCont strong {
    margin: 0 0 4rem 0;
    display: block;
    color: #111;
	font-family: "Roboto Condensed", serif;
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 7rem;
}

.hisitCont{
	width:100%;
	position:relative;
}
.hisitCont ul{
	width:100%;
	position:relative;
}
.hisitCont ul li{
	padding:0rem 0 6rem 0rem;
	width:100%;
	position:relative;
}
.hisitCont ul li dl {
    left: 0;
    position: absolute;
    display: inline-block;
    color: #111;
    font-family: "Roboto Condensed", serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.4rem;
}
.hisitCont ul li:last-child{
	padding:0rem 0 0rem 0rem;
}
.hisitCont ul li:last-child .hisImgTextInner{
	padding:0;
	border-bottom:none;
}
.hisImgTextInner{
	width:100%;
	position:relative;
	display:flex;
	padding:0 0 6rem 0;
	border-bottom:1px solid #EEE;
}
.hisImgTextInner.dou{
	gap:6rem;
}
.hisImg{
	position:relative;
	width:52rem;
	height:33.6rem;
	background:#D9D9D9;
	-webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);

		background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.himg2025{background-image: url(../img/silverstar/sub/himg2025.webp);}
.himg2022_en{background-image: url(../img/silverstar/sub/himg2022_en.webp);}
.himg2021{background-image: url(../img/silverstar/sub/himg2021.webp);}
.himg2019{background-image: url(../img/silverstar/sub/himg2019.webp);}
.himg2017{background-image: url(../img/silverstar/sub/himg2017.webp);}
.himg2016{background-image: url(../img/silverstar/sub/himg2016.webp);}
.himg2013{background-image: url(../img/silverstar/sub/himg2013.webp);}
.himg2011{background-image: url(../img/silverstar/sub/himg2011.webp);}
.himg2010{background-image: url(../img/silverstar/sub/himg2010.webp);}
.himg2006{background-image: url(../img/silverstar/sub/himg2006.webp);}

.hisImgTextInner.dou .hisText{
	width:80.2rem;
}
.hisText{
	position:relative;
}
.hisText h2 {
    font-family: "Roboto Condensed", serif;
    display: block;
    text-align: left;
    margin: 0 0 1rem 0;
    color: #111;
    /* font-family: 'Pretendard-SemiBold'; */
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.8rem;
}
.hisText h3{
	display:block;
	text-align:left;
	margin:0;
	color: #111;
	font-family: 'Pretendard-Light';
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3rem;
}




.memslidebox.scrollUp {
    top: 8rem;
}
.memslidebox{
	overflow: hidden;
	position: sticky;
    top: 0rem;
	width:100%;
	z-index:20;
}
.memslidebox .swiper-wrapper{
	justify-content: center;
}
.memslideSidebox{
	max-width:1500px;
	margin:0 auto;
	padding:2rem 2rem;
	width:100%;
}
.memsInner {
    position: relative;
}
.memsInner .swiper{
	overflow:unset;
}
.memsInner .swiper-slide{
	width:auto;
}
.memsItem{
	display:flex;
	margin:0 0.3rem;
}
.memsItem a {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    display: flex;
    padding: 1.4rem 2.4rem;
    background: #fff;
    border-radius: 144px;
    background: #FFF;
    align-items: center;
    justify-content: center;
    color: #111;
    font-family: 'Pretendard';
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}
/* .memsItem a:hover{ */
	/* text-decoration:underline; */
/* } */
.memsItem.active a {
    border: 1px solid #345DF9;
    color: #fff;
    border-radius: 99px;
    background: linear-gradient(0deg, #345DF9 0%, #345DF9 100%), #F1F7FC;
}

.memsItem400{display:none;}
@media (max-width:1600px){
	.comhisWrap .companyh1 {
		padding: 8rem 2rem 2rem 2rem;
	}
	.comhisWrap .companyh1 h1.subH1 {
		font-size: 8.6rem;
		line-height: 9rem;
	}
	.comhisContInner:before {
		background: linear-gradient(180deg, #FFF 0.05%, #FFF 9rem, #DBE7F9 2.29%, #DBE7F9 100%);
	}
}
@media (max-width:991px){
	.comhisWrap .companyh1 {
		padding: 6rem 2rem 2rem 2rem;
	}
	.comhisWrap .companyh1 h1.subH1 {
		font-size: 7rem;
		line-height: 8rem;
	}
	.comhisCont strong {
		margin: 0 0 4rem 0;
		font-size: 5rem;
		line-height: 7rem;
	}
	.hisImgTextInner.dou {
		gap: 4rem;
	}
	.hisImgTextInner.dou .hisText {
		width: 100%;
	}
	.hisImgTextInner {
		width: 100%;
		position: relative;
		display: flex;
		padding: 0 0 6rem 0;
		border-bottom: 1px solid #EEE;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	.memslideSidebox {
		padding: 1rem 2rem;
	}
	.memsItem a {
		padding: 1rem 2rem;
		font-size: 2rem;
		line-height: 2.6rem;
	}
}
@media (max-width:767px){
	.comhisWrap .companyh1 {
		padding: 5rem 2rem 0rem 2rem;
	}
	.comhisWrap .companyh1 h1.subH1 {
		font-size: 4rem;
		line-height: 4rem;
	}
	.comhisContInner:before {
		left: 0.7rem;
		height: 100%;
		width: 0.2rem;
		background: linear-gradient(180deg, #FFF 0.05%, #FFF 6rem, #DBE7F9 2.29%, #DBE7F9 100%);
	}
	.comhisCont {
		position: relative;
		padding: 5rem 0 0 0;
	}
	.comhisCont strong {
		margin: 0 0 1.6rem 0;
		font-size: 2.5rem;
		line-height: 3.2rem;
	}
	.comhisCont::before {
		width: 0.4rem;
		height: 0.4rem;
		left: -2rem;
		top: 6rem;
		border: 0.4rem solid #345DF9;
	}
	.comhisContInner {
		padding: 0 0 0 2.2rem;
	}
	.hisitCont ul li {
		padding: 0rem 0 3rem 0rem;
	}
	.hisitCont ul li:last-child {
		padding: 0rem 0 0rem 0rem;
	}
	.hisImgTextInner.dou {
		        gap: 1rem;
		padding: 0 0 3rem 0;
	}
	.hisImgTextInner.dou .hisText {
		width: 100%;
	}
	.hisImgTextInner {
		width: 100%;
		position: relative;
		display: flex;
		padding: 0 0 6rem 0;
		border-bottom: 1px solid #EEE;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.hisitCont ul li dl {
		letter-spacing: -0.36px;
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.hisText h2 {
		letter-spacing: -0.32px;
		margin: 0 0 0.8rem 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.hisText h3 {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.hisImg {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 64%;
		-webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
	}
	
	
	.memslidebox.scrollUp {
		top: 6rem;
	}
	.memslidebox .swiper-wrapper {
		justify-content: left;
	}
	.memsItem a {
		padding: 1rem 1.8rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
}
@media (max-width:400px){
	/* .memsInner .swiper{display:none;} */
	/* .memsItem400{ */
		/* display:flex; */
	/* } */
	
	/* .memsItem { */
		/* width: 25%; */
		/* display: flex; */
		/* margin: 0 0.1rem; */
	/* } */
	.memsItem a {
		letter-spacing: -0.2px;
		width: 100%;
		padding: 1rem 1rem;
		font-size: 1.3rem;
		line-height: 2rem;
	}
}
/*================== :::::::::::::: 회사소개 contact :::::::::::::: ==================*/
.comcontactWrap{
	padding:12rem 0;
	position:relative;
}
.comcontInner{
	position:relative;
}
.comconttitle{
	position:relative;
	margin:0 0 8rem 0; 
}
.comconttitle h2{
    background: #fff;
    color: #111;
    text-align: center;
    font-family: "Roboto Condensed", serif;
    font-size: 9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 9rem;
    -webkit-text-fill-color: inherit;
}
.contact_organization{
	display:flex;
	max-width:156rem;
	padding:0 2rem;
	margin:0 auto;
}
.contact_organization img{
	max-width:100%;
}
.contact_organization img.pcorga{display:block;}
.contact_organization img.moorga{display:none;}

.comcontmap{
	width:100%;
	position:relative;
	height:56rem;
}
.comcontmap iframe{
	width:100%;
	height:100%;
}

.conttInfoInner{
	max-width:156rem;
	padding:0 2rem;
	margin:8rem auto 0 auto;
	overflow: hidden;
}
.conttInfoBox{
	display:flex;
	gap:24rem;
	position:relative;
}
.conttInfo:nth-child(1){
	width:979px;
}
.conttInfo:nth-child(1):before {
    right: -12rem;
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #eee;
}
.conttInfo:nth-child(2){
	width:300px;
}
.conttInfo{
	position:relative;
	height:100%;
}
.conttInfo ul {
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
}
.conttInfo ul li{
	position:relative;
	width:100%;
	border-bottom:1px solid #eee;
	padding:5rem 0;
}
.conttInfo ul li:nth-child(1){
	padding:0 0 5rem 0;
}
.conttInfo ul li:last-child{
	border-bottom:none;
	padding:5rem 0 0 0;
}
.conttInfo ul li h3{
	margin:0 0 2rem 0;
}
.conttInfo ul li h3:last-child{
	margin:0;
}
.conttInfo ul li h3 span {
    display: block;
    color: #000;
    text-align: left;
    font-family: "Roboto Condensed", serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 0 0 0.6rem 0;
}
.conttInfo ul li dl{
	margin:0;
	overflow: hidden;
	color: #666;
	text-align: left;
	text-overflow: ellipsis;
	font-family: 'Pretendard';
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}
@media (max-width:1600px){
	.comcontactWrap {
		padding: 8rem 0 10rem 0;
	}
	.comconttitle h2 {
		font-size: 8.6rem;
		line-height: 9rem;
	}
	.conttInfoBox {
		gap: 20rem;
	}
	.conttInfo:nth-child(1):before {
		right: -10rem;
	}
}
@media (max-width:991px){
	.comcontactWrap {
		padding: 6rem 0 10rem 0;
	}
	.comconttitle h2 {
		font-size: 7rem;
		line-height: 8rem;
	}
	.conttInfoInner {
		margin: 6rem auto 0 auto;
	}
	.conttInfoBox {
		display: block;
	}
	.conttInfo:nth-child(1) {
		width: 100%;
	}
	.conttInfo:nth-child(2) {
		width: 100%;
	}
	.conttInfo ul li {
		padding: 3rem 0;
	}
	.conttInfo ul li:nth-child(1) {
		padding: 0 0 3rem 0;
	}
	.conttInfo ul li:last-child {
		padding: 3rem 0 0 0;
	}
	.conttInfo:nth-child(2) {
		padding: 3rem 0 0 0;
		border-top: 1px solid #eee;
		margin: 3rem 0 0 0;
		width: 100%;
	}
	.conttInfo ul li h3 span {
		font-size: 1.8rem;
		line-height: 2.2rem;
		margin: 0 0 0.6rem 0;
	}
	.conttInfo ul li dl {
		font-size: 1.7rem;
		line-height: 2.4rem;
	}
}
@media (max-width:767px){
	.comcontactWrap {
		padding: 5rem 0 5rem 0;
	}
	.contactpage .memslidebox .swiper-wrapper {
		justify-content: center;
	}
	.comconttitle {
		margin: 0px 0 3rem 0;
	}
	.comconttitle h2 {
		font-size: 4rem;
		line-height: 4rem;
	}
	.comcontmap {
		height: 46rem;
	}
	.conttInfoInner {
		margin: 3rem auto 0 auto;
	}
	.conttInfo ul li h3 span {
		font-size: 1.6rem;
		line-height: 2.2rem;
		letter-spacing: 0.48px;
		margin: 0 0 0.4rem 0;
	}
	.conttInfo ul li dl {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	
	.contact_organization img.pcorga{display:none;}
	.contact_organization img.moorga{display:block;}
}


/*================== :::::::::::::: 솔루션 필터 :::::::::::::: ==================*/
.solubg01 {
    background-image: url(../img/silverstar/sub/solubg01_bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.solubg02 {
    background-image: url(../img/silverstar/sub/solubg02_bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.silprWrap{
	position:relative;
	padding:0 0 10rem 0;
}
.silprSideBox{
	max-width:156rem;
	padding:0 2rem;
	margin:0 auto;
}
.silprInner:nth-child(1){padding:10rem 0 0 0;margin:0;}
.silprInner{
	margin:10rem 0 0 0;
	padding:10rem 0 0 0;
	position:relative;
}

.silprh1 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.silprh1 h1 {
    position: relative;
    display: inline-block;
    color: #111;
    text-align: center;
    font-family: "Roboto Condensed", serif;
    font-size: 10rem;
    font-weight: 600;
    line-height: 10rem;
    margin: 0 0 6rem 0;
}

.silprh2 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.silprh2 h2 {
    position: relative;
    background: linear-gradient(270deg, #325DF9 0%, #8E2DB8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #111;
    text-align: center;
    font-family: "Roboto Condensed", serif;
    font-size: 7rem;
    font-weight: 700;
    line-height: 8rem;
	letter-spacing: -2.1px;
    margin: 0 0 12rem 0;
}
.silprh2 h2:after {
    transform: translateX(-50%);
    left: 50%;
    content: '';
    position: absolute;
    bottom: -6rem;
    width: 6rem;
    height: 1px;
    background: #111;
}
.silprh3 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.silprh3 h3{
	position:relative;
	color: #111;
	font-family: "Roboto Condensed", serif;
	font-size: 5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 6rem;
	margin:0 0 6rem 0;
}
.silprh2small {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.silprh2small h2{
	position:relative;
	color: #111;
	font-family: "Roboto Condensed", serif;
	font-size: 5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 6rem;
	margin:0 0 6rem 0;
}

.silprbl3{
	position:relative;
	padding:0 0 10rem 0;
	margin:0 0 10rem 0;
	border-bottom:1px solid #eee;
}
.silprbl3 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center;
}
.silprbl3 li {
    flex: 0 0 calc(33.33333333333% - 0px);
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    gap: 0rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	position:relative;
}
.silprbl3item{
	width:100%;
	position:relative;
}
.silprbl3Img{
	width:100%;
	position:relative;
	padding:0 4.3rem;
}
.silprbl3ImgInner {
    display: flex;
    height: 30rem;
    width: 100%;
    background: #F4F6FD;
    -webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    align-items: center;
    justify-content: center;
}
.silprbl3 li:last-child .silprbl3ImgInner img{
	height: 28rem;
}
.silprbl3ImgInner img {
    height: 24rem;
}
.silprbl3item h3{
	margin:3rem 0 0 0;
	color: #111;
	text-align: center;
	font-family: "Roboto Condensed", serif;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}
.silprbigimgcont{
	position:relative;
}
.silprbigimgcont h3.top{
	margin:0 0 3rem 0;
}
.silprbigimgcont h3.bottom{
	margin:3rem 0 0 0;
}
.silprbigimgcont h3{
	color: #111;
	text-align: center;
	font-family: 'Pretendard';
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
}
.silprbigimgcont h3 b{
	font-family: 'Pretendard-Bold';
    font-weight: 700;
}
.silprbigimgInner{
	display: flex;
    height:auto;
	padding:8rem 2rem;
    width: 100%;
    background: #F4F6FD;
    -webkit-mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
    align-items: center;
    justify-content: center;
}
.silprbigimgInner.Fluid_Filter{
	padding:0;
}
img.pcsilprimg{display:block;}
img.mosilprimg{display:none;}

.silprbl4{
	position:relative;
	padding:0;
	margin:6rem 0 0 0;
}
.silprbl4 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center;
}
.silprbl4 li {
    flex: 0 0 calc(25% - 0px);
    margin: 0;
    box-sizing: border-box;
    padding: 0 3rem;
    display: flex;
    gap: 0rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.silprbl4item{
	width:100%;
	position:relative;
}
.silprbl4Img {
    width: 100%;
    position: relative;
    padding: 0 3.8rem;
}
.silprbl4ImgInner {
    display: flex;
    height: 20rem;
    width: 100%;
    background: #F4F6FD;
    -webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    align-items: center;
    justify-content: center;
}
.silprbl4ImgInner img{
	height:9.2rem;
}
.silprbl4item h3{
	margin:2rem 0 0 0;
	color: #111;
	text-align: center;
	font-family: "Roboto Condensed", serif;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
}
.hidtext{
	display:none;
}

@media (max-width:1600px) {
	.silprh1 h1 {
		font-size: 9rem;
		line-height: 9rem;
		margin: 0 0 5rem 0;
	}
	
	.silprh2 h2 {
		font-size: 6.6rem;
		line-height: 7.4rem;
		margin: 0 0 10rem 0;
	}
	.silprh2 h2:after {
		bottom: -5rem;
		width: 6rem;
	}
	.silprh3 h3 {
		font-size: 4.6rem;
		line-height: 5.2rem;
		margin: 0 0 5rem 0;
	}
	
	
	.silprbl3 {
		padding: 0 0 8rem 0;
		margin: 0 0 8rem 0;
	}
	.silprbl3Img {
		padding: 0 3rem;
	}
	
	
	.silprInner {
		margin:8rem 0 0 0;
		padding: 8rem 0 0 0;
	}
}
@media (max-width:1400px) {
	.silprbl4Img {
		padding: 0 2rem;
	}
}
@media (max-width:991px) {
	.silprWrap {
		padding: 0 0 8rem 0;
	}
	.silprInner:nth-child(1){
		padding: 8rem 0 0 0;
	}
	.silprInner {
		margin:4rem 0 0 0;
		padding: 8rem 0 0 0;
	}	
	.silprh1 h1 {
		font-size: 8rem;
		line-height: 8rem;
		margin: 0 0 5rem 0;
	}
	.silprh2 h2 {
		font-size: 6rem;
		line-height: 7rem;
		letter-spacing: -2px;
		margin: 0 0 8rem 0;
	}
	.silprh2 h2:after {
		bottom: -4rem;
		width: 5rem;
	}
	.silprh3 h3 {
		font-size: 4rem;
		line-height: 5rem;
		margin: 0 0 4rem 0;
	}
	
	
	.silprbl3 li {
		flex: 0 0 calc(50% - 0px);
	}
	.silprbl3 li:last-child{
		margin:4rem 0 0 0;
	}
	.silprbigimgcont h3.top {
		margin: 0 0 2rem 0;
	}
	.silprbigimgcont h3.bottom {
		margin: 2rem 0 0 0;
	}
	.silprbl3item h3 {
		margin: 2rem 0 0 0;
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.silprbigimgcont h3 {
		font-size: 2rem;
		line-height: 3.2rem;
	}
	.silprbigimgInner {
		padding: 6rem 2rem;
	}
	
	
	
	
	
	.silprbl4 ul {
		gap: 4rem 0;
	}
	.silprbl4 li {
		flex: 0 0 calc(50% - 0px);
		padding: 0 3rem;
	}
	.silprbl4item h3 {
		margin: 2rem 0 0 0;
		font-size: 2rem;
		line-height: 3rem;
	}
}
@media (max-width:767px) {
	.silprWrap {
		padding: 0 0 5rem 0;
	}
	.subArea.solution .memslidebox .swiper-wrapper {
		justify-content: center;
	}
	.silprInner:nth-child(1){
		padding: 5rem 0 0 0;
	}
	.silprInner {
		margin: 0rem 0 0 0;
		padding: 6rem 0 0 0;
	}
	.silprh1 h1 {
		font-size: 5rem;
		line-height: 6rem;
		margin: 0 0 3rem 0;
	}
	.silprh2 h2 {
		font-size: 4rem;
		line-height: 4rem;
		letter-spacing: 0;
		margin: 0 0 6rem 0;
	}
	.silprh2 h2:after {
		bottom: -3rem;
		width: 3rem;
	}
	.silprh3 h3 {
		font-size: 2.6rem;
		line-height: 3.4rem;
		margin: 0 0 3rem 0;
	}
	
	
	.silprbl3 {
		padding: 0 0 5rem 0;
		margin: 0 0 5rem 0;
	}
	.silprbl3 li {
		margin: 0 0 3rem 0;
		flex: 0 0 calc(100% - 0px);
	}
	.silprbl3 li:last-child {
		margin: 0;
	}
	.silprbl3Img {
		padding: 0;
	}
	.silprbl3ImgInner img {
		height: 17rem;
	}
	.silprbl3item h3 {
		margin: 1.6rem 0 0 0;
		font-size: 2rem;
		line-height: 2.4rem;
	}
	.silprbl3ImgInner {
		display: flex;
		height: 24rem;
		-webkit-mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 96%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 96%, transparent 80%, transparent 100%);

	}
	
	
	.silprbigimgcont h3 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.silprbigimgcont h3.top {
		margin: 0 0 3rem 0;
	}
	.silprbigimgcont h3.bottom {
		margin: 5rem 0 0 0;
	}
	.hidtext{
		margin:1.6rem 0 0 0;
		display:block;
		color: #111;
		text-align: center;
		font-family: "Roboto Condensed", serif;
		font-size: 2rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.4rem;
	}
	
	
	.silprbigimgInner {
		padding: 0;
	}
	img.pcsilprimg{display:none;}
	img.mosilprimg{display:block;}
	
	
	.silprbl4 {
		margin: 3rem 0 0 0;
	}
	.silprbl4 ul {
		gap: 2rem 0;
	}
	.silprbl4 li {
		flex: 0 0 calc(100% - 0px);
		padding: 0;
	}
	.silprbl4Img {
		padding: 0;
	}
	.silprbl4item h3 {
		margin: 1rem 0 0 0;
		font-size: 2rem;
		line-height: 2.4rem;
	}
}
/*================== :::::::::::::: 솔루션 Automotive :::::::::::::: ==================*/
.solubg03 {
    background-image: url(../img/silverstar/sub/solubg03_bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.silprWrap.Automotive .silprh2 h2 {
    -webkit-text-fill-color: inherit;
    color: #222;
    background: none;
}
.silprWrap.Automotive .silprh2 h2 span{
	background: linear-gradient(270deg, #325DF9 0%, #8E2DB8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.silprWrap.Automotive .silprbigimgInner{
	padding:8rem 8rem;
	    display: block;
}
.carfram{
	position:relative;
}
.carfram:nth-child(2) ul{
	margin:10rem 0 0 0;
}
.carfram ul {
    display: flex;
    padding: 0;
    margin: 0;
	gap:10rem;
}
.carfram li {
	width:33.333333333%;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    gap: 0rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
/* .carfram ul { */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* padding: 0; */
    /* margin: 0; */
    /* list-style-type: none; */
    /* justify-content: center; */
/* } */
/* .carfram li { */
    /* flex: 0 0 calc(33.33333333333% - 0px); */
    /* margin: 0; */
    /* box-sizing: border-box; */
    /* padding: 0; */
    /* display: flex; */
    /* gap: 0rem; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: flex-start; */
/* } */
.carframitem{
	position:relative;
	width:100%;
}
.carframimg{
	position:relative;
	width:100%;
	display:flex;
}
.carframitem h3{
	margin:1rem 0 0 0;
	color: #111;
	text-align: center;
	font-family: "Roboto Condensed", serif;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3rem;
}

.silprInner.Automotive{
	margin:10rem 0 0 0;
	border-top:1px solid #eee;
	padding:10rem 0 0 0;
}
.keyfeatureBox{
	position:relative;
	/* margin:10rem 0 0 0; */
	/* border-top:1px solid #eee; */
	/* padding:10rem 0 0 0; */
}

.autokfbox{
	position:relative;
	margin:0 0 3rem 0;
}
.autokfbox ul {
    gap: 0rem;
    position: relative;
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center;
}
.autokfbox ul li{
    margin: 0px;
    box-sizing: border-box;
	position:relative;
}
.autokfbox ul li:nth-child(1){
	flex: 0 0 calc(50% - 0px);
}
.autokfbox ul li:nth-child(2){
	flex: 0 0 calc(25% - 0px);
}
.autokfbox ul li:nth-child(3){
	flex: 0 0 calc(25% - 0px);
}
.aukftImg {
    display: flex;
    width: 100%;
    background: #F4F6FD;
    -webkit-mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 97%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 97%, transparent 80%, transparent 100%);
    align-items: center;
    justify-content: center;
}
.autokfbox ul li:nth-child(2) .aukftext{
	background-image: url(../img/silverstar/sub/aukftext_bg_01.webp);
}
.autokfbox ul li:nth-child(3) .aukftext{
	background-image: url(../img/silverstar/sub/aukftext_bg_02.webp);
	-webkit-mask-image: linear-gradient(-45deg, transparent 10%, transparent 4%, black 4%, black 100%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 100%, transparent 80%, transparent 100%);
}
.autokfbox ul li .aukftext {
    height: 100%;
    gap: 2rem;
    width: 100%;
    position: relative;
    display: flex;
    padding: 5rem 4rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.autokfbox ul li .aukftext h3{
	display:block;
	text-align:left;
	margin:0;
	color: #111;
	font-family: "Roboto Condensed", serif;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.2rem;
	letter-spacing: -0.24px;
}
.autokfbox ul li .aukftext h4{
	display:block;
	text-align:left;
	margin:0;
	color: #444;
	font-family: 'Pretendard-Light';
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.8rem;
}

.kflay3{
	position:relative;
}
.kflay3 ul {
    gap: 2.2rem;
    display: flex;
    position: relative;
}
.kflay3 ul li{
	background:#ddd;
	position:relative;
	display: flex;
    width: 100%;
    margin: 0;
    padding: 0 4rem;
	min-height:18.4rem;
    align-items: center;
    justify-content: flex-start;
    /* -webkit-mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 100%, transparent 80%, transparent 100%); */
    /* mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 100%, transparent 80%, transparent 100%); */
    -webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);

	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.kflay3 ul li .kflay3item {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}
.kflay3 ul li .kflay3item h3{
	margin:0;
	color: #111;
	font-family: "Roboto Condensed", serif;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.2rem;
}

.silprWrap.Automotive .kflay3 ul li:nth-child(1){
	background-image: url(../img/silverstar/sub/kflay_auto_01.webp);
}
.silprWrap.Automotive .kflay3 ul li:nth-child(2){
	background-image: url(../img/silverstar/sub/kflay_auto_02.webp);
}
.silprWrap.Automotive .kflay3 ul li:nth-child(3){
	background-image: url(../img/silverstar/sub/kflay_auto_03.webp);
}
@media (max-width:1600px) {
	.silprInner.Automotive{
		margin: 8rem 0 0 0;
		padding: 8rem 0 0 0;
	}
	/* .keyfeatureBox { */
		/* margin: 8rem 0 0 0; */
		/* padding: 8rem 0 0 0; */
	/* } */
	.silprh2small h2 {
		font-size: 4.6rem;
		line-height: 5.2rem;
		margin: 0 0 5rem 0;
	}
	
	
	.carfram ul {
		gap: 8rem;
	}
	.carfram:nth-child(2) ul {
		margin: 8rem 0 0 0;
	}
}
@media (max-width:991px) {
	.silprWrap.Automotive .silprbigimgInner {
		padding: 6rem 3rem;
		display: block;
	}
	.carfram ul {
		gap: 4rem;
	}
	.carfram:nth-child(2) ul {
		margin: 5rem 0 0 0;
	}
	.carframitem h3 {
		margin: 1rem 0 0 0;
		font-size: 2.2rem;
		line-height: 2.8rem;
	}
	
	
	.silprh2small h2 {
		font-size: 4rem;
		line-height: 5rem;
		margin: 0 0 4rem 0;
	}
	.autokfbox ul li:nth-child(1) {
		flex: 0 0 calc(100% - 0px);
	}
	.autokfbox ul li:nth-child(2) {
		flex: 0 0 calc(50% - 0px);
	}
	.autokfbox ul li:nth-child(3) {
		flex: 0 0 calc(50% - 0px);
	}
	.autokfbox ul li .aukftext {
		min-height: 84rem;
		gap: 2rem;
		padding: 5rem 4rem;
	}
	
	.silprInner.Automotive{
		margin: 6rem 0 0 0;
		padding: 6rem 0 0 0;
	}
	
	
	.kflay3 ul {
		gap: 2rem;
		display: flex;
		position: relative;
		flex-direction: column;
	}
}
@media (max-width:767px) {
	.silprWrap.Automotive .silprbigimgInner {
		padding: 3rem 4.8rem;
		display: block;
		-webkit-mask-image: linear-gradient(-45deg, transparent 3%, transparent 2%, black 2%, black 98%, transparent 80%, transparent 100%);
        mask-image: linear-gradient(-45deg, transparent 2%, transparent 2%, black 2%, black 98%, transparent 80%, transparent 100%);
	}
	.carfram ul {
		display: flex;
		gap: 2rem;
		flex-direction: column;
	}
	.carfram li {
		width: 100%;
	}
	.carframitem h3 {
		margin: 0.6rem 0 0 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.carfram:nth-child(2) ul {
		margin: 2rem 0 0 0;
	}
	
	
	.silprInner.Automotive{
		margin: 5rem 0 0 0;
		padding: 5rem 0 0 0;
	}
	/* .keyfeatureBox { */
		/* margin: 5rem 0 0 0; */
		/* padding: 5rem 0 0 0; */
	/* } */
	.silprh2small h2 {
		font-size: 2.6rem;
		line-height: 3.4rem;
		margin: 0 0 3rem 0;
	}
	.autokfbox {
		margin: 0 0 1rem 0;
	}
	.autokfbox ul li:nth-child(2) {
		flex: 0 0 calc(100% - 0px);
	}
	.autokfbox ul li:nth-child(3) {
		flex: 0 0 calc(100% - 0px);
	}
	.autokfbox ul li .aukftext {
		min-height: 42.5rem;
		gap: 1rem;
		padding: 2rem 2rem;
	}
	.autokfbox ul li .aukftext h3 {
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: 0;
	}
	.autokfbox ul li .aukftext h4 {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.autokfbox ul li:nth-child(2) .aukftext {
		background-position: center center;
		background-image: url(../img/silverstar/sub/aukftext_bg_01_mo.webp);
	}
	.autokfbox ul li:nth-child(3) .aukftext {
		background-position: center center;
		background-image: url(../img/silverstar/sub/aukftext_bg_02_mo.webp);
	}
	
	
	.kflay3 ul {
		gap: 1rem;
	}
	.kflay3 ul li {
		padding: 0 2rem;
		min-height: 12rem;
		-webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
	}
	.kflay3 ul li .kflay3item h3 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

/*================== :::::::::::::: 솔루션 lmp :::::::::::::: ==================*/
.silprInner.lmp .silprbl3item h3{
	font-weight:600;
}
.silprInner.lmp .silprh3 {
    gap: 2.4rem;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	margin:0 0 6rem 0;
}
.silprInner.lmp .silprh3 h3{
	margin:0;
}
h3.sub{
	color: #111;
	text-align: center;
	font-family: 'Pretendard';
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
}


.silprInner.lmp .silprbl3 ul {
    gap: 13rem;
    display: flex;
    flex-wrap: inherit;
    list-style-type: none;
    justify-content: flex-start;
    flex-direction: row;
}
.silprInner.lmp .silprbl3 li {
    width: 33.33333333%;
    flex: inherit;
}
.silprInner.lmp .silprbl3Img:before {
    transform: translateY(-50%);
    z-index: 3;
    top: 50%;
    content: '';
    position: absolute;
    right: -7.6rem;
    width: 2.35rem;
    height: 2rem;
    background-image: url(
    ../img/silverstar/sub/pr_arrow_icon.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.silprInner.lmp .silprbl3 li:nth-child(3) .silprbl3Img:before{
	content: none;
}
.silprInner.lmp .silprbl3Img{
	padding:0;
}


.lmpkfBox{
	overflow:hidden;
}
.silprInner.lmp .kflay3 ul {
    gap: 3rem 0;
    display: flex;
    position: relative;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -1.5rem;
    list-style-type: none;
}
.silprInner.lmp .kflay3 li {
    display: flex;
    position: relative;
    list-style: none;
    flex: 0 0 calc(50% - 3rem);
    margin: 0 1.5rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.silprInner.lmp .kflay3 ul li:nth-child(1) {
    background-image: url(../img/silverstar/sub/Simplified-manufacturing-process.webp);
}
.silprInner.lmp .kflay3 ul li:nth-child(2) {
    background-image: url(../img/silverstar/sub/Eco-friendly.webp);
}
.silprInner.lmp .kflay3 ul li:nth-child(3) {
    background-image: url(../img/silverstar/sub/Optimized-products.webp);
}
.silprInner.lmp .kflay3 ul li:nth-child(4) {
    background-image: url(../img/silverstar/sub/Improved-design-flexibility.webp);
}



.silprbigimgInner.lmp_Automotive {
    padding: 0;
}
.lmp_AutomotiveBox {
    overflow: hidden;
	padding:10rem 0 0 0;
	margin:10rem 0 0 0;
	border-top:1px solid #eee;
}
.lmp_AutomotiveBox .kflay3 ul {
    gap: 3rem 0;
    display: flex;
    position: relative;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -1.5rem;
    list-style-type: none;
}
.lmp_AutomotiveBox .kflay3 li {
    display: flex;
    position: relative;
    list-style: none;
    flex: 0 0 calc(50% - 3rem);
    margin: 0 1.5rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
/* .lmp_AutomotiveBox ul li:nth-child(1) { */
    /* background-image: url(../img/silverstar/sub/lmp_Automotive_bg_01.webp); */
/* } */
/* .lmp_AutomotiveBox ul li:nth-child(2) { */
    /* background-image: url(../img/silverstar/sub/lmp_Automotive_bg_02.webp); */
/* } */
/* .lmp_AutomotiveBox ul li:nth-child(3) { */
    /* background-image: url(../img/silverstar/sub/lmp_Automotive_bg_03.webp); */
/* } */
/* .lmp_AutomotiveBox ul li:nth-child(4) { */
    /* background-image: url(../img/silverstar/sub/lmp_Automotive_bg_04.webp); */
/* } */
/* .lmp_AutomotiveBox ul li:nth-child(5) { */
    /* background-image: url(../img/silverstar/sub/lmp_Automotive_bg_05.webp); */
/* } */
/* .lmp_AutomotiveBox ul li:nth-child(6) { */
    /* background-image: url(../img/silverstar/sub/lmp_Automotive_bg_06.webp); */
/* } */



.silprbigimgInner.lmp_Industrial {
    padding: 17rem 4rem;
}
.lmp_IndustrialBox {
    overflow: hidden;
	padding:10rem 0 0 0;
	margin:10rem 0 0 0;
	border-top:1px solid #eee;
}
.lmp_IndustrialBox .subBotList li {
    flex: 0 0 calc(33.33333333% - 3rem);
    margin: 0 1.5rem;
}
.lmp_IndustrialBox .subBotList li .subBot{
	min-height:24.2rem;
}



.lmp_autoBox .subBotList li {
    flex: 0 0 calc(33.33333333% - 3rem);
    margin: 0 1.5rem;
}
.lmp_autoBox .subBotList li .subBot{
	/* min-height:24.2rem; */
}
/* .lmp_IndustrialBox ul li:nth-child(1) { */
    /* background-image: url(../img/silverstar/sub/lmp_Industrial_bg_01.webp); */
/* } */
/* .lmp_IndustrialBox ul li:nth-child(2) { */
    /* background-image: url(../img/silverstar/sub/lmp_Industrial_bg_02.webp); */
/* } */
/* .lmp_IndustrialBox ul li:nth-child(3) { */
    /* background-image: url(../img/silverstar/sub/lmp_Industrial_bg_03.webp); */
/* } */


.lpmdepenBox {
    padding: 0 0 7.3rem 0;
    display: flex;
}
.lpmdepenImg {
    top: 7.3rem;
    padding: 13rem 2rem;
    display: flex;
    width: 50%;
    position: relative;
    background: #F4F6FD;
    -webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    align-items: center;
    justify-content: center;
}
.lpmdepentext {
    padding: 0rem 8rem;
    display: flex;
    width: 50%;
    position: relative;
    background: #f4f4f4;
    -webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.lpmdepentext h3 strong {
    margin: 0 0 3rem 0;
    display: block;
    color: #111;
    font-family: "Roboto Condensed", serif;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
}
.lpmdepentext h3 p {
    margin: 0;
    display: block;
    color: #111;
    font-family: 'Pretendard';
	font-weight: 400;
    font-size: 2rem;
    font-style: normal;
    line-height: 3.6rem;
}
.lpmdepentext h3 p b {
    font-family: 'Pretendard-Bold';
    font-weight: 700;
}
.lpmdepentext h3 p.last {
    margin: 2rem 0 0 0;
}
.lpmdepbox{
	position:relative;
	margin:5rem 0 0 0;
}
.lpmdepbox .lpmdeBtn {
    gap: 1.3rem;
    display: flex;
    font-family: "Roboto Condensed", serif;
    cursor: pointer;
    border: none;
    width: 25rem;
    height: 7rem;
    border-radius: 0;
    background: linear-gradient(90deg, #8E2DB8 0%, #325DF9 100%);
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
    -webkit-mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
    align-items: center;
    justify-content: center;
}
.lpmdepbox .lpmdeBtn img{
	height:1.4rem;
}



.subBotList{
	position: relative;
}
.subBotList ul {
    gap: 3rem 0;
    display: flex;
    position: relative;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -1.5rem;
    list-style-type: none;
}
.subBotList li {
    display: flex;
    position: relative;
    list-style: none;
    flex: 0 0 calc(50% - 3rem);
    margin: 0 1.5rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.subBotList li .subBot{
	width:100%;
	padding: 4.2rem 4rem;
	background: #F4F6FD;
	-webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
}
.subBotext {
    padding: 0 8rem 0 0;
    position: relative;
}
.subBotext h3{
	display:block;
	text-align:left;
	margin:0 0 1.6rem 0;
	color: #111;
    font-family: "Roboto Condensed", serif;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.2rem;
}
.subBotext h4{
	display:block;
	text-align:left;
	margin:0;
	color: #666;
	font-family: 'Pretendard';
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
}
.subBot img {
    right: 0;
    position: absolute;
    height: 7rem;
    top: 0;
}

@media (max-width:1600px) {
	.silprInner.lmp .silprbl3 ul {
		gap: 8rem;
	}
	.silprInner.lmp .silprbl3Img:before {
		right: -5.4rem;
		width: 2.35rem;
		height: 2rem;
	}
	
	.silprInner.lmp .silprbl3 li:last-child {
		margin: 0;
	}
	
	
	.lmp_AutomotiveBox {
		padding: 8rem 0 0 0;
		margin: 8rem 0 0 0;
	}
	
	
	.lmp_IndustrialBox {
		padding: 8rem 0 0 0;
		margin: 8rem 0 0 0;
	}
	
	
	
	.lpmdepenImg {
		top: 7.3rem;
		padding: 10rem 2rem;
	}
	.lpmdepentext {
		padding: 0rem 6rem;
	}
	.lpmdepentext h3 strong {
		margin: 0 0 3rem 0;
		font-size: 2.4rem;
		line-height: 2.8rem;
	}
	.lpmdepentext h3 p {
		font-size: 1.8rem;
		line-height: 3.2rem;
	}
	.lpmdepbox {
		margin: 3rem 0 0 0;
	}
}
@media (max-width:991px) {
	.silprInner.lmp .silprh3 {
		gap: 2rem;
		margin: 0 0 5rem 0;
	}
	h3.sub {
		font-size: 2rem;
		line-height: 3.2rem;
	}
	
	
	.silprInner.lmp .silprbl3 ul {
		gap: 4rem;
	}
	.silprInner.lmp .silprbl3Img:before {
		right: -3.2rem;
		width: 2.35rem;
		height: 2rem;
	}
	.silprbl3ImgInner img {
		height: 20rem;
	}
	.silprbl3 li:last-child .silprbl3ImgInner img {
		height: 23rem;
	}
	
	
	.silprInner.lmp .kflay3 ul {
		gap: 2rem 0;
		margin: 0;
	}
	.silprInner.lmp .kflay3 li {
		flex: inherit;
		margin:0;
	}
	
	
	.lmp_AutomotiveBox .kflay3 ul {
		gap: 2rem 0;
		margin: 0;
	}
	.lmp_AutomotiveBox .kflay3 li {
		flex: inherit;
		margin: 0;
	}
	
	
	.lpmdepenBox {
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	.lpmdepenImg {
		width: 100%;
		top: 0;
		padding: 8rem 2rem;
		        -webkit-mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 96%, transparent 80%, transparent 100%);
        mask-image: linear-gradient(-45deg, transparent 0%, transparent 0%, black 0%, black 96%, transparent 80%, transparent 100%);
	}
	.lpmdepentext {
		width: 100%;
		padding: 6rem;
		ing: 0rem 6rem;
		        -webkit-mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 100%, transparent 80%, transparent 100%);
        mask-image: linear-gradient(-45deg, transparent 4%, transparent 4%, black 4%, black 100%, transparent 80%, transparent 100%);
	}
	
	
	
	.subBotList ul {
		gap: 2rem 0;
		margin: 0;
	}
	.subBotList li {
		width: 100%;
		display: flex;
		position: relative;
		list-style: none;
		flex: inherit;
		margin: 0;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
	}
	.subBotList li .subBot {
		width: 100%;
		padding: 3.2rem 3rem;
		background: #F4F6FD;
		-webkit-mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
	}
	.subBotext h3 {
		margin: 0 0 1.2rem 0;
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.subBotext h4 {
		font-size: 1.7rem;
		line-height: 2.4rem;
	}
	.subBot img {
		height: 6rem;
	}
	
	
	.lmp_IndustrialBox .subBotList li {
		flex: inherit;
		margin: 0;
	}
	.lmp_IndustrialBox .subBotList li .subBot {
		min-height: auto;
	}
	
	
	.lmp_autoBox .subBotList li {
		flex: inherit;
		margin: 0;
	}
}
@media (max-width:767px) {
	.silprInner.lmp .silprh3 {
		gap: 1rem;
		margin: 0 0 3rem 0;
	}
	h3.sub {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	
	
	.silprInner.lmp .silprbl3 ul {
		display: flex;
		gap: 6rem;
		flex-direction: column;
	}
	.silprInner.lmp .silprbl3 li {
		margin:0;
		width: 100%;
		flex: inherit;
	}
	.silprInner.lmp .silprbl3item h3 {
		font-weight: 400;
	}
	.silprInner.lmp .silprbl3Img:before {
		top: inherit;
		bottom: -8rem;
		right: inherit;
		transform: translateX(-50%);
		left: 50%;
		width: 2rem;
		height: 2.35rem;
		background-image: url(../img/silverstar/sub/pr_arrow_icon_down.webp);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.silprInner.lmp .silprbl3ImgInner img {
		height: 17rem;
	}
	
	
	.silprInner.lmp .kflay3 ul {
		gap: 1rem 0;
	}
	
	
	.lmp_AutomotiveBox {
		padding: 5rem 0 0 0;
		margin: 5rem 0 0 0;
	}
	.lmp_AutomotiveBox .kflay3 ul {
		gap: 1rem 0;
	}
	
	
	
	.lmp_IndustrialBox {
		padding: 5rem 0 0 0;
		margin: 5rem 0 0 0;
	}
	.silprbigimgInner.lmp_Industrial {
		padding: 5.5rem 0rem;
	}
	.silprbigimgInner.lmp_Industrial img{
		height:13rem;
	}
	
	
	.lpmdepenImg {
		padding: 3rem 2rem;
	}
	.lpmdepentext {
		padding: 4rem 2rem;
	}
	.lpmdepentext h3 strong {
		margin: 0 0 2rem 0;
		font-size: 2rem;
		line-height: 2.8rem;
	}
	.lpmdepentext h3 p {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.lpmdepentext h3 p.last {
		margin: 1.6rem 0 0 0;
	}
	.lpmdepbox {
		width: 100%;
		margin: 3rem 0 0 0;
	}
	.lpmdepbox .lpmdeBtn {
		gap: 1.3rem;
		width: 100%;
		height: 5rem;
		font-size: 1.6rem;
		line-height: 2rem;
		-webkit-mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
	}
	.lpmdepbox .lpmdeBtn img {
		right: 1.6rem;
		position: absolute;
		height: 1rem;
	}
	
	
	.subBotList ul {
		gap: 1rem 0;
	}
	.subBotList li .subBot {
		padding: 2.4rem 2rem;
		-webkit-mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 3%, transparent 3%, black 3%, black 97%, transparent 80%, transparent 100%);
	}
	.subBotext {
		padding: 0 6rem 0 0;
	}
	.subBotext h3 {
		margin: 0 0 1rem 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.subBotext h4 br{display:none;}
	.subBotext h4 {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.subBot img {
		height: 5rem;
	}
}
@media (max-width:500px) {
	.subBotList li .subBot {
		-webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
        mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
	}
}

/*================== :::::::::::::: 솔루션 etc :::::::::::::: ==================*/
.etcbg01 {
    background-image: url(../img/silverstar/sub/etcbg01_bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.silprInner.etc {
    border-top: 1px solid #eee;
}

.silprEtcSideBox {
    max-width: 156rem;
    padding: 0 2rem;
    margin: 0 auto;
}

.lmpkfBox.etc {
	margin: 10rem 0 0 0;
    padding: 10rem 0 0 0;
    border-top: 1px solid #eee;
}
.lmpkfBox.etc .silprh2small {
    justify-content: flex-start;
}

.solflexBox{
	position:relative;
	display:flex;
	width:100%;
	gap:6rem;
}
.solflexCont{
	width:50%;
	position:relative;
}
.solflexContInner{
	padding: 4rem 11rem;
    display: flex;
    width: 100%;
    position: relative;
    background: #F4F6FD;
    -webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
    align-items: center;
    justify-content: center;
	
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.solflexContInner:nth-child(2){
	margin:3rem 0 0 0;
}
.solfcBox{
	height:34rem;
	width:100%;
}

.solflexT {
    display: flex;
    width: 50%;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}
.solflexT h3{
	color: #111;
	font-family: 'Pretendard';
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
}
.solflexT h3 span{
	font-family: 'Pretendard-Bold';
	font-weight: 700;
}


.Roadmarking_bg_01 {background-image: url(../img/silverstar/sub/Roadmarking_bg_01.webp);}
.Roadmarking_bg_02 {background-image: url(../img/silverstar/sub/Roadmarking_bg_02.webp);}

.Gravure_bg_01 {background-image: url(../img/silverstar/sub/Gravure_bg_01.webp);}

.Packeging_bg_01 {background-image: url(../img/silverstar/sub/Packeging_bg_01.webp);}

.OtherApplications_bg_01 {background-image: url(../img/silverstar/sub/OtherApplications_bg_01.webp);}

@media (max-width:1600px) {
	.solflexBox {
		gap: 4rem;
	}
	.solflexT h3 {
		font-size: 2rem;
		line-height: 3.8rem;
	}
	
	
	.lmpkfBox.etc {
		margin: 6rem 0 0 0;
		padding: 6rem 0 0 0;
	}
}
@media (max-width:991px) {
	.silprInner.etc {
		margin: 8rem 0 0 0;
		padding: 8rem 0 0 0;
		border-top: 1px solid #eee;
	}
	
	.solflexBox {
		display: flex;
		gap: 3rem;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.solflexCont {
		width: 100%;
	}
	.solflexT {
		display: flex;
		width: 100%;
		position: relative;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.solflexT h3 {
		font-size: 1.8rem;
		line-height: 3.2rem;
	}
}
@media (max-width:767px) {
	.silprInner.etc {
		margin: 5rem 0 0 0;
		padding: 5rem 0 0 0;
		border-top: 1px solid #eee;
	}
	
	
	.solflexBox {
		gap: 2rem;
	}
	.solflexContInner {
		padding: 3rem 2rem;
		-webkit-mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
		mask-image: linear-gradient(-45deg, transparent 5%, transparent 5%, black 5%, black 95%, transparent 80%, transparent 100%);
	}
	.solflexContInner:nth-child(2) {
		margin: 1rem 0 0 0;
	}
	.solfcBox {
		height: 14rem;
		width: 100%;
	}
	.solflexT h3 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	
	
	.lmpkfBox.etc {
		margin: 5rem 0 0 0;
		padding: 5rem 0 0 0;
	}
}