문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 중 하나의 권한을 가진 사용자에게 제한됩니다: 사용자, 관리자. 문서를 고치려면 이메일 인증 절차가 필요합니다. 사용자 환경 설정에서 이메일 주소를 입력하고 이메일 주소 인증을 해주시기 바랍니다. 문서의 원본을 보거나 복사할 수 있습니다. /* Z축 */ .OEULo-z5 { z-index:5; } .OEULo-z6 { z-index:6; } /* 로딩 화면 애니메이션 */ .OEULoading-LDimgR { background-position: center; animation: OEULoading-LDimgR; animation-delay: 0.5s; animation-duration: 2.5s; animation-fill-mode: forwards; animation-timing-function: ease-in-out; z-index: 5; overflow:hidden; } @keyframes OEULoading-LDimgR { from { transform: translateX(50%); } to { transform: translateX(95%); } } .OEULoading-LDimgR img { height:100vh ; object-fit: cover; object-position: left center; } .OEULoading-LDimgL { background-position: center; animation: OEULoading-LDimgL; animation-delay: 0.5s; animation-duration: 2.5s; animation-fill-mode: forwards; animation-timing-function: ease-in-out; z-index: 5; overflow:hidden; } @keyframes OEULoading-LDimgL { from { transform: translateX(-50%); } to { transform: translateX(-95%); } } .OEULoading-LDimgL img { height:100vh ; object-fit: cover; object-position: right center; } .OEULoading-LDP { position:fixed; z-index:3; animation: OEULoading-LDP; animation-delay: 4s; animation-iteration-count: 1; animation-duration: 0.4s; animation-fill-mode: forwards; animation-timing-function: ease; overflow:hidden; opacity:1; } @keyframes OEULoading-LDP { from {height:100vh;opacity:1; z-index:5;display:inherit;} to {height:0px;opacity:0; z-index:-1;display:none;} } 틀:OEU-Loading/styles.css 문서로 돌아갑니다.