@keyframes progress {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

.main-visual {
	position: relative;
	overflow: hidden
}

.main-visual .swiper-container {
	position: relative
}

.main-visual .item {
	position: relative
}

.main-visual .img-bx {
	display: block;
	position: relative;
	overflow: hidden
}

.main-visual .img-bx::after {
	content: "";
	display: block;
	padding-bottom: 46.875%
}

.main-visual .img-bx>img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 1000%;
	min-height: 1000%;
	max-width: none;
	max-height: none;
	transform: translate(-50%, -50%) scale(0.1)
}

.main-visual .img-bx .video-bx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.main-visual .txt-bx {
	position: absolute;
	width: 100%;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	letter-spacing: -0.05em;
	line-height: 1.3
}

.main-visual .txt-bx .title {
	font-size: 4.5em
}

.main-visual .txt-bx .title span {
	color: rgba(0,0,0,0);
	-webkit-text-stroke: 1px #fff
}

.main-visual .txt-bx .txt-bottom {
	margin-top: 180px
}

@media all and (max-width: 1024px) {
	.main-visual .txt-bx .txt-bottom {
		margin-top: 120px
	}
}

.main-visual .txt-bx .text {
	text-align: right;
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.6
}

.main-visual .txt-bx .text strong {
	font-weight: 700
}

@media all and (max-width: 1024px) {
	.main-visual .txt-bx {
		top: 40%
	}

	.main-visual .txt-bx .title {
		font-size: 3.125rem;
		line-height: 1.4
	}

	.main-visual .txt-bx .text {
		margin-top: 85px;
		text-align: center;
		line-height: 1.6
	}
}

@media all and (max-width: 768px) {
	.main-visual .txt-bx {
		top: 40%
	}

	.main-visual .txt-bx .title {
		font-size: 30px;
		letter-spacing: -1.3px;
		line-height: 1.4
	}

	.main-visual .txt-bx .text {
		margin-top: 85px;
		text-align: center;
		font-size: 16px;
		letter-spacing: -0.65px;
		line-height: 1.6
	}
}

@media all and (max-width: 576px) {
	.main-visual .txt-bx {
		top: 34%
	}

	.main-visual .txt-bx .text {
		margin-top: 30px
	}
}

.main-visual .swiper-slide .txt-bx .title,.main-visual .swiper-slide .txt-bx .text {
	transform: translateY(50px);
	opacity: 0;
	transition: 1000ms opacity,1000ms transform
}

.main-visual .swiper-slide .txt-bx .text {
	transition-delay: .3s
}

.main-visual .swiper-slide-active .txt-bx .title,.main-visual .swiper-slide-active .txt-bx .text {
	transform: translateY(0);
	opacity: 1
}

@media all and (max-width: 1400px) {
	.main-visual .img-bx {
		display: block;
		position: relative;
		overflow: hidden
	}

	.main-visual .img-bx::after {
		content: "";
		display: block;
		padding-bottom: 62.5%
	}

	.main-visual .img-bx>img {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		height: auto;
		min-width: 1000%;
		min-height: 1000%;
		max-width: none;
		max-height: none;
		transform: translate(-50%, -50%) scale(0.1)
	}
}

@media all and (max-width: 1024px) {
	.main-visual .img-bx {
		display: block;
		position: relative;
		overflow: hidden
	}

	.main-visual .img-bx::after {
		content: "";
		display: block;
		padding-bottom: 83.3333333333%
	}

	.main-visual .img-bx>img {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		height: auto;
		min-width: 1000%;
		min-height: 1000%;
		max-width: none;
		max-height: none;
		transform: translate(-50%, -50%) scale(0.1)
	}
}

@media all and (max-width: 768px) {
	.main-visual .img-bx {
		display: block;
		position: relative;
		overflow: hidden
	}

	.main-visual .img-bx::after {
		content: "";
		display: block;
		padding-bottom: 100vh
	}

	.main-visual .img-bx>img {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		height: auto;
		min-width: 1000%;
		min-height: 1000%;
		max-width: none;
		max-height: none;
		transform: translate(-50%, -50%) scale(0.1)
	}
}

