@charset "utf-8";
.main-visual {
	width: 100%;
	height: 480px;
}
.visual-part {
	width: 100%;
	height: 100%;
}
.visual-part.part01 {
	background: url('/web_2025/res/images/main/f_main_visual01.png') no-repeat center/cover;
	color: #fff;
}
.visual-part .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}
.visual-part h2 {
	font-family: 'Gmarket Sans TTF';
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.visual-part p {
	font-size: 1.3rem;
	color: rgba(255,255,255,0.8);
}

.main-solution-wrap {
	width: 100%;
	height: 1030px;
	padding: 50px 0;
	background: url('/web_2025/res/images/main/f_main_bg.png') no-repeat center bottom /cover;
}
.main-solution-wrap .container {
	height: 100%;
}
.main-solution-title {
	text-align: center;
	margin-bottom: 50px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}
.main-solution-title b {
	position: relative;
	font-size: 1.5rem;
	font-family: 'NanumSquare';
	font-weight: 600;
	color: #0F61D0;
	z-index: 1;
}
.main-solution-title b::before {
	position: absolute;
	bottom: 0;
	left: -5px;
	content: '';
	width: calc(100% + 10px);
	height: 50%;
	background: #D5E4FA;
	z-index: -1;
}
.main-solution-title h3 {
	font-size: 2.5rem;
	font-family: 'Gmarket Sans TTF';
	font-weight: 700;
	margin-top: 15px;
}
.main-solution {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 50px;
	height: 100%;
}
.main-solution-left {
}
.main-solution-left img {
	max-width: 100px;
}
.main-solution-left p {
	font-family: 'Gmarket Sans TTF';
	margin-top: 15px;
	font-size: 1.5rem;
}
.main-solution-left p b {
	font-family: 'Gmarket Sans TTF';
	font-weight: 700;
}
.main-solution-right {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;
	width: 690px;
	max-height: calc(100% - 150px);
	overflow-y: auto;
	padding: 10px;
}
.main-solution-right > div {
	display: flex;
	justify-content: end;
	align-items:center;
	flex-flow: column;
	gap: 20px;
	width: calc(50% - 15px);
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(99,99,99,0.2);
	text-align: center;
	font-family: 'NanumSquare';
}
.main-solution-right > div img {
	max-height: 180px;
	max-width: 220px;
}
.main-solution-right > div p {
	font-weight: 400;
	font-size: 1.1rem;
	color: #333;
}
.main-solution-right > div b {
	display: block;
	width: 100%;
	padding: 10px;
	font-weight: 600;
	background: #00329E;
	color: #fff;
	font-size: 1.2rem;
	border-radius: 10px;
}

.main-partner {
	padding: 50px 0;
}
.main-partner ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.main-partner ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(20% - 12px);
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	height: 90px;
	padding: 20px 0;
}
.main-partner ul li img {max-height: 100%; max-width: 80%;}

@media (max-width: 1400px) {
	.main-solution {
		gap: 30px;
	}
	.main-solution-left {
		width: calc(100% - 720px);
	}
	.main-solution-left p {
		-ms-word-break: keep-all;
		word-break: keep-all;
	}
	.main-solution-left br {
		display: none;
	}
}
@media (min-width: 2000px) {
	.main-solution-wrap {
		-webkit-background-size: 1560px auto;
		background-size: 1560px auto;
	}
}
@media (max-width: 980px) {
	.main-solution-wrap {height: auto;}
	.main-solution {
		flex-wrap: wrap;
		gap: 10px;
	}
	.main-solution-title {
		margin-bottom: 0;
	}
	.main-solution-title h3 {margin-top: 10px;}
	.main-solution-left {
		width: 100%;
		display: flex;
		align-items: center;
		gap: 20px;
		justify-content:center;
	}
	.main-solution-left img {
		max-width: 45px;
		margin-top: 8px;
	}
	.main-solution-right {
		height: auto;
		gap: 10px;
	}
	.main-solution-right > div {
		width: calc(50% - 5px);
	}
	.main-solution-right > div img {
		max-height: 140px;
		max-width: 180px;
	}


	.main-partner {
		padding: 0 0 50px;
	}
	.main-partner ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.main-partner ul li {
		width: calc(25% - 8px);
		height: 60px;
		padding: 10px 0;
	}
}
@media (max-width: 680px) {
	.main-solution-right > div  {
		padding: 10px;
		border-radius: 5px;
		gap: 10px;
	}
	.main-solution-right > div b {
		border-radius: 5px;
		font-size: 1rem;
		font-family: 'SUIT Variable';
	}
	.main-solution-right > div img {
		max-width: 80%;
	}
	.main-partner ul li {
		width: calc(33.33% - 7px);
		height: 50px;
		padding: 5px 0;
	}
}