body {
	margin: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
p,
h2,
h1 {
	margin-block-start: 0;
	margin-block-end: 0;
}
.visualWrap {
	width: 100%;
	height: 580px;
	background-color: #035576;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sliderWrap {
	width: 1920px;
	height: 580px;
	overflow: hidden;
}
.slide_01 {
	display: flex;
	width: 100%;
	transform: translateX(0%);
	transition-property: transform;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.slick_dots_main,
.slick_dots_sub {
	display: flex;
	justify-content: space-around;
	width: 120px;
}
.slick_dots_main > input,
.slick_dots_sub > input {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	border: 0;
	background-color: rgba(18, 181, 96, 0.5);
	cursor: pointer;
}
.slick_dots_main > input {
	margin-bottom: 30px;
}
.slick_dots_sub > input {
	margin-top: 60px;
}
.slick_dots_main > input:hover,
.slick_dots_sub > input:hover,
.selectedDot {
	background-color: rgba(18, 181, 96, 1) !important;
}

.visualContentArea {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1360px;
	height: 580px;
	justify-content: space-between;
}
.visualTop {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.visualTop > select {
	border: 0;
	background: none;
	color: #fff;
}
.visualTop > select > option {
	border: 0;
}
.visualTop > select > option:not(:checked) {
	background: #035576;
}
#google_translate_element select {
	height: 25px;
	border: 0;
	border-radius: 5px;
}
.topLogo {
	width: 146px;
	height: 80px;
}
.topMenu {
	display: flex;
	justify-content: space-between;
	width: 50%;
}
.topMenu > a {
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
}
.topMenu > a:hover,
.topMenu > a.selectedMenu {
	color: #5be79e;
}
.mainCopy_sub {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 144px;
}
.mainCopy_main {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 0px;
}
.mainCopy_sub > p,
.mainCopy_main > p {
	color: #fff;
	font-size: 2.3em;
	font-weight: 700;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.mainCopy_sub > p > span,
.mainCopy_main > p > span {
	color: #12b560;
}
.productMenu {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
}
.productMenu > a {
	width: 33.3%;
	height: 90px;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	vertical-align: middle;
	line-height: 90px;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
}
.productMenu > a.selectedProdMenu,
.productMenu > a:hover {
	background: #12b560;
}

/***********************************************contents style ***********************************/
.contentsWrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contentsArea {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1360px;
	justify-content: space-between;
}
.content_01 {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 50px;
}
.content_01_tit {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.content_01_tit > h1 {
	margin-left: 200px;
	color: #12b560;
	font-size: 4em;
	font-weight: 700;
}
.content_01_tit > p {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 40px;
	margin-left: 300px;
}
.content_01_tit > div {
	display: flex;
	align-items: center;
}
.content_01_tit > div > a {
	color: #444;
	font-size: 0.8em;
}
.content_01_tit > div > img {
	width: 20px;
	margin-left: 5px;
}
.content_01_subtit,
.contetnt_01_detail {
	display: flex;
	flex-direction: column;
	margin-left: 200px;
	margin-top: 30px;
}
.content_01_subtit > p {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 10px;
	width: 58%;
}
.contetnt_01_detail > span {
	font-size: 0.8em;
	color: #444;
	width: 50%;
}

.content_02 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 50px;
}
.content_02 > img {
	width: 50%;
}
.content_02 > div {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.content_02 > div > h1 {
	font-size: 3em;
	color: #efefef;
	font-weight: 300;
	margin-top: 50px;
}
.content_02 > div > h2 {
	font-size: 1.5em;
	font-weight: 700;
	text-align: right;
	margin-top: 40px;
}
.content_02 > div > p {
	font-size: 4em;
	font-weight: 700;
	color: #12b560;
	text-align: right;
	margin-top: 20px;
	margin-right: 10%;
}
.content_02 > div > div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 30px;
}
.content_02 > div > div > a {
	font-size: 1em;
	color: #444;
}
.content_02 > div > div > img {
	width: 50px;
	margin-left: 10px;
}

.content_refuse_email {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 50px;
}
.content_refuse_email_tit {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
}
.content_refuse_email_tit > p {
	margin-top: 10px;
	font-size: 1em;
}
.content_refuse_email_tit > span {
	margin-top: 20px;
	font-size: 2em;
	font-weight: 700;
}
/*******************************************sub contents style********************************/
.sub_content_01 {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	width: 100%;
}
.sub_content_01 > div {
	width: 80%;
	display: flex;
	flex-direction: column;
}
.sub_content_01 > div > h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sub_content_01 > div > p {
	margin-top: 20px;
	font-size: 1.2em;
}
.sub_content_01 > div > p > span {
	color: #12b560;
	font-weight: 700;
}

.separateBar {
	width: 70%;
	border-top: 2px solid #ccc;
	margin: 80px 0;
}

.sub_content_02 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}
.sub_content_02 > h1 {
	width: 90%;
}
.sub_content_02 > div {
	display: flex;
	justify-content: space-around;
}
.sub_content_02 > div > div {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}
.sub_content_02 > div > div > p {
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 10px;
}
.sub_content_02 > div > div > span {
	font-size: 1.2em;
	margin-top: 10px;
}
.sub_content_02 > div > div > img {
	width: 100%;
}
.sub_content_02 > table {
	width: 80%;
	margin-top: 50px;
	border-top: 2px solid #444444;
	border-collapse: collapse;
}
.sub_content_02 > table th,
td {
	text-align: center;
	font-size: 1.2em;
	border-bottom: 2px solid #444444;
	border-left: 2px solid #444444;
}
.sub_content_02 > table th:first-child,
td:first-child {
	border-left: none;
}
.sub_content_02 > table th {
	background-color: rgba(0, 0, 0, 0.3);
}
.sub_tableStyle {
	border-top: 2px solid #12b560;
	border-bottom: 2px solid #12b560;
	margin-top: 40px;
	width: 96%;
}
.left_align tr td:last-child {
	text-align: left;
	text-indent: 10px;
}
.sub_tableStyle td {
	text-align: center;
	height: 40px;
}
.sub_tableStyle th {
	background: rgba(18, 181, 96, 0.2);
	height: 40px;
}
.specialStat td:nth-child(4) {
	font-weight: 700;
	color: #12b560;
}
.separateTD {
	border-bottom: 1px solid #ccc;
}

.sub_content_03 {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.sub_content_03 > h1 {
	width: 90%;
}
.sub_content_03 > iframe {
	width: 90%;
	margin-top: 20px;
}
.sub_content_03 > p {
	width: 90%;
	margin-top: 10px;
	font-size: 1.2em;
}

.sub_content_02_01,
.sub_content_02_02,
.sub_content_02_03,
.sub_content_03_01,
.sub_content_03_02,
.sub_content_03_03 {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.sub_content_02_01 > h1 {
	width: 90%;
}
.systemDescription {
	background-color: rgba(208, 240, 223, 1);
	background-image: url("../images/sub_02_img_01.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
	margin-top: 20px;
	min-height: 150px;
}
.systemDescription > span {
	font-size: 1.3em;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 40px;
	width: 81%;
}
.sub_content_02_01 > img {
	width: 60%;
	margin-top: 60px;
}

.sub_content_02_02 .main-header {
	width: 100%;
	background-color: #2c5f7a;
	color: white;
	text-align: center;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.sub_content_02_02 > div {
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin-top: 40px;
}

/* 핵심기술 섹션 스타일 */
.sub_content_02_02 .core-tech-section {
	display: flex;
	gap: 40px;
	margin-top: 30px;
	width: 90%;
	align-items: flex-start;
}

.sub_content_02_02 .tech-left,
.sub_content_02_02 .tech-right {
	flex: 1;
	border: 2px solid #ccc;
	padding: 20px;
	background-color: white;
}

.sub_content_02_02 .tech-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	color: #333;
}

.sub_content_02_02 .tech-subtitle {
	font-size: 20px;
	color: #666;
	margin-bottom: 20px;
	text-align: center;
}

.sub_content_02_02 .tech-item {
	margin-bottom: 30px;
	border: 1px solid #ddd;
	padding: 15px;
}

.sub_content_02_02 .tech-image {
	width: 100%;
	height: 160px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_content_02_02 .tech-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sub_content_02_02 .tech-name {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #333;
}

.sub_content_02_02 .tech-description {
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

.sub_content_02_02 .data-collection-item {
	margin-bottom: 25px;
	border: 1px solid #ddd;
}

.sub_content_02_02 .data-image {
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_content_02_02 .data-image img {
	width: 48%;
	height: 100%;
	object-fit: contain;
}

.sub_content_02_02 .data-image2 {
	width: 100%;
	height: 352px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_content_02_02 .data-image2 img {
	width: 60%;
	height: 100%;
	object-fit: contain;
}

.sub_content_02_02 .data-description {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

/* 기존 sub_content_02_03 스타일 제거 후 새로운 기술영상 섹션 스타일 추가 */
.sub_content_02_03 .main-header {
	width: 100%;
	background-color: #2c5f7a;
	color: white;
	text-align: center;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.sub_content_02_03 .tech-video-section {
	width: 90%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sub_content_02_03 .video-row {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.sub_content_02_03 .video-column-left,
.sub_content_02_03 .video-column-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sub_content_02_03 .video-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sub_content_02_03 .video-image {
	width: 100%;
	height: 300px;
	background-color: #f5f5f5;
	border: 2px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_content_02_03 .video-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #f5f5f5;
}

/* 모바일 반응형 - 기술영상 섹션 */
@media (max-width: 800px) {
	.sub_content_02_03 .video-row {
		flex-direction: column;
		gap: 20px;
	}

	.sub_content_02_03 .video-column-left,
	.sub_content_02_03 .video-column-right {
		width: 100%;
	}

	.sub_content_02_03 .video-container {
		height: 200px;
	}

	.sub_content_02_03 .video-image {
		height: 250px;
	}
}

.sub_content_03_01 > img {
	margin-top: 40px;
	width: 70%;
}
.sub_content_03_01 > p {
	margin-top: 10px;
	width: 90%;
}
.sub_content_03_02 > div {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}
.sub_content_03_02 > div > img {
	width: 30%;
}
.sub_content_03_02 > p {
	width: 90%;
	font-size: 1.3em;
	font-weight: 700;
	margin-top: 40px;
}
.sub_content_03_02 > span {
	width: 90%;
	margin-top: 10px;
}
.sub_content_03_03 > img {
	width: 80%;
	margin-top: 40px;
}
.sub_content_03_03 > span {
	width: 90%;
	margin-top: 10px;
}

/* AI 집게크레인 제어 솔루션 스타일 */
.sub_content_02_01 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sub_content_02_01 .header-text {
	color: #e74c3c;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}

.sub_content_02_01 .main-header {
	width: 100%;
	background-color: #2c5f7a;
	color: white;
	text-align: center;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.sub_content_02_01 .solution-section {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
	align-items: flex-start;
	justify-content: center;
}

.sub_content_02_01 .crane-image {
	flex: 0 0 28%;
	height: 100%;
	background-color: #ddd;
	border-radius: 8px;
	overflow: hidden;
}

.sub_content_02_01 .crane-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sub_content_02_01 .info-table {
	flex: 0 0 60%;
	border-collapse: collapse;
	width: 100%;
}

.sub_content_02_01 .info-table td {
	border: 1px solid #ccc;
	padding: 12px;
	vertical-align: top;
}

.sub_content_02_01 .info-table .label {
	background-color: #f8f9fa;
	font-weight: bold;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

.sub_content_02_01 .info-table .content {
	background-color: white;
	width: 75%;
}

.sub_content_02_01 .section-header {
	width: 100%;
	background-color: #2c5f7a;
	color: white;
	text-align: center;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	margin: 40px 0 30px 0;
}

.sub_content_02_01 .problems-section {
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
	gap: 100px;
}

.sub_content_02_01 .problem-item {
	text-align: center;
	flex: 1;
}

.sub_content_02_01 .problem-icon {
	width: 150px;
	height: 150px;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
}

.sub_content_02_01 .problem-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sub_content_02_01 .problem-title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	white-space: nowrap;
}

.sub_content_02_01 .equation-section {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
	gap: 50px;
	font-size: 18px;
}

.sub_content_02_01 .equation-item {
	text-align: center;
}

.sub_content_02_01 .equation-image {
	width: 180px;
	height: 180px;
	background-color: #ddd;
	margin-bottom: 10px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_content_02_01 .equation-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
}

.sub_content_02_01 .equation-title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	white-space: nowrap;
}

.sub_content_02_01 .equation-operator {
	font-size: 36px;
	font-weight: bold;
}

.sub_content_02_01 .equation-result {
	color: #2c5f7a;
	font-weight: bold;
	font-size: 40px;
}

.sub_content_02_01 .benefits-section {
	display: flex;
	justify-content: space-around;
	gap: 100px;
	margin-top: 30px;
}

.sub_content_02_01 .benefit-item {
	flex: 1;
	text-align: center;
}

.sub_content_02_01 .benefit-icon {
	width: 150px;
	height: 150px;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_content_02_01 .benefit-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sub_content_02_01 .benefit-title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	white-space: nowrap;
}

.sub_content_02_01 .benefit-content {
	margin-bottom: 10px;
	font-size: 16px;
	white-space: nowrap;
}

.sub_content_02_01 .highlight {
	color: #e74c3c;
	font-weight: bold;
}

/* 집게크레인 섹션 스타일 추가 */

.crane-section-header {
	width: 100%;
	background-color: #2c5f7a;
	color: white;
	text-align: center;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.crane-content-section {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.crane-image-container {
	flex: 0 0 28%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.crane-image-container img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 15px;
}

.crane-description {
	flex: 0 0 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
}

.crane-description p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 15px;
	color: #333;
	font-weight: bold;
}

.future-business-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.future-business-content p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #333;
}

.future-business-content ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.future-business-content li {
	background-color: #f8f9fa;
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #2c5f7a;
	border: 2px solid #2c5f7a;
	min-width: 200px;
	text-align: center;
}

/**********************************************footer style**************************************/
.footerWrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
.footerUpperWrap {
	width: 100%;
	display: flex;
	justify-content: center;
	height: 30px;
	background: #f4f4f4;
}
.footerUpperArea {
	width: 1360px;
	display: flex;
	align-items: center;
}
.footerUpperArea > a {
	font-size: 1em;
	margin-left: 5px;
	margin-right: 5px;
}
.footerContentsWrap {
	width: 100%;
	display: flex;
	justify-content: center;
	height: 80px;
	background: #464c57;
}
.footerContentsArea {
	width: 1360px;
	display: flex;
	justify-content: space-between;
}
.footerContentsArea > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footerContentsArea > div > p {
	color: #fff;
	font-size: 0.9em;
}
.footerContentsArea > div > img {
	width: 100px;
	height: 37px;
}
.footerContentsArea > div > span {
	font-size: 1em;
	color: #fff;
	font-size: 1em;
}
.copyRight {
	align-items: flex-end;
}

/* 모바일 반응형 */
@media (max-width: 800px) {
	.visualContentArea {
		width: 100%;
	}
	.visualTop {
		flex-wrap: wrap;
	}
	.topMenu {
		width: 60%;
	}
	.mainCopy {
		width: 90%;
	}

	/* productMenu 모바일 대응 추가 */
	.productMenu {
	}

	.productMenu > a {
		width: 100%;
		height: 60px;
		line-height: 60px;
		padding: 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 0.75em;
		word-break: keep-all;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.contentsArea {
		width: 100%;
	}
	.content_01_tit > h1,
	.content_01_subtit,
	.contetnt_01_detail {
		margin-left: 10%;
	}
	.content_01_tit > p {
		margin-left: 30%;
	}
	.content_01_tit > div {
		margin-right: 5%;
	}
	.content_01_subtit > p {
		width: 90%;
	}
	.contetnt_01_detail > span {
		width: 90%;
	}
	.content_02 {
		flex-direction: column;
		align-items: center;
	}
	.content_02 > div {
		width: 90%;
	}
	.content_02 > img {
		width: 80%;
	}
	.sub_content_01 {
		flex-direction: column;
		align-items: center;
	}
	.sub_content_01 > div {
		width: 80%;
	}

	.footerUpperArea,
	.footerContentsArea {
		width: 100%;
	}
	.footerContentsWrap {
		height: 190px;
	}
	.footerContentsArea {
		flex-direction: column;
	}
	.footerContentsArea > div {
		margin-left: 3%;
	}
	.copyRight {
		margin-right: 3%;
	}
	.sub_content_02 > div {
		flex-wrap: wrap;
	}
	.sub_content_02 > div > div {
		width: 45%;
	}
	.systemDescription {
		width: 90%;
	}
	.systemDescription > span {
		width: 60%;
	}
	.sub_content_02_01 > img {
		width: 80%;
	}
	.sub_content_02_02 > div {
		flex-direction: column;
		align-items: center;
	}
	.sub_content_02_02 > div > img {
		width: 80%;
	}

	/* 모바일 반응형 - AI 집게크레인 솔루션 */
	.sub_content_02_01 .solution-section {
		flex-direction: column;
	}
	.sub_content_02_01 .crane-image {
		flex: none;
		width: 100%;
	}
	.sub_content_02_01 .problems-section {
		flex-direction: column;
		gap: 30px;
	}
	.sub_content_02_01 .equation-section {
		flex-direction: column;
		gap: 20px;
	}
	.sub_content_02_01 .benefits-section {
		flex-direction: column;
		gap: 30px;
	}
}

/* 모바일 반응형 - 핵심기술 섹션 */
@media (max-width: 800px) {
	.sub_content_02_02 .core-tech-section {
		flex-direction: column;
		gap: 20px;
	}

	.sub_content_02_02 .tech-left,
	.sub_content_02_02 .tech-right {
		width: 100%;
	}
}

/* 모바일 반응형 - 기술영상 섹션 */
@media (max-width: 800px) {
	.sub_content_02_03 .video-row {
		flex-direction: column;
		gap: 20px;
	}

	.sub_content_02_03 .video-image {
		height: 250px;
	}
}

.sub_content_02_03 .video-image2 {
	width: 100%;
	height: 352px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_content_02_03 .video-image2 img {
	width: 60%;
	height: 100%;
	object-fit: contain;
}