.main-visual .swiper-pagination {
	position: absolute;
	left: 50%;
	bottom: 3.125rem;
	transform: translateX(-50%)
}

.main-visual .swiper-pagination-bullet {
	margin: 0 4px
}

@media all and (max-width: 1024px) {
	.main-visual .swiper-pagination {
		bottom: 1.25rem
	}
}

.main-visual .swiper-button {
	z-index: 10;
	color: #fff;
	font-size: 2.5rem;
	transition: 300ms color
}

.main-visual .swiper-button:hover {
	color: #1c468f
}

.main-visual .swiper-control {
	position: absolute;
	bottom: 60px;
	width: 100%;
	z-index: 1
}

.main-visual .swiper-control .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	padding: 0
}

.main-visual .swiper-control .fraction {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 304px;
	width: 100%;
	gap: 10px
}

.main-visual .swiper-control .gauge {
	max-width: 240px;
	width: 100%;
	height: 2px;
	background: hsla(0,0%,100%,.3)
}

.main-visual .swiper-control .gauge span {
	display: block;
	width: 0;
	height: 100%;
	background: #fff
}

.main-visual .swiper-control .num-bx {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff
}

.main-visual .swiper-control .num {
	min-width: 21px;
	font-family: "Montserrat","微软雅黑","SUIT",-apple-system,BlinkMacSystemFont,"Times New Roman","Palatino Linotype","Book Antiqua",Georgia,Times,Palatino,serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: -1px
}

.main-visual .swiper-control .swiper-button {
	font-size: 1.125rem
}

.main-visual .swiper-control .swiper-play {
	width: 28px
}

.main-visual .swiper-control .swiper-play .icon-pause {
	display: block;
	margin: 0 auto
}

.main-visual .swiper-control .swiper-play .xi-play {
	display: none;
	color: #fff
}

.main-visual .swiper-control .swiper-play.on .icon-pause {
	display: none
}

.main-visual .swiper-control .swiper-play.on .xi-play {
	display: block
}

.main-visual .swiper-control .button-wrap {
	display: flex;
	align-items: center;
	gap: 20px
}

@media all and (max-width: 1600px) {
	.main-visual .swiper-control {
		right: 20px
	}
}

@media all and (max-width: 1024px) {
	.main-visual .swiper-control {
		right: auto;
		left: 50%;
		bottom: 35%;
		transform: translateX(-50%)
	}

	.main-visual .swiper-control .container {
		gap: 10px;
		justify-content: center
	}

	.main-visual .swiper-control .fraction {
		max-width: 165px
	}

	.main-visual .swiper-control .gauge {
		max-width: 100px
	}

	.main-visual .swiper-control .button-wrap {
		gap: 10px
	}

	.main-visual .swiper-control .num {
		font-size: 15px
	}

	.main-visual .swiper-control .swiper-play {
		width: auto
	}
}

@media all and (max-width: 768px) {
	.main-visual .swiper-control {
		right: auto;
		bottom: 40%
	}
}

@media all and (max-width: 576px) {
	.main-visual .swiper-control {
		bottom: 50%
	}
}

.main-visual .txt-motion {
	position: absolute;
	bottom: 10px;
	left: 44px;
	z-index: 1
}

.main-visual .txt-motion p {
	color: hsla(0,0%,100%,.65);
	font-size: 13.75rem;
	font-weight: 700
}

@media all and (max-width: 1400px) {
	.main-visual .txt-motion {
		font-size: 9.375rem
	}
}

@media all and (max-width: 1200px) {
	.main-visual .txt-motion {
		font-size: 6.25rem
	}
}

@media all and (max-width: 1024px) {
	.main-visual .txt-motion {
		display: none
	}
}

.main-visual .stock {
	position: absolute;
	bottom: 0;
	padding: 40px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: rgba(0,0,0,.2);
	backdrop-filter: blur(10px);
	color: #fff;
	z-index: 1
}

.main-visual .stock-wrap {
	gap: 80px
}

