<head>
<style>
.page_cover, .width.padding:first-of-type {
display: none !important;
}
@keyframes fadeUp {
from {
transform: translateY(50px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.notion-scroller {
animation: 1s ease fadeUp;
}
</style>
</head>

더 효율적으로 공부할 수 있어요!
<목차> 제목을 누르면 바로 이동해요.
[STEP 1] 스콘 앱 다운로드