JSOA System
Just a moment...
/* 두 번째(하늘색) 단계를 완전 불투명으로 강제 */
#jsoa-signin{ position:fixed; overflow:hidden; }
#jsoa-signin::before{
content:""; position:absolute; inset:0;
/* 불투명 배경 (원하면 단색으로 #9ECFFB 만 넣어도 됨) */
background: radial-gradient(circle at 50% 45%, #D7EBFF 0%, #9ECFFB 70%);
z-index:0;
}
#jsoa-signin > *{ position:relative; z-index:1; }