/* public style */

:root {
	--gray: #888888;
	--black: #080808;
}

@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 400;
	src: url("../../fonts/sf-pro-display_regular-italic.woff2") format("woff2"), url("../../fonts/sf-pro-display_regular-italic.woff") format("woff"), url("../../fonts/sf-pro-display_regular-italic.ttf") format("truetype");
	/* (C) 2019 Apple Inc. All rights reserved.
 */
}

@font-face {
	font-family: "SF Pro Display";
	font-weight: 400;
	src: url('../../fonts/sf-pro-display/sf-pro-display_regular.woff.ttf');
}

@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 500;
	src: url("../../fonts/sf-pro-display_medium.woff2") format("woff2"), url("../../fonts/sf-pro-display_medium.woff") format("woff"), url("../../fonts/sf-pro-display_medium.ttf") format("truetype");
	/* (C) 2019 Apple Inc. All rights reserved.
 */
}

@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	src: url("../../fonts/sf-pro-display_semibold.woff2") format("woff2"), url("../../fonts/sf-pro-display_semibold.woff") format("woff"), url("../../fonts/sf-pro-display_semibold.ttf") format("truetype");
	/* (C) 2019 Apple Inc. All rights reserved.
 */
}

@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: bold;
	src: url("../../fonts/sf-pro-display_bold.woff2") format("woff2"), url("../../fonts/sf-pro-display_bold.woff") format("woff"), url("../../fonts/sf-pro-display_bold.ttf") format("truetype");
	/* (C) 2019 Apple Inc. All rights reserved.
 */
}

body {
	margin: 0;
	padding: 0;
	font-family: "SF Pro Display", "Times New Roman", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--black);
	background-color: black;
	width: 100%;
	overflow-x: hidden;

	font-size: 0.78125vw;
}

.container {
	width: 100%;
	overflow-x: hidden;
	padding: 0;
	background-color: black;
	/* padding-bottom: 40px;

	padding-bottom: 2.083333vw; */
}

div,
a {
	position: relative;
	box-sizing: border-box;
}

img,
svg,
video {
	display: block;
	width: 100%;
}

.decomposeLine {}

.decomposeLineText {
	position: relative;
	overflow: hidden;
}

.decomposeChar {}

a {
	color: unset;
	;
	text-decoration: none;
	background-color: transparent;
}

