문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 중 하나의 권한을 가진 사용자에게 제한됩니다: 사용자, 관리자. 문서를 고치려면 이메일 인증 절차가 필요합니다. 사용자 환경 설정에서 이메일 주소를 입력하고 이메일 주소 인증을 해주시기 바랍니다. 문서의 원본을 보거나 복사할 수 있습니다. .BG1 { position: fixed; width: 100%; height: 100vh; background-repeat: repeat-y; display: inherit; justify-content: center; align-items: center; overflow: hidden; z-index:-3; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .main-window { position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 999999; background: #8a001b; background: rgba(138, 0, 27, 1); display: table; animation-name: window-fade-out; animation-delay: 1s; animation-duration: 3s; animation-iteration-count: 1; animation-fill-mode: forwards; } .main-window-text { position: absolute; width: 300px; height: 300px; } .main-window-textbox { text-align: center; position: relative; top: 50%; left: 50%; margin: -150px 0 0 -150px; } .LDbar { animation: LDbar; animation-iteration-count: 1.5; animation-fill-mode: forwards; animation-timing-function: ease; background-image:linear-gradient(to right, white 0.5%, transparent 0.5%); box-shadow:0px 0px 5px 1px rgba(0,0,0,0.5); } @keyframes window-fade-out { 0% { opacity: 1; top: 0; right: 0; } 25% { opacity: 0; top: 0; right: 0; } 100% { opacity: 0; top: 999999999px; right: 999999999px; } } 틀:아침의 나라/styles.css 문서로 돌아갑니다.