.subWrap{
	position:relative;
	width:100%;
}
/*-----------------------------------------
# 서브페이지 상단 비주얼
-------------------------------------------*/
.subV_box{
	width:100%;
	position:relative;
	height:68rem;
	background:#fff;
}
.subV_sidebox {
    display: flex;
    max-width: 156rem;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 2rem 12rem 2rem;
}
.subV_titleBox {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
}
.sv_title h1 {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.sv_title h1 strong{
	margin:0;
	text-align:left;
	color: #FFF;
	font-family: pretendard-700;
	font-size: 8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 9rem;
	letter-spacing: 3.2px;
}
.sv_title h1 p{
	margin:0;
	text-align:left;
	color: #FFF;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.5rem;
}

.sv_title dl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.sv_title dl strong{ 
	margin:0;
	text-align:left;
	color: #FFF;
	font-family: 'Outfit', sans-serif;
	font-size: 8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 9rem;
	letter-spacing: 4.8px;
}
.sv_title dl p{
	margin:0;
	text-align:left;
	color: #FFF;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.5rem;
}

.subV_bred {
	margin:3rem 0 0 0;
    gap: 1.2rem;
    display: flex;
    color: #FFF;
    text-align: center;
    font-family: pretendard-400;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    /* text-transform: uppercase; */
    align-items: center;
    justify-content: flex-start;
}
.subV_bred span {
    display: inline-block;
    width: 0.5rem;
    height: 0.8rem;
    background-image: url(/public/img/sub/subV_bred_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.subV_bred b {
    font-family: pretendard-700;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3rem;
}

@media screen and (max-width: 1600px) {
	.subV_box {
		height: 60rem;
	}
	.sv_title dl strong {
		font-size: 7rem;
		line-height: 8rem;
		letter-spacing: 4px;
	}
}

@media screen and (max-width: 991px) {
	.subV_box {
		height: 50rem;
	}
	.subV_sidebox {
		padding: 0 2rem 8rem 2rem;
	}
	.sv_title dl strong {
		font-size: 6rem;
		line-height: 7rem;
		letter-spacing: 3px;
	}
	.subV_bred {
		margin: 2rem 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.subV_box {
		height: 34rem;
	}
	.sv_title dl strong {
		font-size: 4rem;
		line-height: 3rem;
		letter-spacing: 2px;
	}
	.subV_sidebox {
		padding: 0 2rem 4rem 2rem;
	}
	.subV_bred {
		gap: 1rem;
		text-align: center;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.subV_bred b {
		font-size: 1.2rem;
		line-height: 2rem;
	}
}


.subpInner{
	position:relative;
	width:100%;
	margin:0 0 10rem 0;
}
.subpflex {
    max-width: 156rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
	gap:2rem;
}
.subp a{
	display: flex;
	width: 25rem;
	padding: 1.4rem 1rem;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #FFF;
	color: #AAA;
	font-family: pretendard-500;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4.6rem;
}
.subp a.on{
	color: #fff;
	background: linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(90deg, #00A0E8 0%, #CFDB00 100%);
}
@media screen and (max-width: 1600px) {
	.subpInner {
		margin: 0 0 8rem 0;
	}
	.subpflex {
		gap: 1.6rem;
	}
	.subp a {
		width: 24rem;
		padding: 1.4rem 1rem;
		font-size: 2rem;
		line-height: 4rem;
	}
}
@media screen and (max-width: 991px) {
	.subp a {
		width: 19rem;
		padding: 1.4rem 1rem;
		font-size: 1.8rem;
		line-height: 3rem;
	}
}
@media screen and (max-width: 767px) {
	.subpInner {
		margin: 0 0 4rem 0;
	}
	.subpflex {
		gap: 0.6rem;
	}
	.subp{
		width:100%;
	}
	.subp a {
		width: 100%;
		padding: 1.3rem 0.6rem;
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
}


/*-----------------------------------------
# 회사소개 - 인사말
-------------------------------------------*/
.company_bg {
    background-image: url(/public/img/sub/company_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.compgrwrap{
	width:100%;
	position:relative;
	padding:8rem 0 21.8rem 0;
	background-image: url(/public/img/sub/company_greeting_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.compgrSideBox{
	max-width:156rem;
	margin:0 auto;
	padding:0 2rem;
}
.grtitle{
	
}
.grtitle p{
display:block;
margin:0;
	color: #000;
text-align: left;
font-family: 'Outfit', sans-serif;
font-size: 2.3rem;
font-style: normal;
font-weight: 400;
line-height: 2.8rem;
letter-spacing: 1.15px;
}
.grtitle strong{
display:block;
margin:4rem 0 3rem 0;
	color: #000;
text-align: left;
font-family: pretendard-300;
font-size: 6rem;
font-style: normal;
font-weight: 300;
line-height: 8rem;
}
.grtitle h1{
display:block;
margin:0;
	color: #000;
font-family: pretendard-400;
font-size: 2rem;
font-style: normal;
font-weight: 300;
line-height: 4rem;
text-transform: uppercase;
}

.subvbtnBox {
    display: flex;
    gap: 1rem;
    margin: 5rem 0 0 0;
}
a.subvbtn {
    display: flex;
    width: 18.3rem;
    padding: 1.8rem 1rem;
    justify-content: center;
    align-items: center; 
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
}







.hisContWrap{
	width:100%;
	position:relative;
	padding:12rem 0;
	z-index:5;
}
.hisContSideBox{
	max-width:156rem;
	margin:0 auto;
	padding:0 2rem;
}
.comp h2{
	margin:0 0 6rem 0;
	display:flex;
	color: #000;
	text-align: left;
	font-family: 'Outfit', sans-serif;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 7.4rem;
	letter-spacing: 3px;
}
.hisWrap{
	position:Relative;
	width:100%;
}

.hsybtnBox {
    display: inline-block;
    position: sticky;
    top: 10rem;
    z-index: 20;
}
.hsybtnInner {
    width: 43rem;
    position: Relative;
}
.hsybtnFlex {
    top: 0;
    left: 0;
    z-index: 10;
    position: absolute;
}
.hsybtnFlex {
	gap:2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hsybtn.active a{
	opacity: 1;
}
.hsybtn.active a:after{
	content: '';
}
.hsybtn a {
    margin: 0;
    text-decoration: none!important;
    position: Relative;
    color: #000;
    font-family: pretendard-700;
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 9rem;
    opacity: 0.1;
}
.hsybtn a:after {
    top: 1rem;
    border-radius: 50%;
    content: none;
    position: absolute;
    right: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #25BE5F;
}

.hisInner{
	position:Relative;
	width:100%;
	padding:0 0 0 72rem;
}
.hsitemInner{
	position:Relative;
	width:100%;
}
.hsitem{
	position:Relative;
}
.hsitem dl{display:none;}
.hsitem ul {
	margin:0;
	padding: 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hsitem ul:before {
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	left: 0.38rem;
	width: 1px;
	/* height: 100%; */
	height: calc(100% - 0px);
	background: #eee;
}
.hsitem#year2025 ul li:nth-child(1):before {
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	left: 0.38rem;
	width: 1px;
	height: 5rem;
	background: #fff;
}
.hsitem#year1989 ul li:last-child:after {
	z-index: 1;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0.38rem;
	width: 1px;
	height: 9rem;
	background: #fff;
}
.hsitem ul li {
    z-index: 2;
    gap: 4rem;
    position: relative;
    width: 100%;
    display: flex;
	padding: 4rem 0 4rem 0rem;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
}
.hsitem ul li:after {
    right: 0;
    width: calc(100% - 4rem);
    bottom: 0;
    content: '';
    height: 1px;
    background: #eee;
    position: absolute;
}
.hsitem ul li span {
    left: 0;
	top: 2.5rem;
    gap: 3rem;
    display: flex;
    position: absolute;
    color: #000;
    font-family: pretendard-700;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 6rem;
    align-items: center;
}
.hsitem ul li span b {
    z-index: 2;
    display: inline-block;
    position: relative;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #25BE5F;
}

.hstext {
    padding: 0 0 0 21rem;
    width: 100%;
    position: Relative;
}
.hstext h3{
	display:block;
	text-align:left;
	margin: 1.2rem 0 0 0;
	color: #000;
	font-family: pretendard-300;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.4rem;
}
.hstext h3:nth-child(1){
	margin:0;
}
.hstext h3 b{
	margin:0;
	font-size: 2.2rem;
	color: #15833B;
	font-family: pretendard-700;
	font-weight: 700;
}



.parContWrap{
background: #fff;
	z-index:10;
	border-top: 1px solid #EEE;
	width:100%;
	position:relative;
	padding:12rem 0;
}
.parContSideBox{
	max-width:156rem;
	margin:0 auto;
	padding:0 2rem;
}

.partlogo{
	overflow:hidden;
	position:relative;
	width:100%;
	margin:6rem 0 0 0;
}
.partlogo ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -3.5rem;
    list-style-type: none;
    justify-content: flex-start;
}
.partlogo li {
    display: flex;
    position: Relative;
    flex: 0 0 calc(14.285714% - 7rem);
    margin: 3.5rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1600px) {
	.comp h2 {
		font-size: 5rem;
		line-height: 7rem;
	}
	.hsybtn a {
		font-size: 5rem;
		line-height: 8rem;
	}
	
	
	.partlogo{
		margin:5rem 0 0 0;
	}
	.partlogo ul {
		margin: -3rem;
	}
	.partlogo li {
		flex: 0 0 calc(14.285714% - 6rem);
		margin: 3rem;
	}
}
@media screen and (max-width: 1400px) {
	.hisInner {
		padding: 0 0 0 50rem;
	}
	
	.partlogo{
		margin:5rem 0 0 0;
	}
	.partlogo ul {
		margin: -2rem;
	}
	.partlogo li {
		flex: 0 0 calc(16.6666666667% - 4rem);
		margin: 2rem;
	}
}
@media screen and (max-width: 991px) {
	.compgrwrap {
		padding: 6rem 0 18rem 0;
		background-image: url(/public/img/sub/company_greeting_bg.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	.grtitle strong {
		margin: 2rem 0 1rem 0;
		font-size: 5rem;
		line-height: 7rem;
	}
	.grtitle h1 {
		font-size: 1.8rem;
		line-height: 3.4rem;
	}
	.subvbtnBox {
		display: flex;
		gap: 1rem;
		margin: 3rem 0 0 0;
	}


	.hisContWrap {
		padding: 10rem 0;
	}
	.comp h2 {
		margin: 0 0 0rem 0;
		font-size: 4rem;
		line-height: 6rem;
	}
	.hsybtnBox{
		display:none;
	}
	.hisInner {
		padding: 0;
	}
	
	.hsitem dl {
		margin: 0;
		display: none;
		position: Relative;
		color: #000;
		font-family: pretendard-700;
		font-size: 5rem;
		font-style: normal;
		font-weight: 700;
		line-height: 6rem;
	}
	.hsitem:nth-child(1){
		padding:0;
	}
	.hsitem {
		padding: 0rem 0 0 0;
		position: Relative;
	}
	
	
	/* .hsitem ul li:before{ */
		/* content:none!important; */
	/* } */
	/* .hsitem ul li:after{ */
		/* content:none!important; */
	/* } */
	/* .hsitem ul li:after { */
		/* right: 0; */
		/* width: calc(100% - 4rem); */
		/* bottom: 0; */
		/* content: ''; */
		/* height: 1px; */
		/* background: #eee; */
		/* position: absolute; */
	/* } */
	.hsitem ul li:last-child:after{
		content:none;
	}
	
	.hsitem ul:before {
		z-index: 1;
		content: '';
		position: absolute;
		top: 0;
		left: 0.38rem;
		width: 1px;
		/* height: 100%; */
		height: calc(100% - 0px);
		background: #eee;
	}
	
	.hsitem ul li:nth-child(1):before {
		z-index: 1;
		content: ''!important;
		position: absolute;
		top: 0;
		left: 0.38rem;
		width: 1px;
		height: 5rem;
		background: #fff;
	}
	
	.hsitem#year2025 ul li:nth-child(1):before {
		content: none;
	}
	.hsitem#year1989 ul li:last-child:after {
		content: none;
	}
	
	
	.parContWrap {
		padding: 10rem 0;
	}
	.partlogo{
		margin:4rem 0 0 0;
	}
	.partlogo ul {
		margin: -2rem;
	}
	.partlogo li {
		flex: 0 0 calc(20% - 4rem);
		margin: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.company_bg {
		background-image: url(/public/img/sub/company_bg_mo.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.compgrwrap {
		background: #EEF1F8;
		padding: 3rem 0 50vw 0;
		background-image:none;
		/* background-image: url(/public/img/sub/company_greeting_bg.webp); */
		/* background-size: cover; */
		/* background-repeat: no-repeat; */
		/* background-position: bottom center; */
	}
	.compgrwrap:after{
		content:'';
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:50vw;
		background-image: url(/public/img/sub/company_greeting_bg_mo.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	.grtitle p {
		font-size: 1.6rem;
		line-height: 2rem;
		letter-spacing: 0.8px;
	}
	.grtitle strong {
		margin: 2rem 0 3rem 0;
		font-size: 3.6rem;
		line-height: 4.6rem;
	}
	.grtitle h1 {
		word-break: auto-phrase;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.grtitle h1 br{display:none;}
	.compgrwrap .subvbtnBox{display:none;}
	
	.compgrwrap .subp {
		width: auto;
	}
	.compgrwrap .subp a {
		width: auto;
		padding: 1.3rem 2rem;
	}


	.hisContWrap {
		padding: 5rem 0;
	}
	.comp h2 {
		font-size: 2.6rem;
		line-height: 3rem;
	}
	.hisWrap {
		padding: 2rem 0 0 0;
	}
	.hsitem {
		padding: 2rem 0 0 0;
	}
	.hsitem dl {
		margin:0 0 1rem 0;
		font-size: 2.6rem;
		line-height: 3.4rem;
	}
	.hsitem ul li:nth-child(1){
		padding: 0rem 0 0rem 2.8rem;
	}
	.hsitem ul li {
		z-index: 2;
		gap: 0;
		position: relative;
		width: 100%;
		display: flex;
		padding: 1.6rem 0 0rem 2.8rem;
		justify-content: flex-start;
		align-items: flex-start;
		list-style: none;
		flex-direction: column;
	}
	.hsitem#year2025 ul li:nth-child(1):before{
		height: 2rem;
	}
	.hsitem ul li:nth-child(1):before {
		left: 0.38rem;
		width: 1px;
		height: 2rem;
	}
	.hsitem ul li span {
		position: relative;
		top: 0;
		gap: 0;
		font-size: 1.8rem;
		line-height: 4rem;
	}
	.hsitem ul li span b {
		left: -2.8rem;
		position: absolute;
		width: 0.8rem;
		height: 0.8rem;
	}
	.hstext {
		padding: 0;
	}
	.hstext h3 {
		margin: 0.6rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.hstext h3 b {
		font-size: 1.8rem;
	}
	.hsitem ul li:after {
		width: calc(100% - 3rem);
	}
	
	
	.parContWrap {
		padding: 5rem 0;
	}
	.partlogo{
		margin:3rem 0 0 0;
	}
	.partlogo ul {
		margin: -2rem;
	}
	.partlogo li {
		flex: 0 0 calc(25% - 4rem);
		margin: 2rem;
	}
}
@media screen and (max-width: 600px) {
	.partlogo ul {
		margin: -1.5rem;
	}
	.partlogo li {
		flex: 0 0 calc(33.3333333% - 3rem);
		margin: 1.5rem;
	}
}

/*-----------------------------------------
# 회사소개 - 오시는길
-------------------------------------------*/
.drirwrap {
    width: 100%;
    position: relative;
    padding: 8rem 0 12rem 0;
	background:#fff;
}
.drirSideBox {
    max-width: 156rem;
    margin: 0 auto;
    padding: 0 2rem;
}
.dirinfo{
	position:relative;
	margin:4rem 0 0 0;
}
.dirMapBox{
overflow:hidden;
	position:relative;
	width:100%;
	height:64rem;
	border-radius: 2rem 2rem 0 0;
border: 1px solid rgba(0, 0, 0, 0.06);
}

.dirBox {
    width: 100%;
    z-index: 2;
	display:flex;
    position: relative;
    background: #fff;
    padding: 5rem;
	
	border-radius: 0 0 2rem 2rem;
border-right: 1px solid #EEE;
border-bottom: 1px solid #EEE;
border-left: 1px solid #EEE;
}
.diritem{
	width:33.3333333333%;
	position:relative;
}
.diritemflex{
display:flex;
	width:66.666666666666%;
	position:relative;
}
.diritemflex .diritem{
	width:100%;
}
.diritem img{
	height:3rem;
}
.diritem h2{
	margin:3rem 0 0.6rem 0;
	color: #000;
	text-align:left;
	font-family: pretendard-700;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.4rem;
	letter-spacing: 0.88px;
}
.diritem p,
.diritem a{
	margin:0;
	text-align:left;
	color: #000;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
}
.diritemDivider {
    margin: 0rem 5.6rem;
    width: 1px;
    height: 11.5rem;
    opacity: 0.2;
    background: rgba(0, 0, 0, 0.20);
}
@media screen and (max-width: 991px) {
	.drirwrap {
		padding: 6rem 0 10rem 0;
	}
	
	.dirBox {
		display: flex;
		flex-direction: column;
		padding: 4rem 3rem;
		border-radius: 0 0 2rem 2rem;
	}
	.diritem {
		width: 100%;
		position: relative;
	}
	.diritemflex {
		display: flex;
		width: 100%;
		position: relative;
		flex-direction: column;
	}
	.diritemDivider {
		margin: 3rem 0;
		width: 100%;
		height: 1px;
		opacity: 0.2;
		background: rgba(0, 0, 0, 0.20);
	}
}
@media screen and (max-width: 767px) {
	.drirwrap {
		padding: 3rem 0 5rem 0;
	}
	.drirwrap .subp {
		width: auto;
	}
	.drirwrap .subp a {
		width: auto;
		padding: 1.3rem 2rem;
	}
	
	.drirwrap .projT1 {
		text-align: center;
	}
	.dirinfo {
		margin: 2rem 0 0 0;
	}
	.dirMapBox {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 112vw;
		border-radius: 0.6rem 0.6rem 0 0;
		border: 1px solid rgba(0, 0, 0, 0.06);
	}
	.dirBox {
		display: flex;
		flex-direction: column;
		padding: 3rem 2rem;
		border-radius: 0 0 0.6rem 0.6rem;
	}
	.diritem img {
		height: 2.2rem;
	}
	.diritem h2 {
		margin: 2rem 0 0.6rem 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
		letter-spacing: 0.48px;
	}
	.diritem p, .diritem a {
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
	
	.diritemflex {
		display: flex;
		width: 100%;
		position: relative;
		flex-direction: row;
	}
	.diritemflex .diritemDivider {
		margin: 0 2.6rem;
		width: 1px;
		height: 9.5rem;
		opacity: 0.2;
		background: rgba(0, 0, 0, 0.20);
	}
}
/*-----------------------------------------
# 제품소개 - CoreERP/MES
-------------------------------------------*/
.solution_bg{
	background-image: url(/public/img/sub/solution_bg_pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.soluwrap{
	position:relative;
	width:100%;
	background:#fff;
	padding:8rem 0 16rem 0;
	overflow:hidden;
}

.soluContentBox{
	position:relative;
	width:100%;
}
.soluSideBox{
	max-width: 156rem;
    margin: 0 auto;
    padding: 0 2rem;
}
.soltitle h1 {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
} 
.soltitle h1 p{
	color: #000;
	text-align: center;
	font-family: pretendard-500;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.6rem;
	text-transform: uppercase;
}
.soltitle h1 strong{
	color: #000;
	text-align: center;
	font-family: 'Outfit', sans-serif;
	font-size: 8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 10rem;
}
.soltitle h2{
	margin:3rem 0 0 0;
	display:block;
	color: #000;
	text-align: center;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.6rem;
	text-transform: uppercase;
}

.soltabContInner{
    min-height: 62.8rem;
	width:100%;
	position:relative;
	margin:8rem 0 0 0;
	padding:0 0 0 28rem;
}
.soltabBox{
	position:absolute;
	left:0;
	top:0;
	width:24rem;
}
.motabBox{
	display:none;
}
.soltabInner {
	border-top: 1px solid #000;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.soltab{
	position:relative;
	cursor:pointer;
	display: flex;
	padding: 2rem 0;
	align-items: center;
	align-self: stretch;
	border-bottom: 1px solid #EEE;
}
.soltab span{
	position:relative;
	color: #888;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
	text-transform: uppercase;
}
.soltab.active span{
	color: #000;
	font-family: pretendard-600;
	font-weight: 600;
	padding:0 0 0 1.4rem;
}
.soltab.active span:before{
	content:'';
	position:absolute;
	left:0;
	top:0.2rem;
	width: 0.4rem;
	height: 2.4rem;
	border-radius: 0.4rem;
	background: linear-gradient(180deg, #00A0E8 0%, #CFDB00 100%), #D9D9D9;
}

.soltabContBox{
	position:relative;
	width:100%;
}
.soltabCont{
	display:none;
	padding:0 0 0 36rem;
	overflow:hidden;
	position:relative;
	width:100%;
	border-radius: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #FFF;
	box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.05);
}
.soltabCont.active{
	display:flex;
}
.sltText {
    display: flex;
    padding: 4rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 36rem;
    height: 100%;
    background: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.sltTitle{
	width: 100%;
}
.sltTitle h2 {
    width: 100%;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sltTitle h2 span{
	color: #25BE5F;
	text-align: left;
	font-family: pretendard-800;
	font-size: 2rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.8rem;
	text-transform: uppercase;
}
.sltTitle h2 p{
	word-break: auto-phrase;
	color: #000;
	text-align: left;
	font-family: pretendard-600;
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.6rem;
	text-transform: uppercase;
}
.sltSub {
    width: 100%;
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
/* .sltSub h3{ */
	/* padding:0 0 0 1.4rem; */
	/* text-align: left; */
	/* position:relative; */
	/* width:100%; */
	/* color: #000; */
	/* font-family: pretendard-400; */
	/* font-size: 1.7rem; */
	/* font-style: normal; */
	/* font-weight: 400; */
	/* line-height: 2.8rem; */
	/* word-break: auto-phrase; */
/* } */
/* .sltSub h3:before{ */
	/* content:''; */
	/* position:absolute; */
	/* left:0; */
	/* top:1.2rem; */
	/* width: 0.4rem; */
	/* height: 0.4rem; */
	/* background:#000; */
	/* border-radius:50%; */
/* } */

.sltSub h3 {
    padding: 0 0 0 1.4rem;
    text-align: left;
    position: relative;
    width: 100%;
    color: #000;
    font-family: pretendard-400;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
}
.sltSub h3:before{
	content:'';
	position:absolute;
	left:0;
	top:1.1rem;
	width: 0.4rem;
	height: 0.4rem;
	background:#000;
	border-radius:50%;
}

@media (max-width:1600px) {
	.soltitle h1 p {
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
	.soltitle h1 strong {
		font-size: 7rem;
		line-height: 9rem;
	}
	.soltitle h2 {
		margin: 2.4rem 0 0 0;
		font-size: 1.9rem;
		line-height: 3.4rem;
	}
}
@media (max-width:1400px) {
	.soltabCont {
		/* display: flex; */
		padding: 0;
		overflow: hidden;
		position: relative;
		width: 100%;
		border-radius: 1rem;
		border: 1px solid rgba(0, 0, 0, 0.06);
		background: #FFF;
		box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.05);
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.sltText {
		display: flex;
		padding: 4rem;
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	
	.sltTitle {
		width: 40%;
	}
	.sltSub {
		width: 60%;
	}
}
@media (max-width:1200px) {
	.soltabContInner {
		min-height: 62.8rem;
		margin: 6rem 0 0 0;
		padding: 0 0 0 26rem;
	}
	.soltabBox {
		width: 22rem;
	}
	.soltab {
		padding: 1.8rem 0;
	}
	.soltab span {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.sltText {
		padding: 3rem;
	}
}
@media (max-width:991px) {
	.soluwrap {
		padding: 6rem 0 12rem 0;
	}
	.soltitle h1 p {
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.soltitle h1 strong {
		font-size: 6rem;
		line-height: 7rem;
	}
	.soltitle h2 {
		margin: 1.6rem 0 0 0;
		font-size: 1.7rem;
		line-height: 3rem;
	}

	.soltabContInner {
		min-height: 62.8rem;
		margin: 6rem 0 0 0;
		padding: 0 0 0 22rem;
	}

	.sltText {
		gap: 3rem;
		display: flex;
		padding: 3rem;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.sltTitle {
		width: 100%;
	}
	.sltSub {
		gap: 0.6rem;
		width: 100%;
	}
	
	
	.soltabBox {
		width: 20rem;
	}
	.soltab {
		padding: 1.4rem 0;
	}
	.soltab span {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.soltab.active span {
		padding: 0 0 0 1rem;
	}
	.soltab.active span:before {
		top: 0.2rem;
		width: 0.4rem;
		height: 2rem;
		border-radius: 0.4rem;
	}
	.sltTitle h2 {
		gap: 1.4rem;
	}
	.sltTitle h2 span {
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
	.sltTitle h2 p {
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
	.sltSub h3 {
		padding: 0 0 0 1.2rem;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.sltSub h3:before {
		top: 1rem;
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media (max-width:767px) {
	.solution_bg {
		background-image: url(/public/img/sub/solution_bg_mo.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}


	.soltabContInner {
		min-height: auto;
		margin: 4rem 0 0 0;
		padding: 0;
	}
	.soltabBox {
		position: relative;
		width: 100%;
	}
	.soltabInner {
		border-top: 1px solid #000;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	
	
	.soluwrap {
		padding: 3rem 0 5rem 0;
	}
	.soltitle h1 p {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
	.soltitle h1 strong {
		font-size: 3.6rem;
		line-height: 4.6rem;
	}
	.soltitle h2 br{display:none;}
	.soltitle h2 {
		word-break: auto-phrase;
		margin: 2rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	
	
	.soltabContInner {
		margin: 3rem 0 0 0;
	}
	.soltabInner {
		border-top: none;
	}
	.soltabContBox {
		margin: 1rem 0 0 0;
	}
	.soltabCont {
		border-radius: 0.4rem;
		box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.05);
	}
	.sltText {
		gap: 1.4rem;
		padding: 2.4rem 2rem 3rem 2rem;
	}
	.sltTitle h2 {
		padding: 0 3rem 0 0;
		position: relative;
		gap: 0;
	}
	.sltTitle h2 p {
		font-size: 2rem;
		line-height: 2.6rem;
	}
	.sltTitle h2 span {
		right: 0;
		position: absolute;
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
	.sltSub {
		gap: 0.4rem;
		width: 100%;
	}
	.sltSub h3 {
		word-break: auto-phrase;
		padding: 0 0 0 0.9rem;
		font-size: 1.4rem;
		line-height: 2.1rem;
	}
	.sltSub h3:before {
		top: 0.9rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	
	
	.motabBox {
		position: relative;
		display: flex;
		padding: 17px 24px 17px 20px;
		justify-content: flex-start;
		align-items: center;
		border-radius: 6px 4px 4px 6px;
		border-top: 1px solid rgba(0, 0, 0, 0.10);
		border-right: 1px solid rgba(0, 0, 0, 0.10);
		border-bottom: 1px solid rgba(0, 0, 0, 0.10);
		background: #FFF;
		color: #000;
		font-family: pretendard-700;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 18px;
	}
	.motabBox:before {
		top: 0;
		content: '';
		position: absolute;
		left: 0;
		width: 4px;
		height: 100%;
		border-radius: 4px 0 0 4px;
		background: linear-gradient(180deg, #00A0E8 0%, #CFDB00 100%), #D9D9D9;
	}
	.motabBox:after {
		content: '';
		position: absolute;
		right: 24px;
		top: 22px;
		width: 10px;
		height: 10px;
		background-size: 10px;
		background-image: url(/public/img/sub/soltabarrow.png);
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	
	.soltabInner {
		border-radius: 0 0 4px 4px;
		background: #fff;
		z-index: 10;
		position: absolute;
		border: 1px solid #eee;
		display: none;
		flex-direction: column;
	}
	.soltab {
		padding: 10px 24px 10px 20px;
		border-bottom: none;
	}
	.soltabInner.on{
		box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
		display: flex;
	}
	.soltab span {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.soltab span br{display:none;}
	.soltab.active span:before {
		top: 0.1rem;
		width: 0.4rem;
		height: 2rem;
		border-radius: 0.4rem;
	}
}


/*-----------------------------------------
# 제품소개 - CoreBPM
-------------------------------------------*/
.bpmul{
	width:100%;
	position:relative;
	margin:8rem 0;
}
.bpmul ul{
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1.4rem;
    list-style-type: none;
    justify-content: flex-start;
}
.bpmul ul li {
    display: flex;
    position: Relative;
    flex: 0 0 calc(33.3333333% - 2.8rem);
    margin: 1.4rem;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.bpmIconBox {
    z-index: 2;
    position: relative;
    margin: 0 0 -3.8rem 0;
    display: flex;
}
.bpmIcon {
    display: flex;
    width: 14rem;
    height: 14rem;
    border-radius: 99px;
    background: #F0F7FF;
    align-items: center;
    justify-content: center;
}
.bpmIcon img{
	height:6.4rem;
}
.bpmText {
    width: 100%;
    padding: 6rem 3rem 4rem 3rem;
    border-radius: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #FFF;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.bpmText h2{
	color: #000;
	text-align: center;
	font-family: pretendard-600;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
	text-transform: uppercase;
}
.bpmText h3{
	color: #000;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem;
	text-transform: uppercase;
}


.detailSlide {
    max-width: 123rem;
    padding: 0 2rem;
    margin: 0rem auto 0 auto;
    position: relative;
}
.detailSlide .swiper {
    overflow: unset;
}
.detimg {
    display: flex;
    flex-direction: column;
}
.detimgInner{
	display: flex;
	padding: 1rem;
	position:relative;
	border-radius: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #222;
	overflow:hidden;
}
.detText h2 {
    margin: 1.4rem 0 0 0;
    text-align: center;
    display: block;
    color: #000;
    font-family: pretendard-600;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
}

.deBtnGroupInner {
    z-index: 10;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    display: flex;
    width: 100%;
    height: 1px;
    justify-content: space-between;
    align-items: center;
}
.deBtnGroupInner .swiper-button-prev {
	margin: 0;
    position: relative;
    right: inherit;
    top: 0;
    width: 7rem;
    height: 7rem;
    left: -8rem;
	border-radius: 50%;
	border: 1px solid #F0F7FF;
	background: #F0F7FF;
}
.deBtnGroupInner .swiper-button-prev:after {
    height: 16px;
    width: 16px;
    content: '';
    background-image: url(/public/img/sub/mainslde_prev.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.deBtnGroupInner .swiper-button-prev:hover{
	border: 1px solid #019FE8;
	background: #fff;
}
.deBtnGroupInner .swiper-button-prev:hover:after{
	background-image: url(/public/img/sub/mainsl_prev.webp);
}
.deBtnGroupInner .swiper-button-next {
    margin: 0;
    position: relative;
    width: 7rem;
    height: 7rem;
    right: -8rem;
    top: 0;
    left: inherit;
    border-radius: 50%;
    border: 1px solid #F0F7FF;
    background: #F0F7FF;
}
.deBtnGroupInner .swiper-button-next:after {
	height: 16px;
    width: 16px;
    content: '';
    background-image: url(/public/img/sub/mainslde_next.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.deBtnGroupInner .swiper-button-next:hover{
	border: 1px solid #019FE8;
	background: #fff;
}
.deBtnGroupInner .swiper-button-next:hover:after{
	background-image: url(/public/img/sub/mainsl_next.webp);
}
@media (max-width:1600px) {
	.bpmul {
		margin: 6rem 0;
	}
}
@media (max-width:1300px) {
	.deBtnGroupInner .swiper-button-prev {
		width: 7rem;
		height: 7rem;
		left: -2rem;
	}
	.deBtnGroupInner .swiper-button-next {
		width: 7rem;
		height: 7rem;
		right: -2rem;
	}
}
@media (max-width:991px) {
	.bpmul ul {
		margin: -1rem;
	}
	.bpmul ul li {
		flex: 0 0 calc(33.3333333% - 2rem);
		margin: 1rem;
	}
	.bpmIcon {
		width: 10rem;
		height: 10rem;
	}
	.bpmIcon img {
		height: 5.4rem;
	}
	.bpmText {
		width: 100%;
		padding: 5rem 1rem 2rem 1rem;
		gap: 1rem;
	}
	.bpmText h2 {
		font-size: 2rem;
		line-height: 3rem;
	}
	.bpmText h3 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.detText h2 {
		margin: 1.4rem 0 0 0;
		font-size: 2.4rem;
		line-height: 3rem;
	}
}

@media (max-width:767px) {
	.bpmul ul {
		gap:2.8rem;
		margin: 0;
	}
	.bpmul ul li {
		flex: 0 0 calc(100% - 0rem);
		margin: 0;
	}
	.bpmIconBox {
		margin: 0 0 -2.7rem 0;
	}
	.bpmIcon img {
		height: 4.4rem;
	}
	.bpmText {
		border-radius: 1rem;
		width: 100%;
		padding: 4.8rem 1rem 2rem 1rem;
		gap: 1rem;
	}
	.bpmText h2 {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.bpmText h3 {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.bpmul {
		margin: 3rem 0;
	}
	
	
	.detailSlide {
		padding: 0;
	}
	.detimgInner {
		padding: 0.3rem;
		border-radius: 0.3rem;
	}
	.deBtnGroupInner {
		margin:1rem 0 0 0;
		z-index: 10;
		transform: inherit;
		top: inherit;
		position: relative;
		display: flex;
		width: 100%;
		height: 3.5rem;
		justify-content: space-between;
		align-items: center;
	}
	.deBtnGroupInner .swiper-button-prev {
		width: 3.5rem;
		height: 3.5rem;
		left: 0;
	}
	.deBtnGroupInner .swiper-button-prev:after {
		height: 8px;
		width: 8px;
	}
	.deBtnGroupInner .swiper-button-next {
		width: 3.5rem;
		height: 3.5rem;
		right: 0;
	}
	.deBtnGroupInner .swiper-button-next:after {
		height: 8px;
		width: 8px;
	}
	.detText h2 {
		margin: 1.3rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
/*-----------------------------------------
# 지원사업
-------------------------------------------*/

.project_bg {
    background-image: url(/public/img/sub/project_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.sv_title.hantext dl strong{
	letter-spacing: 0;
	font-weight: 700;
	font-family: pretendard-700;
}

.projWrap{
	position:relative;
	width:100%;
	padding:8rem 0 16rem 0;
}
.projSideBox{
    max-width: 156rem;
    margin: 0 auto;
    padding: 0 2rem;
}
.projContWrap {
    display: flex;
    width: 100%;
    gap: 8rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.projCont{
	position:relative;
	width:100%;
}
.projTitle{
	position:relative;
	margin:0 0 4rem 0;
}
.projT1 {
	margin:0;
    display: flex;
    color: #000;
    text-align: center;
    font-family: pretendard-600;
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 5.4rem;
    text-transform: uppercase;
    justify-content: center;
    flex-direction: column;
}
.projT2{
	margin:0;
	display: flex;
	color: #000;
	text-align: center;
	font-family: pretendard-600;
	font-size: 4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 5.4rem;
	text-transform: uppercase;
	justify-content: center;
	flex-direction: column;
}
.projT2 p{
	margin:1rem 0 0 0;
	color: #000;
	text-align: center;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
	text-transform: uppercase;
}



.prtjtable{
	width:100%;
	position:relative;
}
.prtjtable table{
	border-top: 1px solid #000;
    width: 100%;
    position: relative;
    border-collapse: collapse;
}
.prtjtable table thead th {
    padding: 2rem 3rem;
    color: #000;
    text-align: center;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
    border-collapse: collapse;
	background: #F8F8F8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.prtjtable table tbody td {
    padding: 2rem 3rem;
	border-right: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    border-collapse: collapse;
    color: #000;
    text-align: center;
    font-family: pretendard-500;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
}
.prtjtable table tbody td:last-child{
	border-right: none;
}
.prtjtable table tbody td p {
    gap: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.prtjtable table tbody td p span{
	display:inline-block;
	width:1.2rem;
	height:1rem;
	position:relative;
	background-image: url(/public/img/sub/spanarrow.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.prwid25per{width:25%}


.prwid01{width:28rem}
.prwid02{width:56rem;}
.prwid03{width:34rem;}
.prwid04{width:34rem;}

.prjwid01{width:16rem}
.prjwid02{width:22rem;}
.prjwid03{width:22rem;}
.prjwid04{width:22rem;}
.prjwid05{width:36rem;}
.prjwid06{width:34rem;}
@media (max-width:1600px) {
	.projWrap {
		padding: 8rem 0 12rem 0;
	}
}
@media (max-width:991px) {
	.projWrap {
		padding: 8rem 0 10rem 0;
	}

	.projTitle {
		margin: 0 0 3rem 0;
	}
	.projT1 {
		font-size: 3rem;
		line-height: 4rem;
	}
	.projT2 {
		font-size: 3rem;
		line-height: 4rem;
	}
	.projT2 p {
		margin: 1rem 0 0 0;
		font-size: 1.7rem;
		line-height: 3rem;
	}

	.prtjtable table thead th {
		padding: 2rem 1rem;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.prtjtable table tbody td {
		padding: 2rem 1rem;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}
@media (max-width:767px) {
	.project_bg {
		background-image: url(/public/img/sub/project_bg_mo.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.projWrap {
		padding: 3rem 0 5rem 0;
	}
	
	
	.projContWrap {
		gap: 5rem;
	}
	.projTitle {
		margin: 0 0 2rem 0;
	}
	.projT1 {
		text-align: left;
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.projT2 {
		text-align: left;
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.projT2 p {
		text-align: left;
		margin: 0.6rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	
	
	.buniCont .projSideBox{
		padding:0;
	}
	.buniCont .projSideBox .projTitle{
		padding:0 2rem;
	}
	
	
	.factoryCont .projSideBox{
		padding:0;
	}
	.factoryCont .projSideBox .projTitle{
		padding:0 2rem;
	}
	
	.prtjtableInner{
		/* padding:0 0 0 2rem; */
	}
	.prtjtable {
		padding: 0 0 0 2rem;
		overflow-x: auto;
	}
	.prtjtable.buni table {
		margin: 0 2rem 0 0;
		width: 80rem;
	}
	.prtjtable.factory table {
		margin: 0 2rem 0 0;
		width: 100rem;
	}
	.prtjtable table thead th {
		padding: 1.4rem 1.4rem;
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	.prtjtable table tbody td {
		padding: 1.4rem 1.4rem;
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
}

/*-----------------------------------------
# 온라인문의
-------------------------------------------*/

.inq_bg {
    background-image: url(/public/img/sub/inq_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inqWrap{
	position:relative;
	width:100%;
	padding:8rem 0 16rem 0;
}
.inqSideBox{
    max-width: 112rem;
    margin: 0 auto;
    padding: 0 2rem;
}
.inqTitle{
position:relative;
	margin:0 0 6rem 0;
}
.inqT1 {
	display:block;
    margin: 0;
    color: #000;
    text-align: left;
    font-family: pretendard-600;
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 5.6rem;
}
.inqT2 {
    margin: 2rem 0 0 0;
    display: block;
    color: #000;
    text-align: left;
    font-family: pretendard-400;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}
@media (max-width:1600px) {
	.inqWrap {
		padding: 8rem 0 12rem 0;
	}
}
@media (max-width:991px) {
	.inqWrap {
		padding: 8rem 0 10rem 0;
	}
	.inqT1 {
		font-size: 3rem;
		line-height: 4.6rem;
	}
}
@media (max-width:767px) {
	.inq_bg {
		background-image: url(/public/img/sub/inq_bg_mo.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.inqWrap {
		padding: 3rem 0 5rem 0;
	}
	.inqTitle {
		position: relative;
		margin: 0 0 3rem 0;
	}
	.inqT1 {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.inqT2 {
		margin: 1rem 0 0 0;
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

/*-----------------------------------------
# 고객센터
-------------------------------------------*/
.customer_bg{
	background-image: url(/public/img/sub/customer_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.cusWrap{
	position:relative;
	width:100%;
	padding:8rem 0 16rem 0;
}
.cusWrap .soltitle h1 strong{
	font-weight: 700;
}

.cusSideBox{
	max-width: 156rem;
    margin: 0 auto;
    padding: 0 2rem;
}




.accordion-menu {
    text-align: left;
    width: 100%;
    margin-top: 6rem;
}
.accordion-menu li {
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 400;
    list-style: none;
    border-bottom: 1px solid #eee;
}
.accordion-menu li.open_faq {
	    margin: 1rem 0 0 0;
	border-radius: 0.8rem;
	border: 1px solid #EEE;
	background: #FFF;
	box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.06);
}
.accordion-menu li.open_faq .dropdownlink .fa-chevron-down {
    transform: rotate(180deg);
    /* background: url(../img/faqdroparrow02.png) no-repeat center / cover; */
}
.accordion-menu li.open_faq .f_list_open {
    /* background: #F3F0E9; */
}
.dropdownlink {
    padding: 3rem 9rem 3rem 8.2rem;
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 0;
    background: #fff;
    word-break: keep-all;
}
.dropdownlink span {
    position: absolute;
    left: 3rem;
    top: 3.2rem;
	color: #25BE5F;
	font-family: 'Outfit', sans-serif;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.8rem;
}
.dropdownlink h2{
	text-align:left;
	color: #000;
	font-family: pretendard-500;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4.4rem;
}
.fa-chevron-down {
    position: absolute;
    right: 4rem;
    top: 3.1rem;
    width: 4.4rem;
    height: 4.4rem;
    background-image: url(/public/img/sub/faqarrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.open_faq .dropdownlink {}
.open_faq .dropdownlink::before {
    content: '';
    width: calc(100% - 11rem);
    position: absolute;
    left: 8rem;
    bottom: 0;
    height: 1px;
    background: #eee;
}


.submenuItems {display: none;}
.submenuItems li {border: none; list-style: none; border-radius: 0; margin-bottom:0;}

.f_list_open {
    border-top: none!important;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 3rem 3rem 3rem 8.2rem;
    display: flex;
    align-items: flex-start;
}
.f_ar {
    position: absolute;
    left: 3rem;
    top: 3.2rem;
	color:#019FE8;
	font-family: 'Outfit', sans-serif;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.8rem;
}
.f_listTextBox{width:100%;position: relative;padding-top: 0px;}
.f_listTextBox h3{
	text-align:left;
	margin:0;
	color: #000;
	font-family: pretendard-400;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.8rem;
}


@media (max-width:991px) {
	.cusWrap {
		padding: 6rem 0 12rem 0;
	}
	.accordion-menu {
		margin-top: 4rem;
	}
	
	
	.dropdownlink {
		padding: 2rem 7rem 2rem 5rem;
	}
	.dropdownlink h2 {
		font-size: 1.8rem;
		line-height: 4rem;
	}
	.dropdownlink span {
		left: 2rem;
		top: 2.5rem;
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.fa-chevron-down {
		right: 2rem;
		top: 2rem;
		width: 4rem;
		height: 4rem;
	}
	.open_faq .dropdownlink::before {
		width: calc(100% - 7rem);
		left: 5rem;
	}
	
	
	.f_list_open {
		padding: 2rem 2rem 2rem 5rem;
	}
	.f_listTextBox h3 {
		font-size: 1.6rem;
		line-height: 3rem;
	}
	.f_ar {
		left: 2rem;
		top: 2rem;
		font-size: 2.2rem;
		line-height: 3rem;
	}
}
@media (max-width:767px) {
	.customer_bg {
		background-image: url(/public/img/sub/customer_bg_mo.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.cusWrap {
		padding: 3rem 0 5rem 0;
	}
	.accordion-menu {
		margin-top: 3rem;
	}
	
	
	.dropdownlink {
		padding: 1.4rem 5rem 1.4rem 3.4rem;
	}
	.dropdownlink h2 {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.dropdownlink span {
		left: 1rem;
		top: 1.3rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.fa-chevron-down {
		right: 1rem;
		top: 1rem;
		width: 3rem;
		height: 3rem;
	}
	.open_faq .dropdownlink::before {
		width: calc(100% - 5rem);
		left: 3.4rem;
	}
	
	
	.f_list_open {
		padding: 1.4rem 1.4rem 1.4rem 3.4rem;
	}
	.f_listTextBox h3 {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.f_ar {
		left: 1rem;
		top: 1.3rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}



/*-----------------------------------------
# 페이징
-------------------------------------------*/
.pc_pagenation{
	display:block;
}
.mo_pagenation{
	display:none;
}
.front_paging_line{
	margin-top:5rem;
	display:block;
	text-align:center;
}
.front_paging_box{
	display:inline-block;
}
.flex_box{
	display:flex;
}
.front_paging_number_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
	gap:0.4rem;
}
.front_paging_number_box ul li.on_front_paging{
	background: #25BE5F;
	color:#fff;
	border: 1px solid #25BE5F;
	font-family: pretendard-700;
	font-weight: 700;
}
.front_paging_number_box ul li.on_front_paging:hover{
	background: #25BE5F;
	color:#fff;
	border: 1px solid #25BE5F;
	font-family: pretendard-700;
	font-weight: 700;
}
.front_paging_number_box ul li {
    margin: 0;
    cursor: pointer;
	border-radius: 6px;
	background: #F3F3F3;
    width: 5rem;
    height: 5rem;
    border: 1px solid #F3F3F3;
    display: flex;
    color: #222;
    font-size: 1.6rem;
    font-family: pretendard-500;
    line-height: 2.2rem;
    align-items: center;
    justify-content: center;
}
.front_paging_number_box ul li:hover{
	border: 1px solid #000;
	background: #FFF;
	font-family: pretendard-500;
	font-weight: 500;
	color: #000;
}

.prev_page {
	margin-right:0.4rem;
	position:relative;
	cursor:pointer;
    display: flex;
	border-radius: 6px;
    border: 1px solid #DDD;
	width: 5rem;
    height: 5rem;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.prev_page:after {
    content: '';
    position: absolute;
    width: 1.4rem;
    height: 1.1rem;
    background-image: url(../img/sub/in_prev_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.next_page {
    margin-left: 0.4rem;
    position: relative;
    cursor: pointer;
    display: flex;
	border-radius: 6px;
    border: 1px solid #DDD;
	width: 5rem;
    height: 5rem;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.next_page:after {
    content: '';
    position: absolute;
    width: 1.4rem;
    height: 1.1rem;
    background-image: url(../img/sub/in_next_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:767px) {
	.front_paging_line {
		margin-top: 3rem;
	}
	.front_paging_number_box ul {
		gap: 0.3rem;
	}
	.front_paging_number_box ul li {
		border-radius: 4px;
		width: 3.4rem;
		height: 3.4rem;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.next_page {
		    border-radius: 4px;
		margin-left: 0.3rem;
		width: 3.4rem;
		height: 3.4rem;
	}
	.prev_page {
	    border-radius: 4px;
		margin-right: 0.3rem;
		width: 3.4rem;
		height: 3.4rem;
	}
}
