.txtimg__ttl {
	font: 600 36px/1.3 Inter;
	margin-bottom: 48px;
}
	.txtimg__col-inner {
		
	}
		.txtimg__col {
			margin-bottom: 24px;
		}
		.txtimg__col:not(:last-child) {
			padding-bottom: 24px;
			margin-bottom: 24px;
			border-bottom: 1px solid rgba(107, 114, 128, 0.40);
		}
			.txtimg__col-ttl-wrap {
				display: flex;
				align-items: center;
				gap: 16px;
				margin-bottom: 16px;
			}
				.txtimg__col-ttl-ico {
					display: block;
					width: 32px;
					height: 32px;
				}
				.txtimg__col-ttl {
					font: 600 24px/1.3 Inter;
				}
			.txtimg__col-txt {
				opacity: 0.8;
			}
	.txtimg__col-image-wrap {
		border-radius: 24px;
		background: #034E94;
		position: relative;
		overflow: hidden;
		height: 100%;
		max-height: 700px;
	}
	.txtimg__col-image-wrap::before {
		content: '';
		position: absolute;
		width: 500px;
		height: 400px;
		border-radius: 16777200px;
		opacity: 0.5;
		background: #006ED5;
		filter: blur(120px);
		left: -169px;
		bottom: 18px;
		z-index: 0;
	}
	.txtimg__col-image-wrap::after {
		content: '';
		position: absolute;
		width: 400px;
		height: 300px;
		border-radius: 16777200px;
		opacity: 0.5;
		background: #C2EAFF;
		filter: blur(100px);
		top: -20px;
		right: -81px;
		z-index: 0;
	}
		.txtimg__col-image {
			position: relative;
			z-index: 1;
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: top;
			max-width: 426px;
			margin: 48px auto 0px;
		}
		.txtimg__col-image-inner {
			position: relative;
			z-index: 1;
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: top;
			max-width: 426px;
			margin: 48px auto 0px;
			display: flex;
			align-items: flex-end;
		}
		.txtimg__col-slider-image {
			position: relative;
			z-index: 1;
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: top;
			max-width: 426px;
			margin: 48px auto 0px;
		}
		.txtimg__col-slider .splide__arrow--next {
			right: -56px;
		}
		.txtimg__col-slider .splide__arrow--prev {
			left: -56px;
		}
@media(min-width:992px) {
	.txtimg__col-image-wrap {
		display: flex;
		justify-content: center;
	}
	.txtimg__col-image {
		/* position: absolute; */
		border-radius: 16px 16px 0 0;
		height: auto;
		bottom: 0;
	}
	.txtimg__col-slider-image {
		/* position: absolute; */
		border-radius: 16px 16px 0 0;
		height: auto;
		bottom: 0;
	}
}
@media (max-width: 991px) {
	.txtimg__ttl {
		font: 600 28px / 1.3 Inter;
	}
	.txtimg__col-image {
		border-radius: 16px 16px 0 0;
		margin-top: 0;
		height: auto;
	}
	.txtimg__col-slider-image {
		border-radius: 16px 16px 0 0;
		margin-top: 0;
		height: auto;
	}
}
@media (max-width: 767px) {
	.txtimg__col-slider .splide__arrow--next {
		right: 24px;
	}
	.txtimg__col-slider .splide__arrow--prev {
		left: 24px;
	}
	.txtimg__col-image-inner {
		margin: 0 auto;
	}
}