.main-visual .stock .num-lg {
	font-size: 3.75rem;
	line-height: 1;
	font-weight: 700
}

.main-visual .stock-info span {
	display: inline-block
}

.main-visual .stock-info--tit {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.125rem;
	line-height: 1
}

.main-visual .stock-info-lg__inner {
	font-size: 1.375rem;
	font-weight: 600
}

.main-visual .stock-info__inner {
	font-size: 1.25rem;
	font-family: "Montserrat","微软雅黑","SUIT",-apple-system,BlinkMacSystemFont,"Times New Roman","Palatino Linotype","Book Antiqua",Georgia,Times,Palatino,serif
}

.main-visual .stock-info .up i {
	color: #d10000
}

.main-visual .stock-info .down i {
	transform: rotate(180deg);
	color: #0011d1
}

.main-visual .stock-info i {
	font-size: 1.5rem;
	vertical-align: bottom
}

.main-visual .stock__btn {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -0.72px
}

@media all and (max-width: 1400px) {
	.main-visual .stock {
		padding: 40px 30px
	}

	.main-visual .stock-wrap {
		gap: 50px
	}

	.main-visual .stock .num-lg {
		font-size: 3.125rem
	}
}

@media all and (max-width: 1200px) {
	.main-visual .stock {
		padding: 40px 20px
	}

	.main-visual .stock-wrap {
		gap: 30px
	}

	.main-visual .stock .num-lg {
		font-size: 2.5rem
	}

	.main-visual .stock-info i {
		vertical-align: middle
	}

	.main-visual .stock-info__inner {
		font-size: 1.125rem
	}

	.main-visual .stock-info--tit {
		font-size: 1rem
	}

	.main-visual .stock-info-lg__inner {
		font-size: 1.375rem
	}
}

@media all and (max-width: 1024px) {
	.main-visual .stock-wrap {
		gap: 20px
	}

	.main-visual .stock .num-lg {
		font-size: 2.125rem
	}

	.main-visual .stock-info--tit {
		font-size: 14px
	}

	.main-visual .stock-info-lg__inner {
		font-size: 16px
	}
}

