body {
	font-family: 'Noto Sans KR', sans-serif;
	color: #2c3e50;
}
.navbar {
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.hero-section {
	background: linear-gradient(rgba(248, 249, 250, 0.8), rgba(248, 249, 250, 0.8)), url('/public/img/placeholder.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 14rem 0;
	position: relative;
}
.feature-icon {
	font-size: 2.5rem;
	color: #4a5568;
	margin-bottom: 1.5rem;
}
.feature-card {
	padding: 2rem;
	border-radius: 8px;
	background: white;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	height: 100%;
	transition: transform 0.2s;
}
.feature-card:hover {
	transform: translateY(-5px);
}
.price-card {
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	height: 100%;
}
.price-card.highlighted {
	border: 2px solid #4a5568;
}
.demo-section {
	background-color: #f8f9fa;
}
.footer {
	background-color: #2c3e50;
	color: white;
}
.display-4 {
	font-size:20pt;
	font-weight:bold;
}
.display-4 span.mb-4 {
	font-size:15pt;
}
.real_price {
	font-size:25pt;
}