.t0dnc-pc-mouseCursor {
	position: fixed;
	top: 0;
	left: 0;
	font-size: 72px;
	z-index: 999;
	color: white;
	scale: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.t0dnc-pc-unicode-code {
	width: 90px;
	height: 90px;
	/* vertical-align: -0.15em; */
	fill: currentColor;
	overflow: hidden;

	width: 4.6875vw;
	height: 4.6875vw;
}

.section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.section-hide {
	display: none;
}

.full {
	width: 100%;
	height: 100vh;
}

.full-video,
.full-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.slick-btn-group {
	display: flex;
	gap: 19px;

	gap: 0.989583vw;
}

.slick-btn-group .slick-arrow {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translateY(0);
	width: 50px;
	height: 50px;
	cursor: pointer;

	width: 2.604167vw;
	height: 2.604167vw;
}

.slick-btn-group .slick-arrow:before {
	content: "";
}

.slick-btn-group .slick-arrow img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-btn-group .slick-prev {
	transform: rotate(180deg);
}

.slick-btn-group .slick-disabled,
.slick-btn-group .swiper-button-disabled {
	/* opacity: 0.2; */
}

.slick-arrow-img-disable {
	display: none;
}

.slick-btn-group .slick-disabled img,
.slick-btn-group .swiper-button-disabled img {
	display: none;
}

.slick-btn-group .slick-disabled .slick-arrow-img-disable,
.slick-btn-group .swiper-button-disabled .slick-arrow-img-disable {
	display: block;
}

.slick-arrow-img-disable {
	transform: rotate(180deg);
}

.swiper-wrapper .swiper-slide {
	overflow: hidden;
}

.section-features-2 .swiper-wrapper .swiper-slide img,
.section-featuresSwiper .swiper-wrapper .swiper-slide img,
.section-featuresSwiper2 .swiper-wrapper .swiper-slide img,
.section-efficiency .swiper-wrapper .swiper-slide img,
.section-earth-card-1 img,
.section-earth-card-2 img,
.section-earth-card-3 video {
	transition: all 0.3s ease;
}

.section-features-2 .swiper-wrapper .swiper-slide:hover img,
.section-featuresSwiper .swiper-wrapper .swiper-slide:hover img,
.section-featuresSwiper2 .swiper-wrapper .swiper-slide:hover img,
.section-efficiency .swiper-wrapper .swiper-slide:hover img,
.section-earth-card-1:hover img,
.section-earth-card-2:hover img,
.section-earth-card-3:hover video {
	transform: scale(1.05);
}

/* sections style */

.section-banner {
	aspect-ratio: 1920 / 1080;
}

.section-banner-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	color: rgba(31, 219, 106, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 240px;
	text-align: center;

	font-size: 12.5vw;
	padding-bottom: 8vw;
}

.section-banner-canvas-wrapper {
	width: 100%;
	aspect-ratio: 1920 / 1300;
}

.section-banner-title-wrapper {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 964px;
	color: white;

	width: 50.20833333333333vw;
}

.section-banner-title-1 {
	font-size: 36px;
	line-height: 1.11111111111;
	margin-bottom: 4px;

	font-size: 1.875vw;
	margin-bottom: 0.20833333333333334vw;
}

.section-banner-title-2 {
	font-size: 80px;
	margin-bottom: 18px;
	line-height: 1.175;

	font-size: 4.166666666666667vw;
	margin-bottom: 0.9375vw;
}

.section-banner-title-3 {
	font-size: 26px;
	line-height: 1.30769230769;

	font-size: 1.3541666666666667vw;
}

.section-features-1 {}

.section-features-2 {
	padding-top: 7vw;
	padding-bottom: 11vw;
}

.section-features-2 a {
	cursor: none;
}

.section-features-description {
	width: 1247px;
	color: var(--gray);
	position: absolute;
	left: 335px;
	left: 17.395833vw;
	top: 50%;
	transform: translateY(-50%);
	font-size: 56px;
	line-height: 1.25;

	width: 65.10416666666667vw;
	font-size: 2.9166666666666665vw;
}

.section-features-description-text {
	/* background-image: radial-gradient(circle at 50% 200vh, rgb(251, 160, 181) 1vh, rgb(252, 70, 170) 40vh, rgb(116, 47, 120) 70vh, rgba(0, 0, 0, 0) 100vh);
	background-image: radial-gradient(circle at 50% 65.7627vh, rgb(255, 198, 211) 9.94916vh, rgb(252, 70, 170) 84.7458vh, rgb(116, 47, 120) 123.695vh, rgba(0, 0, 0, 0) 153.695vh); */
	background-image: radial-gradient(circle at 50% -200vh, rgb(100, 252, 168) 1vh, rgb(50, 206, 119) 40vh, rgb(22, 183, 83) 70vh, rgba(0, 0, 0, 0) 100vh);
	background: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: rgb(134, 134, 137);
}

.section-features-description a:hover {
	text-decoration: underline;
}

.section-features-click-btn-wrapper {
	font-size: 32px;
	font-size: 1.6666666666666667vw;
	cursor: pointer;
	color: white;
	display: inline-flex;
	justify-content: flex-start;
	gap: 9px;
	gap: 0.46875vw;
	align-items: center;
	/* opacity: 0.3; */
	opacity: 0;
	transition: all 0.3s ease;
	margin-top: 44px;
	margin-top: 2.291666vw;
}

.section-features-click-btn-wrapper svg {
	width: 35px;
	height: 35px;
	fill: white;

	width: 1.8229166666666667vw;
	height: 1.8229166666666667vw;
}

.section-features-click-btn-wrapper:hover {
	opacity: 1;
}

.section-features-click-btn {
	width: 39px;
	height: 39px;
	display: inline-block;
	/* filter image cover black */
	fill: var(--black);
	margin-left: 10px;

	width: 2.03125vw;
	height: 2.03125vw;
	margin-left: 0.520833vw;
}

.section-features-cards-wrapper {
	width: 1320px;
	position: relative;
	left: 335px;
	margin-bottom: 61px;

	width: 68.75vw;
	left: 17.395833vw;
	margin-bottom: 3.177083vw;
}

.section-features-cards-wrapper .slick-list {
	overflow: visible;
}

.section-features-card {
	width: 441.84px;
	height: 539.64px;
	background-color: black;
	padding: 51.77px 46.54px;
	border-radius: 20px;
	margin-right: 20px;
	border: 1px solid rgba(21, 21, 21, 1);

	width: 23.0125vw;
	height: 28.10625vw;
	padding: 2.697917vw 2.427083vw;
	border-radius: 1.041667vw;
	margin-right: 1.041667vw;
}

.section-features-card-bg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.section-features-card-title {
	font-size: 22px;
	margin-bottom: 12.5px;
	position: relative;

	font-size: 1.145833vw;
	margin-bottom: 0.651042vw;
}

.section-features-card-content {
	font-size: 16px;
	color: black;
	opacity: 0.5;
	font-weight: 500;
	position: relative;
	width: 264.4px;

	font-size: 0.833333vw;
	width: 13.802083vw;
}

.section-features-cards-slick-btn-wrapper {
	position: relative;
	left: 1440px;

	left: 75vw;
}

.section-collapsible {
	background-color: white;
	color: black;
	z-index: 3;
}

.section-collapsible-background {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	border-radius: 50%;
	width: 600vw;
	height: 300vw;
	background: -webkit-radial-gradient(black 0%, black 15%, #000000cc 45%, transparent 70%);
	background: -moz-radial-gradient(black 0%, black 15%, #000000cc 45%, transparent 70%);
	background: -o-radial-gradient(black 0%, black 15%, #000000cc 45%, transparent 70%);
	background: radial-gradient(black 0%, black 15%, #000000cc 45%, transparent 70%);
	z-index: -1;
}

.section-collapsible-content-1-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 360px;
	width: 1200px;

	left: 18.75vw;
	width: 62.5vw;
}

.section-collapsible-content-1-title {
	font-size: 20px;
	opacity: 0.5;
	margin-bottom: 16px;

	font-size: 1.25vw;
	margin-bottom: 0.8333333333333334vw;
}

.section-collapsible-content-1-descripition {
	font-size: 60px;
	line-height: 1.13333333333;

	font-size: 3.125vw;
}

.section-collapsible-content-2-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 360px;
	width: 932px;
	opacity: 0;

	left: 18.75vw;
	width: 50vw;
}

.section-collapsible-content-2-descripition {
	font-size: 26px;
	line-height: 1.30769230769;

	font-size: 1.3541666666666667vw;
}

.section-560Lnew {
	background: black;
	padding-bottom: 221.81px;

	padding-bottom: 11.5625vw;
}

.section-560Lnew-video-wrapper {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}

.section-560Lnew-video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
}

.section-560Lnew-card video {
	border-radius: 0.78125vw;
}

.section-560Lnew-video-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 102%;
	height: 102%;
	left: -1%;
	top: -1%;
}

.section-560Lnew-cards-wrapper {
	position: relative;
	margin-bottom: 52px;

	margin-bottom: 2.708333vw;
}

.section-560Lnew-cards-wrapper .slick-list {
	overflow: visible;
}

.section-560Lnew-swiper {
	width: 748px;
	height: 486px;
	margin-left: 409.38px;
	transition: all 0.5s ease;
	transform: translateX(0);

	width: 39.020833333333336vw;
	height: 25.3125vw;
	margin-left: 21.40625vw;
}

.section-560Lnew-card {
	width: 748px;
	height: 486px;
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.5s ease;
	margin-right: 15px;

	width: 39.020833333333336vw;
	height: 25.3125vw;
	border-radius: 0.78125vw;
	margin-right: 0.78125vw;
	/* margin-right: 0; */
}

/* last .section-560Lnew-card */
.section-560Lnew-card:last-child {
	margin-right: 0;
}

.section-560Lnew-card.right {
	width: 478.87px;
	height: 314.61px;

	width: 24.947916666666668vw;
	height: 16.40625vw;
}

.section-560Lnew-swiper-btn-group-wrapper {
	width: 800px;
	aspect-ratio: 679 / 56;
	padding: 4px;
	border-radius: 41px;
	background: rgba(255, 255, 255, 0.1);
	margin-left: 409.38px;
	margin-top: 334.36px;
	margin-bottom: 46px;

	width: 41.666666666666664vw;
	padding: 0.20833333333333334vw;
	border-radius: 2.1354166666666665vw;
	margin-left: 21.40625vw;
	margin-top: 17.427083333333332vw;
	margin-bottom: 2.395833333333333vw;
}

.section-560Lnew-swiper-btn-group {
	width: 100%;
	height: 100%;
	border-radius: 41px;
	color: rgba(136, 136, 136, 1);
	display: flex;
	position: relative;

	border-radius: 2.1354166666666665vw;
}

.section-560Lnew-swiper-btn-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(223, 223, 223, 1);
	border-radius: 41px;
	height: 100%;
	transition: all 0.3s ease;

	border-radius: 2.1354166666666665vw;
}