@media all and (max-width: 768px) {
	.main-visual .stock {
		padding: 30px 20px
	}

	.main-visual .stock__top {
		justify-content: space-between;
		width: 100%;
		margin-bottom: 10px
	}

	.main-visual .stock-wrap {
		flex-direction: column;
		gap: 10px;
		width: 100%
	}

	.main-visual .stock-info {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.main-visual .stock-info--tit {
		margin-bottom: 0;
		font-size: 15px
	}

	.main-visual .stock-info__inner {
		font-size: 15px
	}

	.main-visual .stock-info-lg__inner {
		font-size: 15px
	}

	.main-visual .stock-info-lg__inner span:nth-child(2) {
		font-size: 16px
	}

	.main-visual .stock__btn {
		font-size: 18px
	}

	.main-visual .stock__btn .btn {
		width: 20px;
		height: 20px
	}

	.main-visual .stock__btn svg {
		width: 7px
	}

	.main-visual .stock .num-lg {
		font-size: 2.5rem
	}
}

.section-tit {
	margin-bottom: 20px;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1;
	color: #1c468f
}

@media all and (max-width: 768px) {
	.section-tit {
		margin-bottom: 10px;
		text-align: center;
		font-size: 32px
	}
}

.tit-wrap h2 {
	font-size: 2.5rem;
	line-height: 1
}

.tit-wrap h2 svg {
	fill: rgba(0,0,0,0)
}

.tit-wrap h2 text {
	dominant-baseline: hanging;
	font-size:36px;

	white-space: pre;
	font-family:微软雅黑; letter-spacing:1px; font-weight:500;
	line-height: 1
}

.tit-wrap h2 img {
	width: 0;
	height: 60px;
	transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-delay: 1.5s
}

.tit-wrap.active h2 img {
	width: 100px
}

.tit-wrap.active h2 svg {
	animation: stroke 2s forwards
}

@media all and (max-width: 768px) {
	.tit-wrap h2 {
		text-align: center;
		font-size: 24px;
		letter-spacing: -1.3px
	}

	.tit-wrap h2 text {
		font-size: 24px
	}

	.tit-wrap h2 img {
		height: 30px
	}

	.tit-wrap.active h2 img {
		width: 52px
	}
}

@keyframes stroke {
	0% {
		stroke-dashoffset: 25%;
		stroke-dasharray: 0 50%;
		fill: rgba(0,0,0,0);
		stroke: rgba(0,0,0,.7);
		stroke-width: 1px
	}

	80% {
		stroke-dashoffset: -25%;
		stroke-dasharray: 50% 0;
		fill: rgba(0,0,0,0);
		stroke: #000
	}

	100% {
		fill: #000;
		stroke: rgba(0,0,0,0)
	}
}

.section-1 {
	padding: 10px 0
}

@media all and (max-width: 768px) {
	.section-1 {
		padding: 10px 0
	}
}

.section-1 .dynamicSVG {
	vertical-align: text-bottom
}

.section-1 .business-list {
	margin-top: 80px;
	border-top: 1px solid rgba(85,85,85,.2)
}

.section-1 .business-list .business__item {
	display: block;
	padding: 50px 0;
	border-bottom: 1px solid rgba(85,85,85,.2)
}

.section-1 .business-list .business__item--tit {
font-size:24px; line-height:42px; letter-spacing:1px; font-family:微软雅黑; font-weight:400;}

.section-1 .business-list .business__item--txt {
	margin-top: 65px;
	font-size: 6.25rem;
	color: #aaa;
	transition: all .5s ease-out
}

.section-1 .business-list .business__item .item-left {
	transition: all .5s ease-out;
	width:75%; float:left;
}

.section-1 .business-list .business__item .item-right {
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}

.section-1 .business-list .business__item .item-right .txt-bx span {
	font-size: 1rem;
	color: #1c468f
}

.section-1 .business-list .business__item .item-right .txt-bx p {
	margin-top: 10px;
	font-size: 1.5rem;
	font-weight: 300;
	color: rgba(0,0,0,.7);
	letter-spacing: -1px
}

.section-1 .business-list .business__item .item-right .img-wrap {
	transition: all .5s ease-out
}

.section-1 .business-list .business__item:hover .item-right .img-wrap {
	transform: translateX(-50px)
}

.section-1 .business-list .business__item:hover .business__item--txt {
	color: #1c468f
}

@media all and (max-width: 1400px) {
	.section-1 .business-list .business__item--txt {
		font-size: 5rem
	}
}

@media all and (max-width: 1024px) {
	.section-1 .business-list .business__item {
		flex-direction: column
	}

	.section-1 .business-list .business__item--txt {
		margin-top: 20px;
		font-size: 3.125rem
	}

	.section-1 .business-list .item-left {
		margin-bottom: 20px;
		width: 100%
	}

	.section-1 .business-list .item-right .img-wrap {
		width: 40%
	}
}

@media all and (max-width: 768px) {
	.section-1 .business-list {
		margin-top: 60px
	}

	.section-1 .business-list .business__item {
		padding: 30px 10px
	}

	.section-1 .business-list .business__item--tit {
		font-size: 24px
	}

	.section-1 .business-list .business__item--txt {
		font-size: 2.5rem
	}

	.section-1 .business-list .business__item .item-right .txt-bx span,.section-1 .business-list .business__item .item-right .txt-bx p {
		font-size: 15px
	}

	.section-1 .business-list .business__item .item-right .txt-bx p {
		margin-top: 5px
	}
}

@media all and (max-width: 576px) {
	.section-1 .business-list .item-right .img-wrap {
		width: 36%
	}

	.section-1 .business-list .business__item--txt {
		font-size: 22px
	}
}

.section-2 {
	position: relative;
	padding: 120px 0 82px;
	background: linear-gradient(80deg, #1c468f 2.26%, var(--m_BLUE, #104094) 97.74%);
	overflow: hidden
}

@media all and (max-width: 768px) {
	.section-2 {
		padding: 80px 0 120px
	}
}

.section-2 .section-tit {
	color: #fff
}

.section-2 .tit-wrap {
	margin-bottom: 70px;
	padding-left: 9.2vw
}

.section-2 .tit-wrap h2 {
	color: #fff
}

.section-2 .tit-wrap.active h2 svg {
	animation: strokeWhite 2s forwards
}

@media all and (max-width: 768px) {
	.section-2 .tit-wrap {
		padding: 0 20px
	}
}

@keyframes strokeWhite {
	0% {
		stroke-dashoffset: 25%;
		stroke-dasharray: 0 50%;
		fill: hsla(0,0%,100%,0);
		stroke: hsla(0,0%,100%,.7);
		stroke-width: 1px
	}

	80% {
		stroke-dashoffset: -25%;
		stroke-dasharray: 50% 0;
		fill: hsla(0,0%,100%,0);
		stroke: #fff
	}

	100% {
		fill: #fff;
		stroke: hsla(0,0%,100%,0)
	}
}

.section-2 .inner {
	display: flex;
	justify-content: space-between
}

.section-2 .prd-left .prd-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 22px 60px 22px 9.2vw;
	max-width: 780px;
	height: 30px;
	line-height: 1;
	color: #46d0ff;
	z-index: 1
}

.section-2 .prd-left .prd-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 140%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),linear-gradient(286deg, rgba(0, 127, 254, 0.8) 21.2%, rgba(70, 208, 255, 0.8) 113.43%);
	border-radius: 0 60px 60px 0;
	z-index: -1;
	transition: all .3s ease-in-out
}

