body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100%;
  /* 배경 이미지를 화면 가득(cover), 비율 유지 */
  /* 이 CSS는 TemplateData/style.css 안에 있으므로 상대경로는 TemplateData/ 기준이 아님 */
  background: url('bg_loading.png') center / cover no-repeat;
}
#unity-canvas { width: 100%; height: 100%; background: transparent }
/* 오버레이: 780x1328 기준 좌표계, 상단 정렬 후 scale */
#overlay-root { position: fixed; top: 0; left: 0; width: 780px; height: 1328px; transform-origin: top left; z-index: 10; pointer-events: none; }
/* 타이틀/기업 로고: 절대 좌표 배치 (단위: px, 기준: 780x1328) */
#logo-title { position: absolute; left: 129.99px; top: 289.29px; width: 522.71px; height: 531.42px; object-fit: contain; }
#logo-company { position: absolute; left: 50%; top: 1229.78px; width: 86.74px; height: 77.99px; transform: translateX(-50%); object-fit: contain; }
/* 로딩바: 780x1328 기준 좌표계 적용 (W520 H56 X133.05 Y942.2) */
#unity-loading-bar { position: absolute; left: 133.05px; top: 942.2px; width: 520px; height: 56px; display: none; transform: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
/* 로딩바 시각 스타일 커스텀: 이미지 대신 캡슐형(항상 둥근 모서리 유지) */
#unity-progress-bar-empty { width: 100%; height: 100%; margin: 0; background: rgba(255,255,255,0.18); border: 2px solid rgba(255,255,255,0.45); border-radius: 9999px; box-sizing: border-box; overflow: hidden }
#unity-progress-bar-full { width: 0%; height: 100%; margin: 0; background: #096042; border-radius: 9999px }
#korean-direction { position: absolute; left: 159.05px; top: 857.2px; width: 468px; height: 70px; object-fit: contain }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