.section-560Lnew-swiper-btn {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	font-size: 16px;

	font-size: 0.8333333333333334vw;
}

.section-560Lnew-swiper-btn.active {
	color: rgba(0, 0, 0, 1);
}

.section-560Lnew-cards-slick-btn-wrapper {
	position: relative;
	left: 1440px;

	left: 75vw;
	top: 3vw;
}

.section-560Lnew-text-wrapper {
	margin-left: 409.38px;
	position: absolute;
	color: white;

	margin-left: 21.40625vw;
	top: 44vw;
}

.section-560Lnew-text-1 {
	width: 947.66px;
	font-size: 60px;
	line-height: 1.13333333333;
	margin-bottom: 47.12px;

	width: 49.348958333333336vw;
	font-size: 3.125vw;
	margin-bottom: 2.453125vw;
}

.section-560Lnew-text-2 {
	width: 880.94px;
	opacity: 0.5;
	font-size: 32px;
	line-height: 1.1875;

	width: 45.890625vw;
	font-size: 1.6666666666666667vw;
}

.section-560Lnew-cards-text-wrapper {
	position: absolute;
	width: 748px;
	font-size: 24px;
	color: white;
	opacity: 0.5;

	top: 107vw;
	left: 21vw;
	width: 39.020833333333336vw;
	font-size: 1.25vw;
}

.section-560Lnew-cards-text {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transition: all 0.5s ease;
}

.section-560Lnew-cards-text.active {
	opacity: 1;
	z-index: 1;
}

.section-560L {
	z-index: 2;
	overflow: visible !important;
}

.section-560L-video-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: black;
}

.section-560L-video-wrapper video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section-560L-wrapper-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section-560L-video-wrapper-1 {
	z-index: 1;
}

.section-560L-cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: black;
}

.section-560L-cover-background {
	position: absolute;
	top: 53%;
	left: 48.8%;
	transform: translate(-50%, -50%);
	width: 1600px;

	width: 83.3333333333vw;
}

.section-560L-cover-front {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 900px;

	width: 47.875vw;
}

.section-560L-content {
	position: absolute;
	top: 50%;
	left: 354px;
	transform: translateY(-50%);
	width: 997.89px;
	color: white;
	opacity: 0;

	left: 18.46875vw;
	width: 52.03125vw;
}

.section-560L-content-title {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 34.75px;

	font-size: 3.125vw;
	margin-bottom: 1.8125vw;
}

.section-560L-content-description {
	font-size: 24px;
	line-height: 1.24;

	font-size: 1.25vw;
}

.section-560L-frame {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(8.8vw) scale(2);
	z-index: 3;
	background: black;
	width: 100%;
	aspect-ratio: 2560 / 3731;
	opacity: 0;
	z-index: -2;
	opacity: 0;
}

.section-560L-frame-2 {
	position: absolute;
	top: 0;
	left: 0;
}

.section-560L-frame-1 {
	position: absolute;
	top: 0;
	left: 0;
}

.section-560L-frame-video {
	position: absolute;
	top: 18vw;
	left: 26.5vw;
	width: 47vw;
	aspect-ratio: 16 / 9;
}

.section-560L-3-canvas-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 56.25vw;
	z-index: -1;
}

.section-bottomOrTop {
	background-color: black;
	aspect-ratio: 1920 / 1080;
}

