body.typekit-region-kr {} body.typekit-locale-ko-kr {} .screen-root[data-screen-name='lol-kr-rating-screen'] { z-index: 99999; top: 0; right: 0; bottom: 0; left: 0; } .screen-root[data-screen-name='lol-kr-rating-screen'] lol-uikit-full-page-backdrop { position: absolute; display: flex; align-items: center; justify-content: center; top: 0; bottom: 0; right: 0; left: 0; background: #000; -webkit-animation: fadeOut 6000ms ease-in-out forwards; animation: fadeOut 6000ms ease-in-out forwards; } .screen-root[data-screen-name='lol-kr-rating-screen'] lol-uikit-dialog-frame { -webkit-animation: fadeInOut 5000ms forwards; animation: fadeInOut 5000ms forwards; } .lol-kr-rating-screen { max-width: 1160px; max-height: 640px; } @keyframes fadeInOut { 0%, 100% {opacity: 0;} 25%, 75% {opacity: 1;} } @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} } lol-uikit-content-block.lol-kr-playtime-reminder-toast-content[type=notification] { width: 300px; } 