.gamedownload-wapper {
    position: relative;
    width: 100%;
    margin-top: 65px;
}
.gamedownload-wapper .labelIcon ul li .colorBox i {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    margin-top: calc(40% - 1.2rem);
    right: 0;
    background-position-x: center;
}
.gamedownload-wapper .labelIcon ul li .colorBox p {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    margin-top: 40%;
    line-height: 65px;
    color: #fff;
    right: 0;
}
.gamedownload-wapper .labelIcon ul li .dl-info{
    position: absolute;
    margin: 0 auto;
    bottom: 58%;
    left: 8%;
    color: #fff;
    z-index: 1;
}
.iconKIS {
    background: url("../images/game_download/EnterImg/kis.png") no-repeat center center;
    background-size: contain;
    width: 57px;
    height: 35px;
}
.iconGW {
    background: url("../images/game_download/EnterImg/gw.png") no-repeat center center;
    background-size: contain;
    width: 57px;
    height: 45px;
}
@media (min-width:767px) {
    .labelIcon ul li .colorBox p{
        margin-top: 45%;
    }
    .icon918Kiss{
        height: 45px;
    }
    .gamedownload-wapper .labelIcon ul li .dl-info{
        bottom: 55%;
        left: 5%;
    }
}