문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 중 하나의 권한을 가진 사용자에게 제한됩니다: 사용자, 관리자. 문서를 고치려면 이메일 인증 절차가 필요합니다. 사용자 환경 설정에서 이메일 주소를 입력하고 이메일 주소 인증을 해주시기 바랍니다. 문서의 원본을 보거나 복사할 수 있습니다. .ACLoadingImage { animation: ACLoadingImage; animation-iteration-count: 1; animation-duration: 3s; animation-fill-mode: forwards; animation-timing-function: ease; } @keyframes ACLoadingImage { 0% {background-image:linear-gradient(to top, white 100%, transparent 100%);} 10% {background-image:linear-gradient(to top, white 99%, transparent 100%);} 20% {background-image:linear-gradient(to top, white 98%, transparent 100%);} 30% {background-image:linear-gradient(to top, white 97%, transparent 100%);} 40% {background-image:linear-gradient(to top, white 77%, transparent 100%);} 50% {background-image:linear-gradient(to top, white 60%, transparent 100%);} 60% {background-image:linear-gradient(to top, white 55%, transparent 100%);} 70% {background-image:linear-gradient(to top, white 25%, transparent 100%);} 80% {background-image:linear-gradient(to top, white 2%, transparent 100%);} 90% {background-image:linear-gradient(to top, white 1%, transparent 100%);} 100% {background-image:linear-gradient(to top, white 0.5%, transparent 100%);} } .IM-POLD-LDtext1 { animation: IM-POLD-LDtext1; animation-iteration-count: 2; animation-duration: 2s; animation-fill-mode: forwards; animation-timing-function: ease; opacity:1; } @keyframes IM-POLD-LDtext1 { from {opacity:1;} 50% {opacity:0;} to {opacity:1;} } .ACLoadingPage { display:inherit; z-index:5; animation: ACLoadingPage; animation-delay: 5s; animation-iteration-count: 1; animation-duration: 0.4s; animation-fill-mode: forwards; animation-timing-function: ease; overflow:hidden; height:100vh; opacity:1; } @keyframes ACLoadingPage { from {height:100vh;opacity:1; z-index:5;display:inherit;} to {height:0px;opacity:0; z-index:-1;display:none;} } @media screen and (min-width: 450px) { .ACLoading-WebDisplay { display:inherit; } } @media screen and (min-width: 450px) { .ACLoading-MobileDisplay { display:none; } } @media screen and (max-width: 450px) { .ACLoading-WebDisplay { display:none; } } @media screen and (max-width: 450px) { .ACLoading-MobileDisplay { display:inherit; } } 틀:ASU/Loading/styles.css 문서로 돌아갑니다.