.topIntro {
	padding: 131px 0 80px;
	text-align: center;
}

.topIntro .title {
	font-weight: 700;
	font-size: 48px;
	line-height: 57px;
}

.topIntro .robotLogo {
	max-width: 161px;
}

.topIntro .topContentArea {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
	margin-top: 81px;
	background: #FFFFFF;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
	border-radius: 32px;
	box-sizing: border-box;
}

.topIntro .topContentArea li {
	width: calc(100% / 2);
}

.topIntro .topContentArea .textBox {
	box-sizing: border-box;
	border-radius: 32px 0 0 32px;
	padding: 80px 0 80px 60px;
	font-weight: 300;
	font-size: 24px;
	line-height: 40px;
}

.topIntro .topContentArea .textBox .txtCont {
	margin: 20px 0;
}

.topIntro .topContentArea .textBox .txtCont .pointTxt {
	font-weight: 600;
}

.topIntro .topContentArea .textBox blockquote {
	padding-top: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #586063;
}

.topIntro .topContentArea .monitorBg {
	width: calc(100% / 2);
	height: 400px;
	border-radius: 0 32px 32px 0;
	background-size: cover;
	background: url("../../images/worktronics/img-\ monitor.svg") no-repeat center;
}

.topIntro .topContentArea .monitorBg img {
	max-width: 100%;
}

.mobileMonitor {
	display: none;
}

.scdArea,
.thirdArea {
	padding: 120px 0;
	text-align: center;
}

.scdArea .tag,
.thirdArea .tag {
	display: block;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	color: #1AB6E4;
	padding-bottom: 8px;
}

.scdArea .subTitle,
.thirdArea .subTitle {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	padding-bottom: 12px;
}

.scdArea .desc,
.thirdArea .desc {
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #222;
}

.scdArea .warpBottoms {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-top: 60px;
}

.scdArea .warpBottoms .wrapVideoImg {
	max-width: 800px;
	margin: 0 auto;
}

.scdArea .warpBottoms .wrapVideoImg img {
	max-width: 800px;
}

.scdArea .warpBottoms .desc {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
}

.pointList {
	display: flex;
	gap: 120px;
	justify-content: center;
	align-items: center;
}

.pointList li .mobileTxtCont .title {
	font-weight: 700;
	font-size: 28px;
	line-height: 43px;
}

.pointList li .mobileTxtCont p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}


.lastContList {
	display: flex;
	gap: 48px;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}

.lastContList li {
	width: calc(100% / 2);
}

.lastContList li .lastConts {
	padding: 20px 0 0;
}

.lastContList li img {
	width: 100%;
}

.lastContList li strong {
	font-weight: 700;
	font-size: 28px;
	line-height: 43px;
}

.lastContList li p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.ai-ocr-youtube-wrap .ai-ocr-youtube {
	position: relative;
	padding-bottom: 84%;
	padding-top: 0%;
	height: 0;
}

.ai-ocr-youtube-wrap .ai-ocr-youtube .mo-none:nth-of-type(1) {
	position: absolute;
	top: 0;
	background-color: #fff;
	width: 100%;
	height: 16.5%;
	max-height: 120px;
	min-height: 53px;
	z-index: 2;
}

.ai-ocr-youtube-wrap .ai-ocr-youtube .mo-none:nth-of-type(2) {
	position: absolute;
	top: 42px;
	background-color: #000;
	width: 100%;
	height: 29px;
	max-height: 120px;
	min-height: 56px;
	z-index: 3;
	border-radius: 12px 12px 0 0;
}

.ai-ocr-youtube-wrap .ai-ocr-youtube .mo-none:nth-of-type(3) {
	position: absolute;
	bottom: 43px;
	background-color: #000;
	width: 100%;
	height: 29px;
	max-height: 120px;
	min-height: 56px;
	z-index: 3;
	border-radius: 0 0 12px 12px;
}

.ai-ocr-youtube-wrap .ai-ocr-youtube .mo-none:nth-of-type(4) {
	position: absolute;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	height: 16.5%;
	max-height: 120px;
	min-height: 53px;
	z-index: 2;
}

.ai-ocr-youtube-wrap .ai-ocr-youtube iframe {
	pointer-events: none;
}

.ai-ocr-youtube-wrap .ai-ocr-youtube iframe#player {
	display: none;
}