.section-bottomOrTop-cover {
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-bottomOrTop-canvas-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.section-bottomOrTop-content {
	width: 872.6px;
	position: absolute;
	left: 357px;
	top: 140px;
	color: white;

	width: 45.364583333333336vw;
	left: 18.59375vw;
	top: 7.291666666666667vw;
}

.section-bottomOrTop-content-title {
	font-size: 56px;
	line-height: 1.07142857143;
	width: 674px;
	margin-bottom: 35px;

	font-size: 2.91666666667vw;
	width: 35.10416666667vw;
	margin-bottom: 1.82291666667vw;
}

.section-bottomOrTop-content-description {
	font-size: 24px;
	line-height: 1.16666666667;
	width: 772.62px;

	font-size: 1.25vw;
	width: 40.34895833333333vw;
}

.section-bottomOrTop-title {
	font-size: 20px;
	line-height: 1.1935;
	color: white;
	position: absolute;

	bottom: 22vw;
	font-size: 1.04166666667vw;
}

.section-bottomOrTop-title-1 {
	left: 554px;

	left: 6.645833vw;
}

.section-bottomOrTop-title-2 {
	left: 1102.55px;

	left: 77.239583vw;
}

.section-europeStandard {
	aspect-ratio: 1920 / 1080;
	color: white;
}

.section-europeStandard-canvas-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.section-europeStandard-content-1 {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;

	font-size: 60px;
	line-height: 1.13333333333;

	font-size: 3.125vw;
}

.section-europeStandard-content-1-subtitle {
	font-size: 36px;
	line-height: 1.16666666667;
	margin-bottom: 24px;
	opacity: 0.3;

	font-size: 1.875vw;
	margin-bottom: 1.25vw;
}

.section-europeStandard-content-2 {
	position: absolute;
	top: 178.37px;
	left: 361px;
	color: rgba(132, 132, 132, 1);
	font-weight: 500;

	font-size: 26px;
	line-height: 1.30769230769;

	width: 32.95833333333333vw;
	top: 9.317708333333334vw;
	left: 18.802083333333332vw;

	font-size: 1.3541666666666667vw;
}

.section-europeStandard-rule-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.section-europeStandard-rule {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	width: 14.875vw;
	/* background-color: red; */
}

.section-europeStandard-rule-1 {
	left: 73%;
	top: 42vw;
	transform: rotateX(116deg) rotateY(185deg) rotateZ(116deg);
}

.section-europeStandard-rule-2 {
	left: 36%;
	top: 44.2vw;
	transform: rotateX(60deg) rotateY(328deg) rotateZ(50deg);
	width: 47.604167vw;
}

.section-europeStandard-rule-line {
	width: 100%;
	height: 10.3px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;

	height: 0.5208333333333334vw;
}

.section-europeStandard-rule-line div {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.4);
}

.section-europeStandard-rule-title {
	line-height: 2;
	text-align: center;
	color: white;

	font-size: 1.5vw;
}

.section-palletBase {
	aspect-ratio: 1920 / 2330;
	overflow: hidden;
}

.section-palletBase-title-wrapper {
	position: absolute;
	top: 174px;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	width: 1361px;
	color: white;

	top: 9.0104vw;
	width: 71.146vw;
}

.section-palletBase-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.section-palletBase-bg-2 {
	opacity: 0;
}

.section-palletBase-title-1 {
	font-size: 24px;
	font-weight: 500;

	font-size: 1.25vw;
}

.section-palletBase-title-2 {
	font-size: 80px;
	margin-bottom: 30px;
	line-height: 1;

	font-size: 4.16666666667vw;
	margin-bottom: 1.5625vw;
}

.section-palletBase-title-3 {
	font-size: 20px;
	font-weight: 500;

	font-size: 1.04166666667vw;
}

.section-featuresSwiper {}

.section-featuresSwiper-cards-wrapper {
	width: 1320px;
	position: absolute;
	left: 335px;
	top: 50%;
	transform: translateY(-50%);

	width: 68.75vw;
	left: 17.448958333333vw;
}

.section-featuresSwiper-cards-wrapper .slick-list {
	overflow: visible;
}

.section-featuresSwiper-card {
	width: 526.57px;
	height: 607.25px;
	background-color: rgba(237, 237, 237, 1);
	padding: 46.08px 52.66px;
	border-radius: 4px;
	margin-right: 20px;
	overflow: hidden;

	width: 27.552083333333vw;
	height: 31.822916666667vw;
	padding: 2.4114583333333vw 2.7541666666667vw;
	border-radius: 0.20833333333333vw;
	margin-right: 1.0416666666667vw;
}

.section-featuresSwiper-card-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.section-featuresSwiper-card-title {
	font-size: 36px;
	margin-bottom: 13.12px;
	position: relative;

	font-size: 1.875vw;
	margin-bottom: 0.682292vw;
}

.section-featuresSwiper-card-content {
	position: relative;
	font-size: 16px;
	color: var(--gray);
	font-weight: 500;
	width: 394.02px;

	font-size: 0.83333333333333vw;
	width: 20.520833333333vw;
}

.section-featuresSwiper-cards-slick-btn-wrapper {
	position: relative;

	margin-top: 2vw;
	left: 57.5vw;
}

.foldingRateHighVideo {
	position: absolute;
	top: -0.5%;
	left: -0.5%;
	width: 101%;
	aspect-ratio: 16 / 18;
}

.section-foldingRate {
	aspect-ratio: 1920 / 1080;
}

.section-foldingRate-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
}

.section-foldingRate-bg {
	width: 100%;
	object-fit: contain;
	position: relative;
	top: 0;
	left: 0;
}

.section-foldingRate-title-wrapper-1 {
	position: absolute;
	left: 50%;
	top: 163.75px;
	transform: translateX(-50%);
	text-align: center;
	color: black;
	width: 675.16px;

	top: 6.515625vw;
	width: 35.44375vw;
}

.section-foldingRate-title-1-subtitle {
	font-size: 20px;
	margin-bottom: 4.65px;
	font-weight: 500;

	font-size: 1.04166666667vw;
	margin-bottom: 0.2421875vw;
}

.section-foldingRate-title-1-title {
	font-size: 140px;
	line-height: 1;

	font-size: 7.29166666667vw;
}

.section-foldingRate-title-wrapper-2 {
	position: absolute;
	left: 50%;
	top: 216.27px;
	transform: translateX(-50%);
	text-align: center;
	color: rgba(42, 43, 49, 1);
	width: 675.16px;

	top: 11.2640625vw;
	width: 35.44375vw;
}

.section-foldingRate-title-2-title {
	font-size: 48px;
	line-height: 1.66666666667;
	color: rgba(42, 43, 49, 1);

	font-size: 2.5vw;
}

.section-foldingRate-title-2-subtitle {
	font-size: 20px;
	line-height: 1.5;
	color: rgba(42, 43, 49, 1);
	opacity: 0.6;

	font-size: 1.04166666667vw;
}

.section-truck {
	aspect-ratio: 1920 / 1080;
}

