.game-mainimg {
    position: relative;
    overflow: hidden;
    width: 1300px;
    height: 240px;
    margin: 0 auto;
}
.game-mainimg > div > div {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 200px;
    opacity: 0;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.game-mainimg > div > div.active {
    left: 0;
    opacity: 1;
}

.game-mainimg > div > div > div {
    position: absolute;
    z-index: 3;
}
.game-mainimg > div > div > div.bg {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    border-radius: 25px;
    z-index: 1;
}

.game-mainimg .img-live-1 > div.logo {
    top: 20px;
    right: 20px;
    width: 100px;
    height: 40px;
    background: url("../../assets/image/game/img_live1_01.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-live-1 > div.name {
    top: 50%;
    right: 90px;
    width: 350px;
    height: 130px;
    background: url("../../assets/image/game/img_live1_02.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-live-1 > div.person {
    bottom: 0;
    left: 0;
    width: 310px;
    height: 270px;
    background: url("../../assets/image/game/img_live1_03.png") no-repeat;
    background-size: 100%;
    z-index: 2;
}
.game-mainimg .img-live-1 > div.bg {
    background: url("../../assets/image/game/img_live1_04.png") center no-repeat;
}

.game-mainimg .img-live-2 > div.logo {
    top: 25px;
    left: 105px;
    width: 160px;
    height: 40px;
    background: url("../../assets/image/game/img_live2_01.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-live-2 > div.name {
    bottom: 25px;
    left: 65px;
    width: 240px;
    height: 100px;
    background: url("../../assets/image/game/img_live2_02.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-live-2 > div.person {
    right: 50px;
    bottom: 0;
    width: 270px;
    height: 270px;
    background: url("../../assets/image/game/img_live2_03.png") no-repeat;
    background-size: 100%;
    z-index: 2;
}
.game-mainimg .img-live-2 > div.bg {
    background: url("../../assets/image/game/img_live2_04.png") center no-repeat;
}

.game-mainimg .img-slot-1 > div.logo {
    top: 50%;
    left: 60px;
    width: 280px;
    height: 70px;
    background: url("../../assets/image/game/img_slot1_01.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-slot-1 > div.name {
    top: 50%;
    right: 60px;
    width: 260px;
    height: 70px;
    background: url("../../assets/image/game/img_slot1_02.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-slot-1 > div.person {
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 360px;
    background: url("../../assets/image/game/img_slot1_03.png") no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
    z-index: 2;
}
.game-mainimg .img-slot-1 > div.bg {
    background: url("../../assets/image/game/img_slot1_04.png") center no-repeat;
}

.game-mainimg .img-slot-2 > div.logo {
    top: 35%;
    left: 150px;
    width: 200px;
    height: 40px;
    background: url("../../assets/image/game/img_slot2_01.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-slot-2 > div.logo:after {
    position: absolute;
    display: block;
    bottom: -45px;
    left: 50%;
    width: 400px;
    content: "Wazdan Brings Endless Riches";
    font: 400 26px "nsKR";
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
}
.game-mainimg .img-slot-2 > div.name {
    top: 50%;
    right: 50px;
    width: 360px;
    height: 150px;
    background: url("../../assets/image/game/img_slot2_02.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-slot-2 > div.person {
    bottom: 0;
    left: 50%;
    width: 530px;
    height: 250px;
    background: url("../../assets/image/game/img_slot2_03.png") no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
    z-index: 2;
}
.game-mainimg .img-slot-2 > div.bg {
    background: url("../../assets/image/game/img_slot2_04.png") center no-repeat;
}

.game-mainimg .img-ott-1 > div.logo {
    top: 50%;
    left: 50px;
    width: 140px;
    height: 60px;
    background: url("../../assets/image/game/img_ott1_01.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-ott-1 > div.img {
    right: 0;
    bottom: 0;
    width: 390px;
    height: 290px;
    background: url("../../assets/image/game/img_ott1_02.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-ott-1 > div.bg {
    background: url("../../assets/image/game/img_ott1_03.png") center no-repeat;
}

.game-mainimg .img-ott-2 > div.logo {
    top: 50%;
    left: 60px;
    width: 140px;
    height: 60px;
    background: url("../../assets/image/game/img_ott1_01.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-ott-2 > div.img {
    right: 80px;
    bottom: 0;
    width: 340px;
    height: 290px;
    background: url("../../assets/image/game/img_ott2_02.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-ott-2 > div.bg {
    background: url("../../assets/image/game/img_ott2_03.png") center no-repeat;
}

.game-mainimg .img-main-1 > div.logo {
    top: 40%;
    left: 155px;
    width: 260px;
    height: 60px;
    background: url("../../assets/image/main/img_main_01_01.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-main-1 > div.text {
    bottom: 30%;
    left: 110px;
    font: 500 18px "nsKR";
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    z-index: 5;
}
.game-mainimg .img-main-1 > div.img {
    right: 0;
    bottom: 0;
    width: 820px;
    height: 270px;
    background: url("../../assets/image/main/img_main_01_02.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-main-1 > div.bg {
    background: url("../../assets/image/main/img_main_01_03.png") center no-repeat;
}

.game-mainimg .img-main-2 > div.logo {
    top: 40%;
    left: 150px;
    width: 270px;
    height: 70px;
    background: url("../../assets/image/main/img_main_02_01.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-main-2 > div.text {
    bottom: 30%;
    left: 130px;
    font: 500 18px "nsKR";
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    z-index: 5;
}
.game-mainimg .img-main-2 > div.img {
    right: 90px;
    bottom: 0;
    width: 640px;
    height: 360px;
    background: url("../../assets/image/main/img_main_02_02.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-main-2 > div.bg {
    background: url("../../assets/image/main/img_main_02_03.png") center no-repeat;
}

.game-mainimg .img-main-3 > div.logo {
    top: 40%;
    left: 180px;
    width: 250px;
    height: 50px;
    background: url("../../assets/image/main/img_main_03_01.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-main-3 > div.text {
    bottom: 30%;
    left: 100px;
    font: 500 18px "nsKR";
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    z-index: 5;
}
.game-mainimg .img-main-3 > div.img {
    right: 140px;
    bottom: 0;
    width: 500px;
    height: 280px;
    background: url("../../assets/image/main/img_main_03_02.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-main-3 > div.bg {
    background: url("../../assets/image/main/img_main_03_03.png") center no-repeat;
}

.game-mainimg .img-game-1 > div.logo {
    top: 40%;
    left: 50%;
    width: 260px;
    height: 55px;
    background: url("../../assets/image/game/img_game_01_01.png") no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%);
}
.game-mainimg .img-game-1 > div.text {
    bottom: 30%;
    left: 50%;
    font: 400 14px "nsKR";
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    z-index: 5;
    transform: translatex(-50%);
}
.game-mainimg .img-game-1 > div.img {
    right: 120px;
    bottom: 0;
    width: 300px;
    height: 260px;
    background: url("../../assets/image/game/img_game_01_02.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-game-1 > div.bg {
    background: url("../../assets/image/game/img_game_01_03.png") center no-repeat;
}

.game-mainimg .img-game-2 > div.logo {
    top: 40%;
    left: 80px;
    width: 150px;
    height: 60px;
    background: url("../../assets/image/game/img_game_02_01.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-game-2 > div.text {
    bottom: 30%;
    left: 80px;
    font: 400 14px "nsKR";
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    z-index: 5;
}
.game-mainimg .img-game-2 > div.img {
    right: 80px;
    bottom: 0;
    width: 330px;
    height: 300px;
    background: url("../../assets/image/game/img_game_02_02.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-game-2 > div.bg {
    background: url("../../assets/image/game/img_game_02_03.png") center no-repeat;
}

.game-mainimg .img-game-3 > div.logo {
    top: 35%;
    left: 55px;
    width: 195px;
    height: 40px;
    background: url("../../assets/image/game/img_game_03_01.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-game-3 > div.text {
    bottom: 25%;
    left: 60px;
    width: 330px;
    font: 400 14px "nsKR";
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    z-index: 5;
}
.game-mainimg .img-game-3 > div.img {
    right: 60px;
    bottom: 0;
    width: 280px;
    height: 260px;
    background: url("../../assets/image/game/img_game_03_02.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-game-3 > div.bg {
    background: url("../../assets/image/game/img_game_03_03.png") center no-repeat;
}

.game-mainimg .img-game-4 > div.logo {
    top: 35%;
    left: 55px;
    width: 200px;
    height: 50px;
    background: url("../../assets/image/game/img_game_04_01.png") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-mainimg .img-game-4 > div.text {
    bottom: 25%;
    left: 60px;
    width: 330px;
    font: 400 14px "nsKR";
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    z-index: 5;
}
.game-mainimg .img-game-4 > div.img {
    right: 40px;
    bottom: 0;
    width: 350px;
    height: 270px;
    background: url("../../assets/image/game/img_game_04_02.png") no-repeat;
    background-size: 100%;
}
.game-mainimg .img-game-4 > div.bg {
    background: url("../../assets/image/game/img_game_04_03.png") center no-repeat;
}

@media screen and (max-width: 1380px) {
    .game-mainimg {
        width: 100%;
        height: 200px;
    }
    .game-mainimg > div > div > div.bg {
        border-radius: 0;
    }

    .game-mainimg .img-live-1 > div.logo {
        right: 3%;
    }
    .game-mainimg .img-live-1 > div.name {
        right: 8%;
        width: 310px;
        height: 115px;
    }
    .game-mainimg .img-live-1 > div.person {
        left: 3%;
        width: 264px;
        height: 230px;
    }

    .game-mainimg .img-live-2 > div.person {
        right: 5%;
        width: 230px;
        height: 230px;
    }

    .game-mainimg .img-slot-1 > div.person {
        width: 516px;
        height: 320px;
    }

    .game-mainimg .img-slot-2 > div.logo {
        top: 38%;
        left: 10%;
    }
    .game-mainimg .img-slot-2 > div.logo:after {
        bottom: -35px;
        font-size: 20px;
    }
    .game-mainimg .img-slot-2 > div.name {
        right: 5%;
        width: 288px;
        height: 120px;
    }
    .game-mainimg .img-slot-2 > div.person {
        width: 445px;
        height: 210px;
    }

    .game-mainimg .img-ott-1 > div.logo {
        left: 5%;
        width: 117px;
        height: 50px;
    }
    .game-mainimg .img-ott-1 > div.img {
        right: 3%;
        width: 336px;
        height: 250px;
    }

    .game-mainimg .img-ott-2 > div.logo {
        left: 5%;
        width: 117px;
        height: 50px;
    }
    .game-mainimg .img-ott-2 > div.img {
        right: 5%;
        width: 293px;
        height: 250px;
    }

    .game-mainimg .img-main-1 > div.img {
        right: -20px;
        width: 699px;
        height: 230px;
    }
    .game-mainimg .img-main-2 > div.img {
        right: 70px;
        width: 533px;
        height: 300px;
    }
    .game-mainimg .img-main-3 > div.img {
        right: 120px;
        width: 420px;
        height: 235px;
    }

    .game-mainimg .img-game-1 > div.img {
        right: 80px;
        width: 231px;
        height: 200px;
    }
    .game-mainimg .img-game-2 > div.img {
        right: 50px;
        width: 253px;
        height: 230px;
    }
    .game-mainimg .img-game-3 > div.img {
        right: 40px;
        width: 226px;
        height: 210px;
    }
    .game-mainimg .img-game-4 > div.img {
        right: 40px;
        width: 266px;
        height: 205px;
    }
}

@media screen and (max-width: 1160px) {
    .game-mainimg {
        height: 180px;
    }
    .game-mainimg > div > div {
        height: 180px;
    }
    .game-mainimg > div > div > div.bg {
        height: 180px;
    }

    .game-mainimg .img-live-1 > div.logo {
        top: 20%;
        width: 88px;
        height: 35px;
    }
    .game-mainimg .img-live-1 > div.name {
        top: 60%;
        right: 7%;
        width: 269px;
        height: 100px;
    }
    .game-mainimg .img-live-1 > div.person {
        width: 241px;
        height: 210px;
    }
    .game-mainimg .img-live-1 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-live-2 > div.logo {
        top: 20%;
        left: 100px;
        width: 140px;
        height: 35px;
    }
    .game-mainimg .img-live-2 > div.name {
        bottom: 10%;
        left: 65px;
        width: 204px;
        height: 85px;
    }
    .game-mainimg .img-live-2 > div.person {
        width: 210px;
        height: 210px;
    }
    .game-mainimg .img-live-2 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-slot-1 > div.logo {
        left: 3%;
        width: 240px;
        height: 60px;
    }
    .game-mainimg .img-slot-1 > div.name {
        right: 3%;
        width: 223px;
        height: 60px;
    }
    .game-mainimg .img-slot-1 > div.person {
        width: 475px;
        height: 295px;
    }
    .game-mainimg .img-slot-1 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-slot-2 > div.logo {
        top: 42%;
        left: 8%;
        width: 175px;
        height: 35px;
    }
    .game-mainimg .img-slot-2 > div.logo:after {
        bottom: -30px;
        font-size: 18px;
    }
    .game-mainimg .img-slot-2 > div.name {
        right: 3%;
        width: 240px;
        height: 100px;
    }
    .game-mainimg .img-slot-2 > div.person {
        width: 403px;
        height: 190px;
    }
    .game-mainimg .img-slot-2 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-ott-1 > div.logo {
        width: 105px;
        height: 45px;
    }
    .game-mainimg .img-ott-1 > div.img {
        width: 309px;
        height: 230px;
    }
    .game-mainimg .img-ott-1 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-ott-2 > div.logo {
        width: 105px;
        height: 45px;
    }
    .game-mainimg .img-ott-2 > div.img {
        width: 270px;
        height: 230px;
    }
    .game-mainimg .img-ott-2 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-main-1 > div.logo {
        top: 42%;
        left: 40px;
        width: 234px;
        height: 54px;
    }
    .game-mainimg .img-main-1 > div.text {
        left: 50px;
        font-size: 17px;
    }
    .game-mainimg .img-main-1 > div.img {
        right: -70px;
        width: 607px;
        height: 200px;
    }
    .game-mainimg .img-main-1 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-main-2 > div.logo {
        top: 42%;
        left: 40px;
        width: 239px;
        height: 62px;
    }
    .game-mainimg .img-main-2 > div.text {
        left: 50px;
        font-size: 17px;
    }
    .game-mainimg .img-main-2 > div.img {
        right: 0;
        width: 480px;
        height: 270px;
    }
    .game-mainimg .img-main-2 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-main-3 > div.logo {
        top: 42%;
        left: 40px;
        width: 225px;
        height: 45px;
    }
    .game-mainimg .img-main-3 > div.text {
        left: 50px;
        font-size: 17px;
    }
    .game-mainimg .img-main-3 > div.img {
        right: 0;
        width: 375px;
        height: 210px;
    }
    .game-mainimg .img-main-3 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-game-1 > div.logo {
        width: 232px;
        height: 49px;
    }
    .game-mainimg .img-game-1 > div.text {
        font-size: 13px;
    }
    .game-mainimg .img-game-1 > div.img {
        right: 40px;
        width: 219px;
        height: 190px;
    }
    .game-mainimg .img-game-1 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-game-2 > div.logo {
        left: 60px;
        width: 130px;
        height: 52px;
    }
    .game-mainimg .img-game-2 > div.text {
        left: 60px;
        font-size: 13px;
    }
    .game-mainimg .img-game-2 > div.img {
        right: 30px;
        width: 231px;
        height: 210px;
    }
    .game-mainimg .img-game-2 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-game-3 > div.logo {
        width: 176px;
        height: 36px;
    }
    .game-mainimg .img-game-3 > div.text {
        width: 300px;
        font-size: 13px;
    }
    .game-mainimg .img-game-3 > div.img {
        right: 25px;
        width: 205px;
        height: 190px;
    }
    .game-mainimg .img-game-3 > div.bg {
        background-size: cover;
    }

    .game-mainimg .img-game-4 > div.logo {
        width: 180px;
        height: 45px;
    }
    .game-mainimg .img-game-4 > div.text {
        width: 330px;
        font-size: 13px;
    }
    .game-mainimg .img-game-4 > div.img {
        right: 20px;
        width: 246px;
        height: 190px;
    }
    .game-mainimg .img-game-4 > div.bg {
        background-size: cover;
    }
}

@media screen and (max-width: 800px) {
    .game-mainimg {
        height: 160px;
    }
    .game-mainimg > div > div {
        height: 160px;
    }
    .game-mainimg > div > div > div.bg {
        height: 160px;
    }

    .game-mainimg .img-live-1 > div.logo {
        top: 30%;
        width: 75px;
        height: 30px;
    }
    .game-mainimg .img-live-1 > div.name {
        top: 65%;
        width: 229px;
        height: 85px;
    }
    .game-mainimg .img-live-1 > div.person {
        width: 218px;
        height: 190px;
    }

    .game-mainimg .img-live-2 > div.logo {
        top: 35%;
        left: 100px;
        width: 120px;
        height: 30px;
    }
    .game-mainimg .img-live-2 > div.name {
        bottom: 8%;
        width: 180px;
        height: 75px;
    }
    .game-mainimg .img-live-2 > div.person {
        width: 190px;
        height: 190px;
    }

    .game-mainimg .img-slot-1 > div.logo {
        width: 180px;
        height: 45px;
    }
    .game-mainimg .img-slot-1 > div.name {
        width: 167px;
        height: 45px;
    }
    .game-mainimg .img-slot-1 > div.person {
        width: 435px;
        height: 270px;
    }

    .game-mainimg .img-slot-2 > div.logo {
        top: 44%;
        width: 150px;
        height: 30px;
    }
    .game-mainimg .img-slot-2 > div.logo:after {
        bottom: -25px;
        font-size: 15px;
    }
    .game-mainimg .img-slot-2 > div.name {
        width: 192px;
        height: 80px;
    }
    .game-mainimg .img-slot-2 > div.person {
        width: 360px;
        height: 170px;
    }

    .game-mainimg .img-ott-1 > div.logo {
        width: 93px;
        height: 40px;
    }
    .game-mainimg .img-ott-1 > div.img {
        right: 2%;
        width: 282px;
        height: 210px;
    }

    .game-mainimg .img-ott-2 > div.logo {
        width: 93px;
        height: 40px;
    }
    .game-mainimg .img-ott-2 > div.img {
        right: 2%;
        width: 246px;
        height: 210px;
    }

    .game-mainimg .img-main-1 > div.logo {
        left: 30px;
        width: 208px;
        height: 48px;
    }
    .game-mainimg .img-main-1 > div.text {
        left: 35px;
        font-size: 16px;
    }
    .game-mainimg .img-main-1 > div.img {
        right: -150px;
        width: 547px;
        height: 180px;
    }

    .game-mainimg .img-main-2 > div.logo {
        left: 30px;
        width: 208px;
        height: 54px;
    }
    .game-mainimg .img-main-2 > div.text {
        left: 35px;
        font-size: 16px;
    }
    .game-mainimg .img-main-2 > div.img {
        right: -50px;
        width: 418px;
        height: 235px;
    }

    .game-mainimg .img-main-3 > div.logo {
        left: 30px;
        width: 200px;
        height: 40px;
    }
    .game-mainimg .img-main-3 > div.text {
        left: 35px;
        font-size: 16px;
    }
    .game-mainimg .img-main-3 > div.img {
        right: -50px;
        width: 330px;
        height: 185px;
    }

    .game-mainimg .img-game-1 > div.logo {
        top: 38%;
        left: 40px;
        width: 203px;
        height: 43px;
        transform: translate(0, -50%);
    }
    .game-mainimg .img-game-1 > div.text {
        left: 40px;
        transform: translateX(0);
    }
    .game-mainimg .img-game-1 > div.img {
        right: 30px;
        width: 202px;
        height: 175px;
    }

    .game-mainimg .img-game-2 > div.logo {
        left: 40px;
        width: 110px;
        height: 44px;
    }
    .game-mainimg .img-game-2 > div.text {
        left: 40px;
    }
    .game-mainimg .img-game-2 > div.img {
        right: 10px;
        width: 198px;
        height: 180px;
    }

    .game-mainimg .img-game-3 > div.logo {
        left: 35px;
        width: 156px;
        height: 32px;
    }
    .game-mainimg .img-game-3 > div.text {
        left: 40px;
    }
    .game-mainimg .img-game-3 > div.img {
        width: 183px;
        height: 170px;
    }

    .game-mainimg .img-game-4 > div.logo {
        width: 160px;
        height: 40px;
    }
    .game-mainimg .img-game-4 > div.img {
        width: 220px;
        height: 170px;
    }
}

@media screen and (max-width: 650px) {
    .game-mainimg {
        height: 140px;
    }
    .game-mainimg > div > div {
        height: 140px;
    }
    .game-mainimg > div > div > div.bg {
        height: 140px;
    }

    .game-mainimg .img-live-1 > div.logo {
        top: 40%;
        width: 63px;
        height: 25px;
    }
    .game-mainimg .img-live-1 > div.name {
        top: 70%;
        width: 188px;
        height: 70px;
    }
    .game-mainimg .img-live-1 > div.person {
        width: 195px;
        height: 170px;
    }

    .game-mainimg .img-live-2 > div.logo {
        top: 42%;
        left: 80px;
        width: 100px;
        height: 25px;
    }
    .game-mainimg .img-live-2 > div.name {
        left: 55px;
        width: 144px;
        height: 60px;
    }
    .game-mainimg .img-live-2 > div.person {
        width: 170px;
        height: 170px;
    }

    .game-mainimg .img-slot-1 > div.logo {
        top: 30%;
        left: 5%;
        width: 140px;
        height: 35px;
    }
    .game-mainimg .img-slot-1 > div.name {
        top: 60%;
        right: inherit;
        left: 4%;
        width: 167px;
        height: 45px;
    }
    .game-mainimg .img-slot-1 > div.person {
        left: 100%;
        width: 403px;
        height: 250px;
        transform: translateX(-85%);
    }

    .game-mainimg .img-slot-2 > div.logo {
        top: 30%;
        width: 125px;
        height: 25px;
    }
    .game-mainimg .img-slot-2 > div.logo:after {
        display: none;
    }
    .game-mainimg .img-slot-2 > div.name {
        top: 65%;
        right: inherit;
        left: 4%;
        width: 168px;
        height: 70px;
    }
    .game-mainimg .img-slot-2 > div.person {
        left: 100%;
        width: 318px;
        height: 150px;
        transform: translateX(-90%);
    }

    .game-mainimg .img-ott-1 > div.logo {
        width: 82px;
        height: 35px;
    }
    .game-mainimg .img-ott-1 > div.img {
        right: 1%;
        width: 256px;
        height: 190px;
    }

    .game-mainimg .img-ott-2 > div.logo {
        width: 82px;
        height: 35px;
    }
    .game-mainimg .img-ott-2 > div.img {
        right: 1%;
        width: 223px;
        height: 190px;
    }

    .game-mainimg .img-main-1 > div.logo {
        width: 182px;
        height: 42px;
    }
    .game-mainimg .img-main-2 > div.text {
        font-size: 14px;
    }
    .game-mainimg .img-main-1 > div.img {
        right: -160px;
        width: 486px;
        height: 160px;
    }

    .game-mainimg .img-main-2 > div.logo {
        width: 177px;
        height: 46px;
    }
    .game-mainimg .img-main-2 > div.text {
        font-size: 14px;
    }
    .game-mainimg .img-main-2 > div.img {
        right: -60px;
        width: 356px;
        height: 200px;
    }

    .game-mainimg .img-main-3 > div.logo {
        top: 38%;
        left: 30px;
        width: 175px;
        height: 35px;
    }
    .game-mainimg .img-main-3 > div.text {
        bottom: 22%;
        left: 35px;
        width: 250px;
        font-size: 14px;
    }
    .game-mainimg .img-main-3 > div.img {
        right: -60px;
        width: 295px;
        height: 165px;
    }

    .game-mainimg .img-game-1 > div.logo {
        left: 30px;
        width: 175px;
        height: 37px;
    }
    .game-mainimg .img-game-1 > div.text {
        left: 30px;
        font-size: 12px;
    }
    .game-mainimg .img-game-1 > div.img {
        right: 15px;
        width: 173px;
        height: 150px;
    }

    .game-mainimg .img-game-2 > div.logo {
        left: 30px;
        width: 90px;
        height: 36px;
    }
    .game-mainimg .img-game-2 > div.text {
        left: 30px;
        font-size: 12px;
    }
    .game-mainimg .img-game-2 > div.img {
        right: -10px;
        width: 176px;
        height: 160px;
    }

    .game-mainimg .img-game-3 > div.logo {
        left: 25px;
        width: 137px;
        height: 28px;
    }
    .game-mainimg .img-game-3 > div.text {
        left: 30px;
        width: 250px;
        font-size: 12px;
    }
    .game-mainimg .img-game-3 > div.img {
        right: 10px;
        width: 162px;
        height: 150px;
    }

    .game-mainimg .img-game-4 > div.logo {
        left: 35px;
        width: 140px;
        height: 35px;
    }
    .game-mainimg .img-game-4 > div.text {
        left: 40px;
        bottom: 22%;
        width: 280px;
        font-size: 12px;
    }
    .game-mainimg .img-game-4 > div.img {
        right: -20px;
        width: 194px;
        height: 150px;
    }
}

@media screen and (max-width: 500px) {
    .game-mainimg {
        height: 120px;
    }
    .game-mainimg > div > div {
        height: 120px;
    }
    .game-mainimg > div > div > div.bg {
        height: 120px;
    }

    .game-mainimg .img-live-1 > div.logo {
        top: 55%;
        width: 50px;
        height: 20px;
    }
    .game-mainimg .img-live-1 > div.name {
        top: 75%;
        width: 148px;
        height: 55px;
    }
    .game-mainimg .img-live-1 > div.person {
        left: 0;
        width: 166px;
        height: 145px;
    }

    .game-mainimg .img-live-2 > div.logo {
        top: 55%;
        left: 50px;
        width: 80px;
        height: 20px;
    }
    .game-mainimg .img-live-2 > div.name {
        left: 30px;
        width: 108px;
        height: 45px;
    }
    .game-mainimg .img-live-2 > div.person {
        right: 2%;
        width: 140px;
        height: 140px;
    }

    .game-mainimg .img-slot-1 > div.logo {
        width: 120px;
        height: 30px;
    }
    .game-mainimg .img-slot-1 > div.name {
        width: 149px;
        height: 40px;
    }
    .game-mainimg .img-slot-1 > div.person {
        width: 371px;
        height: 230px;
        transform: translateX(-70%);
    }

    .game-mainimg .img-slot-2 > div.logo {
        left: 13%;
        width: 100px;
        height: 20px;
    }
    .game-mainimg .img-slot-2 > div.name {
        left: 7%;
        width: 144px;
        height: 60px;
    }
    .game-mainimg .img-slot-2 > div.person {
        width: 276px;
        height: 130px;
        transform: translateX(-75%);
    }

    .game-mainimg .img-ott-1 > div.logo {
        width: 70px;
        height: 30px;
    }
    .game-mainimg .img-ott-1 > div.img {
        right: 0;
        width: 229px;
        height: 170px;
    }

    .game-mainimg .img-ott-2 > div.logo {
        width: 70px;
        height: 30px;
    }
    .game-mainimg .img-ott-2 > div.img {
        right: 0;
        width: 199px;
        height: 170px;
    }

    .game-mainimg .img-main-1 > div.logo {
        left: 20px;
        width: 156px;
        height: 36px;
    }
    .game-mainimg .img-main-1 > div.text {
        left: 25px;
        font-size: 12px;
    }
    .game-mainimg .img-main-1 > div.img {
        right: -150px;
        width: 395px;
        height: 130px;
    }

    .game-mainimg .img-main-2 > div.logo {
        left: 20px;
        width: 147px;
        height: 38px;
    }
    .game-mainimg .img-main-2 > div.text {
        left: 25px;
        font-size: 12px;
    }
    .game-mainimg .img-main-2 > div.img {
        right: -90px;
        width: 302px;
        height: 170px;
    }

    .game-mainimg .img-main-3 > div.logo {
        top: 38%;
        left: 20px;
        width: 150px;
        height: 30px;
    }
    .game-mainimg .img-main-3 > div.text {
        bottom: 20%;
        left: 25px;
        width: 200px;
        font-size: 12px;
    }
    .game-mainimg .img-main-3 > div.img {
        right: -70px;
        width: 250px;
        height: 140px;
    }

    .game-mainimg .img-game-1 > div.logo {
        left: 20px;
        width: 142px;
        height: 30px;
    }
    .game-mainimg .img-game-1 > div.text {
        left: 20px;
    }
    .game-mainimg .img-game-1 > div.img {
        right: -25px;
        width: 150px;
        height: 130px;
    }

    .game-mainimg .img-game-2 > div.logo {
        left: 20px;
        width: 70px;
        height: 28px;
    }
    .game-mainimg .img-game-2 > div.text {
        left: 20px;
        font-size: 12px;
    }
    .game-mainimg .img-game-2 > div.img {
        right: -35px;
        width: 154px;
        height: 140px;
    }

    .game-mainimg .img-game-3 > div.logo {
        left: 18px;
        width: 117px;
        height: 24px;
    }
    .game-mainimg .img-game-3 > div.text {
        bottom: 22%;
        left: 20px;
        width: 220px;
    }
    .game-mainimg .img-game-3 > div.img {
        right: -5px;
        width: 135px;
        height: 125px;
    }

    .game-mainimg .img-game-4 > div.logo {
        left: 15px;
        width: 120px;
        height: 30px;
    }
    .game-mainimg .img-game-4 > div.text {
        left: 20px;
        bottom: 20%;
        width: 220px;
    }
    .game-mainimg .img-game-4 > div.img {
        right: -40px;
        width: 169px;
        height: 130px;
    }
}

.my-credit-area {
    position: relative;
    width: 100%;
    font-size: 0;
    border-radius: 25px;
    background: #222335;
    padding: 15px 20px 15px;
    margin-top: 20px;
}

.credit-header ul {
    display: flex;
}
.credit-header li {
    position: relative;
    display: inline-block;
    padding-right: 40px;
}
.credit-header li:before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: -13px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}
.credit-header li:first-child:before {
    display: none;
}
.credit-header li:last-child {
    padding-right: 0;
}
.credit-header li label {
    display: inline-block;
    font: 700 18px "nsKR";
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0 15px;
}
.credit-header li:first-child label {
    padding-left: 5px;
}

.credit-header li span {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 40px;
    text-align: right;
    vertical-align: middle;
    border-radius: 20px;
    background: #000;
}
.credit-header li.my span:before {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 18px;
    height: 18px;
    background: url("../../assets/image/common/bullet_credit.svg") no-repeat;
    transform: translateY(-50%);
    z-index: 100;
}
.credit-header li.active span:before {
    position: absolute;
    top: 50%;
    left: 11px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    z-index: 100;
}
.credit-header li.active span:after {
    position: absolute;
    top: 50%;
    left: 36px;
    font: 500 16px "Montserrat";
    color: rgba(255, 255, 255, 1);
    transform: translateY(-50%);
    z-index: 100;
}
.credit-header li.active span.usdt:after {
    content: "USDT";
}
.credit-header li.active span.btc:after {
    content: "BTC";
}
.credit-header li.active span.eth:after {
    content: "ETH";
}
.credit-header li.active span.mib:after {
    content: "MIB";
}
.credit-header li.active span.dnl:after {
    content: "DNL";
}
.credit-header li.active span.stone:after {
    content: "STONE";
}
.credit-header li.active span.trx:after {
    content: "TRX";
}

.credit-header li input {
    width: 100%;
    height: 40px;
    font: 700 18px "Montserrat";
    color: #ffda00;
    text-align: right;
    vertical-align: middle;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 15px;
}
.credit-header li.my input {
    padding-right: 40px;
}
.credit-header li.active input {
    padding-right: 40px;
    padding-left: 90px;
}

.credit-header li dl {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 40px;
    text-align: right;
    vertical-align: middle;
    border-radius: 20px;
    background: #000;
    z-index: 1000;
}
.credit-header li dt {
    cursor: pointer;
}
.credit-header li dt:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
}
.credit-header li dt:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 8px;
    background: url("../../assets/image/common/bullet_arrow_02.svg") no-repeat;
    transform: translateY(-50%);
}
.credit-header li dd {
    display: none;
    border-radius: 20px;
    background: #000;
    padding: 15px 0;
    margin-top: 2px;
}
.credit-header li dd a {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 25px;
    cursor: pointer;
}
.credit-header li dd a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.credit-header li dd a:hover {
    background: #56598d;
}
.credit-header li dd a:first-child {
    border-top: none;
}
.credit-header li dd span {
    position: relative;
    display: block;
    width: 100%;
    height: inherit;
    border-radius: 0;
    background: transparent;
}
.credit-header li.active dd span:before {
    left: 0;
}
.credit-header li.active dd span:after {
    left: 25px;
    font-size: 14px;
}
.credit-header li dd p {
    font: 500 14px "Montserrat";
    color: #ffda00;
    text-align: right;
}

.my-credit-area .coin-choice {
    position: relative;
    font-size: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    margin-top: 15px;
}
.my-credit-area .coin-choice button {
    position: relative;
    display: inline-block;
    font: 700 14px "Montserrat";
    color: #fff;
    border: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    padding: 14px 30px 14px 28px;
    margin-left: 4px;
}
.my-credit-area .coin-choice button:first-child {
    border-radius: 30px 8px 8px 30px;
    margin-left: 0;
}
.my-credit-area .coin-choice button:nth-child(6) {
    border-radius: 8px 30px 30px 8px;
}
.my-credit-area .coin-choice button br {
    display: none;
}
.my-credit-area .coin-choice button span {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.my-credit-area .coin-choice button:hover span.usdt-w {
    background: url("../../assets/image/logo/usdt_c.svg") no-repeat;
    background-size: 100%;
}
.my-credit-area .coin-choice button:hover span.btc-w {
    background: url("../../assets/image/logo/btc_c.svg") no-repeat;
    background-size: 100%;
}
.my-credit-area .coin-choice button:hover span.eth-w {
    background: url("../../assets/image/logo/eth_c.svg") no-repeat;
    background-size: 100%;
}
.my-credit-area .coin-choice button:hover span.mib-w {
    background: url("../../assets/image/logo/mib_c.svg") no-repeat;
    background-size: 100%;
}
.my-credit-area .coin-choice button:hover span.dnl-w {
    background: url("../../assets/image/logo/dnl_c.svg") no-repeat;
    background-size: 100%;
}
.my-credit-area .coin-choice button:hover span.stone-w {
    background: url("../../assets/image/logo/stone_c.svg") no-repeat;
    background-size: 100%;
}
.my-credit-area .coin-choice button:hover span.trx-w {
    background: url("../../assets/image/logo/trx_c.svg") no-repeat;
    background-size: 100%;
}
.my-credit-area .coin-choice button.play {
    position: absolute;
    top: 20px;
    right: 0;
    width: 200px;
    font: 700 16px "nsKR";
    color: #fff;
    line-height: 58px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(164, 8, 27, 6);
    background: #ff1c37;
    padding: 0;
    margin-left: 0;
}

.my-credit-area .caution {
    position: absolute;
    top: 105px;
    right: 22px;
    font: 400 14px "nsKR";
    color: #fff;
    padding-left: 25px;
}
.my-credit-area .caution:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("../../assets/image/common/bullet_caution.svg") no-repeat;
}

.my-credit-tab {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    margin-top: 15px;
}
.my-credit-tab > label {
    position: relative;
    font: 500 16px "Montserrat";
    color: #fff;
    background: none;
    padding: 15px 20px 15px 44px;
    opacity: 0.5;
}
.my-credit-tab > label.visa {
    width: 81px;
    text-indent: -9999px;
    padding-left: 20px;
}
/* .my-credit-tab > label.stone																							{ padding-left:20px; } */

.my-credit-tab > label span {
    position: absolute;
    display: block;
    top: 50%;
    left: 18px;
    width: 21px;
    height: 21px;
    transform: translateY(-50%);
}
.my-credit-tab > label.visa span {
    width: 45px;
    height: 15px;
    background: url("../../assets/image/logo/visa_w.svg") no-repeat;
}
.my-credit-tab > label.usdt span {
    background: url("../../assets/image/logo/usdt_w.svg") no-repeat;
}
.my-credit-tab > label.btc span {
    background: url("../../assets/image/logo/btc_w.svg") no-repeat;
}
.my-credit-tab > label.eth span {
    background: url("../../assets/image/logo/eth_w.svg") no-repeat;
}
.my-credit-tab > label.mib span {
    background: url("../../assets/image/logo/mib_w.svg") no-repeat;
}
.my-credit-tab > label.dnl span {
    background: url("../../assets/image/logo/dnl_w.svg") no-repeat;
}
.my-credit-tab > label.stone span {
    background: url("../../assets/image/logo/stone_w.svg") no-repeat;
}
.my-credit-tab > label.trx span {
    background: url("../../assets/image/logo/trx_w.svg") no-repeat;
}
.my-credit-tab > label:hover {
    opacity: 1;
}
.my-credit-tab > input:checked + label {
    border-radius: 12px 12px 0 0;
    background: #6145e2;
    opacity: 1;
}
.my-credit-tab > input:checked + label:nth-child(2):after {
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100px;
    height: 35px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    background: #6145e2;
}
.my-credit-tab > input:checked + label:nth-child(12):after {
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100px;
    height: 35px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    background: #6145e2;
}

.my-credit-tab #tab-choice {
    display: none;
}
.my-credit-tab select {
    display: none;
}

.my-credit {
    position: relative;
    height: 103px;
    border-radius: 35px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    background: #6145e2;
}
.my-credit .tab_inner {
    font-size: 0;
}
.my-credit .tab_inner > div {
    position: relative;
    padding: 12px;
}
.my-credit .tab_inner > div ul {
    width: calc(100% - 170px);
}
.my-credit .tab_inner > div li {
    position: relative;
    display: inline-block;
    width: 32%;
    margin-left: 10px;
}
.my-credit .tab_inner > div li:first-child {
    margin-left: 0;
}
.my-credit .tab_inner > div li.transfer {
    margin-right: 20px;
}
.my-credit .tab_inner > div li.transfer:after {
    position: absolute;
    top: 50%;
    right: -25px;
    width: 18px;
    height: 18px;
    background: url("../../assets/image/common/bullet_arrow_01.svg") no-repeat;
    transform: translateY(-50%);
}

.my-credit .tab_inner > div li label {
    position: absolute;
    top: 50%;
    left: 20px;
    font: 500 14px "nsKR";
    color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
    z-index: 1;
}
.my-credit .tab_inner > div li.transfer label {
    color: rgba(255, 255, 255, 1);
}
.my-credit .tab_inner > div li span {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    text-align: right;
    vertical-align: middle;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.3);
}
.my-credit .tab_inner > div li.transfer span {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 1);
}
.my-credit .tab_inner > div li input {
    width: 100%;
    height: 50px;
    font: 700 18px "Montserrat";
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
    vertical-align: middle;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 20px;
}
.my-credit .tab_inner > div li.amount input {
    padding-left: 85px;
}
.my-credit .tab_inner > div li.transfer input {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 90px;
    z-index: 2;
}
.my-credit .tab_inner > div li.transfer input::-webkit-input-placeholder {
    font: 400 12px "nsKR";
    color: rgba(255, 255, 255, 0.5);
}
.my-credit .tab_inner > div li.transfer input:focus::-webkit-input-placeholder {
    color: transparent;
}
.my-credit .tab_inner > div li.estimated input {
    padding-left: 100px;
}

.my-credit .tab_inner > div > p {
    display: block;
    font: 400 14px "nsKR";
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
    padding: 10px 180px 0 0;
}
.my-credit .tab_inner > div > p strong {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-right: 5px;
}
.my-credit .tab_inner button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 160px;
    height: 50px;
    font: 500 16px "nsKR";
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    border-radius: 25px;
    box-shadow: 0 10px 20px rgba(164, 8, 27, 6);
    background: #ff1c37;
}

@media screen and (max-width: 1380px) {
    .my-credit .tab_inner > div li {
        width: 31.5%;
    }
}

@media screen and (max-width: 1240px) {
    .my-credit-area .caution {
        top: 90px;
        right: inherit;
        left: 22px;
    }
    .my-credit-tab {
        padding-top: 55px;
    }
}

@media (max-width: 1150px) {
    .my-credit-area .coin-choice button {
        padding: 12px 24px 12px 20px;
    }
    .my-credit-area .coin-choice button span {
        width: 26px;
        height: 26px;
    }
    .my-credit-area .coin-choice button.play {
        width: 160px;
        line-height: 50px;
    }
}

@media (max-width: 1075px) {
    .my-credit {
        height: 195px;
    }
    .my-credit .tab_inner > div {
        padding: 4px 12px 55px;
    }
    .my-credit .tab_inner > div ul {
        width: 100%;
    }
    .my-credit .tab_inner > div li {
        margin-top: 6px;
        margin-left: 10px;
    }
    .my-credit .tab_inner > div li:first-child {
        width: 100%;
    }
    .my-credit .tab_inner > div li.transfer {
        width: calc(50% - 15px);
        margin-left: 0;
    }
    .my-credit .tab_inner > div li.estimated {
        width: calc(50% - 15px);
    }

    .my-credit .tab_inner > div li label {
        font-size: 13px;
    }
    .my-credit .tab_inner > div li span {
        height: 44px;
    }
    .my-credit .tab_inner > div li input {
        height: 44px;
        font-size: 16px;
    }
    .my-credit .tab_inner > div > p {
        font-size: 13px;
        padding: 8px 5px 0 0;
    }
    .my-credit .tab_inner button {
        top: inherit;
        right: inherit;
        bottom: 0;
        width: calc(100% - 24px);
        height: 44px;
        font-size: 15px;
    }
    .my-credit .tab_inner button br {
        display: none;
    }
}

@media (max-width: 980px) {
    .credit-header li {
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-top: 5px;
    }
    .credit-header li:before {
        display: none;
    }
    .credit-header li:first-child {
        margin-top: 0;
    }
    .credit-header li label {
        width: 115px;
        text-align: right;
        padding-left: 0;
    }
    .credit-header li:first-child label {
        padding-left: 0;
    }
    .credit-header li.active input {
        padding-right: 40px;
        padding-left: 90px;
    }
    .credit-header li span {
        width: calc(100% - 115px);
    }
    .credit-header li dl {
        width: calc(100% - 115px);
    }
    .credit-header li dt span {
        width: 100%;
    }

    .my-credit-area .caution {
        top: 135px;
    }

    .my-credit-area .coin-choice {
        text-align: center;
        padding-bottom: 80px;
    }
    .my-credit-area .coin-choice button {
        width: calc(16.8% - 5px);
        font-weight: 500;
        border-radius: 16px;
        padding: 18px 24px 18px 24px;
    }
    .my-credit-area .coin-choice button:first-child {
        border-radius: 16px;
    }
    .my-credit-area .coin-choice button:nth-child(6) {
        border-radius: 16px;
    }
    .my-credit-area .coin-choice button br {
        display: block;
    }
    .my-credit-area .coin-choice button span {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .my-credit-area .coin-choice button.play {
        top: inherit;
        right: inherit;
        bottom: 15px;
        left: 50%;
        width: 100%;
        line-height: 46px;
        transform: translateX(-50%);
    }
}

@media (max-width: 800px) {
    .my-credit-area {
        padding: 12px 16px;
    }

    .credit-header li label {
        width: 100px;
        font-weight: 500;
        font-size: 16px;
    }
    .credit-header li span {
        width: calc(100% - 100px);
        height: 34px;
    }
    .credit-header li.my span:before {
        right: 8px;
        width: 16px;
        height: 16px;
    }
    .credit-header li.active span:before {
        right: 8px;
        width: 16px;
        height: 16px;
    }
    .credit-header li.active span:after {
        left: 35px;
        font-size: 14px;
    }
    .credit-header li input {
        height: 34px;
        font-size: 16px;
    }
    .credit-header li.active input {
        padding-right: 40px;
        padding-left: 75px;
    }

    .credit-header li dl {
        width: calc(100% - 100px);
        height: 34px;
    }
    .credit-header li dt:after {
        right: 11px;
        width: 11px;
        height: 6px;
        background-size: 100%;
    }
    .credit-header li dd {
        padding: 14px 0;
    }
    .credit-header li dd a {
        padding: 11px 22px;
    }
    .credit-header li.active dd span:after {
        left: 22px;
        font-size: 13px;
    }
    .credit-header li dd p {
        font-size: 13px;
    }

    .my-credit-area .caution {
        top: 120px;
    }

    .my-credit {
        border-radius: 30px;
        z-index: 9;
    }
    .my-credit-tab > label {
        display: none;
    }

    .my-credit-tab #tab-choice {
        position: relative;
        display: inline-block;
        font: 500 12px "Montserrat";
        color: #fff;
        box-shadow: 3px 0 8px rgba(0, 0, 0, 0.5);
        border-radius: 8px 8px 0 0;
        background: #6145e2;
        padding: 13px 18px 13px 40px;
        z-index: 2;
    }
    .my-credit-tab #tab-choice:after {
        position: absolute;
        left: 0;
        bottom: -35px;
        width: 100px;
        height: 35px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
        background: #6145e2;
    }
    .my-credit-tab #tab-choice.visa {
        width: 69px;
        height: 41px;
        text-indent: -9999px;
    }

    .my-credit-tab #tab-choice span {
        position: absolute;
        display: block;
        top: 50%;
        left: 18px;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
    }
    .my-credit-tab #tab-choice.visa span {
        width: 33px;
        height: 11px;
        background: url("../../assets/image/logo/visa_w.svg") no-repeat;
    }
    .my-credit-tab #tab-choice.usdt span {
        background: url("../../assets/image/logo/usdt_w.svg") no-repeat;
    }
    .my-credit-tab #tab-choice.btc span {
        background: url("../../assets/image/logo/btc_w.svg") no-repeat;
    }
    .my-credit-tab #tab-choice.eth span {
        background: url("../../assets/image/logo/eth_w.svg") no-repeat;
    }
    .my-credit-tab #tab-choice.mib span {
        background: url("../../assets/image/logo/mib_w.svg") no-repeat;
    }
    .my-credit-tab #tab-choice.dnl span {
        background: url("../../assets/image/logo/dnl_w.svg") no-repeat;
    }
    .my-credit-tab #tab-choice.stone span {
        background: url("../../assets/image/logo/stone_w.svg") no-repeat;
    }
    .my-credit-tab #tab-choice.trx span {
        background: url("../../assets/image/logo/trx_w.svg") no-repeat;
    }

    .my-credit-tab select {
        position: absolute;
        display: block;
        top: 50px;
        right: 0;
        width: 50%;
        height: 35px;
        font: 400 14px "Montserrat";
        color: rgba(255, 255, 255, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.15);
        outline: 0;
        border-radius: 8px;
        background: transparent url("../../assets/image/common/bullet_arrow_03.svg") no-repeat;
        background-size: 30px 8px;
        background-position: right center;
        padding-left: 15px;
        z-index: 1;
    }
    .my-credit-tab select option {
        color: #fff;
        background: #202232;
    }

    .my-credit {
        height: 186px;
    }
    .my-credit .tab_inner > div {
        padding: 4px 12px 55px;
    }
    .my-credit .tab_inner > div li {
        margin-top: 5px;
    }
    .my-credit .tab_inner > div li.transfer:after {
        right: -23px;
        width: 14px;
        height: 14px;
        background-size: 100%;
    }

    .my-credit .tab_inner > div li span {
        height: 40px;
    }
    .my-credit .tab_inner > div li input {
        height: 40px;
        font-size: 15px;
    }
    .my-credit .tab_inner > div > p {
        font-size: 12px;
    }
    .my-credit .tab_inner button {
        height: 40px;
    }
}

@media (max-width: 660px) {
    .my-credit-area .coin-choice {
        padding-bottom: 70px;
    }
    .my-credit-area .coin-choice button {
        font-size: 13px;
        border-radius: 14px;
        padding: 15px 10px;
    }
    .my-credit-area .coin-choice button:first-child {
        border-radius: 14px;
    }
    .my-credit-area .coin-choice button:nth-child(6) {
        border-radius: 14px;
    }
    .my-credit-area .coin-choice button span {
        width: 30px;
        height: 30px;
    }
    .my-credit-area .coin-choice button.play {
        font-size: 15px;
        line-height: 40px;
    }
}

@media (max-width: 600px) {
    .my-credit-area {
        border-radius: 12px;
        padding: 10px 12px 12px;
    }

    .credit-header li {
        margin-top: 4px;
    }
    .credit-header li label {
        width: 90px;
        font-size: 14px;
        padding-right: 12px;
    }
    .credit-header li span {
        width: calc(100% - 90px);
        height: 32px;
    }
    .credit-header li input {
        height: 32px;
        font-size: 14px;
    }
    .credit-header li dl {
        width: calc(100% - 90px);
        height: 32px;
    }

    .my-credit-area .caution {
        top: 105px;
        left: 12px;
        font-size: 12px;
        padding-left: 20px;
    }
    .my-credit-area .caution:before {
        top: 2px;
        width: 14px;
        height: 14px;
        background-size: 100%;
    }

    .my-credit-tab {
        padding-top: 45px;
    }
    .my-credit-tab select {
        top: 40px;
    }

    .my-credit {
        height: 205px;
    }
    .my-credit .tab_inner > div {
        padding: 4px 12px 50px;
    }
    .my-credit .tab_inner > div li {
        margin-top: 5px;
    }
    .my-credit .tab_inner > div li.transfer {
        width: 100%;
        margin-right: 0;
    }
    .my-credit .tab_inner > div li.transfer:after {
        top: 30px;
        right: 10px;
        width: 12px;
        height: 12px;
        transform: rotate(90deg);
        z-index: 10;
    }
    .my-credit .tab_inner > div li.estimated {
        width: 100%;
        margin-left: 0;
    }

    .my-credit .tab_inner > div li label {
        left: 16px;
        font-size: 12px;
    }
    .my-credit .tab_inner > div li span {
        height: 36px;
    }
    .my-credit .tab_inner > div li input {
        height: 36px;
        font-size: 14px;
        padding: 0 16px;
    }
    .my-credit .tab_inner > div li.amount input {
        padding-left: 70px;
    }
    .my-credit .tab_inner > div li.transfer input {
        padding-left: 75px;
    }
    .my-credit .tab_inner > div li.estimated input {
        padding-left: 85px;
    }
    .my-credit .tab_inner > div > p {
        padding: 6px 5px 0 0;
    }
    .my-credit .tab_inner button {
        left: 0;
        width: 100%;
        height: 40px;
        font-size: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.75);
        border-radius: 0 0 20px 20px;
    }

    .tab-content .tab_inner.active {
        position: relative !important;
        top: 0 !important;
        opacity: 1 !important;
        z-index: 10 !important;
    }

    .my-credit-tab > input:nth-child(1):checked ~ .my-credit .tab_inner:nth-child(1) {
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        display: block;
        opacity: 0;
    }
    .my-credit-tab > input:nth-child(3):checked ~ .my-credit .tab_inner:nth-child(2) {
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        display: block;
        opacity: 0;
    }
    .my-credit-tab > input:nth-child(5):checked ~ .my-credit .tab_inner:nth-child(3) {
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        display: block;
        opacity: 0;
    }
    .my-credit-tab > input:nth-child(7):checked ~ .my-credit .tab_inner:nth-child(4) {
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        display: block;
        opacity: 0;
    }
    .my-credit-tab > input:nth-child(9):checked ~ .my-credit .tab_inner:nth-child(5) {
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        display: block;
        opacity: 0;
    }
    .my-credit-tab > input:nth-child(11):checked ~ .my-credit .tab_inner:nth-child(6) {
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        display: block;
        opacity: 0;
    }
    .my-credit-tab > input:nth-child(13):checked ~ .my-credit .tab_inner:nth-child(7) {
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        display: block;
        opacity: 0;
    }
    .my-credit-tab > input:nth-child(15):checked ~ .my-credit .tab_inner:nth-child(8) {
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        display: block;
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .credit-header li label {
        width: 80px;
        font-size: 13px;
        padding-right: 10px;
    }
    .credit-header li span {
        width: calc(100% - 80px);
        height: 30px;
    }
    .credit-header li input {
        height: 30px;
        font-size: 13px;
    }

    .credit-header li dl {
        width: calc(100% - 80px);
        height: 30px;
    }
    .credit-header li dd {
        padding: 12px 0;
    }
    .credit-header li dd a {
        padding: 10px 20px;
    }
    .credit-header li.active dd span:after {
        font-size: 12px;
    }
    .credit-header li dd p {
        font-size: 12px;
    }

    .my-credit-area .coin-choice {
        padding-bottom: 60px;
    }
    .my-credit-area .coin-choice button {
        font-size: 12px;
        border-radius: 12px;
        padding: 12px 5px;
    }
    .my-credit-area .coin-choice button:first-child {
        border-radius: 12px;
    }
    .my-credit-area .coin-choice button:nth-child(6) {
        border-radius: 12px;
    }
    .my-credit-area .coin-choice button span {
        width: 26px;
        height: 26px;
    }
    .my-credit-area .coin-choice button.play {
        font-size: 14px;
        line-height: 35px;
    }

    .my-credit-tab {
        padding-top: 60px;
    }
    /* .my-credit-tab > label																									{ padding:11px 9px; }
.my-credit-tab > label.visa																							{ width:56px; padding-left:9px; }
.my-credit-tab > label.stone																							{ padding-left:9px; }
.my-credit-tab > input:checked + label																			{ border-radius:6px 6px 0 0; } */

    .my-credit-tab #tab-choice {
        border-radius: 6px 6px 0 0;
    }
    .my-credit-tab select {
        top: 60px;
        width: 60%;
        height: 32px;
        font-size: 12px;
        border-radius: 6px;
        background-size: 23px 6px;
        padding-left: 12px;
    }

    .my-credit {
        height: 190px;
        border-radius: 25px;
    }
    .my-credit .tab_inner > div {
        padding: 3px 8px 50px;
    }
    .my-credit .tab_inner > div li span {
        height: 32px;
    }
    .my-credit .tab_inner > div li input {
        height: 32px;
        font-size: 13px;
    }
    .my-credit .tab_inner > div li.amount input {
        padding-left: 70px;
    }
    .my-credit .tab_inner > div li.transfer input {
        padding-left: 75px;
    }
    .my-credit .tab_inner > div li.estimated input {
        padding-left: 85px;
    }
    .my-credit .tab_inner > div > p {
        font-size: 11px;
    }
    .my-credit .tab_inner button {
        height: 36px;
        font-size: 14px;
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 400px) {
    .my-credit-area .coin-choice button {
        font-size: 11px;
        border-radius: 10px;
    }
    .my-credit-area .coin-choice button:first-child {
        border-radius: 10px;
    }
    .my-credit-area .coin-choice button:nth-child(6) {
        border-radius: 10px;
    }
    .my-credit-area .coin-choice button span {
        width: 20px;
        height: 20px;
    }
}

.game-menu {
    margin-top: 20px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.game-menu dl {
    display: none;
}

.game-menu div {
    font-size: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.game-menu div a {
    position: relative;
    display: inline-block;
    font: 700 18px "Montserrat";
    color: #fff;
    line-height: 80px;
    text-transform: uppercase;
    opacity: 0.3;
    padding: 0 10px 0 35px;
    margin-left: 30px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.game-menu div a:first-child {
    margin-left: 10px;
}
.game-menu div a:before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    opacity: 0.5;
}
.game-menu div a.games:before {
    background: url("../../assets/image/common/menu_games.svg") no-repeat;
    background-size: 100%;
}
.game-menu div a.live:before {
    background: url("../../assets/image/common/menu_live.svg") no-repeat;
    background-size: 100%;
}
.game-menu div a.slots:before {
    background: url("../../assets/image/common/menu_slots.svg") no-repeat;
    background-size: 100%;
}
.game-menu div a.ott:before {
    background: url("../../assets/image/common/menu_ott.svg") no-repeat;
    background-size: 100%;
}
.game-menu div a.my:before {
    background: url("../../assets/image/game/bullet_zimm_full.svg") no-repeat;
    background-size: 100%;
}

.game-menu div a:hover,
.game-menu div a.active {
    color: #ff1c37;
    opacity: 1;
}
.game-menu div a:hover:before,
.game-menu div a.active:before {
    opacity: 1;
}
.game-menu div a.games:hover:before,
.game-menu div a.games.active:before {
    background: url("../../assets/image/common/menu_games_c.svg") no-repeat;
    background-size: 100%;
}
.game-menu div a.live:hover:before,
.game-menu div a.live.active:before {
    background: url("../../assets/image/common/menu_live_c.svg") no-repeat;
    background-size: 100%;
}
.game-menu div a.slots:hover:before,
.game-menu div a.slots.active:before {
    background: url("../../assets/image/common/menu_slots_c.svg") no-repeat;
    background-size: 100%;
}
.game-menu div a.ott:hover:before,
.game-menu div a.ott.active:before {
    background: url("../../assets/image/common/menu_ott_c.svg") no-repeat;
    background-size: 100%;
}
.game-menu div a.my:hover:before,
.game-menu div a.my.active:before {
    background: url("../../assets/image/game/bullet_zimm_c.svg") no-repeat;
    background-size: 100%;
}
.game-menu div a.active:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ff1c37;
}

@media (max-width: 1075px) {
    .game-menu div a {
        font-size: 16px;
        line-height: 70px;
        padding: 0 8px 0 30px;
        margin-left: 20px;
    }
    .game-menu div a:before {
        left: 3px;
        width: 20px;
        height: 20px;
    }
    .game-menu div a.active:after {
        bottom: -2px;
        height: 3px;
    }
}

@media (max-width: 800px) {
    .game-menu {
        margin-top: 10px;
    }

    .game-menu div a {
        font-size: 15px;
        line-height: 55px;
        padding: 0 2px 0 22px;
        margin-left: 12px;
    }
    .game-menu div a:before {
        left: 1px;
        width: 16px;
        height: 16px;
    }
    .game-menu div a.active:after {
        bottom: -2px;
        height: 2px;
    }
}

@media (max-width: 600px) {
    .game-menu {
        margin-top: 20px;
    }
    .game-menu div {
        display: none;
    }

    .game-menu dl {
        position: relative;
        display: block;
        height: 48px;
        border-bottom: 5px solid #99123c;
        border-radius: 8px;
        background: #ff1c37;
    }
    .game-menu dt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        font: 700 16px "Montserrat";
        color: #fff;
        text-transform: uppercase;
        padding: 12px 50px 12px 25px;
        z-index: 11;
    }
    .game-menu dt:after {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 14px;
        height: 8px;
        background: url("../../assets/image/common/bullet_arrow_02.svg") no-repeat;
        transform: translateY(-50%);
    }
    .game-menu dd {
        position: absolute;
        display: none;
        top: 35px;
        left: 0;
        width: 100%;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75);
        background: #99123c;
        padding: 12px 25px;
        margin-top: 8px;
        z-index: 2;
    }
    .game-menu dd a {
        display: block;
        font: 500 14px "Montserrat";
        color: #fff;
        text-transform: uppercase;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 8px 0 8px 2px;
    }
    .game-menu dd a:first-child {
        border-top: 0;
    }
}

@media (max-width: 480px) {
    .game-menu dl {
        height: 40px;
        border-bottom-width: 4px;
        border-radius: 6px;
    }
    .game-menu dt {
        font-size: 14px;
        padding: 9px 40px 9px 18px;
    }
    .game-menu dt:after {
        right: 12px;
        width: 11px;
        height: 6px;
        background-size: 100%;
    }
    .game-menu dd {
        border-radius: 0 0 6px 6px;
        padding: 8px 18px;
        margin-top: 1px;
    }
    .game-menu dd a {
        font-size: 12px;
    }
}

.game-list,
.all-game-list {
    margin-top: 50px;
}
.game-list h4,
.all-game-list h4 {
    font: 700 25px "Montserrat";
    color: #fff;
    margin-bottom: -10px;
}

.game-list h4 span,
.all-game-list h4 span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    margin-left: 15px;
}

.game-list h4 img,
.all-game-list h4 img {
    width: 1.4375rem;
    height: 1.4375rem;
}

.game-list > div {
    overflow: hidden;
}
.game-list > div > ul {
    display: block;
    width: 100%;
    font-size: 0;
}
.game-list > div > ul > .game-item {
    display: inline-block;
    width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    margin-top: 20px;
    margin-left: 18px;
	cursor:pointer;
}
.game-list > div > ul > .game-item:nth-child(6n + 1) {
    margin-left: 0;
}
.game-list > div > ul.title-game > .game-item:nth-child(6) {
    margin-left: 0;
}
.game-list > div > ul.title-game > .game-item:nth-child(7) {
    margin-left: 18px;
}

.game-list > div > ul > .wide {
    width: 420px;
}
.game-list > div > ul > .wide:nth-child(3n + 1) {
    margin-left: 0;
}
.game-list > div > ul > .wide dl {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 47.5%;
    background: rgba(97, 69, 226, 0.4);
    padding: 50px 20px 25px;
    z-index: 2;
}
.game-list > div > ul > .wide dt {
    position: absolute;
    top: 15px;
    left: 17px;
    width: 150px;
    height: 40px;
    text-indent: -9999px;
}
.game-list > div > ul > .wide dt.ezugi {
    background: url("../../assets/image/logo/game_logo_ezugi.svg") no-repeat;
}
.game-list > div > ul > .wide dt.evolution {
    background: url("../../assets/image/logo/game_logo_evolution.svg") no-repeat;
}
.game-list > div > ul > .wide dt.wazdan {
    background: url("../../assets/image/logo/game_logo_wazdan.svg") no-repeat;
}
.game-list > div > ul > .wide dt.spinomenal {
    background: url("../../assets/image/logo/game_logo_spinomenal.svg") no-repeat;
}
.game-list > div > ul > .wide dt.habanero {
    background: url("../../assets/image/logo/game_logo_habanero.svg") no-repeat;
}
.game-list > div > ul > .wide dd {
    position: relative;
    display: block;
    font: 400 12px "nsKR";
    color: #fff;
    line-height: 1.4em;
    padding-left: 16px;
    margin-top: 8px;
}
.game-list > div > ul > .wide dd:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    background: url("../../assets/image/common/bullet_point_01.svg") no-repeat;
}
.game-list > div > ul > .wide:hover dl {
    background: rgba(255, 28, 55, 0.8);
}
.game-list > div > ul > .wide .hover {
    right: 52.5%;
}

.game-more {
    text-align: center;
    margin-top: 50px;
}
.game-more button {
    font: 500 18px "Montserrat";
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    border-radius: 30px;
    background: rgba(255, 28, 55, 0.75);
    padding: 0 35px;
}
.game-more button:hover {
    background: rgba(255, 28, 55, 1);
}

.game-list .btn-area {
    display: none;
    font-size: 0;
    text-align: center;
    padding-top: 16px;
}
.game-list .btn-prev,
.game-list .btn-next {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 6px;
}
.game-list .btn-prev:after,
.partner-area .btn-next:after {
    display: none;
}

.game-list .btn-prev:before,
.game-list .btn-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 22px;
    background: url("../../assets/image/common/bullet_arrow_04.svg") no-repeat;
    opacity: 0.3;
    transform: translate(-50%, -50%);
}
.game-list .btn-next:before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.game-list .btn-prev.swiper-button-disabled,
.game-list .btn-next.swiper-button-disabled {
    opacity: 0.7 !important;
}
.game-list .btn-prev.swiper-button-disabled:before,
.game-list .btn-next.swiper-button-disabled:before {
    opacity: 0.3;
}

.game-list .btn-prev:hover,
.game-list .btn-next:hover {
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.game-list .btn-prev:hover:before,
.game-list .btn-next:hover:before {
    opacity: 1 !important;
}

@media screen and (max-width: 1379px) {
    .game-list, .all-game-list {
        margin-top: 40px;
    }
    .game-list > div > ul {
        width: 2600px;
    }
    .game-list > div > ul.hot-game {
        width: 2610px;
    }
    .game-list > div > ul > .game-item:nth-child(7) {
        margin-left: 18px;
    }
    .game-list > div > ul.title-game > .game-item:nth-child(6) {
        margin-left: 18px;
    }
    .game-list > div > ul > .wide:nth-child(4) {
        margin-left: 18px;
    }

    .game-list .btn-area {
        display: block;
    }
}

@media screen and (max-width: 1160px) {
    .game-list,
    .all-game-list {
        margin-top: 35px;
    }
    .game-list h4,
    .all-game-list h4 {
        font-size: 23px;
    }
    .game-list h4 span,
    .all-game-list h4 span {
        font-size: 15px;
        margin-left: 12px;
    }

    .game-list > div > ul {
        width: 2358px;
    }

    .game-list > div > ul > .game-item {
        width: 180px;
    }
    .game-list > div > ul > .wide {
        width: 420px;
    }
    .game-list > div > ul > .wide img {
        width: 180px;
    }
    .game-list > div > ul.title-game > .wide {
        width: 378px;
    }
    .game-list > div > ul.title-game > .wide img {
        width: 378px;
    }
    .game-list > div > ul > .wide dl {
        left: 42.8%;
    }
    .game-list > div > ul > .wide dd {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-top: 6px;
    }
    .game-list > div > ul > .wide .hover {
        right: 57.2%;
    }

    .game-more {
        margin-top: 45px;
    }
    .game-more button {
        line-height: 45px;
        padding: 0 32px;
    }

    .game-list .btn-area {
        padding-top: 14px;
    }
    .game-list .btn-prev,
    .game-list .btn-next {
        width: 30px;
        height: 30px;
    }
    .game-list .btn-prev:before,
    .game-list .btn-next:before {
        width: 11px;
        height: 18px;
        background-size: 100%;
    }
    .game-list h4,
    .all-game-list h4 {
        font: 700 23px "Montserrat";
        color: #fff;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 840px) {
    .game-list .btn-area {
        padding-top: 12px;
    }
    .game-list .btn-prev,
    .game-list .btn-next {
        width: 26px;
        height: 26px;
    }
    .game-list .btn-prev:before,
    .game-list .btn-next:before {
        width: 10px;
        height: 16px;
    }
}

@media screen and (max-width: 840px) {
    .game-list,
    .all-game-list {
        margin-top: 30px;
    }
    .game-list h4,
    .all-game-list h4 {
        font-size: 21px;
    }
    .game-list h4 span,
    .all-game-list h4 span {
        font-size: 14px;
        margin-left: 10px;
    }

    .game-list > div > ul {
        width: 2100px;
    }
    .game-list > div > ul.hot-game {
        width: 2416px;
    }

    .game-list > div > ul > .game-item {
        width: 160px;
        margin-top: 15px;
        margin-left: 15px;
    }
    .game-list > div > ul > .game-item:nth-child(7) {
        margin-left: 15px;
    }
    .game-list > div > ul.title-game > .game-item:nth-child(6) {
        margin-left: 15px;
    }

    .game-list > div > ul > .wide {
        width: 390px;
    }
    .game-list > div > ul > .wide img {
        width: 160px;
    }
    .game-list > div > ul.title-game > .wide {
        width: 336px;
    }
    .game-list > div > ul.title-game > .wide img {
        width: 336px;
    }
    .game-list > div > ul > .wide:nth-child(4) {
        margin-left: 15px;
    }
    .game-list > div > ul > .wide dl {
        left: 41%;
        padding: 52px 18px 20px;
    }
    .game-list > div > ul > .wide dt {
        top: 15px;
        width: 131px;
        height: 35px;
    }
    .game-list > div > ul > .wide dd {
        font-size: 11px;
        line-height: 1.3em;
        padding-left: 14px;
    }
    .game-list > div > ul > .wide dd:before {
        width: 8px;
        height: 8px;
        background-size: 100%;
    }
    .game-list > div > ul > .wide .hover {
        right: 59%;
    }

    .game-more {
        margin-top: 40px;
    }
    .game-more button {
        font-size: 16px;
        line-height: 40px;
        padding: 0 30px;
    }
    .game-list h4,
    .all-game-list h4 {
        font: 700 21px "Montserrat";
        color: #fff;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 620px) {
    .game-list,
    .all-game-list {
        margin-top: 20px;
    }
    .game-list h4,
    .all-game-list h4 {
        font-size: 19px;
    }
    .game-list h4 span,
    .all-game-list h4 span {
        font-size: 13px;
        margin-left: 8px;
    }

    .game-list > div > ul {
        width: 1819px;
    }
    .game-list > div > ul.hot-game {
        width: 2221px;
    }

    .game-list > div > ul > .game-item {
        width: 140px;
        margin-top: 12px;
        margin-left: 12px;
    }
    .game-list > div > ul > .game-item:nth-child(7) {
        margin-left: 12px;
    }
    .game-list > div > ul.title-game > .game-item:nth-child(6) {
        margin-left: 12px;
    }

    .game-list > div > ul > .wide {
        width: 360px;
    }
    .game-list > div > ul > .wide img {
        width: 140px;
    }
    .game-list > div > ul.title-game > .wide {
        width: 293px;
    }
    .game-list > div > ul.title-game > .wide img {
        width: 293px;
    }
    .game-list > div > ul > .wide:nth-child(4) {
        margin-left: 12px;
    }
    .game-list > div > ul > .wide dl {
        left: 39%;
        padding: 40px 16px 20px;
    }
    .game-list > div > ul > .wide dt {
        top: 12px;
        left: 15px;
        width: 113px;
        height: 30px;
    }
    .game-list > div > ul > .wide dd {
        margin-top: 5px;
    }
    .game-list > div > ul > .wide .hover {
        right: 61%;
    }

    .game-more {
        margin-top: 30px;
    }
    .game-more button {
        font-size: 14px;
        line-height: 35px;
        padding: 0 25px;
    }
    .game-list h4,
    .all-game-list h4 {
        font: 700 16px "Montserrat";
        color: #fff;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 500px) {
    .game-list, .all-game-list {
        margin-top: 15px;
    }
    .game-list h4 span,
    .all-game-list h4 span {
        display: block;
        font-size: 12px;
        margin-left: 0;
    }
}

@media screen and (max-width: 450px) {
    .game-list,
    .all-game-list {
        margin-top: 5px;
    }
    .game-list h4,
    .all-game-list h4 {
        font-size: 14px;
        padding: 0;
    }
    .game-list h4 span,
    .all-game-list h4 span {
        font-size: 11px;
        padding-top: 2px;
    }

    .game-list > div > ul {
        width: 1560px;
    }

    .game-list > div > ul > .game-item {
        width: 120px;
        margin-top: 10px;
        margin-left: 10px;
    }
    .game-list > div > ul > .game-item:nth-child(7) {
        margin-left: 10px;
    }
    .game-list > .titleGame > ul > .game-item:nth-child(6) {
        margin-left: 10px;
    }

    .game-list > div > ul > .wide {
        width: 360px;
    }
    .game-list > div > ul > .wide img {
        width: 120px;
    }
    .game-list > div > ul.title-game > .wide {
        width: 250px;
    }
    .game-list > div > ul.title-game > .wide img {
        width: 250px;
    }
    .game-list > div > ul > .wide:nth-child(4) {
        margin-left: 10px;
    }
    .game-list > div > ul > .wide dl {
        left: 33.2%;
        padding: 30px 14px 20px;
    }
    .game-list > div > ul > .wide dt {
        top: 8px;
        left: 12px;
        width: 94px;
        height: 25px;
    }
    .game-list > div > ul > .wide dd {
        line-height: 1.2em;
        padding-left: 12px;
        margin-top: 4px;
    }
    .game-list > div > ul > .wide .hover {
        right: 66.8%;
    }

    .game-more {
        margin-top: 25px;
    }
    .game-more button {
        font-size: 13px;
        line-height: 30px;
        padding: 0 20px;
    }
}

.game-wrapper {
    padding: 20px;
}
.game-wrapper .game-area > p {
    font: 400 14px "nsKR";
    color: #fff;
    text-align: center;
}
.game-wrapper .game-area > p span {
    animation: blink-effect 1s step-end infinite;
}
@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}
.game-wrapper dl {
    margin-top: 20px;
}
.game-wrapper dt {
    font: 700 18px "nsKR";
    color: #fff;
    padding-bottom: 8px;
}
.game-wrapper dd {
    border-radius: 12px;
    background: #282a3f;
    padding: 6px 20px;
}
.game-wrapper a {
    display: inline-block;
    margin: 15px 0 15px 15px;
}
.game-wrapper a:first-child {
    margin-left: 0;
}
.game-wrapper a img {
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.game-wrapper table {
    width: 100%;
}
.game-wrapper tr:nth-child(even) {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.game-wrapper td {
    position: relative;
    font: 500 14px "Montserrat";
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.game-wrapper td.win {
    color: #ff0000;
}
.game-wrapper td.lose {
    color: #00b4ff;
}
.game-wrapper td.credit {
    padding-right: 40px;
}
.game-wrapper td.credit:after {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url("../../assets/image/common/bullet_credit.svg") no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.game-wrapper td span {
    position: absolute;
    display: block;
    top: 50%;
    left: -5px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}
.game-wrapper td span.type-1 {
    background: url("../../assets/image/main/game_type_01.png") no-repeat;
    background-size: 100%;
}
.game-wrapper td span.type-2 {
    background: url("../../assets/image/main/game_type_02.png") no-repeat;
    background-size: 100%;
}
.game-wrapper td em {
    display: block;
    overflow: hidden;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.game-wrapper .win td:nth-child(1) {
    width: 20%;
}
.game-wrapper .win td:nth-child(2) {
    width: 55%;
}
.game-wrapper .win td:nth-child(3) {
    width: 25%;
}

.game-wrapper .win td:first-child {
    padding-left: 40px;
}
.game-wrapper .win td:first-child:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 30px;
    transform: translateY(-50%);
}
.game-wrapper .win tr:nth-child(1) td:first-child:before {
    background: url("../../assets/image/common/ranking_prize_1.png") no-repeat;
    background-size: 100%;
}
.game-wrapper .win tr:nth-child(2) td:first-child:before {
    background: url("../../assets/image/common/ranking_prize_2.png") no-repeat;
    background-size: 100%;
}
.game-wrapper .win tr:nth-child(3) td:first-child:before {
    background: url("../../assets/image/common/ranking_prize_3.png") no-repeat;
    background-size: 100%;
}

.game-wrapper .recent td:first-child {
    padding-left: 40px;
}
.game-wrapper .recent td:nth-child(1) {
    width: 40%;
}
.game-wrapper .recent td:nth-child(2) {
    width: 20%;
}
.game-wrapper .recent td:nth-child(3) {
    width: 20%;
}
.game-wrapper .recent td:nth-child(4) {
    width: 20%;
}

@media screen and (max-width: 715px) {
    .game-wrapper {
        padding: 16px;
    }
    .game-wrapper .game-area > p {
        font-size: 13px;
    }

    .game-wrapper dl {
        margin-top: 18px;
    }
    .game-wrapper dt {
        font-size: 17px;
        padding-bottom: 7px;
    }
    .game-wrapper dd {
        border-radius: 10px;
        padding: 5px 18px;
    }
    .game-wrapper a {
        width: calc(33.3% - 7px);
        margin: 13px 0 13px 10px;
    }
    .game-wrapper a img {
        width: 100%;
        border-radius: 8px;
    }

    .game-wrapper td {
        font-size: 13px;
    }
    .game-wrapper td.credit {
        padding-right: 32px;
    }
    .game-wrapper td.credit:after {
        right: 3px;
        width: 18px;
        height: 18px;
    }
    .game-wrapper td span {
        left: -3px;
        width: 26px;
        height: 26px;
    }
    .game-wrapper td em {
        width: 135px;
    }

    .game-wrapper .win td:first-child {
        padding-left: 32px;
    }
    .game-wrapper .win td:first-child:before {
        width: 19px;
        height: 26px;
    }
    .game-wrapper .recent td:first-child {
        padding-left: 32px;
    }
}

@media screen and (max-width: 500px) {
    .game-wrapper {
        padding: 12px;
    }
    .game-wrapper .game-area > p {
        font-size: 12px;
    }

    .game-wrapper dl {
        margin-top: 15px;
    }
    .game-wrapper dt {
        font-size: 16px;
        padding-bottom: 6px;
    }
    .game-wrapper dd {
        border-radius: 8px;
        padding: 4px 15px;
    }
    .game-wrapper a {
        width: calc(33.3% - 7px);
        margin: 10px 0 10px 10px;
    }
    .game-wrapper a img {
        border-radius: 6px;
    }

    .game-wrapper td {
        font-size: 12px;
    }
    .game-wrapper td.credit {
        padding-right: 25px;
    }
    .game-wrapper td.credit:after {
        right: 0;
        width: 16px;
        height: 16px;
    }
    .game-wrapper td span {
        width: 24px;
        height: 24px;
    }
    .game-wrapper td em {
        width: 85px;
    }

    .game-wrapper .win td:first-child {
        padding-left: 26px;
    }
    .game-wrapper .win td:first-child:before {
        width: 18px;
        height: 24px;
    }
    .game-wrapper .recent td:first-child {
        padding-left: 26px;
    }
}








.live-company-list														{ font-size:0; }
.live-company-list li														{ display:inline-block; overflow:hidden; width:245px; height:inherit; border-radius:18px; vertical-align:top; box-shadow:0 0 10px rgba(0,0,0,.9); margin-top:20px; margin-left:18px; cursor:pointer; }
.live-company-list li:first-child										{ margin-left:0; }
.live-company-list li img												{ display:block; width:100%; }

@media screen and (max-width: 1380px) {
.live-company-list														{ padding-bottom:15px; }
.live-company-list li														{ width:calc(20% - 12px); border-radius:16px; margin-left:15px; }
}

@media screen and (max-width: 1100px) {
.live-company-list li														{ width:calc(20% - 8px); border-radius:14px; margin-left:10px; }
}

@media screen and (max-width: 800px) {
.live-company-list li														{ width:calc(33.3% - 10px); border-radius:12px; margin-left:15px; }
.live-company-list li:nth-child(4)									{ margin-top:14px; margin-left:0; }
.live-company-list li:nth-child(5)									{ margin-top:14px; }
}

@media screen and (max-width: 550px) {
.live-company-list li														{ width:calc(33.3% - 6px); border-radius:10px; margin-left:9px; }
.live-company-list li:nth-child(4)									{ margin-top:10px; }
.live-company-list li:nth-child(5)									{ margin-top:10px; }
}

@media screen and (max-width: 400px) {
.live-company-list li														{ width:calc(50% - 6px); border-radius:8px; margin-left:12px; }
.live-company-list li:nth-child(3)									{ margin-top:10px; margin-left:0; }
.live-company-list li:nth-child(4)									{ margin-top:10px; margin-left:12px; }
.live-company-list li:nth-child(5)									{ margin-top:10px; margin-left:0; }
}



