@charset "UTF-8";

@font-face {
	font-family: 'lexend-Regular';
	src: url('/font/Lexend-Regular-fd2d8ea04e25585558f2396e4fa56c06.ttf') format('truetype');
}

@font-face {
	font-family: 'inter';
	src: url('/font/Inter-Regular-851660f90f21dba5ec35b1765fdd426a.ttf') format('truetype');
}

@font-face {
	font-family: 'inter-Lite';
	src: url('/font/Inter-Light-bd68bbe6f33671b4e0aff5e4e44511d2.ttf') format('truetype');
}

@font-face {
	font-family: 'inter-Medium';
	src: url('/font/Inter-Medium-e5f18cb987385760e628a9671f975412.ttf') format('truetype');
}

.Intro3 {
	padding-top: 2.8333333333rem;
	padding-bottom: 2.8333333333rem;
	background-color: #F4F4F4;
}

.Intro3-text {
	color: #27272F;
	font-size: 50px;
	font-family: lexend-Regular;
	font-weight: 400;
	text-align: center;
}

.Intro3-img {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	padding-top: 5rem;
	padding-bottom: 5rem;
	width: 100%;
}

.figcaption-main {
	text-align: center;
	font-family: inter;
	font-size: 35px;
	margin-top: 30px;
}

.figcaption-sub {
	text-align: center;
	font-family: inter-Lite;
	font-size: 20px;
}

.last_ {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.last_btn {
	width: 45%;
	color: white;
	font-family: inter-Medium;
	font-size: 20px;
	border: none;
	height: 70px;
	background: #0085F5 url(/img/right-arrow-cb05565421f9d9751e8db771a6206669.png) 95% 53% no-repeat;
	cursor: pointer;
	border-radius: 15px;
}

.last-main {
	width: 1600px;
	margin: 0 auto;
}

@media all and (max-width: 1600px) {
	.last-main {
		width: 1200px;
	}
}

@media all and (max-width: 1200px) {
	.Intro6-img2 {
		height: 284px;
	}
	figure {
		margin: 0px;
	}
	.last-main {
		width: 800px;
	}
}

@media all and (max-width: 800px) {
	.Intro6-img2 {
		height: 202px;
	}
}