/* 그룹css */
.contentBackground {
	background: var(--11);
}
.contentBackground .inner {
	float: none !important;
	margin: 0 auto !important;
}
.solutionFlexBox {
	display: flex !important;
	position: relative;
	width: 100%;
	padding: 100px 0;
	/* 	padding-top:965px; */
	gap: 32px;
}
/* 스티키 영역(좌측)) */
.solutionSticky {
	position: sticky;
	position: -webkit-sticky;
	/* 	top:calc(64px + 320px);	 */
	/* 	top:1025px; */
	align-self: flex-start;
	min-height: 100px;
	width: calc(50% - 16px);
}
.solution_global {
	position: relative;
	z-index: 1;
}
.solution_global:after {
	content: "";
	position: absolute;
	width: 200vw;
	top: -105px;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--11);
	z-index: -1;
	display: none;
}

/* 카드 리스트 */
.solution_global .cardListBox {
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
	column-gap: 32px;
	transition: all 0.4s;
	width: 100%;
}
.solution_global .cardListBox.layout_right .layout_articleWrap_3 {
	row-gap: 24px;
}
.solution_global .cardListBox article .videoBox {
	position: relative;
	/* 	height:140px; */
	aspect-ratio: 464/204;
	overflow: hidden;
	background: no-repeat center/100%;
}
.solution_global .cardListBox article .videoBox video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.solution_global .cardListBox article .imgBox {
	aspect-ratio: 364/240;
	background-color: #e4e4e4;
}
.solution_global .cardListBox article .imgBox img {
	object-fit: contain;
}
.solution_global .cardListBox article .textBox {
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
	background: #fff;
	gap: 40px;
	transition: all 0.4s;
	min-width: 0;
}
.solution_global.main .cardListBox article .textBox {
	gap: 60px;
}
.solution_global.left_image .cardListBox article .richBox {
	display: flex;
	flex-direction: column;
	padding: 30px;
	gap: 10px;
	min-width: 0;
	background-color: #fff;
  min-height: 174px;
}
.solution_global.left_image .cardListBox article .richBox .textBox {
	background: none;
	padding: 0;
}

.solution_global .cardListBox article:hover .textBox {
	background: var(--02);
}
.solution_global.left_image .cardListBox article:hover .richBox {
	background: var(--02);
}
.solution_global .cardListBox article .textBox h2 {
	height: 64px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	color: var(--04);
	transition: all 0.4s;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis; /* 말줄임 넣기 */
	-webkit-line-clamp: 2; /* 여러 줄로 자르고 싶을때*/
	-webkit-box-orient: vertical; /* 여러 줄로 자르고 싶을때*/
	display: -webkit-box; /* 여러 줄로 자르고 싶을때*/
}
.solution_global.left_image .cardListBox article .textBox h2 {
	height: auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #1f2937;
}
.solution_global.left_image .cardListBox article .richBox .infoBox p {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.83;
	color: #5c606b;
}
.solution_global.left_image .cardListBox article:hover .richBox .infoBox p {
	color: #fff;
}
.solution_global.left_image .cardListBox article .textBox .descriptionBox p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.57;
	color: #5c606b;
}
.solution_global.left_image
	.cardListBox
	article:hover
	.textBox
	.descriptionBox
	p {
	color: #fff;
}
.solution_global .cardListBox article:hover .textBox h2 {
	color: #fff;
}
.solution_global .cardListBox article .textBox .svgBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.solution_global .cardListBox article .textBox .svgBox .roboticsIcon {
	width: 56px;
	height: 56px;
}
.solution_global .cardListBox article .textBox .svgBox .moreIcon {
	width: 32px;
	height: 32px;
}
.solution_global .leftModule .cardListBox article {
	width: calc(50% - 16px);
}
.solution_global .globalModule .cardListBox article {
	/* width: calc((100% / 3) - (64px / 3)); */
}

/* 좌측 리스트 타입*/
.leftModule {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.leftModule .contentTitle h2 {
	max-width: 496px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--04);
	word-break: keep-all;
}

/* 글로벌 모듈 타입 */
.globalBox {
	border-top: solid 1px var(--06-1);
}
.solution_global .globalModule {
	/* display: flex;
	gap: 32px;
	justify-content: space-between;
	padding: 80px 0; */
}
/* 제목영역 */
.solution_global .globalModule .globalContentTitle {
	/* display: flex;
	flex-direction: column;
	gap: 45px;
	min-width: 300px;
	width: 300px; */
}
.solution_global .globalModule .globalContentTitle h2 {
	/* font-size: 22px;
	font-weight: bold;
	line-height: 1.27;
	color: var(--04);
	display: flex;
	align-items: center; */
}
.solution_global .globalModule .globalContentTitle i {
	display: block;
	width: 32px;
	height: 32px;
}
.solution_global .globalModule .globalContentTitle h3 {
	/* font-size: 16px;
	font-weight: normal;
	line-height: 1.44;
	color: var(--04); */
}
/* 카드리스트 */
.solution_global .globalModule .cardListBox {
	/* max-width: calc((364px * 3) + (32px * 2)); */
}
.solution_global .globalModule .cardListBox article .textBox {
	background: var(--11);
}
.solution_global .globalModule .cardListBox article:hover .textBox {
	background: var(--02);
}

