@font-face {
    font-family: 'myFontHumming';
    src: url("../fonts/FOT-HummingStd-B.otf");
}

.unity-desktop * {border: 0; margin: 0; padding: 0; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;}
.unity-desktop {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.unity-desktop .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.unity-desktop .logo {background: url('Bg_Loading_WebGL.jpg') no-repeat center / contain; width: 1280px; height: 720px;}
.unity-desktop .pc_r.logo {background: url('Bg_Loading_WebGL_X.jpg') no-repeat center / contain; width: 1280px; height: 720px;}
.unity-desktop .progress {height: 24px; width: 633px; margin-top: 187px; }
.unity-desktop .progress .empty {background: url('progressEmpty.Alter.png') no-repeat left; float: left; width: 100%; height: 100%; display: inline-block; position: absolute;}
.unity-desktop .progress .fullBase {background: url('progressFull.Alter.png') no-repeat 0px 0px; float: left; width: 14px; height: 100%; display: inline-block; position: absolute;}
.unity-desktop .progress .full {background: url('progressFull.Alter.png') no-repeat -619px 0px; float: left; width: 100%; height: 100%; display: inline-block; position: absolute; margin-left: 12px;}
.unity-desktop .progressString .nowLoadingString {
    top: 529px;
    left: 373px;
    font-size: 24px;
    font-family: myFontHumming;
    position: absolute;
    color: #666666;
    text-shadow: 0 2px 1px #ffffff, 2px 0 1px #ffffff, 0 -2px 1px #ffffff, -2px 0 1px #ffffff, -2px -2px 1px #ffffff, 2px -2px 1px #ffffff, -2px 2px 1px #ffffff, 2px 2px 1px #ffffff, 0 2px 1px #ffffff, 2px 0 1px #ffffff, 0 -2px 1px #ffffff, -2px 0 1px #ffffff, -2px -2px 1px #ffffff, 2px -2px 1px #ffffff, -2px 2px 1px #ffffff, 2px 2px 1px #ffffff;
}
.unity-desktop .progressString .nowLoadingCount {
    width: 200px;
    top: 530px;
    left: 778px;
    text-align: right;
    font-size: 24px;
    font-family: myFontHumming;
    position: absolute;
    color: #666666;
    text-shadow: 0 2px 1px #ffffff, 2px 0 1px #ffffff, 0 -2px 1px #ffffff, -2px 0 1px #ffffff, -2px -2px 1px #ffffff, 2px -2px 1px #ffffff, -2px 2px 1px #ffffff, 2px 2px 1px #ffffff, 0 2px 1px #ffffff, 2px 0 1px #ffffff, 0 -2px 1px #ffffff, -2px 0 1px #ffffff, -2px -2px 1px #ffffff, 2px -2px 1px #ffffff, -2px 2px 1px #ffffff, 2px 2px 1px #ffffff;
}

.unity-desktop .logo.Dark {background-image: url('Bg_Loading_WebGL.jpg');}
.unity-desktop .pc_r.logo.Dark {background-image: url('Bg_Loading_WebGL_X.jpg');}
.unity-desktop .progress.Dark .empty {background-image: url('progressEmpty.Alter.png');}
.unity-desktop .progress.Dark .full {background-image: url('progressFull.Alter.png');}

.unity-desktop .footer {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;} 
.unity-desktop .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;} 
.unity-desktop .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
.unity-desktop .footer .title {margin-right: 10px; float: right;}
.unity-desktop .footer .fullscreen {background-image: url('fullscreen.png'); width: 38px; float: right;}

.unity-desktop {
    background: url(../images/screen_plate.png) no-repeat;
    padding: 33px 34px 35px 34px;
}
