/* CSS Document */
.laboratoryArea .awardBox .awardWrap .awardListBox .arrowBox svg, .laboratoryArea .awardBox .awardWrap .pageBox .progressBox .progress, .laboratoryArea .faqBox .toggleOpen::after, .laboratoryArea .faqBox .toggleOpen::before, .laboratoryArea .faqBox .faqItem .index, .manufactureArea .navBox .navItem .Txt .title, .manufactureArea .navBox .navItem .Txt .index, .manufactureArea .navBox .navItem, .manufactureArea .manufactureBox .item .Img .deco, .serviceArea .serviceBox .item .Txt .point, .serviceArea .serviceBox .item .Txt .title, .serviceArea .serviceBox .item .Img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

body {
	background-color: #f5f5f5;
}

.mainArea {
	padding: 90px 0 0 !important;
}

.serviceArea {
	padding: 0 0 200px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.serviceArea .titleBox .title {
	color: #000;
}
.serviceArea .titleBox .decoTitle {
	margin-left: 0;
}
.serviceArea .wrap {
	max-width: 100%;
	padding: 0;
}
.serviceArea .serviceWrap {
	position: relative;
}
.serviceArea .serviceWrap .deco {
	position: absolute;
	bottom: -200px;
	left: 50%;
	-webkit-transform: translateX(-50.02%);
	        transform: translateX(-50.02%);
}
.serviceArea .serviceWrap .deco img {
	height: 2680px;
	width: 2000px;
}
.serviceArea .serviceBox {
	width: 100%;
	-webkit-transform: translateX(110px);
	        transform: translateX(110px);
	margin-top: 60px;
	padding-bottom: 90px;
	position: relative;
}
@media (max-width: 768px) {
	.serviceArea .serviceBox {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		padding: 0 25px 60px;
	}
}
.serviceArea .serviceBox .slick-slide {
	padding: 0 19px;
}
@media (max-width: 768px) {
	.serviceArea .serviceBox .slick-slide {
		padding: 0;
	}
}
.serviceArea .serviceBox .slick-dots {
	bottom: -50px;
	left: -110px;
}
@media (max-width: 768px) {
	.serviceArea .serviceBox .slick-dots {
		left: 0;
	}
}
.serviceArea .serviceBox .item {
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 15px;
	position: relative;
}
@media (min-width: 1181px) {
	.serviceArea .serviceBox .item:hover .Img {
		opacity: 1;
	}
	.serviceArea .serviceBox .item:hover .Txt .title {
		color: #fff;
	}
	.serviceArea .serviceBox .item:hover .Txt .point {
		color: #fff;
	}
}
.serviceArea .serviceBox .item .Img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	border-radius: 15px;
	overflow: hidden;
}
.serviceArea .serviceBox .item .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.serviceArea .serviceBox .item .Txt {
	position: relative;
	z-index: 1;
}
.serviceArea .serviceBox .item .Txt .title {
	font-size: 15px;
	line-height: 1.733;
	letter-spacing: 0.6px;
	color: #595757;
	padding-top: 15px;
}
.serviceArea .serviceBox .item .Txt .point {
	font-size: 28px;
	font-family: "Manrope", sans-serif;
	color: #15bed4;
	font-weight: 500;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}