.section-truck-title-wrapper {
	position: absolute;
	top: 176px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;

	top: 9.167vw;
}

.section-truck-title-1 {
	font-size: 56px;
	line-height: 1.33333333333;
	color: rgba(42, 43, 49, 1);
	margin-bottom: 20.65px;

	font-size: 2.91666666667vw;
	line-height: 1.33333333333;
}

.section-truck-title-2 {
	font-size: 20px;
	line-height: 1.18181818182;
	margin-bottom: 28px;
	font-weight: 500;

	font-size: 1.04166666667vw;
	margin-bottom: 1.45833333333vw;
}

.section-truck-cards-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.section-truck-card-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	color: rgba(42, 43, 49, 1);

	font-size: 1.25vw;
	bottom: 8vw;
}

.section-truck-card {
	width: 100%;
	height: 100%;
	position: relative;
}

.section-truck-card img {
	width: 90.90625vw;
	aspect-ratio: 1976/453;
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -50%);
}

.truck1 {
	transform: translate(-50%, -50%) rotateY(180deg) !important;
}

.section-truck-title-3-wrapper-wrapper {
	width: 499px;
	position: relative;

	width: 26.04166666666667vw;
}

.section-truck-title-3-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(18, 188, 86, 1);
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease;

	position: absolute;
	top: 0;
	left: 0;
}

.section-truck-title-3-wrapper.active {
	opacity: 1;
}

.section-truck-title-3-item-title {
	font-size: 72px;
	line-height: 1;

	font-size: 3.75vw;
}

.section-truck-title-3-item-subtitle {
	font-size: 19px;
	line-height: 1.3;
	font-weight: 500;

	font-size: 0.9895833333333334vw;
}

.section-truck-title-3-item-X {
	font-size: 36px;
	font-weight: 400;
	line-height: 2.22222222222;
	position: relative;
	top: -15px;

	font-size: 1.875vw;
	top: -0.78125vw;
}

.section-truck-arrows {
	position: absolute;
	top: 25vw;
	z-index: 3;
	width: 94%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	left: 50%;
	transform: translateX(-50%);
}

.section-truck-arrow {
	width: 60px;
	cursor: pointer;

	width: 3.125vw;
	height: 3.125vw;
}

.section-truck-arrow svg {
	fill: #B4B4B6;
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
}

.section-truck-arrow svg:hover {
	fill: rgba(18, 188, 86, 1);
}

.section-truck-arrow.swiper-button-disabled svg:hover {
	fill: #B4B4B6;
}

.section-truck-arrow-left {}

.section-truck-arrow-right {
	transform: rotate(180deg);
}

.section-userFriendly {}

.section-userFriendly-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 2;
}

.section-userFriendly-screen-1,
.section-userFriendly-screen-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-userFriendly-screen-1 {
	z-index: 1;
}

.section-userFriendly-screen-2 {
	opacity: 0;
}

.section-userFriendly-screen-1-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1193.86px;
	font-size: 100px;
	line-height: 1;
	text-align: center;
	color: white;

	width: 62.775vw;
	font-size: 5.20833333333333vw;
}

.section-userFriendly-canvas-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.section-userFriendly-screen-2-title-wrapper-1,
.section-userFriendly-screen-2-title-wrapper-2,
.section-userFriendly-screen-2-title-wrapper-3 {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 1220px;
	display: flex;
	justify-content: space-between;
	opacity: 0;

	top: 5.10416666666667vw;
	width: 63.95833333333333vw;
}

.section-userFriendly-screen-2-title {
	width: 535.96px;
	font-size: 48px;
	line-height: 1.25;
	color: white;

	width: 27.99791666666667vw;
	font-size: 2.5vw;
}

.section-userFriendly-screen-2-subtitle {
	font-size: 0.75em;
	color: rgba(31, 219, 106, 1);
}

.section-userFriendly-screen-2-content {
	width: 546.85px;
	font-size: 22px;
	padding-top: 20px;
	color: rgba(177, 177, 177, 1);

	width: 28.515625vw;
	font-size: 1.14583333333vw;
	padding-top: 1.04166666667vw;
}

.section-userFriendly-screen-2-title-wrapper-2 .section-userFriendly-screen-2-title {
	color: white;
}

.section-userFriendly-screen-2-title-wrapper-2 .section-userFriendly-screen-2-content {
	color: rgba(177, 177, 177, 1);
}

.section-userFriendly-screen-2-title-wrapper-3 .section-userFriendly-screen-2-title {
	color: black;
}

.section-userFriendly-screen-2-title-wrapper-3 .section-userFriendly-screen-2-content {
	color: rgba(127, 127, 127, 1);
}

.section-featuresSwiper2 {
	background: rgba(241, 241, 241, 1);
}

.section-featuresSwiper2-cards-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.section-featuresSwiper2-cards-wrapper .slick-list {
	overflow: visible;
}

.section-featuresSwiper2-cards-wrapper {
	width: 1008.06px;

	width: 52.5vw;
}

.section-featuresSwiper2-card {
	width: 52.5vw;
	margin-bottom: 2vw;
}

.section-featuresSwiper2-card-title {
	font-size: 48px;
	line-height: 1.25;
	margin-bottom: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2em;

	font-size: 2.5vw;
	margin-bottom: 1.5625vw;
}

.section-featuresSwiper2-card-image-wrapper {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 1008.06px;
	aspect-ratio: 1008.06/503.35;

	border-radius: 1.0416666666667vw;
	width: 52.5vw;
}

.section-featuresSwiper2-card-content {
	font-size: 24px;
	color: white;
	line-height: 1.16666666667;
	position: absolute;
	left: 64px;
	top: 166px;
	width: 332px;

	font-size: 1.25vw;
	left: 3.333333333333333vw;
	top: 8.645833333333334vw;
	width: 21.71875vw;
}

