:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: 'Noto Sans', 'Noto Sans KR', sans-serif;
color: #1f2937;
}
.hero-section {
background: url('/image/daily_service_bg.png') center/cover no-repeat;
position: relative;
overflow: hidden;
}
.hero-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(26,31,61,0.85) 0%, rgba(37,99,235,0.85) 100%);
z-index: 1;
}
.hero-section > div {
position: relative;
z-index: 2;
}




