.jt-tes-area {
	padding-top: 23.6rem;
	position: relative;
	padding-bottom: 8rem;
}
.jt-tes-p1 {
	width: 158.4rem;
	position: absolute;
	top: 0;
	right: 0;
}
.jt-tes-upper-image {
	width: 60.7rem;
}
.jt-tes-upper-content {
	width: calc(100% - 60.7rem);
	display: flex;
	justify-content: flex-end;
	padding-top: 9rem;
}
.jt-tes-upper-row {
	display: flex;
	align-items: flex-start;
}
.jttu-inner {
	width: 100%;
	height: 60.01rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jttu-items {
	position: absolute;
	width: 47.6rem;
	height: 47rem;
	top: 6.5rem;
	left: 6.5rem;
}
.jt-tes-area .container {
	position: relative;
	z-index: 1;
}
.jttu-shape {
	position: relative;
	z-index: 9;
}
.jt-tes-text-items {
	overflow: hidden;
}
.jt-tes-upper-content-inner {
	width: 84rem;
	max-width: 100%;
	overflow: hidden;
}
.jt-tes-upper-content-inner h2 {
	font-size: 4rem;
	line-height: 5.6rem;
}
.jt-tes-upper-content-inner > span {
	color: #000;
	display: block;
	margin-top: 4rem;
}
.jt-tes-upper-content-inner .btn {
	margin-top: 4rem;
}
.jt-tes-bottom {
	margin-top: 15.1rem;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background-color: #F5F5F5;
	padding: 4.3rem 0;
	border-radius: 1.2rem;
	overflow: hidden;
}
.jt-tes-item {
	width: 40rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 4rem;
	text-align: center;
}
.jt-tes-item .icon {
	width: 14.4rem;
	transform: scale(1);
	transition: all .6s;
}
.jt-tes-item:hover .icon {
	transform: scale(1.15);
}
.jttu-items-inner {
	overflow: hidden;
}
.newsletter-area {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.newsletter-area::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
}
.newsletter-area .container {
	position: relative;
	z-index: 1;
}
.newsletter-row {
	display: flex;
	height: 64.2rem;
	flex-direction: column;
	justify-content: center;
}
.newsletter-title {
	font-size: 4rem;
	line-height: 5.6rem;
	color: #fff;
	margin-bottom: 2.8rem;
}
.newsletter-row input[type="text"] {
	width: 42.9rem;
	height: 4rem;
	font-family: 'Avenir Next';
	font-size: 1.6rem;
	color: #fff;
	background-color: transparent;
	border: none;
	outline: none;
	border-bottom: .1rem solid #fff;
}
.newsletter-row input[type="submit"] {
	margin-top: 2.8rem;
	width: max-content;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 700;
	color: #000;
	height: 5.8rem;
	border-radius: 4.8rem;
	background-color: #51BAB2;
	padding: 0 4.4rem;
	font-family: 'Avenir Next';
	border: none;
	outline: none;
	cursor: pointer;
	display: block;
	transition: all .4s;
}
.newsletter-row input[type="submit"]:hover {
	background-color: #FF4FBB;
	color: #fff;
}
@media only screen and (max-width: 1050px) {
	.newsletter-row {
		height: auto;
		padding: 65px 0;
	}
	.newsletter-title {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.jt-tes-upper-content {
		width: 100%;
		padding: 0;
		display: block;
		text-align: center;
	}
	.jt-tes-upper-content-inner {
		width: 100%;
	}
	.jt-tes-area {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.jt-tes-upper-content-inner h2 {
		font-size: 26px;
		line-height: 1.3;
		font-weight: 00;
	}
	.jt-tes-upper-content-inner > span {
		margin-top: 22px;
	}
	.jt-tes-bottom {
		margin-top: 65px;
	}
	.jt-tes-bottom {
		margin-top: 65px;
		flex-wrap: wrap;
	}
	.jt-tes-bottom .jt-tes-item:not(:last-child) {
		margin-bottom: 24px;
	}
	.jt-tes-bottom {
		row-gap: 13px;
	}
	.jt-tes-item .icon {
		width: 70px;
	}
	.jt-tes-upper-image {
		display: none;
	}
}