.section-featuresSwiper2 .swiper-pagination {
	position: relative;
	height: 58.8px;
	background: white;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18.42px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);

	height: 3.0625vw;
	border-radius: 2.6041666666667vw;
	gap: 0.95833333333333vw;
	width: 15.328125vw;
}

.section-featuresSwiper2 .swiper-pagination-bullet {
	display: block;
	background: rgba(162, 163, 165, 1);
	opacity: 1;
	width: 8.17px;
	height: 8.17px;
	transition: all 0.3s ease;

	width: 0.42447916666667vw;
	height: 0.42447916666667vw;
}

.section-featuresSwiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(162, 163, 165, 1);
	width: 49.24px;
	border-radius: 20px;

	width: 2.5572916666667vw;
	border-radius: 1.0416666666667vw;
}

.section-ibc560 {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.section-ibc560-bg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-ibc560-bg {
	transition: all 1s ease;
}

.ibc560-bg2 {
	opacity: 0;
	transition: all 1s ease;
}

.ibc560-bg2.toggle {
	opacity: 1;
}

.ibc560-bg {
	position: absolute;
	top: 0;
	left: 0;
}

.section-ibc560-title {
	font-size: 48px;
	line-height: 1.25;
	color: white;
	margin-top: 118px;
	margin-left: 358px;
	width: 1010.85px;
	position: relative;
	margin-bottom: 52px;

	font-size: 2.5vw;
	margin-top: 6.14583333vw;
	margin-left: 18.64583333vw;
	width: 52.8125vw;
	margin-bottom: 2.70833333vw;
}

.section-ibc560-btn-group {
	position: relative;
	width: 405px;
	height: 69px;
	margin-left: 358px;
	border-radius: 50.16px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 108.72px;
	font-size: 18px;

	width: 21.09375vw;
	height: 3.59375vw;
	margin-left: 18.64583333vw;
	border-radius: 2.60416667vw;
	margin-bottom: 5.66666667vw;
	font-size: 0.9375vw;
}

.section-ibc560-btn-bg {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 185.35px;
	height: 59px;
	border-radius: 50.16px;
	background: rgba(223, 223, 223, 1);
	overflow: hidden;
	transition: all 0.3s ease;

	top: 0.26041667vw;
	left: 0.26041667vw;
	width: 9.6875vw;
	height: 3.07291667vw;
	border-radius: 2.60416667vw;
}

.section-ibc560-btn-bg.toggled {
	left: 215px;
	left: 11.19791667vw;
}

.section-ibc560-btn {
	width: 185.35px;
	height: 59px;
	border-radius: 50.16px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.3s ease;

	width: 9.6875vw;
	height: 3.07291667vw;
	border-radius: 2.60416667vw;
}

.section-ibc560-btn.active {
	opacity: 1;
}

.section-ibc560-collaspsible-wrapper-wrapper {
	position: relative;
	margin-left: 358px;

	margin-left: 18.64583333vw;
}

.section-ibc560-collaspsible-wrapper {
	width: 312px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s ease;

	width: 16.25vw;
}

.section-ibc560-collaspsible-wrapper.active {
	opacity: 1;
	z-index: 1;
}

.section-ibc560-collaspsible-item {
	height: 65px;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;

	height: 3.38541667vw;
}

.section-ibc560-collaspsible-title {
	height: 65px;
	font-size: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;

	height: 3.38541667vw;
	font-size: 1.14583333vw;
}

.section-ibc560-arrow {
	width: 20px;
	height: 20px;
	transition: all 0.3s ease;
	transform: rotate(180deg);

	width: 1.04166667vw;
	height: 1.04166667vw;
}

.section-ibc560-collaspsible-content {
	font-size: 18px;
	color: white;
	margin-bottom: 1.2em;
	opacity: 0.8;

	font-size: 0.9vw;
}

.section-earth {
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 100px;

	padding-top: 2.604167vw;
	padding-bottom: 5.208333vw;
}

.section-earth-cover {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;

}

.section-earth-canvas-wrapper {
	width: 100vw;
	height: 56.25vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;

}

.section-earth-canvas-text {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.section-earth-canvas-text-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, 1);
	text-align: center;
	width: 1034px;
	display: flex;
	justify-content: center;

	width: 53.854167vw;
}

.section-earth-canvas-title {
	font-size: 66px;
	line-height: 1;
	margin-bottom: 35px;

	font-size: 3.4375vw;
	margin-bottom: 1.822917vw;
}

.section-earth-canvas-content {
	width: 905.49px;
	font-size: 20px;
	font-weight: 500;

	width: 47.13541666666667vw;
	font-size: 1.0416666666666667vw;
}

.section-earth-title-wrapper {
	width: 1220px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	height: 150px;
	padding-top: 40px;

	width: 63.28125vw;
	height: 7.8125vw;
	padding-top: 2.083333vw;
}

.section-earth-title {
	width: 50%;
	font-size: 48px;
	color: black;

	font-size: 2.5vw;
}

.section-earth-subtitle {
	width: 50%;
	font-size: 16px;
	font-weight: 500;
	color: rgba(136, 136, 136, 1);
	padding-right: 210px;
	padding-top: 10px;

	font-size: 0.833333vw;
	padding-right: 10.9375vw;
	padding-top: 0.520833vw;
}

.section-earth-card-wrapper {
	width: 1200px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 25.29px;

	width: 62.5vw;
	margin-bottom: 1.3177083333333333vw;
}

.section-earth-card-1 {
	width: 100%;
	height: 549.01px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;

	height: 28.59375vw;
	border-radius: 0.833333vw;
}

.section-earth-card-2 {
	width: 589.28px;
	height: 517.25px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;

	width: 30.67708333333333vw;
	height: 26.93229166666667vw;
	border-radius: 0.833333vw;
}

.section-earth-card-3 {
	width: 100%;
	height: 629.77px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;

	height: 32.8125vw;
	border-radius: 0.833333vw;
}

.section-istaNew {
	aspect-ratio: 2560 / 2547;
}

