:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: white;
}
.notice-content {
line-height: 1.7;
}
.scroll-top-button {
opacity: 0;
transition: opacity 0.3s ease;
}
.scroll-top-button.visible {
opacity: 1;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}