.section-2 .prd-left .prd-btn .txt {
	display: flex;
	align-items: center
}

.section-2 .prd-left .prd-btn .txt p {
	font-size: 1.5rem;
	font-weight: 600;
	transition: all .3s
}

.section-2 .prd-left .prd-btn .txt span {
	display: inline-block;
	padding-left: 40px;
	width: 0;
	height: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -0.7px;
	color: hsla(0,0%,100%,.7);
	transition: width .3s,opacity .4s,padding .3s;
	opacity: 0;
	overflow: hidden
}

.section-2 .prd-left .prd-btn .btn {
	background: rgba(70,208,255,.6);
	transition: all .3s
}

.section-2 .prd-left .prd-btn .btn path {
	fill: hsla(0,0%,100%,.6)
}

.section-2 .prd-left .prd-btn:hover:before {
	transform: scaleX(1)
}

.section-2 .prd-left .prd-btn:hover .txt p {
	color: #fff
}

.section-2 .prd-left .prd-btn:hover .txt span {
	width: fit-content;
	opacity: 1
}

.section-2 .prd-left .prd-btn:hover .btn {
	width: 50px;
	height: 50px;
	background: #fff
}

.section-2 .prd-left .prd-btn:hover .btn path {
	fill: #000
}

.section-2 .prd-right {
	display: flex;
	align-items: flex-end;
	padding-top: 80px;
	width: 50%
}

.section-2 .motion-bx {
	width: 100%;
	height: 100%
}

.section-2 .motion-bx .img-bx {
	position: relative;
	height: 100%;
	z-index: 1
}

.section-2 .motion-bx .circle-motion {
	text-align: center;
	animation: circleMove 10s linear infinite
}

.section-2 .motion-bx ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%
}

.section-2 .motion-bx .img-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all .3s
}

.section-2 .motion-bx .img-item:nth-child(2),.section-2 .motion-bx .img-item:nth-child(3) {
	padding-bottom: 100px
}

.section-2 .motion-bx .img-item.on {
	opacity: 1
}

