@charset "utf-8";
/* CSS Document */
*{box-sizing: border-box;}
html,body{height:100%;overflow: hidden;}
.main{position:relative;width:7.2rem;height:auto;margin:0 auto;overflow: hidden;}

.bg{height:3rem;background-repeat: no-repeat;background-size: cover;}
.bg.bg_01{background-image: url(https://png.pookcdn.net/mobile_image/battle/background_05.jpg);}
.bg.bg_02{background-image: url(https://png.pookcdn.net/mobile_image/battle/background_06.jpg);}
.bg.bg_03{background-image: url(https://png.pookcdn.net/mobile_image/battle/background_07.jpg);}
.bg.bg_04{background-image: url(https://png.pookcdn.net/mobile_image/battle/background_08.jpg);}

.btn_download{position: absolute;top:1.86rem;left:50%;width:3.04rem;height:.91rem;margin-left:-1.52rem;background:url(https://png.pookcdn.net/mobile_image/battle/btn_download.png) no-repeat;background-size:100% 100%;}

.game_info{position:absolute;top:1.35rem;left:.86rem;width:5.76rem;height:.45rem;background:url(https://png.pookcdn.net/mobile_image/battle/game_info_02.png) no-repeat;background-size:100% 100%;}
.game_info .text{position:absolute;top:.12rem;font-size:.22rem;line-height:1;color:#fff;white-space: nowrap;}
.game_info .text.text_01{left:1.24rem;}
.game_info .text.text_02{left:3.12rem;}