.section-istaNew-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.section-istaNew-content-wrapper {
	color: white;
	margin-top: 152.96px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;

	margin-top: 7.96875vw;
}

.section-istaNew-title {
	font-size: 70px;
	line-height: 1;
	text-align: center;
	margin-bottom: 18.55px;

	font-size: 3.64583333333vw;
	margin-bottom: 0.96875vw;
	width: 42.84375vw;
}

.section-istaNew-content {
	font-size: 28px;
	line-height: 1.42857142857;
	text-align: center;
	width: 960px;

	font-size: 1.45833333333vw;
	width: 50vw;
}

.section-istaNew-item-wrapper {
	position: absolute;
	left: 50%;
	top: 1363px;
	transform: translateX(-50%);
	width: 1230px;
	display: flow-root;

	top: 71.875vw;
	width: 64.5vw;
}

.section-istaNew-item {
	margin-bottom: 40.76px;
	margin-right: 44.39px;
	float: left;

	width: 19.75vw;
	margin-bottom: 2.125vw;
	margin-right: 2.3125vw;
}

.section-istaNew-item:nth-child(3n) {
	margin-right: 0;
}

.section-istaNew-item:nth-child(4),
.section-istaNew-item:nth-child(5) {
	margin-bottom: 0;
}

.section-istaNew-item-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 25px;

	width: 2.60416666667vw;
	height: 2.60416666667vw;
	margin-bottom: 1.30208333333vw;
}

.section-istaNew-item-title {
	color: white;
	font-size: 28px;
	line-height: 1.14285714286;
	margin-bottom: 15px;

	font-size: 1.45833333333vw;
	margin-bottom: 0.78125vw;
}

.section-istaNew-item-content {
	color: white;
	font-size: 17px;
	line-height: 1.41176470588;
	opacity: 0.5;

	font-size: 0.88541666667vw;
}

.section-ista {
	aspect-ratio: 1920 / 1080;
}

.section-ista-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 2560 / 1734 !important;
	object-fit: contain !important;
}

.section-ista-content-wrapper {
	position: absolute;
	left: 50%;
	top: 132.66px;
	transform: translate(-50%, 0%);
	color: white;
	overflow: hidden;
	/* mask-image: linear-gradient(to bottom, transparent 0%, black 50%, transparent 100%); */

	top: 6.932291666666667vw;
}

.section-ista-content-inside {
	position: relative;
}

.section-ista-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

.section-ista-overlay-item-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	display: flow-root;

	width: 62.5vw;
}

.section-ista-overlay-item {
	margin-bottom: 80px;
	margin-right: 20px;
	float: left;

	width: 19.75vw;
	margin-bottom: 4.16666666667vw;
	margin-right: 1.04166666667vw;
}

.section-ista-overlay-item:nth-child(3n) {
	margin-right: 0;
}

.section-ista-overlay-item:nth-child(4),
.section-ista-overlay-item:nth-child(5) {
	margin-bottom: 0;
}

.section-ista-overlay-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 25px;

	width: 2.60416666667vw;
	height: 2.60416666667vw;
	margin-bottom: 1.30208333333vw;
}

.section-ista-overlay-title {
	color: white;
	font-size: 28px;
	line-height: 1.14285714286;
	margin-bottom: 15px;

	font-size: 1.45833333333vw;
	margin-bottom: 0.78125vw;
}

.section-ista-overlay-content {
	color: white;
	font-size: 17px;
	line-height: 1.41176470588;
	opacity: 0.5;

	font-size: 0.88541666667vw;
}

.section-ista-title {
	font-size: 90px;
	line-height: 1.04444444444;
	text-align: center;
	width: 984px;
	margin-bottom: 20px;

	font-size: 4.6875vw;
	width: 51.25vw;
	margin-bottom: 1.04166666667vw;
}

.section-ista-content {
	font-size: 32px;
	line-height: 1.25;
	text-align: center;
	width: 960px;

	font-size: 1.66666666667vw;
	width: 50vw;
}

.section-ista-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-right: 100px;

	gap: 1.3020833333333vw;
	margin-right: 5.208333333333vw;
}

.section-ista-list-item {
	width: 497.25px;
	display: flex;
	justify-content: space-between;

	width: 25.911458333333vw;
}

.section-ista-list-item-icon {
	width: 3.6041666666667vw;
	height: 3.6041666666667vw;
}

.section-ista-list-item-content {
	width: 400px;

	width: 20.833333333333vw;
}

.section-ista-list-item-title {
	font-size: 36px;
	line-height: 42.96px;
	margin-bottom: 12px;

	font-size: 1.875vw;
	line-height: 2.2291666666667vw;
	margin-bottom: 0.625vw;
}

.section-ista-list-item-subtitle {
	font-size: 16px;

	font-size: 0.83333333333333vw;
}

.section-efficiency {
	height: auto;
	background: white;
	padding-left: 349.41px;
	padding-top: 135.44px;

	padding-left: 18.229166666667vw;
	padding-top: 7.03125vw;
}

.section-efficiency-title {
	font-size: 66px;
	line-height: 1.21212121212;
	margin-bottom: 21.89px;

	font-size: 3.4375vw;
	margin-bottom: 1.140625vw;
}

.section-efficiency-content {
	font-size: 20px;
	line-height: 1.5;
	width: 859.62px;
	color: rgba(136, 136, 136, 1);
	margin-bottom: 75.61px;
	font-weight: 500;

	font-size: 1.04166666667vw;
	width: 44.73958333333vw;
	margin-bottom: 3.94791666667vw;
}

.section-efficiency-cards-wrapper {
	position: relative;
	margin-bottom: 52px;

	margin-bottom: 2.708333vw;
}

.section-efficiency-cards-wrapper .slick-list {
	overflow: visible;
}

.section-efficiency-cards-wrapper {
	width: 852.67px;
	height: 541.9px;

	width: 44.479166666666664vw;
	height: 28.28125vw;
}