@keyframes circleMove {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.section-2 .txt-motion {
	position: absolute;
	right: 46px;
	bottom: 20px;
	font-size: 7.75rem;
	font-weight: 700;
	color: hsla(0,0%,100%,.3)
}

@media all and (max-width: 1200px) {
	.section-2 .prd-left .prd-btn .txt {
		flex-direction: column
	}

	.section-2 .prd-left .prd-btn:before {
		width: 120%
	}

	.section-2 .txt-motion {
		right: 20px;
		font-size: 150px
	}
}

@media all and (max-width: 1024px) {
	.section-2 .inner {
		flex-direction: column
	}

	.section-2 .prd-left .prd-btn:before {
		width: 85%
	}

	.section-2 .prd-right {
		width: auto
	}

	.section-2 .motion-bx ul {
		margin-top: 80px
	}

	.section-2 .motion-bx .img-item {
		padding-bottom: 0
	}

	.section-2 .motion-bx .img-bx {
		height: 50vh
	}
}

@media all and (max-width: 768px) {
	.section-2 .prd-left {
		padding-left: 0
	}

	.section-2 .prd-left .prd-btn {
		padding: 20px 20px 20px 40px;
		height: 80px;
		gap: 20px
	}

	.section-2 .prd-left .prd-btn .txt p {
		font-size: 18px
	}

	.section-2 .prd-left .prd-btn .txt span {
		padding-left: 0;
		font-size: 15px;
		width: 100%;
		max-height: 0
	}

	.section-2 .prd-left .prd-btn .btn {
		width: 30px;
		height: 30px
	}

	.section-2 .prd-left .prd-btn:hover {
		padding: 20px 20px 20px 40px
	}

	.section-2 .prd-left .prd-btn:hover .txt {
		align-items: flex-start
	}

	.section-2 .prd-left .prd-btn:hover .txt span {
		padding-top: 10px;
		max-height: 30px;
		overflow: initial
	}

	.section-2 .prd-left .prd-btn:hover .btn {
		width: 36px;
		height: 36px
	}

	.section-2 .prd-right {
		position: relative;
		width: 100%;
		margin-right: 0;
		margin-left: auto;
		padding-top: 70%
	}

	.section-2 .motion-bx {
		position: absolute;
		transform: translateX(-50%)
	}

	.section-2 .motion-bx .img-item {
		left: 56%
	}

	.section-2 .motion-bx .img-bx {
		margin-top: 0;
		height: 100%
	}

	.section-2 .txt-motion {
		right: 10px;
		font-size: 100px
	}
}

.section-3 {
	padding: 140px 0
}

@media all and (max-width: 768px) {
	.section-3 {
		padding: 80px 0 40px
	}
}

.section-3 .inner {
	gap: 40px
}

@media all and (max-width: 1024px) {
	.section-3 .inner {
		gap: 20px
	}
}

@media all and (max-width: 768px) {
	.section-3 .inner {
		flex-direction: column;
		gap: 40px
	}
}

.section-3 .cont {
	width: 100%
}

.section-3 .cont .tit {
	align-items: center;
	gap: 10px;
	margin-bottom: 40px
}

.section-3 .cont .tit p {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: -1.5px
}

.section-3 .cont .tit .btn {
	border: 1px solid blue;
	background: #1c468f;
	transition: all .3s
}

.section-3 .cont .tit .btn:hover {
	background: #fff
}

.section-3 .cont .tit .btn:hover path {
	fill: blue
}

@media all and (max-width: 768px) {
	.section-3 .cont .tit {
		justify-content: center;
		margin-bottom: 20px
	}

	.section-3 .cont .tit p {
		font-size: 32px
	}

	.section-3 .cont .tit .btn {
		width: 30px;
		height: 30px
	}

	.section-3 .cont .tit .btn svg {
		width: 8px
	}
}

.section-3 .cont-list {
	padding: 20px 50px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 20px
}

.section-3 .cont-list__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 36px 10px;
	font-size: 1.25rem;
	letter-spacing: -0.4px;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.section-3 .cont-list__item .item--date {
	text-align: right;
	max-width: 110px;
	width: 100%;
	color: rgba(0,0,0,.5)
}

.section-3 .cont-list__item .item--tit {
	width: 70%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	word-break: break-all
}

.section-3 .cont-list__item:last-child {
	border-bottom: none
}

@media all and (max-width: 1024px) {
	.section-3 .cont-list {
		padding: 20px 30px
	}

	.section-3 .cont-list__item {
		gap: 10px;
		padding: 20px 10px
	}
}

@media all and (max-width: 768px) {
	.section-3 .cont-list {
		padding: 10px
	}

	.section-3 .cont-list__item {
		font-size: 16px
	}
}

.section-4 {
	position: relative;
	padding: 160px 0;
    overflow: hidden;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
}
}

