<head>
<style>
@keyframes fadeUp {
from {
transform: translateY(50px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.notion-frame > .notion-scroller {
transform: translateY(50px);
opacity: 0;
animation: 400ms ease fadeUp;
animation-fill-mode: forwards;
}
.notion-frame {
background-image:
radial-gradient(at 0% 0%, rgb(0 220 154 / .2) 0px, transparent 50%),
radial-gradient(at 98% 1%, rgb(0 220 190 / .1) 0px, transparent 50%) !important;
background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
</style>
</head>
<body>
</body>
AIKU 3기는 총 54인이 활동중이며, 다양한 배경을 가진 학회원분들이 참여하고 계십니다.