.serviceArea .serviceList .textEditor, .classBox.catalogM2, .classBox.catalogM1 .classTrigger, .catalogArea .catalogListBox, .catalogArea .catalogBox, .principlesArea .principlesItem .Txt .title:after, .principlesArea .principlesItem .Txt .title, .historyArea .historyItem .textEditor li:before, .historyArea .historyItem .textEditor, .historyArea .historyItem .dots:before, .historyArea .historyItem .title, .linkList .Img img, .popWin .close::before, .popWin .close::after, .popWin .close {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.popWin {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	font-size: 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 700px;
	max-width: 90%;
	max-height: 85vh;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .popContent {
	max-height: 85vh;
	overflow-y: auto;
}
.popWin img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.popWin .Txt {
	padding: 30px;
}
.popWin .Txt .popTitle {
	font-size: 25px;
	margin-bottom: 25px;
}
.popWin .close {
	width: 46px;
	height: 46px;
	background-color: #004d7b;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.popWin .close::before, .popWin .close::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 23px;
	width: 25px;
	height: 1px;
	background-color: #fff;
}
.popWin .close::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.popWin .close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1201px) {
	.popWin .close:hover {
		background-color: #004d7b;
	}
	.popWin .close:hover::before {
		-webkit-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
	.popWin .close:hover::after {
		-webkit-transform: rotate(30deg);
		        transform: rotate(30deg);
	}
}
.popWin.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
	opacity: 1;
}
@media (max-width: 1180px) {
	.popWin .popContent {
		max-height: calc(100vh - 150px);
	}
}

@media (min-width: 1181px) {
	.outerWrap {
		padding-top: 0;
	}
}

.mainArea {
	padding: 0;
}

.bannerArea .bannerBox {
	position: relative;
}
.bannerArea .bannerList {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
	margin-bottom: 0;
}
.bannerArea .bannerItem {
	position: relative;
}
.bannerArea .bannerItem .Txt {
	max-width: 1630px;
	padding: 18% 120px 12.7%;
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt {
		padding: 0 80px;
	}
}
@media (max-width: 768px) {
	.bannerArea .bannerItem .Txt {
		padding: 0 40px;
	}
}
@media (max-width: 400px) {
	.bannerArea .bannerItem .Txt {
		padding: 0 20px;
	}
}
.bannerArea .bannerItem .Txt .textBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: #fff;
	border-radius: 30px;
	padding: 3% 5%;
	width: 55%;
	opacity: 0.85;
}

@media (max-width: 960px) {
	.bannerArea .bannerItem .Txt .textBox {
		width: 70%;
	}
}

@media (max-width: 768px) {
	.bannerArea .bannerItem .Txt .textBox {
		width: 100%;
	}
}