.section-efficiency-card {
	width: 852.67px;
	height: 541.9px;
	border-radius: 16px;
	overflow: hidden;

	width: 44.479166666666664vw;
	height: 28.28125vw;
	border-radius: 0.8333333333333334vw;
}

.section-efficiency-swiper-btn-group-wrapper {
	width: 800px;
	aspect-ratio: 679 / 56;
	padding: 4px;
	border-radius: 41px;
	background: rgba(239, 239, 242, 1);

	width: 41.666666666666664vw;
	padding: 0.20833333333333334vw;
	border-radius: 2.1354166666666665vw;
}

.section-efficiency-swiper-btn-group {
	width: 100%;
	height: 100%;
	border-radius: 41px;
	color: rgba(136, 136, 136, 1);
	display: flex;
	position: relative;

	border-radius: 2.1354166666666665vw;
}

.section-efficiency-swiper-btn-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(56, 203, 113, 1);
	border-radius: 41px;
	height: 100%;
	transition: all 0.3s ease;

	border-radius: 2.1354166666666665vw;
}

.section-efficiency-swiper-btn {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	font-size: 16px;

	font-size: 0.8333333333333334vw;
}

.section-efficiency-swiper-btn.active {
	color: white;
}

.section-technicalData {
	padding: 141.01px 0;
	background: white;

	padding: 7.344vw 0;
}

.section-technicalData-title {
	font-size: 56px;
	line-height: 1.33333333333;
	text-align: center;

	font-size: 2.91666666667vw;
}

.section-technicalData-box {
	width: 706px;
	height: 598px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	overflow: visible;

	width: 36.77083333333vw;
	height: 24vw;
}

.section-technicalData-box img {
	width: 100%;
	aspect-ratio: 1599 / 1353;
}

.section-technicalData-btn-wrapper {
	width: 969.23px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: flow-root;
	margin-bottom: 34px;

	width: 50.46875vw;
	margin-bottom: 1.77083333333vw;
}

.section-technicalData-btn {
	width: 315.11px;
	height: 58px;
	font-size: 18px;

	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 1);
	color: black;
	opacity: 0.3;
	float: left;
	margin-right: 11.95px;
	margin-bottom: 11.95px;

	display: flex;
	justify-content: center;
	align-items: center;

	width: 16.40625vw;
	height: 3.02083333333vw;
	font-size: 0.9375vw;
	border-radius: 0.52083333333vw;
	margin-right: 0.62083333333vw;
	margin-bottom: 0.62083333333vw;
}

/* .section-technicalData-btn last line margin-bottom is 0, last cloumn margin-right is 0 */
.section-technicalData-btn:nth-child(3n) {
	margin-right: 0;
}

.section-technicalData-btn:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.section-technicalData-subtitle {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 30px;

	font-size: 0.9375vw;
	margin-bottom: 1.5625vw;
}

.section-technicalData-subtitle a:hover {
	text-decoration: underline;
}

.section-technicalData-subtitle a {
	position: relative;
}

.section-technicalData-subtitle svg {
	fill: rgba(0, 0, 0, 1);
	width: 1.4vw;
	height: 1.4vw;
	position: absolute;
	top: -0.20vw;
	right: -1.6vw;
}

.section-technicalData-inquiry-btn {
	width: 186px;
	height: 68px;
	border-radius: 10px;
	background: rgba(56, 203, 113, 1);
	color: white;
	position: relative;
	left: 50%;
	font-size: 20px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;

	width: 9.6875vw;
	height: 3.54166666667vw;
	border-radius: 0.52083333333vw;
	font-size: 1.04166666667vw;
}

.section-learnMore {
	height: auto;
	padding: 103.75px 361px 114.87px 360px;
	background: rgba(236, 236, 236, 1);

	padding: 5.4vw 18.8vw 6.1vw 18.75vw;
}

.section-learnMore-title {
	color: black;
	font-size: 60px;
	line-height: 1.33333333333;
	margin-bottom: 60px;
	text-align: center;

	font-size: 3.125vw;
	margin-bottom: 3.125vw;

}

.section-learnMore-card-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12.65px;

	gap: 0.65625vw;
}

.section-learnMore-card {
	width: 290.51px;
	height: 379.68px;
	position: relative;

	width: 15.1vw;
	height: 19.8vw;
}

.section-learnMore-card-bg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.section-learnMore-card-title-wrapper {
	position: absolute;
	top: 34.66px;
	left: 32.76px;
	color: black;

	top: 1.8vw;
	left: 1.7vw;
}

.section-learnMore-card-title {
	font-size: 24px;
	margin-bottom: 2px;

	font-size: 1.25vw;
	margin-bottom: 0.104167vw;
}

.section-learnMore-card-subtitle {
	font-size: 16px;
	line-height: 1.375;
	opacity: 0.5;
	font-weight: 500;

	font-size: 0.833333vw;
}

.section-remark {
	background: rgba(244, 244, 244, 1);
	padding-left: 360px;
	padding-top: 66.76px;
	padding-bottom: 66.76px;

	padding-left: 17.7vw;
	padding-top: 3.5vw;
	padding-bottom: 3.5vw;
}

.section-remark-content {
	width: 982.03px;
	color: #a1a2a9;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6666666666666666666666666666667;

	width: 51.146vw;
	font-size: 0.5729166666666667vw;
}

.fixed-btn-group {
	position: fixed;
	z-index: 100;
	top: 78%;
	right: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;

	right: 5.20833333333vw;
}

.fixed-btn-group.active {
	opacity: 1;
	visibility: visible;
}

.fixed-btn {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 3px;

	width: 2.08333333333vw;
	height: 2.08333333333vw;
	margin-bottom: 0.15625vw;
}

.fixed-btn img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.fixed-btn-active {
	opacity: 0;
	transition: all 0.3s ease;
}

.fixed-btn:hover .fixed-btn-active {
	opacity: 1;
}

.debug {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.5);
	color: black;
	padding: 10px;
	display: none;
}