/* 메인 모듈 타입 */
.solution_global .topLine {
	position: absolute;
	top: -40px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.solution_global .topLine span {
	width: 100%;
	border-top: 1px solid #ffffff73;
	height: 10px;
}
.solution_global .mainBox .cardListBox {
	row-gap: 32px;
}

.solution_global .mainBox .cardListBox article .textBox {
	padding: 30px;
}
.solution_global .mainBox .cardListBox article .textBox .mainTitleBox {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.solution_global .mainBox .cardListBox article .textBox .mainTitleBox h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	height: 72px;
}
.solution_global .mainBox .cardListBox article .textBox .mainTitleBox p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.57;
	color: #777;
	height: 44px;
}
.solution_global .mainBox .cardListBox article:hover .textBox .mainTitleBox p {
	color: #fff;
}
.solution_global .mainBox .cardListBox article .textBox .svgBox {
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	gap: 30px;
}
.solution_global .mainBox .cardListBox article .textBox .svgBox .moreIcon {
	/* align-self: flex-end; */
}

/* 메인 추가 아티클 */
.solution_global .mainBox .cardListBox article.mainArticle {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px 30px;
	border: solid 1px #c3c3c3;
	gap: 32px;
}
.solution_global .mainBox .cardListBox article.mainArticle .titleBox {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.solution_global .mainBox .cardListBox article.mainArticle .titleBox h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	color: #1f2937;
	overflow: hidden;
	text-overflow: ellipsis; /* 말줄임 넣기 */
	-webkit-line-clamp: 4; /* 여러 줄로 자르고 싶을때*/
	-webkit-box-orient: vertical; /* 여러 줄로 자르고 싶을때*/
	display: -webkit-box; /* 여러 줄로 자르고 싶을때*/
}
.solution_global .mainBox .cardListBox article.mainArticle .titleBox p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.57;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis; /* 말줄임 넣기 */
	-webkit-line-clamp: 3; /* 여러 줄로 자르고 싶을때*/
	-webkit-box-orient: vertical; /* 여러 줄로 자르고 싶을때*/
	display: -webkit-box; /* 여러 줄로 자르고 싶을때*/
}
/* cta */
.solution_global .mainBox .cardListBox article.mainArticle .btnBox {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.solution_global .mainBox .cardListBox article.mainArticle .btnBox button {
	/* flex: 1; */
}
.solution_global .mainBox .cardListBox article.mainArticle .btnBox button a {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.14;
	padding-left: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
}
/* 솔루션 문의하기 */
.solution_global .mainBox .cardListBox article .btnBox .cta-wh-bl01 a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("https://9263729.fs1.hubspotusercontent-na1.net/hubfs/9263729/home_img/svgIcons/icon-contact.svg")
		center 100% no-repeat;
}
.solution_global
	.mainBox
	.cardListBox
	article
	.btnBox
	.cta-wh-bl01
	a:hover::before {
	background: url("https://9263729.fs1.hubspotusercontent-na1.net/hubfs/9263729/home_img/svgIcons/icon-contact-hover.svg")
		center 100% no-repeat;
}

/* 소개서 다운로드 cta */

.solution_global .mainBox .cardListBox article .btnBox .link-grb-grf a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("https://9263729.fs1.hubspotusercontent-na1.net/hubfs/9263729/home_img/svgIcons/icon-download-gray.svg")
		center 100% no-repeat;
}
.solution_global
	.mainBox
	.cardListBox
	article
	.btnBox
	.link-grb-grf
	a:hover::before {
	background: url("https://9263729.fs1.hubspotusercontent-na1.net/hubfs/9263729/home_img/svgIcons/icon-download-hover.svg")
		center 100% no-repeat;
}
/* ***************************************************************반응형 */
@media all and (max-width: 1280px) {
	.solution_global:after {
		display: none;
	}
	.solutionSticky {
		position: static;
		width: 100%;
		top: auto;
		align-self: auto;
	}
	.solutionFlexBox {
		flex-direction: column;
		gap: 0;
		padding: 100px 0 50px;
	}

	.solution_global .globalModule {
		flex-direction: column;
		gap: 64px;
	}
	.solution_global .globalModule .globalContentTitle {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		align-items: flex-start;
	}
	.solution_global .globalModule .globalContentTitle h2 {
		font-size: 18px;
	}
	.solution_global .globalModule .globalContentTitle h3 {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.64;
		text-align: right;
		max-width: calc((100% / 2) - (32px / 2));
		word-break: break-all;
	}

	.solution_global .globalModule .cardListBox article {
		width: calc((100% / 2) - (32px / 2));
	}
}
@media all and (max-width: 768px) {
	.solutionFlexBox {
		padding: 100px 0 0;
	}
	.solution_global .cardListBox article .textBox h2 {
		font-size: 16px;
		font-weight: normal;
		line-height: 1.5;
		height: 48px;
	}
	.solution_global .mainBox .cardListBox article .btnBox .cta-wh-bl01 a::before,
	.solution_global
		.mainBox
		.cardListBox
		article
		.btnBox
		.link-grb-grf
		a::before {
		display: none;
	}
}
@media all and (max-width: 425px) {
	.solutionFlexBox {
		padding: 65px 0 0;
	}
	.leftModule .contentTitle h2 {
		font-size: 22px;
	}
	.solution_global .leftModule .cardListBox article {
		width: 100%;
	}
	.solution_global .globalModule {
		padding: 40px 0;
		gap: 40px;
	}
	.solution_global .globalModule .globalContentTitle {
		flex-direction: column;
		gap: 9px;
	}
	.solution_global .globalModule .globalContentTitle h3 {
		max-width: none;
		text-align-last: left;
	}
	.solution_global .globalModule .cardListBox article {
		width: 100%;
	}
}
.richBox a {
    display: revert!important;
};
}