.bannerArea .bannerItem .Txt .title {
	color: #004d7b;
	opacity: 0;
	font-weight: 700;
	margin-top: 10px;
	font-size: 75px;
	line-height: 1.3;
	letter-spacing: 1.995px;
	text-shadow: 0px 2px #c5f1ec;
}
@media (max-width: 1600px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 65px;
	}
}
@media (max-width: 1400px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 55px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 35px;
	}
}
@media (max-width: 400px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 32px;
	}
}
.bannerArea .bannerItem .Txt .subtitle {
	color: #008edd;
	display: block;
	opacity: 0;
	font-weight: 500;
	padding-top: 0;
	font-family: "Poppins", sans-serif, sans-serif;
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: 0.6783px;
}
@media (max-width: 1600px) {
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 19px;
	}
}
@media (max-width: 1400px) {
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 17px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 15px;
	}
}
@media (max-width: 768px) {
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 14px;
	}
}
.bannerArea .bannerItem .Txt .text {
	color: #333;
	display: block;
	margin-top: 37px;
	opacity: 0;
	font-weight: 500;
	max-width: 558px;
	font-size: 27px;
	line-height: 1.7;
	letter-spacing: 0.918px;
}
@media (max-width: 1600px) {
	.bannerArea .bannerItem .Txt .text {
		font-size: 24px;
		margin-top: 20px;
	}
}
@media (max-width: 1400px) {
	.bannerArea .bannerItem .Txt .text {
		font-size: 21px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .text {
		font-size: 17px;
		max-width: 400px;
	}
}
@media (max-width: 768px) {
	.bannerArea .bannerItem .Txt .text {
		font-size: 15px;
	}
}
@media (max-width: 640px) {
	.bannerArea .bannerItem .Img {
		padding-bottom: 100%;
	}
}
.bannerArea .slick-current .Txt .subtitle {
	-webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
	        animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
	-webkit-animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
	        animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
	-webkit-animation: slideUpAnimation 0.6s 0.6s ease-in-out forwards;
	        animation: slideUpAnimation 0.6s 0.6s ease-in-out forwards;
}
.bannerArea .arrowBox {
	z-index: 10;
	position: absolute;
	right: 75px;
	bottom: 65px;
}
.bannerArea .scrollDown {
	cursor: pointer;
	display: block;
	position: absolute;
	bottom: 64px;
	left: 67px;
	z-index: 2;
	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;
	row-gap: 9px;
}
.bannerArea .scrollDown span {
	display: block;
}
.bannerArea .scrollDown span.text {
	color: #fff;
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;
	font-family: "Poppins", sans-serif, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.525px;
}
.bannerArea .scrollDown span.line {
	width: 1px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.bannerArea .scrollDown span.line::before {
	content: "";
	width: 1px;
	height: calc(100% + 20px);
	-webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
	        animation: bannerScrollAnimation 2.5s linear infinite forwards;
	background-color: #008edd;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.bannerArea .slick-dots {
	bottom: 50%;
	right: 79px;
	left: auto;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
}
@media (max-width: 1180px) {
	.bannerArea .Txt .bannerVideo,
	.bannerArea .socialBox,
	.bannerArea .scrollDown,
	.bannerArea .slick-dots,
	.bannerArea .slick-arrow {
		display: none !important;
	}
}

.linkArea {
	padding-top: 104px;
	padding-bottom: 110px;
	background: url("../images/aboutBg.jpg") no-repeat right center/cover;
	position: relative;
	z-index: 1;
	overflow-x: clip;
}
@media (max-width: 1180px) {
	.linkArea {
		padding: 80px 0;
	}
}
.linkArea .linkBox {
	padding: 34px 8px 0 8px;
}
@media (max-width: 1180px) {
	.linkArea .linkBox {
		padding: 0;
		padding-top: 20px;
	}
}
.linkArea .deco {
	position: absolute;
	z-index: -1;
}
.linkArea .deco img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.linkArea .deco1 {
	right: 10.6%;
	top: -11.5%;
}
.linkArea .deco2 {
	right: 8.1%;
	top: -2%;
}
.linkArea .deco3 {
	right: 9%;
	top: 9.1%;
}
@media (max-width: 1180px) {
	.linkArea .deco1 {
		display: none;
	}
	.linkArea .deco2 {
		top: -5%;
	}
	.linkArea .deco3 {
		max-width: 60px;
		top: 3%;
	}
}

.linkList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	row-gap: 30px;
}
.linkList .linkItem {
	width: 25%;
}
@media (max-width: 991px) {
	.linkList .linkItem {
		width: 50%;
	}
}
.linkList .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 8px;
	   -moz-column-gap: 8px;
	        column-gap: 8px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media (max-width: 540px) {
	.linkList .item {
		-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;
		row-gap: 10px;
	}
}
.linkList .imgBox {
	width: 75px;
	height: 75px;
	min-width: 75px;
	position: relative;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: linear-gradient(45deg, #d5edf4, #fff);
}
@media (max-width: 1440px) {
	.linkList .imgBox {
		width: 60px;
		height: 60px;
		min-width: 60px;
	}
}
.linkList .Img {
	position: absolute;
	max-width: 45px;
}
.linkList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 840px) {
	.linkList .Img {
		max-width: 40px;
	}
}
.linkList .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	row-gap: 14px;
	font-weight: 500;
}
.linkList .Txt .title {
	color: #2a2929;
	font-size: 18px;
	line-height: 1.6666666667;
	letter-spacing: 0.63px;
}
.linkList .Txt .num {
	color: #004d7b;
	font-family: "Poppins", sans-serif, sans-serif;
	font-size: 80px;
	line-height: 0.75;
	letter-spacing: 0px;
}
.linkList .Txt .num .plus {
	font-weight: 400;
	font-size: 60px;
	line-height: 0.3333333333;
	letter-spacing: 0px;
	margin-left: -15px;
}
@media (max-width: 1400px) {
	.linkList .Txt .num {
		font-size: 65px;
	}
	.linkList .Txt .num .plus {
		font-size: 45px;
	}
}
@media (max-width: 1200px) {
	.linkList .Txt .num {
		font-size: 55px;
	}
	.linkList .Txt .num .plus {
		font-size: 35px;
	}
}
@media (max-width: 840px) {
	.linkList .Txt .title {
		font-size: 16px;
	}
	.linkList .Txt .num {
		font-size: 50px;
	}
	.linkList .Txt .num .plus {
		font-size: 30px;
	}
}
@media (max-width: 540px) {
	.linkList .Txt {
		text-align: center;
	}
	.linkList .Txt .num {
		font-size: 40px;
	}
	.linkList .Txt .num .plus {
		font-size: 20px;
		margin-left: -8px;
	}
}

.aboutArea {
	padding-top: 104px;
	overflow-x: clip;
	background: url("../images/historyBg.jpg");
}
@media (max-width: 1180px) {
	.aboutArea {
		padding-top: 80px;
	}
}
.aboutArea .aboutBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media (max-width: 960px) {
	.aboutArea .aboutBox {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 auto;
		max-width: 680px;
	}
}
.aboutArea .Img {
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	max-width: 694px;
	margin-top: 6px;
	border-radius: 15px;
	overflow: clip;
}
.aboutArea .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1400px) {
	.aboutArea .Img {
		margin-top: 0;
		-ms-flex-negative: initial;
		    flex-shrink: initial;
	}
}
@media (max-width: 960px) {
	.aboutArea .Img {
		margin: 0 auto 30px;
	}
}
.aboutArea .Txt {
	width: 100%;
	padding-left: 112px;
}
@media (max-width: 1600px) {
	.aboutArea .Txt {
		padding-left: 60px;
	}
}
@media (max-width: 1400px) {
	.aboutArea .Txt {
		padding-left: 40px;
	}
}
@media (max-width: 1180px) {
	.aboutArea .Txt {
		padding-left: 30px;
	}
}
@media (max-width: 960px) {
	.aboutArea .Txt {
		width: 100%;
		padding-left: 0;
	}
}
.aboutArea .titleBox {
	margin: 0;
}
.aboutArea .titleBox .title {
	font-size: 31px;
	padding-top: 5px;
}
@media (max-width: 1400px) {
	.aboutArea .titleBox .title {
		font-size: 27px;
	}
}
@media (max-width: 1180px) {
	.aboutArea .titleBox .title {
		font-size: 25px;
	}
}
@media (max-width: 400px) {
	.aboutArea .titleBox .title {
		font-size: 23px;
	}
}
.aboutArea .textEditor {
	position: relative;
	padding-top: 30px;
	margin-top: 30px;
	color: #656565;
	font-size: 17px;
	line-height: 2;
	letter-spacing: 0.595px;
}
.aboutArea .textEditor:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
}
@media (max-width: 1180px) {
	.aboutArea .textEditor {
		padding-top: 20px;
		margin-top: 20px;
		font-size: 15px;
	}
}
@media (max-width: 1180px) {
	.aboutArea .btnBox {
		margin-top: 30px;
		margin-bottom: 0;
	}
}