@media all and (max-width: 768px) {
	.section-4 {
		padding: 40px 0 80px
	}
}

.section-4 .bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.section-4 .bg:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform-origin: right bottom;
	z-index: 1;
	overflow: hidden
}

.section-4 .bg.active:before {
	animation: bgActive 2s forwards
}

.section-4 .bg span {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/main/esg-bg.png) no-repeat right bottom;
	background-size: contain;
	overflow: hidden
}

@media all and (max-width: 1400px) {
	.section-4 .bg span {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 50%;
		background-size: contain
	}
}

@media all and (max-width: 768px) {
	.section-4 .bg {
		height: 100%
	}

	.section-4 .bg span {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 50%;
		background-size: contain
	}
}

@keyframes bgActive {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: translate3d(0px, 0px, 0px) rotate(-90deg)
	}
}

.section-4 .simply-scroll {
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: -1
}

.section-4 .scroller {
	display: flex;
	align-items: center;
	flex-wrap: nowrap
}

.section-4 .scroller .txt {
	font-size: 8.75rem;
	font-weight: 700;
	opacity: .4
}

.section-4 .scroller .txt span {
	margin: 0 15px
}

.section-4 .scroller .white {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	color: rgba(0,0,0,0)
}

.section-4 .scroller .gray {
	color: #000
}

.section-4 .tit-wrap h2 {
	line-height: 1.2
}

.section-4 .tit-wrap h2 svg {
	vertical-align: bottom
}

.section-4 .bx {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: 90px;
	max-width: 700px
}

.section-4 .bx-item {
	padding: 30px;
	border-radius: 20px;
	background: rgba(203,203,203,.1);
	backdrop-filter: blur(5px);
	transition: all .3s
}

.section-4 .bx-item .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px
}

.section-4 .bx-item .top .txt {
	display: flex;
	align-items: center;
	gap: 8px
}

.section-4 .bx-item .top .txt p {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -0.8px
}

.section-4 .bx-item .top .txt span {
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: hsla(0,0%,100%,.3)
}

.section-4 .bx-item .top .desc {
	margin-top: 12px;
	font-size: 1.25rem;
	color: rgba(0,0,0,.7);
	letter-spacing: -0.7px;
	line-height: 1.5;
	transition: all .3s
}

.section-4 .bx-item .btn {
	opacity: 0;
	transition: all .3s
}

.section-4 .bx-item:hover {
	background: #000
}

.section-4 .bx-item:hover .top .txt p {
	color: #fff
}

.section-4 .bx-item:hover .desc {
	color: #ddd
}

.section-4 .bx-item:hover .btn {
	opacity: 1
}

@media all and (max-width: 1024px) {
	.section-4 .bx-item {
		background: hsla(0,0%,100%,.6);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,.16)
	}
}

@media all and (max-width: 768px) {
	.section-4 .bx {
		grid-template-columns: 1fr
	}

	.section-4 .bx-item {
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,.16);
		backdrop-filter: blur(20px)
	}

	.section-4 .bx-item .top .txt p {
		font-size: 20px
	}

	.section-4 .bx-item .top .txt span {
		font-size: 12px;
		color: rgba(0,0,0,.3)
	}

	.section-4 .bx-item .desc {
		font-size: 18px;
		color: rgba(0,0,0,.6)
	}

	.section-4 .bx-item .btn {
		opacity: 1
	}

	.section-4 .bx-item .btn-white {
		background: #1c468f
	}

	.section-4 .bx-item .btn-white path {
		fill: #fff
	}

	.section-4 .bx-item:hover {
		background: hsla(0,0%,100%,.6)
	}

	.section-4 .bx-item:hover .top .txt p {
		color: #000
	}

	.section-4 .bx-item:hover .desc {
		color: rgba(0,0,0,.6)
	}
}