﻿@charset "utf-8";
#game{ margin:0px auto; position: relative;}
#game .wrap {background-image: url('../images/use3/slot_bg.png');width: 330px;height: 352px;position: absolute;background-size: cover;top: 32%;left: calc(50% - 165px);}
#game .wrap ul{overflow: hidden;position: absolute;left: 28px;top:37.5%;width: 276px;height: 145px;background-size: cover;}
#game .wrap li{float:left;width: 88px;height: 146px;overflow:hidden;position: relative;}
#game .wrap li:nth-child(2){margin: 0 6px;}
#game .wrap li .disc {position: absolute; top:0px; left:0px; width:100%; height:100%;}
#game .wrap li .disc span{width:100%; height:100%;display: block; background-repeat: no-repeat; overflow: hidden; background-size: cover;}
#game .wrap li .disc span.c1{background-image: url('../images/use3/main_game_c1.png');}
#game .wrap li .disc span.c2{background-image: url('../images/use3/main_game_c2.png');}
#game .wrap li .disc span.c3{background-image: url('../images/use3/main_game_c3.png');}
#game .wrap li .disc span.c4{background-image: url('../images/use3/main_game_c4.png');}
#game .wrap li .disc span.c5{background-image: url('../images/use3/main_game_c5.png');}
#game .wrap li .disc span.c6{background-image: url('../images/use3/main_game_c6.png');}

#popup_gift .btn{font-size: 16px;background-color:#F6674C;width: 42%;height: 35px;line-height: 35px;text-align: center;font-weight:600;border-radius: 25px;color:#fff;bottom: 7%;left: calc(50% - 64px);}
#popup_gift .retry{display:none; bottom:11%;}