.historyArea {
	position: relative;
	padding-top: 60px;
	padding-bottom: 55px;
	background: url("../images/historyBg.jpg");
}
@media (max-width: 1180px) {
	.historyArea {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.historyArea > .wrap {
	position: relative;
	z-index: 1;
}
.historyArea > .wrap:after {
	content: "";
	width: calc(100% - 190px);
	height: 1px;
	background-color: #dcdcdc;
	z-index: -1;
	position: absolute;
	top: 46px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media (max-width: 640px) {
	.historyArea > .wrap:after {
		width: 100%;
	}
}
.historyArea .historyBox {
	overflow: clip;
	margin-left: 88px;
	margin-right: 82px;
}
@media (max-width: 640px) {
	.historyArea .historyBox {
		margin: 0;
	}
}
.historyArea .historyList {
	width: 25%;
}
@media (max-width: 1400px) {
	.historyArea .historyList {
		width: 33.3333333333%;
	}
}
@media (max-width: 840px) {
	.historyArea .historyList {
		width: 50%;
	}
	.historyArea .historyItem .ellipsis {
	height: 80px;
	font-size: 14px;
	}
}
.historyArea .historyList .slick-list {
	overflow: visible;
}
.historyArea .historyItem {
	padding: 0 20px;
}

@media (max-width: 640px) {
	.historyArea .historyItem {
		padding: 0 8px;
	}
}
.historyArea .historyItem.active .title {
	color: #004d7b;
}
.historyArea .historyItem.active .dots {
	background-color: #004d7b;
}
.historyArea .historyItem.active .dots:before {
	opacity: 0.5;
	scale: 1 1;
}
.historyArea .historyItem.active .textEditor {
	color: #004d7b;
}
.historyArea .historyItem.active .textEditor li:before {
	background-color: #004d7b;
}
.historyArea .historyItem .title {
	position: relative;
	font-weight: 600;
	font-family: "Poppins", sans-serif, sans-serif;
	color: #2a2929;
	font-size: 23px;
	line-height: 1.5;
	letter-spacing: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 400px) {
	.historyArea .historyItem .title {
		font-size: 20px;
	}
}
.historyArea .historyItem .dots {
	z-index: 3;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	background-color: #656565;
	position: absolute;
	top: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.historyArea .historyItem .dots:before {
	content: "";
	width: 25px;
	height: 25px;
	z-index: 1;
	position: absolute;
	border-radius: 50%;
	border: 7px solid #c7e3f2;
	opacity: 0;
	scale: 0 0;
}
.historyArea .historyItem .textEditor {
	margin-top: 30px;
	color: #656565;
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 0.595px;
}
@media (max-width: 400px) {
	.historyArea .historyItem .textEditor {
		font-size: 15px;
	}
}
.historyArea .historyItem .textEditor ul {
	padding-left: 15px;
}
.historyArea .historyItem .textEditor li {
	list-style: none;
	position: relative;
}
.historyArea .historyItem .textEditor li:not(:last-child) {
	margin-bottom: 4px;
}
.historyArea .historyItem .textEditor li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #656565;
	position: absolute;
	left: -15px;
	top: 13px;
}
@media (min-width: 641px) {
	.historyArea .arrowBox {
		position: absolute;
		top: 24px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: calc(100% - 100px);
	}
}
@media (max-width: 640px) {
	.historyArea .arrowBox {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 20px;
	}
}
.historyArea .deco {
	position: absolute;
}
.historyArea .deco1 {
	left: -15px;
	bottom: 32px;
	z-index: 2;
}
.historyArea .deco2 {
	left: -6px;
	bottom: -20px;
}
.historyArea .deco3 {
	left: 50px;
	bottom: -63px;
}
.historyArea .deco4 {
	left: -14px;
	bottom: -105px;
}
@media (max-width: 1600px) {
	.historyArea .deco1 {
		left: 10px;
	}
	.historyArea .deco2 {
		left: 19px;
	}
	.historyArea .deco3 {
		left: 75px;
	}
	.historyArea .deco4 {
		left: 11px;
	}
}
@media (max-width: 640px) {
	.historyArea .deco {
		display: none;
	}
}

.principlesArea {
	z-index: 0;
	position: relative;
	padding-top: 102px;
	padding-bottom: 110px;
	overflow-x: clip;
}
@media (max-width: 1180px) {
	.principlesArea {
		padding: 60px 0;
		overflow: clip;
	}
}
.principlesArea:before, .principlesArea:after {
	content: "";
	pointer-events: none;
	z-index: -1;
	position: absolute;
	top: 0;
	background: center top/contain;
	background-repeat: no-repeat;
}
.principlesArea:before {
	left: 0;
	width: 51.5%;
	height: 110%;
	background-image: url("../images/bg_ll.png");
}
@media (min-width: 2001px) {
	.principlesArea:before {
		width: 58%;
	}
}
.principlesArea:after {
	right: 0;
	width: 52%;
	height: 93%;
	background-image: url("../images/bg_rr.png");
}
@media (min-width: 2001px) {
	.principlesArea:after {
		width: 58%;
	}
}
@media (max-width: 1180px) {
	.principlesArea:after {
		width: 60%;
	}
}
.principlesArea .titleBox {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
.principlesArea .principlesBox {
	margin-top: -92px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1600px) {
	.principlesArea .principlesBox {
		-webkit-column-gap: 30px;
		   -moz-column-gap: 30px;
		        column-gap: 30px;
	}
}
@media (max-width: 1180px) {
	.principlesArea .principlesBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		row-gap: 30px;
		margin-top: 30px;
	}
}
@media (max-width: 640px) {
	.principlesArea .principlesBox {
		margin-top: 0;
		row-gap: 0;
	}
}
.principlesArea .principlesList {
	width: 100%;
	max-width: 652px;
	min-height: 342px;
	margin-top: 127px;
}
@media (max-width: 1180px) {
	.principlesArea .principlesList {
		max-width: 800px;
		margin-top: 40px;
	}
}
@media (max-width: 640px) {
	.principlesArea .principlesList {
		margin-top: 0;
	}
}
.principlesArea .principlesItem {
	cursor: pointer;
	padding: 21px 0;
	border-bottom: 1px solid #dcdcdc;
}
.principlesArea .principlesItem.active .title {
	color: #004d7b;
}
.principlesArea .principlesItem.active .title:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	border-color: #004d7b;
}
@media (min-width: 1201px) {
	.principlesArea .principlesItem:hover .title {
		color: #004d7b;
	}
	.principlesArea .principlesItem:hover .title:after {
		border-color: #004d7b;
	}
}
.principlesArea .principlesItem .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-column-gap: 28px;
	   -moz-column-gap: 28px;
	        column-gap: 28px;
}
@media (max-width: 1600px) {
	.principlesArea .principlesItem .item {
		-webkit-column-gap: 16px;
		   -moz-column-gap: 16px;
		        column-gap: 16px;
	}
}
.principlesArea .principlesItem .Img {
	width: 50px;
	height: 50px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.principlesArea .principlesItem .Img img {
	vertical-align: middle;
	max-width: 100%;
	margin: 0 auto;
}
.principlesArea .principlesItem .Txt {
	color: #656565;
	width: 100%;
}
.principlesArea .principlesItem .Txt .title {
	padding-top: 4px;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 1.25px;
	position: relative;
}
.principlesArea .principlesItem .Txt .title:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	border-left: 2px solid #656565;
	border-top: 2px solid #656565;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	        transform: translateY(-50%) rotate(-135deg);
}
@media (max-width: 1600px) {
	.principlesArea .principlesItem .Txt .title {
		padding-top: 6px;
		font-size: 22px;
	}
}
.principlesArea .principlesItem .Txt .textEditor {
	display: none;
	margin-top: 20px;
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 0.4998px;
}
@media (max-width: 1600px) {
	.principlesArea .principlesItem .Txt .textEditor {
		font-size: 15px;
	}
}
.principlesArea .decoBox {
	position: relative;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (max-width: 640px) {
	.principlesArea .decoBox {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
@media (max-width: 400px) {
	.principlesArea .decoBox {
		-webkit-transform: scale(0.7);
		        transform: scale(0.7);
	}
}
.principlesArea .decoBox img {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.principlesArea .machineBox {
	position: relative;
	margin-right: -22px;
	width: 652px;
	height: 466px;
}
@media (max-width: 1180px) {
	.principlesArea .machineBox {
		margin-right: 0;
		margin-bottom: 10%;
	}
}

@media (max-width: 640px) {
	.principlesArea .machineBox {
		width: 100%;
		height: auto;
		margin-top: 5%;
		margin-bottom: 5%;
	}
}


.principlesArea .machineBox .mainBox {
	margin-right: 20px;
	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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.principlesArea .machineBox .mainBox img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.principlesArea .machineBox .mainBox .main {
	max-width: 175px;
	position: relative;
}
.principlesArea .machineBox .mainBox .main-1 {
	z-index: 3;
}
.principlesArea .machineBox .mainBox .main-2 {
	z-index: 2;
}
.principlesArea .machineBox .mainBox .main-2, .principlesArea .machineBox .mainBox .main-3 {
	margin-top: -15.8%;
}
.principlesArea .machineBox .mainBox .base {
	position: relative;
	z-index: -1;
	max-width: 275px;
	margin-top: -18.8%;
	margin-left: 35px;
}
.principlesArea .machineBox .subItem {
	width: 178px;
	height: 153px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.principlesArea .machineBox .subItem img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.principlesArea .machineBox .subItem .circle-2 {
	max-width: 160px;
	z-index: 2;
	margin-left: 5px;
	-webkit-animation: float 4s linear infinite;
	        animation: float 4s linear infinite;
}
.principlesArea .machineBox .subItem .circle-3 {
	z-index: 1;
	max-width: 163px;
	margin-top: -69px;
	-webkit-transform: translateX(26px);
	        transform: translateX(26px);
}
.principlesArea .machineBox .subItem .itemBox .item {
	position: absolute;
	width: 51px;
}
.principlesArea .machineBox .subItem .itemBox .item-1 {
	left: 16px;
	top: 36px;
}
.principlesArea .machineBox .subItem .itemBox .item-2 {
	right: -8px;
	top: 36px;
}
.principlesArea .machineBox .subItem .itemBox .item-3 {
	left: 16px;
	bottom: 6px;
}
.principlesArea .machineBox .subItem .itemBox .item-4 {
	right: -8px;
	bottom: 6px;
}
.principlesArea .machineBox .subItem:nth-child(1) {
	left: -10px;
	top: 36%;
}
.principlesArea .machineBox .subItem:nth-child(2) {
	left: 35%;
	top: 67%;
}
.principlesArea .machineBox .subItem:nth-child(2) .circle {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.principlesArea .machineBox .subItem:nth-child(3) {
	right: 19px;
	top: 36%;
}
.principlesArea .machineBox .subItem:nth-child(3) .circle {
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.principlesArea .machineBox .thirdItem {
	height: 71px;
	width: 165px;
	position: absolute;
}
.principlesArea .machineBox .thirdItem img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.principlesArea .machineBox .thirdItem .square {
	max-width: 65px;
	margin-left: 30px;
	z-index: 2;
	position: relative;
}
.principlesArea .machineBox .thirdItem .base {
	margin-top: -40px;
}
.principlesArea .machineBox .thirdItem:nth-child(1) {
	top: 20%;
	left: 10%;
}
.principlesArea .machineBox .thirdItem:nth-child(2) {
	top: 20%;
	right: 3%;
}
.principlesArea .machineBox .thirdItem:nth-child(3) {
	bottom: 11%;
	left: 10%;
}
.principlesArea .machineBox .thirdItem:nth-child(4) {
	bottom: 11%;
	right: 3%;
}
.principlesArea .machineBox .circleBox {
	position: absolute;
	right: -19%;
	bottom: -24%;
}
@media (max-width: 1700px) {
	.principlesArea .machineBox .circleBox {
		right: 0%;
	}
}
@media (max-width: 1180px) {
	.principlesArea .machineBox .circleBox {
		display: none;
	}
}
.principlesArea .triangle {
	position: absolute;
}
.principlesArea .triangle-1 {
	right: 36.5%;
	top: 0%;
}
.principlesArea .triangle-2 {
	right: -7.5%;
	top: 23.5%;
}
.principlesArea .triangle-3 {
	right: -30.5%;
	top: 17.5%;
}
.principlesArea .triangle-4 {
	right: -13.5%;
	top: 53%;
}
.principlesArea .triangle-4 img {
	max-width: 40px;
}
.principlesArea .triangle-5 {
	left: 20%;
	bottom: -7%;
}
.principlesArea .triangle-6 {
	left: 64%;
	bottom: -3%;
}
.principlesArea .triangle-7 {
	left: 95%;
	bottom: 4%;
}
@media (max-width: 1800px) {
	.principlesArea .triangle-3 {
		display: none;
	}
}
@media (max-width: 1600px) {
	.principlesArea .triangle-1 {
		right: 51.5%;
	}
	.principlesArea .triangle-2 {
		right: 7.5%;
	}
	.principlesArea .triangle-4 {
		right: 2%;
	}
	.principlesArea .triangle-5 {
		left: 5%;
	}
	.principlesArea .triangle-6 {
		left: 50%;
	}
	.principlesArea .triangle-7 {
		left: 80%;
	}
}

.catalogArea {
	padding-top: 10px;
	padding-bottom: 100px;
	overflow-x: clip;
}
.catalogArea .unClick {
	pointer-events: none;
}
.catalogArea .titleBox {
	margin-bottom: 50px;
}
.catalogArea .catalogBox {
	margin-top: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1023px) {
	.catalogArea .catalogBox {
		margin-top: 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		row-gap: 30px;
	}
}
.catalogArea .catalogBox.hide {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.catalogArea .catalogListBox {
	width: 68.5%;
	background-color: #f4f4f4;
	border-radius: 15px;
	position: relative;
	padding-bottom: 20px;
}
@media (max-width: 1023px) {
	.catalogArea .catalogListBox {
		width: 100%;
		padding-bottom: 0;
	}
}
.catalogArea .catalogListBox.hide {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media (min-width: 541px) {
	.catalogArea .catalogListBox .arrowBox {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 84%;
	}
}
@media (min-width: 541px) and (max-width: 840px) {
	.catalogArea .catalogListBox .arrowBox {
		width: 95%;
	}
}
@media (max-width: 540px) {
	.catalogArea .catalogListBox .arrowBox {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 30px;
	}
}

.classBox.catalogM1 {
	z-index: 6;
}
.classBox.catalogM1 .classTrigger.ajaxDisabled {
	opacity: 0.15;
	pointer-events: none;
}
.classBox.catalogM2 {
	width: 31.5%;
	margin-top: 22px;
	padding-left: 80px;
	padding-right: 20px;
	overflow-y: auto;
	max-height: 496px;
}
.classBox.catalogM2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.classBox.catalogM2::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background-color: #f1f1f1;
}
.classBox.catalogM2::-webkit-scrollbar-thumb {
	background: #004d7b;
}
@media (max-width: 1600px) {
	.classBox.catalogM2 {
		margin-top: 0;
		padding-left: 60px;
	}
}
@media (max-width: 1180px) {
	.classBox.catalogM2 {
		max-height: 434px;
	}
}
@media (max-width: 1023px) {
	.classBox.catalogM2 {
		display: none;
		min-height: auto;
		padding: 0;
		width: 100%;
		overflow: visible;
	}
}
.classBox.catalogM2.ajaxDisabled {
	opacity: 0.15;
	pointer-events: none;
}

.catalogList {
	position: relative;
	margin-bottom: 0 !important;
}
.catalogList:not(.slick-slider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalogList:not(.slick-slider) .catalogItem {
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.catalogList .slick-current .Img {
	-webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
	        animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.catalogList .slick-current .title {
	-webkit-animation: slideUpAnimation 0.6s 0.15s ease-in-out forwards;
	        animation: slideUpAnimation 0.6s 0.15s ease-in-out forwards;
}
.catalogList .item {
	padding: 50px 15%;
	position: relative;
	overflow: hidden;
}
@media (max-width: 540px) {
	.catalogList .item {
		padding: 10px 16px;
	}
}
.catalogList .Img {
	opacity: 0;
	height: 345px;
}
@media (max-width: 640px) {
	.catalogList .Img {
		height: 240px;
	}
}
.catalogList .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
}
.catalogList .title {
	opacity: 0;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0.84px;
}
@media (max-width: 1180px) {
	.catalogList .title {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.catalogList .title {
		font-size: 20px;
	}
}

.serviceArea {
	/*min-height: 987px;*/
	background: url("../images/serviceBg.jpg") center center/cover;
	/*padding-top: 103px;*/
	padding-top: 5px;
	position: relative;
	overflow-x: clip;
}
@media (max-width: 1180px) {
	.serviceArea {
		/*min-height: auto;
		padding-top: 80px;
		padding-bottom: 100px;*/
	}
}
@media (max-width: 540px) {
	.serviceArea {
		/*padding-bottom: 80px;*/
	}
}
.serviceArea .titleBox {
	text-align: center;
	margin-bottom: 102px;
}
.serviceArea .titleBox .title {
	max-width: 680px;
	margin: 0 auto;
}
.serviceArea .titleBox .subtitle {
	display: inline-block;
}
@media (max-width: 840px) {
	.serviceArea .titleBox {
		margin-bottom: 40px;
	}
}
.serviceArea .serviceBox {
	position: relative;
}
@media (max-width: 1600px) {
	.serviceArea .serviceBox {
		margin: 0 1%;
	}
}
@media (max-width: 1180px) {
	.serviceArea .serviceBox {
		margin: 0;
	}
}
@media (max-width: 840px) {
	.serviceArea .serviceBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.serviceArea .serviceDeco {
	z-index: 2;
	position: absolute;
	top: -4.5%;
	right: 8.5%;
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
@media (max-width: 1180px) {
	.serviceArea .serviceDeco img {
		max-width: 90px;
	}
}
.serviceArea .decoBox {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.serviceArea .decoBox img {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.serviceArea .decoBox .decoList {
	position: absolute;
	width: 100%;
	max-width: 703px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media (max-width: 1400px) {
	.serviceArea .decoBox .decoList {
		-webkit-transform: scale(0.85);
		        transform: scale(0.85);
	}
}
@media (max-width: 1180px) {
	.serviceArea .decoBox .decoList {
		-webkit-transform: scale(0.75);
		        transform: scale(0.75);
	}
}
@media (max-width: 840px) {
	.serviceArea .decoBox .decoList {
		max-width: none;
		width: 730px;
	}
}
@media (max-width: 540px) {
	.serviceArea .decoBox .decoList {
		-webkit-transform: scale(0.58);
		        transform: scale(0.58);
	}
}
@media (max-width: 400px) {
	.serviceArea .decoBox .decoList {
		-webkit-transform: scale(0.45);
		        transform: scale(0.45);
	}
}
.serviceArea .decoBox .deco {
	position: relative;
}
.serviceArea .decoBox .deco .machineBox {
	position: absolute;
}
.serviceArea .decoBox .deco .machineBox img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.serviceArea .decoBox .deco.left .machineBox {
	width: 274px;
	height: 215px;
	top: 0;
	left: 23%;
}
.serviceArea .decoBox .deco.left .machine-1 {
	margin-top: 30px;
	-webkit-transform-origin: 10% 10%;
	        transform-origin: 10% 10%;
	-webkit-animation: left_arm 6s linear infinite;
	        animation: left_arm 6s linear infinite;
}
.serviceArea .decoBox .deco.left .machine-2 {
	position: absolute;
	top: 0;
	left: 68px;
}
.serviceArea .decoBox .deco.right {
	padding-right: 45px;
}
.serviceArea .decoBox .deco.right .machineBox {
	width: 356px;
	height: 268px;
	top: -12%;
	right: 6%;
}
.serviceArea .decoBox .deco.right .armBox {
	z-index: 1;
	position: absolute;
	width: 270px;
	-webkit-transform-origin: top right;
	        transform-origin: top right;
	-webkit-animation: right_arm 9s infinite linear;
	        animation: right_arm 9s infinite linear;
}
.serviceArea .decoBox .deco.right .machine-1 {
	max-width: 123px;
	margin-top: 85px;
	-webkit-transform-origin: right 20%;
	        transform-origin: right 20%;
	-webkit-animation: paw infinite 9s 4s linear;
	        animation: paw infinite 9s 4s linear;
}
.serviceArea .decoBox .deco.right .machine-2 {
	max-width: 217px;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 55px;
}
.serviceArea .decoBox .deco.right .machine-3 {
	max-width: 145px;
	z-index: 2;
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 1400px) {
	.serviceArea .decoBox .infinity img {
		max-width: 900px;
	}
}
.serviceArea .decoBox .infinity img {
	margin: 0 auto;
	display: block;
}
.serviceArea .decoBox .decoArrow {
	position: absolute;
	width: 100%;
	max-width: 1075px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1400px) {
	.serviceArea .decoBox .decoArrow {
		padding: 0 4%;
	}
}
@media (max-width: 1000px) {
	.serviceArea .decoBox .decoArrow {
		display: none;
	}
}
.serviceArea .decoBox .decoCase {
	position: absolute;
	left: 50%;
	top: 68%;
	translate: -50% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media (max-width: 1180px) {
	.serviceArea .decoBox .decoCase {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
.serviceArea .decoBox .decoCase .box {
	-webkit-animation: float 3s infinite linear;
	        animation: float 3s infinite linear;
}
.serviceArea .decoBox .decoCase .shadow {
	-webkit-animation: shadow 3s infinite linear;
	        animation: shadow 3s infinite linear;
}
.serviceArea .featureList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (min-width: 841px) {
	.serviceArea .featureList {
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
	}
}
@media (max-width: 1180px) {
	.serviceArea .featureList {
		margin: 0 -30px;
		width: calc(100% + 60px);
	}
}
@media (max-width: 840px) {
	.serviceArea .featureList {
		display: none;
	}
}
.serviceArea .featureList .item {
	border: 1px solid #004d7b;
	border-radius: 50%;
	padding: 0 20px;
	width: 213px;
	height: 213px;
	background-color: #fff;
	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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	row-gap: 18px;
}
.serviceArea .featureList .title {
	font-weight: 500;
	color: #2a2929;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.63px;
}
.serviceArea .featureList .text {
	font-weight: 400;
	max-width: 144px;
	color: #656565;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.56px;
}
@media (max-width: 1400px) {
	.serviceArea .featureList .item {
		width: 180px;
		height: 180px;
	}
	.serviceArea .featureList .title {
		font-size: 16px;
	}
	.serviceArea .featureList .text {
		font-size: 14px;
	}
}
@media (min-width: 841px) {
	.serviceArea .serviceList {
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
	}
	.serviceArea .serviceList .serviceItem {
		z-index: 2;
		position: absolute;
	}
}
@media (min-width: 841px) and (min-width: 1201px) {
	.serviceArea .serviceList .serviceItem:hover .textEditor {
		opacity: 1;
		margin-left: 0;
	}
}
@media (min-width: 841px) {
	.serviceArea .serviceList .serviceItem1 .textEditor, .serviceArea .serviceList .serviceItem2 .textEditor, .serviceArea .serviceList .serviceItem3 .textEditor, .serviceArea .serviceList .serviceItem4 .textEditor {
		margin-left: -10px;
		left: -223%;
	}
	.serviceArea .serviceList .serviceItem1 .textEditor:before, .serviceArea .serviceList .serviceItem2 .textEditor:before, .serviceArea .serviceList .serviceItem3 .textEditor:before, .serviceArea .serviceList .serviceItem4 .textEditor:before {
		right: -15px;
		border-width: 10px 0 10px 20px;
		border-color: transparent transparent transparent #004d7b;
	}
}
@media (min-width: 841px) and (max-width: 1600px) {
	.serviceArea .serviceList .serviceItem1 .textEditor, .serviceArea .serviceList .serviceItem2 .textEditor, .serviceArea .serviceList .serviceItem3 .textEditor, .serviceArea .serviceList .serviceItem4 .textEditor {
		left: -180%;
	}
}
@media (min-width: 841px) {
	.serviceArea .serviceList .serviceItem5 .textEditor, .serviceArea .serviceList .serviceItem6 .textEditor, .serviceArea .serviceList .serviceItem7 .textEditor, .serviceArea .serviceList .serviceItem8 .textEditor {
		margin-left: 10px;
		left: 123%;
	}
	.serviceArea .serviceList .serviceItem5 .textEditor:before, .serviceArea .serviceList .serviceItem6 .textEditor:before, .serviceArea .serviceList .serviceItem7 .textEditor:before, .serviceArea .serviceList .serviceItem8 .textEditor:before {
		left: -15px;
		border-width: 10px 20px 10px 0;
		border-color: transparent #004d7b transparent transparent;
	}
	.serviceArea .serviceList .serviceItem1 {
		z-index: 3;
		top: -12%;
		left: 23.5%;
	}
	.serviceArea .serviceList .serviceItem2 {
		top: 4%;
		left: 13.5%;
	}
}
@media (min-width: 841px) and (max-width: 1180px) {
	.serviceArea .serviceList .serviceItem2 {
		top: -1%;
		left: 10.5%;
	}
}
@media (min-width: 841px) {
	.serviceArea .serviceList .serviceItem3 {
		top: 71.5%;
		left: 13.5%;
	}
}
@media (min-width: 841px) and (max-width: 1180px) {
	.serviceArea .serviceList .serviceItem3 {
		top: 77.5%;
		left: 10.5%;
	}
}
@media (min-width: 841px) {
	.serviceArea .serviceList .serviceItem4 {
		top: 87%;
		left: 23.5%;
	}
	.serviceArea .serviceList .serviceItem5 {
		z-index: 3;
		top: -12%;
		left: 69%;
	}
	.serviceArea .serviceList .serviceItem6 {
		top: 4%;
		left: 79%;
	}
}
@media (min-width: 841px) and (max-width: 1180px) {
	.serviceArea .serviceList .serviceItem6 {
		top: -1%;
		left: 82%;
	}
}
@media (min-width: 841px) {
	.serviceArea .serviceList .serviceItem7 {
		top: 71.5%;
		left: 79%;
	}
}
@media (min-width: 841px) and (max-width: 1180px) {
	.serviceArea .serviceList .serviceItem7 {
		top: 77.5%;
		left: 82%;
	}
}
@media (min-width: 841px) {
	.serviceArea .serviceList .serviceItem8 {
		top: 87%;
		left: 69%;
	}
}
@media (max-width: 840px) {
	.serviceArea .serviceList {
		display: none;
	}
}
.serviceArea .serviceList .item {
	width: 106px;
	height: 106px;
	margin: 0 auto;
	padding: 0 14px;
	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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	row-gap: 5px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(3, 48, 70, 0.08);
	        box-shadow: 0px 0px 25px 0px rgba(3, 48, 70, 0.08);
}
@media (max-width: 1400px) {
	.serviceArea .serviceList .item {
		width: 90px;
		height: 90px;
	}
}
.serviceArea .serviceList .Img {
	width: 40px;
}
.serviceArea .serviceList .Img img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
@media (max-width: 1400px) {
	.serviceArea .serviceList .Img {
		width: 35px;
	}
}
.serviceArea .serviceList .title {
	text-align: center;
	color: #008bd5;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0px;
}
@media (max-width: 1400px) {
	.serviceArea .serviceList .title {
		font-size: 13px;
	}
}
.serviceArea .serviceList .textEditor {
	opacity: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 212px;
	padding: 25px;
	z-index: 2;
	background-color: #004d7b;
	color: #fff;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.384px;
	pointer-events: none;
}
.serviceArea .serviceList .textEditor:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
}
@media (max-width: 1600px) {
	.serviceArea .serviceList .textEditor {
		padding: 16px;
		width: 160px;
	}
}
@media (max-width: 1200px) {
	.serviceArea .serviceList .textEditor {
		display: none;
	}
}
@media (min-width: 841px) {
	.serviceArea .mobileList {
		display: none;
	}
}
.serviceArea .mobileList.slick-slider {
	margin-bottom: 0;
}
.serviceArea .mobileList .mobileItem {
	padding-bottom: 10px;
}
.serviceArea .mobileList .itemBox {
	border: 1px solid #004d7b;
	border-radius: 50%;
	padding: 0 20px;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	background-color: #fff;
	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-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	row-gap: 18px;
}
.serviceArea .mobileList .itemBox .title {
	font-weight: 500;
	color: #2a2929;
	font-size: 16px;
	line-height: 1.125;
	letter-spacing: 0.56px;
}
.serviceArea .mobileList .itemBox .text {
	font-weight: 400;
	max-width: 144px;
	color: #656565;
	font-size: 14px;
	line-height: 1.8571428571;
	letter-spacing: 0.49px;
}
@media (max-width: 540px) {
	.serviceArea .mobileList .itemBox {
		width: 150px;
		height: 150px;
	}
	.serviceArea .mobileList .itemBox .title {
		font-size: 14px;
	}
	.serviceArea .mobileList .itemBox .text {
		font-size: 12px;
	}
}
.serviceArea .mobileList .itemList {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
	row-gap: 10px;
}
@media (max-width: 470px) {
	.serviceArea .mobileList .itemList {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-column-gap: 0px;
		   -moz-column-gap: 0px;
		        column-gap: 0px;
	}
}
@media (max-width: 470px) {
	.serviceArea .mobileList .subItem {
		width: 38%;
	}
}
@media (max-width: 400px) {
	.serviceArea .mobileList .subItem {
		width: 44%;
	}
}
.serviceArea .mobileList .subItem .item {
	width: 106px;
	height: 106px;
	margin: 0 auto;
	padding: 0 14px;
	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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	row-gap: 5px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(3, 48, 70, 0.08);
	        box-shadow: 0px 0px 25px 0px rgba(3, 48, 70, 0.08);
}
@media (max-width: 1400px) {
	.serviceArea .mobileList .subItem .item {
		width: 90px;
		height: 90px;
	}
}
.serviceArea .mobileList .subItem .Img {
	width: 40px;
}
.serviceArea .mobileList .subItem .Img img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
@media (max-width: 1400px) {
	.serviceArea .mobileList .subItem .Img {
		width: 35px;
	}
}
.serviceArea .mobileList .subItem .title {
	text-align: center;
	color: #008bd5;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0px;
}
@media (max-width: 1400px) {
	.serviceArea .mobileList .subItem .title {
		font-size: 13px;
	}
}


.classBox.catalogM2 .classLink h2 a {
		background-color: #fff;
		color: #656565;
		padding: 0;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		border: none;
	}