@media screen and (max-width: 1200px) {
	.topIntro .topContentArea .textBox {
		font-size: 20px;
		line-height: 38px;
	}
}

/* 모바일 기준 998px*/
@media screen and (max-width: 998px) {
	.topIntro {
		padding: 30px 0 48px;
		text-align: center;
	}

	.topIntro .title {
		font-size: 36px;
	}

	.topIntro .robotLogo {
		max-width: 102px;
	}

	.topIntro .topContentArea {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
		margin-top: 40px;
		box-shadow: none;
		border-radius: 0;
		box-sizing: border-box;
	}

	.topIntro .topContentArea li {
		width: 100%;
	}

	.topIntro .topContentArea .textBox {
		border-radius: 0;
		padding: 40px 10px;
		font-size: 18px;
		line-height: 27px;
	}

	.topIntro .topContentArea .textBox .txtCont {
		margin: 0;
	}

	.topIntro .topContentArea .textBox blockquote {
		font-size: 14px;
	}

	.topIntro .topContentArea .monitorBg {
		display: none;
	}

	.mobileMonitor {
		display: block;
		width: 100%;
	}

	.mobileMonitor>img {
		width: 100%;
	}

	.scdArea,
	.thirdArea {
		padding: 60px 0;
	}

	.scdArea .tag,
	.thirdArea .tag {
		font-size: 15px;
	}

	.scdArea .subTitle,
	.thirdArea .subTitle {
		font-weight: 600;
		font-size: 28px;
		line-height: 33px;
	}

	.scdArea .subTitle>span,
	.thirdArea .subTitle>span {
		display: block;
	}

	.scdArea .desc,
	.thirdArea .desc {
		font-size: 18px;
	}

	.thirdArea .desc span {
		display: block;
	}

	.scdArea .warpBottoms {
		display: flex;
		flex-direction: column;
		gap: 48px;
		margin-top: 30px;
	}

	.scdArea .warpBottoms .wrapVideoImg {
		max-width: 100%;
		margin: 0 auto;
	}

	.scdArea .warpBottoms .wrapVideoImg img {
		max-width: 100%;
	}

	.scdArea .warpBottoms .desc {
		font-size: 28px;
		line-height: 34px;
	}

	.scdArea .warpBottoms .desc span {
		display: block;
	}

	.pointList {
		flex-direction: column;
		gap: 24px;
		justify-content: center;
		align-items: center;
	}

	.pointList li {
		display: flex;
		gap: 20px;
		text-align: left;
	}

	.pointList li img {
		width: 100px;
	}

	.pointList li .mobileTxtCont .title {
		font-size: 20px;
	}

	.pointList li .mobileTxtCont p {
		font-size: 14px;
		line-height: 21px;
	}

	.lastContList {
		max-width: fit-content;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		gap: 48px;
		align-items: center;
		justify-content: center;
		margin-top: 80px;
	}

	.lastContList li {
		width: 100%;
		display: flex;
		gap: 20px;
		align-items: center;
		text-align: left;
	}

	.lastContList li .imgArea {
		width: 150px;
	}

	.lastContList li img {
		width: 150px;
	}

	.lastContList li strong {
		font-size: 20px;
		line-height: 23px;

	}

	.lastContList li p {
		font-size: 14px;
		line-height: 21px;
	}

	.ai-ocr-youtube-wrap {
		max-width: 100%;
	}

	.ai-ocr-youtube-wrap .ai-ocr-youtube {
		width: 100%;
		padding-bottom: unset;
		padding-top: unset;
		height: auto;
		display: block;
	}

	.ai-ocr-youtube-wrap .ai-ocr-youtube .mo-none {
		display: none;
	}

	.ai-ocr-youtube-wrap .ai-ocr-youtube iframe {
		width: 100%;
		height: 100%;
		border-radius: 16px;
		pointer-events: auto;
	}

	.ai-ocr-youtube-wrap .ai-ocr-youtube iframe.pc-player {
		display: none;
	}

	.ai-ocr-youtube-wrap .ai-ocr-youtube iframe#player {
		display: block;
	}
}

@media screen and (max-width: 398px) {
	.topIntro .topContentArea .textBox {
		font-size: 16px;
	}

	.topIntro .topContentArea .textBox blockquote {
		font-size: 14px;
	}
}