.serviceArea .textBox {
	position: relative;
	z-index: 2;
}
.serviceArea .textBox .text {
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1.04px;
	line-height: 1.76;
	max-width: 730px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.serviceArea .textBox .text {
		font-size: 20px;
		width: 100%;
		padding: 0 25px;
	}
}
@media (max-width: 480px) {
	.serviceArea .textBox .text {
		font-size: 18px;
	}
}
.serviceArea .processBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 90px;
}
@media (max-width: 400px) {
	.serviceArea .processBox {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding-right: 25px;
	}
}
.serviceArea .processBox .processItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 80px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(24, 45, 172)), to(rgb(1, 140, 214)));
	background: linear-gradient(180deg, rgb(24, 45, 172) 0%, rgb(1, 140, 214) 100%);
	padding: 190px 0 90px;
	gap: 80px;
	border-radius: 40px;
	z-index: 4;
	position: relative;
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem {
		width: 50px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(1) .sign {
	right: 175px;
	top: 50px;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .sign {
		right: 120px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .sign {
		right: 90px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(1) .sign.second {
	top: 260px;
}
.serviceArea .processBox .processItem:nth-of-type(1) .sign.third {
	top: 555px;
	right: -685px;
}
@media (max-width: 1700px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .sign.third {
		right: -595px;
	}
}
@media (max-width: 1400px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .sign.third {
		right: -495px;
	}
}
@media (max-width: 1180px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .sign.third {
		right: -425px;
	}
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .sign.third {
		right: 120px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .sign.third {
		right: 90px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(1) .sign.third::before {
	right: auto;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .sign.third::before {
		left: auto;
		right: 0;
		-webkit-transform: translate(50%, -50%);
		        transform: translate(50%, -50%);
	}
}
.serviceArea .processBox .processItem:nth-of-type(1) .sign.third::after {
	right: auto;
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .sign.third::after {
		left: auto;
		right: 0;
		-webkit-transform: translate(100%, -50%);
		        transform: translate(100%, -50%);
	}
}
.serviceArea .processBox .processItem:nth-of-type(1) .sign.third .icon {
	margin-left: 0;
}
.serviceArea .processBox .processItem:nth-of-type(1) .sign.third .index {
	margin-left: auto;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .sign.third .index {
		margin-left: 0;
	}
}
.serviceArea .processBox .processItem:nth-of-type(1) .text {
	left: 165px;
	top: 50px;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .text {
		left: 120px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .text {
		left: 90px;
	}
}
@media (max-width: 400px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .text {
		left: -250px;
	}
}
@media (max-width: 370px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .text {
		left: -220px;
	}
}
@media (max-width: 330px) {
	.serviceArea .processBox .processItem:nth-of-type(1) .text {
		left: -210px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(1) .item:nth-of-type(3) {
	margin-top: 50px;
}
.serviceArea .processBox .processItem:nth-of-type(1) .item:nth-of-type(4) {
	margin-top: 30px;
}
.serviceArea .processBox .processItem:nth-of-type(2) {
	z-index: 3;
	padding: 190px 0 40px;
}
.serviceArea .processBox .processItem:nth-of-type(2) .text {
	right: 155px;
	top: -160px;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .text {
		left: 120px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .text {
		left: 90px;
	}
}
@media (max-width: 400px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .text {
		left: -250px;
	}
}
@media (max-width: 370px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .text {
		left: -220px;
	}
}
@media (max-width: 330px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .text {
		left: -210px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(2) .text .bigWord {
	font-size: 400px;
}
@media (max-width: 1700px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .text .bigWord {
		font-size: 300px;
	}
}
@media (max-width: 1400px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .text .bigWord {
		font-size: 200px;
	}
}
@media (max-width: 1180px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .text .bigWord {
		font-size: 180px;
	}
}
@media (max-width: 640px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .text .bigWord {
		font-size: 120px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .text .bigWord {
		font-size: 100px;
	}
}
@media (max-width: 400px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .text .bigWord {
		font-size: 80px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(2) .text .smallWord {
	line-height: 1.26;
}
.serviceArea .processBox .processItem:nth-of-type(2) .sign {
	top: 270px;
	right: 175px;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .sign {
		right: 120px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem:nth-of-type(2) .sign {
		right: 90px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(2) .sign.second {
	top: 490px;
}
.serviceArea .processBox .processItem:nth-of-type(2) .item:nth-of-type(2) {
	margin-top: 20px;
}
.serviceArea .processBox .processItem:nth-of-type(3) {
	z-index: 2;
	padding: 150px 0 50px;
	gap: 60px;
}
.serviceArea .processBox .processItem:nth-of-type(3) .text {
	top: -260px;
	left: 165px;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .text {
		left: 120px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .text {
		left: 90px;
	}
}
@media (max-width: 400px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .text {
		left: -250px;
	}
}
@media (max-width: 370px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .text {
		left: -220px;
	}
}
@media (max-width: 330px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .text {
		left: -210px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(3) .sign {
	top: 200px;
	right: -685px;
}
@media (max-width: 1700px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .sign {
		right: -595px;
	}
}
@media (max-width: 1400px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .sign {
		right: -495px;
	}
}
@media (max-width: 1180px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .sign {
		right: -425px;
	}
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .sign {
		right: 120px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .sign {
		right: 90px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(3) .sign.second {
	top: 405px;
}
.serviceArea .processBox .processItem:nth-of-type(3) .sign::before {
	right: auto;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .sign::before {
		left: auto;
		right: 0;
		-webkit-transform: translate(50%, -50%);
		        transform: translate(50%, -50%);
	}
}
.serviceArea .processBox .processItem:nth-of-type(3) .sign::after {
	right: auto;
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .sign::after {
		left: auto;
		right: 0;
		-webkit-transform: translate(100%, -50%);
		        transform: translate(100%, -50%);
	}
}
.serviceArea .processBox .processItem:nth-of-type(3) .sign .icon {
	margin-left: 0;
}
.serviceArea .processBox .processItem:nth-of-type(3) .sign .index {
	margin-left: auto;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(3) .sign .index {
		margin-left: 0;
	}
}
.serviceArea .processBox .processItem:nth-of-type(3) .item:nth-of-type(3) {
	margin-top: 20px;
}
.serviceArea .processBox .processItem:nth-of-type(3) .item:nth-of-type(4) {
	margin-top: 10px;
}
.serviceArea .processBox .processItem:nth-of-type(4) {
	z-index: 1;
	padding: 150px 0 120px;
	gap: 70px;
}
.serviceArea .processBox .processItem:nth-of-type(4) .text {
	right: 110px;
	top: -100px;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .text {
		left: 120px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .text {
		left: 90px;
	}
}
@media (max-width: 400px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .text {
		left: -250px;
	}
}
@media (max-width: 370px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .text {
		left: -220px;
	}
}
@media (max-width: 330px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .text {
		left: -210px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(4) .text .bigWord {
	font-size: 403px;
}
@media (max-width: 1700px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .text .bigWord {
		font-size: 250px;
	}
}
@media (max-width: 1400px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .text .bigWord {
		font-size: 200px;
	}
}
@media (max-width: 1180px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .text .bigWord {
		font-size: 150px;
	}
}
@media (max-width: 640px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .text .bigWord {
		font-size: 100px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .text .bigWord {
		font-size: 80px;
	}
}
@media (max-width: 400px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .text .bigWord {
		font-size: 50px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(4) .sign {
	top: 200px;
	right: -685px;
}
@media (max-width: 1700px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .sign {
		right: -595px;
	}
}
@media (max-width: 1400px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .sign {
		right: -495px;
	}
}
@media (max-width: 1180px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .sign {
		right: -425px;
	}
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .sign {
		right: 120px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .sign {
		right: 90px;
	}
}
.serviceArea .processBox .processItem:nth-of-type(4) .sign.second {
	top: 410px;
}
.serviceArea .processBox .processItem:nth-of-type(4) .sign::before {
	right: auto;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .sign::before {
		left: auto;
		right: 0;
		-webkit-transform: translate(50%, -50%);
		        transform: translate(50%, -50%);
	}
}
.serviceArea .processBox .processItem:nth-of-type(4) .sign::after {
	right: auto;
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .sign::after {
		left: auto;
		right: 0;
		-webkit-transform: translate(100%, -50%);
		        transform: translate(100%, -50%);
	}
}
.serviceArea .processBox .processItem:nth-of-type(4) .sign .icon {
	margin-left: 0;
}
.serviceArea .processBox .processItem:nth-of-type(4) .sign .index {
	margin-left: auto;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem:nth-of-type(4) .sign .index {
		margin-left: 0;
	}
}
.serviceArea .processBox .processItem:not(:first-of-type) {
	margin-top: -110px;
}
.serviceArea .processBox .processItem .item {
	text-align: center;
	font-size: 20px;
	color: #fff;
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem .item {
		font-size: 16px;
	}
}
.serviceArea .processBox .processItem .text {
	position: absolute;
}
.serviceArea .processBox .processItem .sign {
	position: absolute;
	width: 590px;
	background-color: #e6e6e6;
	border-radius: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px 25px;
}
@media (max-width: 1700px) {
	.serviceArea .processBox .processItem .sign {
		width: 500px;
	}
}
@media (max-width: 1400px) {
	.serviceArea .processBox .processItem .sign {
		width: 400px;
	}
}
@media (max-width: 1180px) {
	.serviceArea .processBox .processItem .sign {
		width: 330px;
	}
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem .sign {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 10px;
		width: 200px;
		padding: 10px 15px;
		border-radius: 40px;
	}
}
@media (max-width: 670px) {
	.serviceArea .processBox .processItem .sign {
		width: 150px;
	}
}
@media (max-width: 540px) {
	.serviceArea .processBox .processItem .sign {
		width: 110px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem .sign {
		padding: 5px 10px;
	}
}
.serviceArea .processBox .processItem .sign::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #1a25a9;
	border-radius: 50%;
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}
.serviceArea .processBox .processItem .sign::after {
	content: "";
	position: absolute;
	width: 97px;
	height: 1px;
	background-color: #1a25a9;
	top: 50%;
	right: 0;
	-webkit-transform: translate(100%, -50%);
	        transform: translate(100%, -50%);
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem .sign::after {
		width: 40px;
	}
}
.serviceArea .processBox .processItem .sign .icon {
	margin-left: auto;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem .sign .icon {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-left: 0;
	}
}
.serviceArea .processBox .processItem .sign .icon img {
	width: 50px;
	height: 50px;
}
.serviceArea .processBox .processItem .sign .index {
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #7e7e7e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: 1px solid #595757;
}
@media (max-width: 1180px) {
	.serviceArea .processBox .processItem .sign .index {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem .sign .index {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		margin-left: 0;
	}
}
.serviceArea .processBox .processItem .sign .textBox {
	margin-left: 30px;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem .sign .textBox {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		text-align: center;
		margin-left: 0;
	}
}
.serviceArea .processBox .processItem .sign .textBox .decoTitle {
	font-size: 42px;
	font-family: "Manrope", sans-serif;
	font-size: 42px;
	color: #000;
}
@media (max-width: 1700px) {
	.serviceArea .processBox .processItem .sign .textBox .decoTitle {
		font-size: 30px;
	}
}
@media (max-width: 1400px) {
	.serviceArea .processBox .processItem .sign .textBox .decoTitle {
		font-size: 20px;
	}
}
@media (max-width: 1180px) {
	.serviceArea .processBox .processItem .sign .textBox .decoTitle {
		font-size: 18px;
	}
}
@media (max-width: 540px) {
	.serviceArea .processBox .processItem .sign .textBox .decoTitle {
		font-size: 14px;
	}
}
.serviceArea .processBox .processItem .sign .textBox .title {
	font-weight: 500;
	font-size: 22px;
}
@media (max-width: 1700px) {
	.serviceArea .processBox .processItem .sign .textBox .title {
		font-size: 20px;
	}
}
@media (max-width: 1400px) {
	.serviceArea .processBox .processItem .sign .textBox .title {
		font-size: 18px;
	}
}
@media (max-width: 540px) {
	.serviceArea .processBox .processItem .sign .textBox .title {
		font-size: 14px;
	}
}
.serviceArea .processBox .processItem .text {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem .text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 10px;
	}
}
.serviceArea .processBox .processItem .text .bigWord {
	font-size: 443px;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	line-height: 0.8;
}
@media (max-width: 1700px) {
	.serviceArea .processBox .processItem .text .bigWord {
		font-size: 300px;
	}
}
@media (max-width: 1400px) {
	.serviceArea .processBox .processItem .text .bigWord {
		font-size: 200px;
	}
}
@media (max-width: 1180px) {
	.serviceArea .processBox .processItem .text .bigWord {
		font-size: 150px;
	}
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem .text .bigWord {
		font-size: 120px;
		margin-left: -5px;
	}
}
@media (max-width: 640px) {
	.serviceArea .processBox .processItem .text .bigWord {
		font-size: 100px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem .text .bigWord {
		font-size: 80px;
	}
}
@media (max-width: 400px) {
	.serviceArea .processBox .processItem .text .bigWord {
		font-size: 60px;
	}
}
.serviceArea .processBox .processItem .text .smallWord {
	font-size: 52px;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	line-height: 0.8;
}
@media (max-width: 1400px) {
	.serviceArea .processBox .processItem .text .smallWord {
		font-size: 40px;
	}
}
@media (max-width: 1180px) {
	.serviceArea .processBox .processItem .text .smallWord {
		font-size: 33px;
	}
}
@media (max-width: 1024px) {
	.serviceArea .processBox .processItem .text .smallWord {
		font-size: 28px;
	}
}
@media (max-width: 640px) {
	.serviceArea .processBox .processItem .text .smallWord {
		font-size: 24px;
	}
}
@media (max-width: 540px) {
	.serviceArea .processBox .processItem .text .smallWord {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.serviceArea .processBox .processItem .text .smallWord {
		font-size: 16px;
	}
}
@media (max-width: 400px) {
	.serviceArea .processBox .processItem .text .smallWord {
		-webkit-writing-mode: vertical-lr;
		    -ms-writing-mode: tb-lr;
		        writing-mode: vertical-lr;
	}
}

.manufactureArea {
	background-color: #1a25a9;
	padding: 820px 0 220px;
	margin-top: -500px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 1024px) {
	.manufactureArea {
		padding: 550px 0 240px;
	}
}
@media (max-width: 768px) {
	.manufactureArea {
		padding: 500px 0 240px;
	}
}
.manufactureArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media (max-width: 1700px) {
	.manufactureArea .wrap {
		gap: 120px;
	}
}
@media (max-width: 1024px) {
	.manufactureArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
.manufactureArea .fixedTitle {
	position: absolute;
	font-family: "Manrope", sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 104px;
	text-align: right;
	right: 0;
	bottom: -180px;
	line-height: 1.09;
}
@media (max-width: 1800px) {
	.manufactureArea .fixedTitle {
		font-size: 80px;
		right: 60px;
	}
}
@media (max-width: 1500px) {
	.manufactureArea .fixedTitle {
		font-size: 60px;
	}
}
@media (max-width: 1250px) {
	.manufactureArea .fixedTitle {
		font-size: 50px;
	}
}
@media (max-width: 1024px) {
	.manufactureArea .fixedTitle {
		font-size: 70px;
		bottom: -200px;
	}
}
@media (max-width: 768px) {
	.manufactureArea .fixedTitle {
		font-size: 60px;
		right: 25px;
	}
}
@media (max-width: 620px) {
	.manufactureArea .fixedTitle {
		font-size: 50px;
	}
}
@media (max-width: 480px) {
	.manufactureArea .fixedTitle {
		font-size: 40px;
	}
}
@media (max-width: 380px) {
	.manufactureArea .fixedTitle {
		font-size: 30px;
	}
}
.manufactureArea .leftBox {
	width: calc(100% - 620px);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 100px;
}
@media (max-width: 1800px) {
	.manufactureArea .leftBox {
		padding-left: 0;
	}
}
@media (max-width: 1700px) {
	.manufactureArea .leftBox {
		width: 60%;
	}
}
@media (max-width: 1024px) {
	.manufactureArea .leftBox {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.manufactureArea .leftBox {
		gap: 80px;
	}
}
.manufactureArea .titleBox {
	width: 620px;
	text-align: left;
}
@media (max-width: 1700px) {
	.manufactureArea .titleBox {
		width: 40%;
	}
}
@media (max-width: 1024px) {
	.manufactureArea .titleBox {
		width: 100%;
	}
}
@media (max-width: 1250px) {
	.manufactureArea .titleBox .title {
		font-size: 30px;
	}
}
@media (max-width: 1100px) {
	.manufactureArea .titleBox .title {
		font-size: 26px;
	}
}
@media (max-width: 1024px) {
	.manufactureArea .titleBox .title {
		font-size: 35px;
	}
}
@media (max-width: 480px) {
	.manufactureArea .titleBox .title {
		font-size: 28px;
	}
}
@media (max-width: 340px) {
	.manufactureArea .titleBox .title {
		font-size: 24px;
	}
}
.manufactureArea .titleBox .text {
	font-size: 16px;
	letter-spacing: 0.64px;
	line-height: 1.733;
	color: #fff;
	margin-top: 50px;
	max-width: 540px;
	margin-left: auto;
}
@media (max-width: 1024px) {
	.manufactureArea .titleBox .text {
		max-width: 70%;
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.manufactureArea .titleBox .text {
		max-width: 90%;
		margin-top: 30px;
	}
}
@media (max-width: 480px) {
	.manufactureArea .titleBox .text {
		font-size: 14px;
		max-width: 100%;
	}
}
.manufactureArea .manufactureBox {
	width: 505px;
	max-width: 505px;
	position: relative;
}
@media (max-width: 1700px) {
	.manufactureArea .manufactureBox {
		width: 60%;
	}
}
@media (max-width: 1500px) {
	.manufactureArea .manufactureBox {
		width: 50%;
	}
}
@media (max-width: 620px) {
	.manufactureArea .manufactureBox {
		width: 80%;
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	.manufactureArea .manufactureBox {
		width: 90%;
	}
}
@media (max-width: 350px) {
	.manufactureArea .manufactureBox {
		width: 100%;
	}
}
.manufactureArea .manufactureBox::before {
	content: "";
	width: 970px;
	height: 140%;
	position: absolute;
	background-color: #1850b6;
	top: 50%;
	left: -220px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-radius: 0 25vw 25vw 0;
}
@media (max-width: 1250px) {
	.manufactureArea .manufactureBox::before {
		left: -330px;
	}
}
@media (max-width: 1024px) {
	.manufactureArea .manufactureBox::before {
		border-radius: 0 30vw 30vw 0;
	}
}
@media (max-width: 768px) {
	.manufactureArea .manufactureBox::before {
		width: 80vw;
		left: -100px;
		height: 160%;
	}
}
@media (max-width: 620px) {
	.manufactureArea .manufactureBox::before {
		border-radius: 0 40vw 40vw 0;
	}
}
.manufactureArea .manufactureBox .slick-list {
	overflow: visible;
}
.manufactureArea .manufactureBox .slick-dots {
	bottom: -90px;
}
.manufactureArea .manufactureBox .manufactureItem {
	position: relative;
}
.manufactureArea .manufactureBox .manufactureItem::before, .manufactureArea .manufactureBox .manufactureItem::after {
	content: "";
	position: absolute;
	width: calc(100% + 130px);
	height: calc(100% + 130px);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	pointer-events: none;
	border: 1px solid #167fc3;
	z-index: 1;
	border-radius: 50%;
}
.manufactureArea .manufactureBox .manufactureItem::after {
	border: 2px solid #15bed4;
	-webkit-clip-path: inset(0 0 0 70%);
	        clip-path: inset(0 0 0 70%);
	-webkit-animation: rotate 10s linear infinite;
	        animation: rotate 10s linear infinite;
}
.manufactureArea .manufactureBox .item {
	position: relative;
}
.manufactureArea .manufactureBox .item::before {
	content: "";
	position: absolute;
	width: calc(100% + 57px);
	height: calc(100% + 57px);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	pointer-events: none;
	border: 1px dashed #fff;
	z-index: 1;
	border-radius: 50%;
	-webkit-animation: rotate 10s linear infinite;
	        animation: rotate 10s linear infinite;
}
.manufactureArea .manufactureBox .item .Img {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	aspect-ratio: 1/1;
	-webkit-box-shadow: 0 0 0 12px #fff, 0 0 0 45px #15bed4;
	        box-shadow: 0 0 0 12px #fff, 0 0 0 45px #15bed4;
}
.manufactureArea .manufactureBox .item .Img .deco {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	-webkit-filter: brightness(0.3) saturate(4.5);
	        filter: brightness(0.3) saturate(4.5);
	z-index: 1;
}
.manufactureArea .manufactureBox .item .Txt {
	position: absolute;
	z-index: 1;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 73%;
	text-align: center;
}
@media (max-width: 1400px) {
	.manufactureArea .manufactureBox .item .Txt {
		top: 45%;
	}
}
@media (max-width: 768px) {
	.manufactureArea .manufactureBox .item .Txt {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}
@media (max-width: 620px) {
	.manufactureArea .manufactureBox .item .Txt {
		top: 60%;
	}
}
@media (max-width: 480px) {
	.manufactureArea .manufactureBox .item .Txt {
		top: 50%;
	}
}
.manufactureArea .manufactureBox .item .Txt .title {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}
@media (max-width: 1250px) {
	.manufactureArea .manufactureBox .item .Txt .title {
		font-size: 22px;
	}
}
@media (max-width: 620px) {
	.manufactureArea .manufactureBox .item .Txt .title {
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.manufactureArea .manufactureBox .item .Txt .title {
		font-size: 22px;
	}
}
@media (max-width: 380px) {
	.manufactureArea .manufactureBox .item .Txt .title {
		font-size: 20px;
	}
}
.manufactureArea .manufactureBox .item .Txt .text {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.733;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 104px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
@media (max-width: 1250px) {
	.manufactureArea .manufactureBox .item .Txt .text {
		font-size: 14px;
		max-height: 97px;
	}
}
@media (max-width: 620px) {
	.manufactureArea .manufactureBox .item .Txt .text {
		font-size: 15px;
		max-height: 104px;
	}
}
@media (max-width: 480px) {
	.manufactureArea .manufactureBox .item .Txt .text {
		font-size: 14px;
		max-height: 97px;
	}
}
@media (max-width: 380px) {
	.manufactureArea .manufactureBox .item .Txt .text {
		font-size: 13px;
		max-height: 90px;
	}
}
.manufactureArea .navBox {
	position: relative;
	z-index: 2;
}
@media (max-width: 1700px) {
	.manufactureArea .navBox {
		width: 40%;
	}
}
@media (max-width: 1500px) {
	.manufactureArea .navBox {
		width: 50%;
	}
}
@media (max-width: 1250px) {
	.manufactureArea .navBox {
		width: 40%;
	}
}
@media (max-width: 1024px) {
	.manufactureArea .navBox {
		width: 50%;
	}
}
@media (max-width: 620px) {
	.manufactureArea .navBox {
		display: none;
	}
}
.manufactureArea .navBox .navList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 45px;
}
@media (max-width: 768px) {
	.manufactureArea .navBox .navList {
		gap: 30px;
	}
}
.manufactureArea .navBox .navItem {
	background-color: #ebebeb;
	border-radius: 30px;
	min-width: 285px;
	max-width: 310px;
	padding: 10px 15px;
	cursor: pointer;
}
@media (max-width: 1250px) {
	.manufactureArea .navBox .navItem {
		min-width: 265px;
	}
}
@media (max-width: 960px) {
	.manufactureArea .navBox .navItem {
		min-width: 180px;
		max-width: 265px;
		padding: 10px 20px;
	}
}
.manufactureArea .navBox .navItem.current {
	background-color: #15bed4;
}
.manufactureArea .navBox .navItem.current .Txt .index {
	color: #fff;
}
.manufactureArea .navBox .navItem.current .Txt .title {
	color: #fff;
}
@media (min-width: 1181px) {
	.manufactureArea .navBox .navItem:hover {
		background-color: #15bed4;
	}
	.manufactureArea .navBox .navItem:hover .Txt .index {
		color: #fff;
	}
	.manufactureArea .navBox .navItem:hover .Txt .title {
		color: #fff;
	}
}
.manufactureArea .navBox .navItem:nth-of-type(2) {
	-webkit-transform: translateX(55px);
	        transform: translateX(55px);
}
@media (max-width: 768px) {
	.manufactureArea .navBox .navItem:nth-of-type(2) {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
.manufactureArea .navBox .navItem:nth-of-type(3) {
	-webkit-transform: translateX(80px);
	        transform: translateX(80px);
}
@media (max-width: 768px) {
	.manufactureArea .navBox .navItem:nth-of-type(3) {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
.manufactureArea .navBox .navItem:nth-of-type(4) {
	-webkit-transform: translateX(55px);
	        transform: translateX(55px);
}
@media (max-width: 768px) {
	.manufactureArea .navBox .navItem:nth-of-type(4) {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
.manufactureArea .navBox .navItem .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.manufactureArea .navBox .navItem .Txt .index {
	font-family: "Manrope", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #666;
}
@media (max-width: 1250px) {
	.manufactureArea .navBox .navItem .Txt .index {
		font-size: 20px;
	}
}
@media (max-width: 960px) {
	.manufactureArea .navBox .navItem .Txt .index {
		font-size: 18px;
	}
}
.manufactureArea .navBox .navItem .Txt .title {
	font-size: 17px;
	font-weight: 500;
	color: #666;
	white-space: nowrap;
}
@media (max-width: 1250px) {
	.manufactureArea .navBox .navItem .Txt .title {
		font-size: 15px;
	}
}
@media (max-width: 960px) {
	.manufactureArea .navBox .navItem .Txt .title {
		font-size: 14px;
	}
}

.laboratoryArea {
	padding: 110px 0 70px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.laboratoryArea {
		padding: 60px 0 100px;
	}
}
.laboratoryArea .bottomBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 110px;
}
@media (max-width: 1280px) {
	.laboratoryArea .bottomBox {
		gap: 80px;
	}
}
@media (max-width: 1024px) {
	.laboratoryArea .bottomBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 30px;
	}
}
.laboratoryArea .faqBox {
	width: 45%;
}
@media (max-width: 1600px) {
	.laboratoryArea .faqBox {
		width: 55%;
	}
}
@media (max-width: 1400px) {
	.laboratoryArea .faqBox {
		width: 50%;
	}
}
@media (max-width: 1024px) {
	.laboratoryArea .faqBox {
		width: 100%;
	}
}
.laboratoryArea .faqBox .titleBox {
	text-align: left;
}
.laboratoryArea .faqBox .titleBox .titleWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 70px;
}
@media (max-width: 1400px) {
	.laboratoryArea .faqBox .titleBox .titleWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 30px;
	}
}
.laboratoryArea .faqBox .titleBox .titleWrap .title {
	color: #000;
	margin-top: 0;
}
.laboratoryArea .faqBox .titleBox .titleWrap .ImgBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px;
}
.laboratoryArea .faqBox .titleBox .titleWrap .ImgBox .Img.iso {
	width: 60px;
}
.laboratoryArea .faqBox .titleBox .titleWrap .ImgBox .Img.iso img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.laboratoryArea .faqBox .titleBox .titleWrap .ImgBox .Img:nth-of-type(2) img {
	height: 50px;
}
.laboratoryArea .faqBox .titleBox .text {
	font-size: 16px;
	letter-spacing: 0.64px;
	color: #595757;
	line-height: 1.625;
	max-width: 590px;
	margin-top: 35px;
}
@media (max-width: 768px) {
	.laboratoryArea .faqBox .titleBox .text {
		font-size: 14px;
	}
}
.laboratoryArea .faqBox .faqList {
	margin-top: 45px;
}
@media (max-width: 1024px) {
	.laboratoryArea .faqBox .faqList {
		margin-top: 30px;
	}
}
.laboratoryArea .faqBox .faqItem {
	padding: 10px 0;
	border-top: 1px solid #dcdcdc;
}
.laboratoryArea .faqBox .faqItem .index {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #e5e5e5;
	font-size: 20px;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	color: #494949;
}
@media (max-width: 500px) {
	.laboratoryArea .faqBox .faqItem .index {
		font-size: 16px;
		width: 40px;
		height: 40px;
	}
}
.laboratoryArea .faqBox .faqItem .title {
	position: relative;
	padding: 10px 15px 10px 5px;
	font-weight: 600;
	font-size: 20px;
	color: #000;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 40px;
}
@media (max-width: 1400px) {
	.laboratoryArea .faqBox .faqItem .title {
		font-size: 16px;
	}
}
@media (max-width: 1280px) {
	.laboratoryArea .faqBox .faqItem .title {
		gap: 20px;
		font-size: 15px;
	}
}
@media (max-width: 500px) {
	.laboratoryArea .faqBox .faqItem .title {
		gap: 10px;
		font-size: 14px;
		padding: 10px 20px 10px 0;
	}
}
@media (max-width: 410px) {
	.laboratoryArea .faqBox .faqItem .title {
		font-size: 12px;
	}
}
.laboratoryArea .faqBox .faqItem .title.open .index {
	background-color: #15bed4;
	color: #fff;
}
.laboratoryArea .faqBox .toggleOpen {
	position: absolute;
	right: 5px;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #737373;
	width: 33px;
	height: 33px;
	cursor: pointer;
}
@media (max-width: 500px) {
	.laboratoryArea .faqBox .toggleOpen {
		width: 20px;
		height: 20px;
	}
}
.laboratoryArea .faqBox .toggleOpen.open::before {
	opacity: 0;
}
.laboratoryArea .faqBox .toggleOpen.open::after {
	background-color: #15bed4;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}
.laboratoryArea .faqBox .toggleOpen::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #737373;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.laboratoryArea .faqBox .toggleOpen::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #737373;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}
.laboratoryArea .faqBox .definition {
	display: none;
	margin-top: 10px;
	padding: 0 0 0 100px;
	font-size: 15px;
	color: #686868;
	line-height: 1.733;
	letter-spacing: 0.6px;
}
@media (max-width: 768px) {
	.laboratoryArea .faqBox .definition {
		padding: 0 0 0 80px;
	}
}
@media (max-width: 500px) {
	.laboratoryArea .faqBox .definition {
		font-size: 14px;
		padding: 0 0 0 50px;
	}
}
@media (max-width: 410px) {
	.laboratoryArea .faqBox .definition {
		padding: 0 0 0 40px;
	}
}
.laboratoryArea .awardBox {
	width: 55%;
	position: relative;
}
@media (max-width: 1600px) {
	.laboratoryArea .awardBox {
		width: 45%;
		margin-top: 100px;
	}
}
@media (max-width: 1400px) {
	.laboratoryArea .awardBox {
		width: 50%;
	}
}
@media (max-width: 1024px) {
	.laboratoryArea .awardBox {
		width: 100%;
		margin-top: 0;
	}
}
.laboratoryArea .awardBox .awardTitle {
	margin-bottom: 70px;
}
.laboratoryArea .awardBox .awardTitle .title {
	font-size: 35px;
	font-weight: 700;
	color: #1b1b1b;
	letter-spacing: 1.75px;
	text-align: center;
}
@media (max-width: 1024px) {
	.laboratoryArea .awardBox .awardTitle .title {
		font-size: 30px;
	}
}
@media (max-width: 768px) {
	.laboratoryArea .awardBox .awardTitle .title {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.laboratoryArea .awardBox .awardTitle .title {
		font-size: 24px;
	}
}
.laboratoryArea .awardBox .awardWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 100px;
	position: relative;
	padding-left: 130px;
}
@media (max-width: 1600px) {
	.laboratoryArea .awardBox .awardWrap {
		padding-left: 80px;
	}
}
@media (max-width: 1280px) {
	.laboratoryArea .awardBox .awardWrap {
		gap: 70px;
	}
}
@media (max-width: 1024px) {
	.laboratoryArea .awardBox .awardWrap {
		gap: 100px;
		padding-left: 130px;
	}
}
@media (max-width: 768px) {
	.laboratoryArea .awardBox .awardWrap {
		padding-left: 80px;
		gap: 70px;
	}
}
@media (max-width: 600px) {
	.laboratoryArea .awardBox .awardWrap {
		padding-left: 0;
	}
}
.laboratoryArea .awardBox .awardWrap::before {
	content: "";
	position: absolute;
	display: block;
	width: 160%;
	height: 85%;
	bottom: -40px;
	background-color: #15bed4;
	border-radius: 200px 0 0 200px;
	left: -3%;
}
@media (max-width: 600px) {
	.laboratoryArea .awardBox .awardWrap::before {
		bottom: -70px;
		left: -10%;
	}
}
@media (max-width: 480px) {
	.laboratoryArea .awardBox .awardWrap::before {
		height: 100%;
		left: -15%;
	}
}
.laboratoryArea .awardBox .awardWrap .pageBox {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 500px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 13px;
}
@media (max-width: 1600px) {
	.laboratoryArea .awardBox .awardWrap .pageBox {
		left: 450px;
	}
}
@media (max-width: 1280px) {
	.laboratoryArea .awardBox .awardWrap .pageBox {
		left: 360px;
	}
}
@media (max-width: 1024px) {
	.laboratoryArea .awardBox .awardWrap .pageBox {
		left: 500px;
	}
}
@media (max-width: 768px) {
	.laboratoryArea .awardBox .awardWrap .pageBox {
		left: 360px;
	}
}
@media (max-width: 600px) {
	.laboratoryArea .awardBox .awardWrap .pageBox {
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		bottom: -50px;
	}
}
.laboratoryArea .awardBox .awardWrap .pageBox .total,
.laboratoryArea .awardBox .awardWrap .pageBox .current {
	font-family: "Manrope", sans-serif;
	font-size: 20px;
	color: #fff;
}
@media (max-width: 1280px) {
	.laboratoryArea .awardBox .awardWrap .pageBox .total,
	.laboratoryArea .awardBox .awardWrap .pageBox .current {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.laboratoryArea .awardBox .awardWrap .pageBox .total,
	.laboratoryArea .awardBox .awardWrap .pageBox .current {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.laboratoryArea .awardBox .awardWrap .pageBox .total,
	.laboratoryArea .awardBox .awardWrap .pageBox .current {
		font-size: 16px;
	}
}
.laboratoryArea .awardBox .awardWrap .pageBox .current {
	color: #1125a9;
}
.laboratoryArea .awardBox .awardWrap .pageBox .progressBox {
	width: 190px;
	height: 1px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
@media (max-width: 1600px) {
	.laboratoryArea .awardBox .awardWrap .pageBox .progressBox {
		width: 80px;
	}
}
@media (max-width: 1280px) {
	.laboratoryArea .awardBox .awardWrap .pageBox .progressBox {
		width: 50px;
	}
}
@media (max-width: 1024px) {
	.laboratoryArea .awardBox .awardWrap .pageBox .progressBox {
		width: 190px;
	}
}
@media (max-width: 840px) {
	.laboratoryArea .awardBox .awardWrap .pageBox .progressBox {
		width: 100px;
	}
}
@media (max-width: 480px) {
	.laboratoryArea .awardBox .awardWrap .pageBox .progressBox {
		width: 80px;
	}
}
.laboratoryArea .awardBox .awardWrap .pageBox .progressBox .progress {
	height: 2px;
	background-color: #1125a9;
}
.laboratoryArea .awardBox .awardWrap .awardListBox {
	width: 250px;
	position: relative;
}
@media (max-width: 1280px) {
	.laboratoryArea .awardBox .awardWrap .awardListBox {
		width: 200px;
	}
}
@media (max-width: 1024px) {
	.laboratoryArea .awardBox .awardWrap .awardListBox {
		width: 250px;
	}
}
@media (max-width: 768px) {
	.laboratoryArea .awardBox .awardWrap .awardListBox {
		width: 200px;
	}
}
@media (max-width: 600px) {
	.laboratoryArea .awardBox .awardWrap .awardListBox {
		width: 60%;
		max-width: 250px;
		margin: 0 auto;
	}
}
.laboratoryArea .awardBox .awardWrap .awardListBox .arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: calc(100% + 140px);
	bottom: calc(25% + 40px);
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
	pointer-events: none;
}
@media (max-width: 1280px) {
	.laboratoryArea .awardBox .awardWrap .awardListBox .arrowBox {
		width: calc(100% + 100px);
	}
}
.laboratoryArea .awardBox .awardWrap .awardListBox .arrowBox .slick-arrow {
	pointer-events: auto;
	cursor: pointer;
}
@media (min-width: 1181px) {
	.laboratoryArea .awardBox .awardWrap .awardListBox .arrowBox .slick-arrow:hover {
		background-color: transparent;
	}
	.laboratoryArea .awardBox .awardWrap .awardListBox .arrowBox .slick-arrow:hover svg {
		color: #1125a9;
	}
}
.laboratoryArea .awardBox .awardWrap .awardListBox .arrowBox .prev svg {
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}
.laboratoryArea .awardBox .awardWrap .awardListBox .arrowBox svg {
	width: 50px;
	height: 48px;
	color: #fff;
}
@media (max-width: 1280px) {
	.laboratoryArea .awardBox .awardWrap .awardListBox .arrowBox svg {
		width: 40px;
	}
}
@media (max-width: 480px) {
	.laboratoryArea .awardBox .awardWrap .awardListBox .arrowBox svg {
		width: 35px;
	}
}
.laboratoryArea .awardBox .awardWrap .awardListBox .awardList .awardItem .Txt .title {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-top: 35px;
}
@media (max-width: 600px) {
	.laboratoryArea .awardBox .awardWrap .awardListBox .awardList .awardItem .Txt .title {
		text-align: center;
	}
}
@media (max-width: 480px) {
	.laboratoryArea .awardBox .awardWrap .awardListBox .awardList .awardItem .Txt .title {
		font-size: 16px;
		margin-top: 15px;
	}
}
@media (max-width: 360px) {
	.laboratoryArea .awardBox .awardWrap .awardListBox .awardList .awardItem .Txt .title {
		font-size: 14px;
	}
}
.laboratoryArea .awardBox .awardWrap .awardListBox .awardList .awardItem .Img {
	width: 100%;
}
.laboratoryArea .awardBox .awardWrap .awardListBox .awardList .awardItem .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.laboratoryArea .awardBox .awardWrap .awardRightListBox {
	width: 400px;
}
@media (max-width: 1280px) {
	.laboratoryArea .awardBox .awardWrap .awardRightListBox {
		width: 300px;
	}
}
@media (max-width: 1024px) {
	.laboratoryArea .awardBox .awardWrap .awardRightListBox {
		width: 400px;
	}
}
@media (max-width: 768px) {
	.laboratoryArea .awardBox .awardWrap .awardRightListBox {
		width: 300px;
	}
}
@media (max-width: 600px) {
	.laboratoryArea .awardBox .awardWrap .awardRightListBox {
		display: none;
	}
}
.laboratoryArea .awardBox .awardWrap .awardRightListBox .slick-slide {
	padding: 0 15px;
}
.laboratoryArea .awardBox .awardWrap .awardRightListBox .awardItem .Img {
	width: 100%;
}
.laboratoryArea .awardBox .awardWrap .awardRightListBox .awardItem .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.laboratoryArea .awardBox .awardWrap .awardRightListBox .awardItem .Txt .title {
	font-size: 16px;
	color: #fff;
	margin-top: 25px;
}

.patentArea {
	padding: 140px 0 70px;
	background-image: url("../images/patentbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 768px) {
	.patentArea {
		padding: 60px 0;
	}
}
.patentArea .textBox {
	text-align: center;
}
.patentArea .textBox .title {
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 1.75px;
	color: #fff;
}
@media (max-width: 1024px) {
	.patentArea .textBox .title {
		font-size: 30px;
	}
}
@media (max-width: 768px) {
	.patentArea .textBox .title {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.patentArea .textBox .title {
		font-size: 24px;
	}
}
@media (max-width: 380px) {
	.patentArea .textBox .title {
		font-size: 22px;
	}
}
@media (max-width: 340px) {
	.patentArea .textBox .title {
		font-size: 20px;
	}
}
.patentArea .textBox .subtitle {
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 104px;
	color: #fff;
}
@media (max-width: 1024px) {
	.patentArea .textBox .subtitle {
		font-size: 80px;
	}
}
@media (max-width: 768px) {
	.patentArea .textBox .subtitle {
		font-size: 60px;
	}
}
@media (max-width: 480px) {
	.patentArea .textBox .subtitle {
		font-size: 50px;
	}
}
@media (max-width: 380px) {
	.patentArea .textBox .subtitle {
		font-size: 40px;
	}
}
.patentArea .textBox .text {
	font-size: 16px;
	letter-spacing: 0.64px;
	line-height: 1.625;
	color: #fff;
	margin-top: 10px;
	max-width: 770px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.patentArea .textBox .text {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.patentArea .textBox .text {
		font-size: 12px;
	}
}
.patentArea .textBox .thirdtitle {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1.3px;
	margin-top: 100px;
}
@media (max-width: 1024px) {
	.patentArea .textBox .thirdtitle {
		font-size: 22px;
		margin-top: 50px;
	}
}
@media (max-width: 768px) {
	.patentArea .textBox .thirdtitle {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.patentArea .textBox .thirdtitle {
		font-size: 18px;
		margin-top: 30px;
	}
}
.patentArea .patentBox {
	width: 100%;
	margin-top: 40px;
	padding: 0 120px;
}
@media (max-width: 1024px) {
	.patentArea .patentBox {
		padding: 0;
	}
}
.patentArea .patentBox .slick-slide {
	padding: 0 50px;
}
@media (max-width: 1180px) {
	.patentArea .patentBox .slick-slide {
		padding: 0 25px;
	}
}
@media (max-width: 500px) {
	.patentArea .patentBox .patentItem .Txt {
		text-align: center;
	}
}
.patentArea .patentBox .patentItem .Txt .title {
	font-size: 26px;
	color: #15bed4;
	font-weight: 700;
}
.patentArea .patentBox .patentItem .Txt .text {
	font-weight: 700;
	font-family: "Manrope", sans-serif;
	font-size: 80px;
	color: #131e63;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	white-space: nowrap;
}
.patentArea .remark {
	font-size: 14px;
	letter-spacing: 0.56px;
	color: #fff;
	opacity: 0.6;
	max-width: 900px;
	margin: 70px auto 0;
	line-height: 1.85;
}
@media (max-width: 480px) {
	.patentArea .remark {
		font-size: 12px;
	}
}
.patentArea .exp {
	max-width: 900px;
	margin: 30px auto 0;
}
/*# sourceMappingURL=ib_technology_001.css.map */