@charset "UTF-8";

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

@font-face {
	font-family: 'lexend-medium';
	src: url('/font/Lexend-Medium-0c1a7c636a9672082bf75d3a8bfafa7e.ttf') format('truetype');
}

.MainIntro4 {
	padding-top: 4.8333333333rem;
	padding-bottom: 3.8333333333rem;
	background-color: #D9D9D9;
}

.Intro4-text {
	color: #27272F;
	font-size: 42px;
	font-family: lexend-medium;
	font-weight: 400;
	text-align: center;
	padding-bottom: 40px;
}

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

.Intro4-img {
	width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.Intro4-img img {
	width: 50%;
}

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

@media all and (max-width: 1200px) {
	.Intro4-main {
		width: 800px;
	}
	.Intro4-img {
		width: 800px;
	}
}

@media all and (max-width: 800px) {
	.Intro4-main {
		width: 600px;
	}
	.Intro4-img {
		width: 600px;
	}
}