.Nu95r {}

body {
    background-color: #efefef;
}

.IFuOkc {
    display: table-cell;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.Nu95r {
    background-image: url(https://cdn.smobgame.com/template/bungno/bg1.png);
    max-width: 1920px;
    margin: 0 auto 0 auto;
    height: 400px;
    /* background-repeat: no-repeat; */
    background-size: 100%;
    background-position: top center;
    overflow: hidden;
    position: relative;
}

.bgm {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    TOP: 0;
    left: 0;
    background-color: #ffffff69;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #685146;
}

.navTop {
    width: 100%;
    height: 70px;
    background-color: #63350dde;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 70px;
    font-size: 20px;
    z-index: 6;
    padding-left: 20px;
}

.navTop--2 {
    background-color: #63350d00;
}

.game2 {
    color: #000 !important;
}

.navInner {
    width: 90%;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.linkItem {
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
}

.linkItem--2 {
    color: #000;
}

.linkItem:hover {
    color: #fff;
    text-decoration: none;
}

.textC {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    color: #43322a;
}

iframe {
    height: 900px;
}

.download {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.download .img {
    background-image: url(https://cdn.smobgame.com/template/bungno/bg2.png);
    width: 600px;
    height: 400px;
    background-size: 100%;
    background-position: top center;
}

.bgTop {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff63;
}

.boxDow .btnDownload--ios {
    width: 260px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(https://cdn.smobgame.com/templates/images/ios1.svg);
    display: block;
    margin-bottom: 20px;
}

.boxDow .btnDownload--adr {
    width: 260px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(https://cdn.smobgame.com/templates/images/android.svg);
    display: block;
}

.content {
    width: 1000px;
    margin: 30px auto 30px auto;
}

.content--2 {
    background-color: #fff;
    padding: 47px 15px 10px 15px;
}

@media(max-width:1024px) {
    .Nu95r {
        width: 100%;
    }
    .content {
        width: 90%;
    }
    .download .img {
        width: 400px;
        height: 356px;
    }
}

@media(max-width:640px) {
    .Nu95r {
        width: 100%;
        height: 23vh;
    }
    iframe {
        height: 995px;
    }
    .content {
        width: 100%;
    }
    .textC {
        font-size: 20px;
        margin-top: 20%;
    }
    .navTop {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    .download .img {
        width: 90%;
        height: 167px;
        margin: 0 auto;
    }
    .boxDow {
        display: flex;
        width: 340px;
        margin: 18px auto 0 auto;
        justify-content: space-between;
    }
    .btnDownload--ios {
        width: 160px !important;
        height: 50px !important;
    }
    .btnDownload--adr {
        width: 160px !important;
        height: 50px !important;
    }
    .download {
        flex-direction: column;
    }
}