/*@font-face {*/
/*    font-family: "roboto";*/
/*    src: url("../fonts/roboto.woff2") format("woff2");*/
/*    font-weight: normal;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: "robotoB";*/
/*    src: url("../fonts/robotoB.woff2") format("woff2");*/
/*    font-weight: normal;*/
/*    font-style: normal*/
/*}*/

@font-face {
    font-family: "atf_dragonball84";
    src: url("../fonts/atf_dragonball84.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "atf_dragonball85";
    src: url("../fonts/atf_dragonball.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

/*.froboto {*/
/*    font-family: "roboto"*/
/*}*/

/*.frobotoB {*/
/*    font-family: "robotoB"*/
/*}*/

.fatf_dragonball84 {
    font-family: "atf_dragonball84"
}

.fatf_dragonball85 {
    font-family: "atf_dragonball85"
}

/*a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {*/
/*    border: 0;*/
/*    font-family: inherit;*/
/*    font-size: 100%;*/
/*    font-style: inherit;*/
/*    font-weight: inherit;*/
/*    margin: 0;*/
/*    outline: 0;*/
/*    padding: 0;*/
/*    vertical-align: baseline*/
/*}*/

/*:focus {*/
/*    outline: 0*/
/*}*/

/*ol, ul {*/
/*    list-style: none*/
/*}*/

/*table {*/
/*    border-collapse: separate;*/
/*    border-spacing: 0*/
/*}*/

/*caption, td, th {*/
/*    font-weight: normal;*/
/*    text-align: left*/
/*}*/

/*blockquote:after, blockquote:before, q:after, q:before {*/
/*    content: ""*/
/*}*/

/*blockquote, q {*/
/*    quotes: "" ""*/
/*}*/

/*a img {*/
/*    border: 0*/
/*}*/

/*figure {*/
/*    margin: 0*/
/*}*/

/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {*/
/*    display: block*/
/*}*/

/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {*/
/*    display: block*/
/*}*/

/*ol, ul {*/
/*    list-style: none*/
/*}*/

/*blockquote, q {*/
/*    quotes: none*/
/*}*/

/*blockquote:after, blockquote:before, q:after, q:before {*/
/*    content: "";*/
/*    content: none*/
/*}*/

/*table {*/
/*    border-collapse: collapse;*/
/*    border-spacing: 0*/
/*}*/

/*a:focus, a:hover, a:hover p, select:active, select:focus, select:hover {*/
/*    text-decoration: none;*/
/*    outline: none !important*/
/*}*/

/*a, a:link {*/
/*    text-decoration: none;*/
/*    outline: none !important;*/
/*    color: #fff*/
/*}*/

/*.clearfix:after {*/
/*    content: "";*/
/*    visibility: hidden;*/
/*    display: table;*/
/*    clear: both*/
/*}*/

/*::-webkit-input-placeholder {*/
/*    color: #ffffff;*/
/*    font-family: "atf_dragonball84";*/
/*    font-size: clamp(15px, 3vw, 20px)*/
/*}*/

/*::-moz-placeholder {*/
/*    color: #ffffff;*/
/*    font-family: "atf_dragonball84";*/
/*    font-size: clamp(15px, 3vw, 20px)*/
/*}*/

/*:-ms-input-placeholder {*/
/*    color: #ffffff;*/
/*    font-family: "atf_dragonball84";*/
/*    font-size: clamp(15px, 3vw, 20px)*/
/*}*/

/*::-ms-input-placeholder {*/
/*    color: #ffffff;*/
/*    font-family: "atf_dragonball84";*/
/*    font-size: clamp(15px, 3vw, 20px)*/
/*}*/

/*::placeholder {*/
/*    color: #ffffff;*/
/*    font-family: "atf_dragonball84";*/
/*    font-size: clamp(15px, 3vw, 20px)*/
/*}*/

/*:-ms-input-placeholder {*/
/*    color: #ffffff;*/
/*    font-family: "atf_dragonball84";*/
/*    font-size: clamp(15px, 3vw, 20px)*/
/*}*/

/*::-ms-input-placeholder {*/
/*    color: #ffffff;*/
/*    font-family: "atf_dragonball84";*/
/*    font-size: clamp(15px, 3vw, 20px)*/
/*}*/

/**, .box_sizing_border_box {*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box*/
/*}*/

/*.a100 {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block*/
/*}*/

/*.c-p, .c-pointer, .cp {*/
/*    cursor: pointer*/
/*}*/

.p-r, .pr {
    position: relative
}

.p-a, .pa {
    position: absolute
}

/*.w100percent {*/
/*    width: 100%*/
/*}*/

.m__inline {
    margin-left: auto;
    margin-right: auto
}

.dFlex, .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aCenter, .act {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jCenter, .jct {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fCl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

button, input, select {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0
}

input, select {
    font-family: "atf_dragonball84";
    font-size: clamp(15px, 3vw, 20px);
    color: #ffffff
}

.tUpper, .tup {
    text-transform: uppercase
}

.tUnder {
    text-decoration: underline
}

.tCenter, .tct {
    text-align: center
}

/*.f-left {*/
/*    float: left*/
/*}*/

/*.f-right {*/
/*    float: right*/
/*}*/

/*.img-res {*/
/*    max-width: 100%;*/
/*    width: auto;*/
/*    height: auto*/
/*}*/

/*.c-white, .cWhite {*/
/*    color: #ffffff !important*/
/*}*/

.c-black, .cBlack {
    color: #000 !important
}

/*.cPage {*/
/*    color: #542e18 !important*/
/*}*/

.cRed {
    color: #cd3838 !important
}

/*.cYellow {*/
/*    color: #ffae00 !important*/
/*}*/

/*.cOrange {*/
/*    color: #ff9600 !important*/
/*}*/

/*.cBlue {*/
/*    color: #334baa !important*/
/*}*/

/*.link-under {*/
/*    text-decoration: underline !important*/
/*}*/

/*.t-shadow {*/
/*    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3)*/
/*}*/

/*.t-shadow-red {*/
/*    text-shadow: 0px 3px 0px rgb(204, 70, 30)*/
/*}*/

/*@-webkit-keyframes zoomInOut {*/
/*    0% {*/
/*        -webkit-transform: scale(0.95);*/
/*        transform: scale(0.95)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: scale(1.05);*/
/*        transform: scale(1.05)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(0.95);*/
/*        transform: scale(0.95)*/
/*    }*/
/*}*/

/*@keyframes zoomInOut {*/
/*    0% {*/
/*        -webkit-transform: scale(0.95);*/
/*        transform: scale(0.95)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: scale(1.05);*/
/*        transform: scale(1.05)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(0.95);*/
/*        transform: scale(0.95)*/
/*    }*/
/*}*/

/*@-webkit-keyframes glowing {*/
/*    0% {*/
/*        background-color: #B20000;*/
/*        -webkit-box-shadow: 0 0 3px #B20000*/
/*    }*/
/*    50% {*/
/*        background-color: #FF0000;*/
/*        -webkit-box-shadow: 0 0 40px #FF0000*/
/*    }*/
/*    to {*/
/*        background-color: #B20000;*/
/*        -webkit-box-shadow: 0 0 3px #B20000*/
/*    }*/
/*}*/

/*@keyframes glowing {*/
/*    0% {*/
/*        background-color: #B20000;*/
/*        -webkit-box-shadow: 0 0 3px #B20000*/
/*    }*/
/*    50% {*/
/*        background-color: #FF0000;*/
/*        -webkit-box-shadow: 0 0 40px #FF0000*/
/*    }*/
/*    to {*/
/*        background-color: #B20000;*/
/*        -webkit-box-shadow: 0 0 3px #B20000*/
/*    }*/
/*}*/

/*@-webkit-keyframes rock-boat {*/
/*    0% {*/
/*        -webkit-transform: rotate(0) translateY(0);*/
/*        transform: rotate(0) translateY(0)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: rotate(-7deg) translateY(-5px);*/
/*        transform: rotate(-7deg) translateY(-5px)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: rotate(0) translateY(0);*/
/*        transform: rotate(0) translateY(0)*/
/*    }*/
/*}*/

/*@keyframes rock-boat {*/
/*    0% {*/
/*        -webkit-transform: rotate(0) translateY(0);*/
/*        transform: rotate(0) translateY(0)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: rotate(-7deg) translateY(-5px);*/
/*        transform: rotate(-7deg) translateY(-5px)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: rotate(0) translateY(0);*/
/*        transform: rotate(0) translateY(0)*/
/*    }*/
/*}*/

/*@-webkit-keyframes move {*/
/*    0% {*/
/*        -webkit-transform: translate(0px, 0px);*/
/*        transform: translate(0px, 0px)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translate(0px, 5px);*/
/*        transform: translate(0px, 5px)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: translate(0px, 0px);*/
/*        transform: translate(0px, 0px)*/
/*    }*/
/*}*/

/*@keyframes move {*/
/*    0% {*/
/*        -webkit-transform: translate(0px, 0px);*/
/*        transform: translate(0px, 0px)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translate(0px, 5px);*/
/*        transform: translate(0px, 5px)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: translate(0px, 0px);*/
/*        transform: translate(0px, 0px)*/
/*    }*/
/*}*/

/*@-webkit-keyframes tada {*/
/*    0% {*/
/*        -webkit-transform: scale3d(1, 1, 1);*/
/*        transform: scale3d(1, 1, 1)*/
/*    }*/
/*    10%, 20% {*/
/*        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);*/
/*        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)*/
/*    }*/
/*    30%, 50%, 70%, 90% {*/
/*        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);*/
/*        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)*/
/*    }*/
/*    40%, 60%, 80% {*/
/*        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);*/
/*        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale3d(1, 1, 1);*/
/*        transform: scale3d(1, 1, 1)*/
/*    }*/
/*}*/

/*@keyframes tada {*/
/*    0% {*/
/*        -webkit-transform: scale3d(1, 1, 1);*/
/*        transform: scale3d(1, 1, 1)*/
/*    }*/
/*    10%, 20% {*/
/*        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);*/
/*        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)*/
/*    }*/
/*    30%, 50%, 70%, 90% {*/
/*        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);*/
/*        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)*/
/*    }*/
/*    40%, 60%, 80% {*/
/*        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);*/
/*        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale3d(1, 1, 1);*/
/*        transform: scale3d(1, 1, 1)*/
/*    }*/
/*}*/

/*html.root__page {*/
/*    scroll-behavior: smooth;*/
/*    overflow-x: hidden;*/
/*    font-size: 62.5%*/
/*}*/

/*body.wpage {*/
/*    font-family: "atf_dragonball84";*/
/*    font-size: 1.6rem;*/
/*    line-height: 1.5;*/
/*    color: #fff;*/
/*    background-color: #eaeaea;*/
/*    min-height: 100vh;*/
/*    margin-inline: auto;*/
/*    overflow-x: hidden !important*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    body.wpage {*/
/*        background-image: url("../images/full__big.jpg");*/
/*        background-image: -webkit-image-set(url("../images/full__big.webp") 1x, url("../images/full__big.jpg") 1x);*/
/*        background-image: image-set(url("../images/full__big.webp") 1x, url("../images/full__big.jpg") 1x);*/
/*        background-repeat: no-repeat;*/
/*        background-size: 100% auto;*/
/*        background-position: center top*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    body.wpage {*/
/*        background-image: url("../images/sm__full.jpg");*/
/*        background-image: -webkit-image-set(url("../images/sm__full.webp") 1x, url("../images/sm__full.jpg") 1x);*/
/*        background-image: image-set(url("../images/sm__full.webp") 1x, url("../images/sm__full.jpg") 1x);*/
/*        background-repeat: no-repeat;*/
/*        background-size: 100% auto;*/
/*        background-position: center top*/
/*    }*/
/*}*/

/*.limit__game {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    margin-inline: auto*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .limit__game {*/
/*        max-width: 60.9375vw*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .hidden__mobile {*/
/*        display: none !important*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .hidden__PC {*/
/*        display: none !important*/
/*    }*/
/*}*/

/*.link-hv.active .img-hv, .link-hv:hover .img-hv {*/
/*    display: inline-block*/
/*}*/

/*.link-hv .img-ac, .link-hv .img-hv {*/
/*    width: 100%*/
/*}*/

/*.link-hv .img-hv {*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0*/
/*}*/

/*.btn-tranY {*/
/*    -webkit-transition: all 0.25s;*/
/*    transition: all 0.25s*/
/*}*/

/*.btn-tranY.active, .btn-tranY:hover {*/
/*    -webkit-transform: translateY(-4px);*/
/*    transform: translateY(-4px)*/
/*}*/

/*.btn-Zoom {*/
/*    -webkit-transition: all 0.25s;*/
/*    transition: all 0.25s*/
/*}*/

/*.btn-Zoom.active, .btn-Zoom:hover {*/
/*    -webkit-transform: scale(1.1) !important;*/
/*    transform: scale(1.1) !important*/
/*}*/

/*.mt-1per {*/
/*    margin-top: 1%*/
/*}*/

/*.mt-2per {*/
/*    margin-top: 2%*/
/*}*/

.mt-3per {
    margin-top: 3%
}

/*.mt-4per {*/
/*    margin-top: 4%*/
/*}*/

/*@media only screen and (max-width: 667px) {*/
/*    .btn-img-hv {*/
/*        width: 60%*/
/*    }*/
/*}*/

/*.btn-img-hv .img-ac, .btn-img-hv .img-hv {*/
/*    width: 100%*/
/*}*/

/*.btn-img-hv .img-hv {*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0*/
/*}*/

/*.btn-img-hv:hover .img-hv {*/
/*    display: inline*/
/*}*/

/*.btn-page {*/
/*    width: 160px;*/
/*    height: 43px*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .btn-page {*/
/*        width: 271px;*/
/*        height: 72px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .pagination {*/
/*        margin-top: 1.0416666667vw*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .pagination {*/
/*        margin-top: 1.3333333333vw*/
/*    }*/
/*}*/

/*.pagination ul {*/
/*    text-align: center*/
/*}*/

/*.pagination ul li {*/
/*    display: inline-block;*/
/*    width: 4.6666666667vw;*/
/*    height: 4.6666666667vw;*/
/*    line-height: 4.6666666667vw;*/
/*    background: #262d38;*/
/*    font-size: 1.1rem;*/
/*    border-radius: 0.8vw;*/
/*    margin: 0 0.2666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .pagination ul li {*/
/*        margin-top: 0.5208333333vw;*/
/*        width: 2.0833333333vw;*/
/*        height: 2.0833333333vw;*/
/*        line-height: 2.0833333333vw;*/
/*        font-size: 1.0416666667vw;*/
/*        border-radius: 0.3125vw*/
/*    }*/
/*}*/

/*.pagination ul li a {*/
/*    color: #fff*/
/*}*/

/*.pagination ul li.active, .pagination ul li:hover {*/
/*    background: #ef7f2d*/
/*}*/

/*.pagination ul li.active a, .pagination ul li:hover a {*/
/*    color: #fff*/
/*}*/

/*.slick-custom-dots .slick-dots {*/
/*    bottom: -25%*/
/*}*/

/*.slick-custom-dots .slick-dots li {*/
/*    background: #fff;*/
/*    border-radius: 10px;*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    margin: 0 3px*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .slick-custom-dots .slick-dots li {*/
/*        margin: 0 5px*/
/*    }*/
/*}*/

/*.slick-custom-dots .slick-dots li.slick-active {*/
/*    background: #ffc333*/
/*}*/

/*.slick-custom-dots .slick-dots li button {*/
/*    width: 14px;*/
/*    height: 14px*/
/*}*/

/*.slick-custom-dots .slick-dots li button:before {*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    content: ""*/
/*}*/

/*.slick-custom-dots.slick-dot-black .slick-dots li {*/
/*    background: #fff*/
/*}*/

/*.slick-arrow {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background: url(../images/arrow-left.png) no-repeat center center;*/
/*    background-size: contain;*/
/*    z-index: 2*/
/*}*/

/*.slick-arrow:focus, .slick-arrow:hover {*/
/*    background: url(../images/arrow-left.png) no-repeat center center;*/
/*    background-size: contain*/
/*}*/

/*.slick-arrow.slick-disabled {*/
/*    background: transparent*/
/*}*/

/*.slick-arrow:before {*/
/*    content: ""*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    .slick-arrow {*/
/*        width: 100px;*/
/*        height: 100px*/
/*    }*/
/*}*/

/*.slick-arrow.slick-prev {*/
/*    left: -11%*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    .slick-arrow.slick-prev {*/
/*        left: 7%*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .slick-arrow.slick-prev {*/
/*        left: 16%*/
/*    }*/
/*}*/

/*.slick-arrow.slick-next:not(.slick-disabled) {*/
/*    right: -11%;*/
/*    background: url(../images/arrow-right.png) no-repeat center center;*/
/*    background-size: contain*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    .slick-arrow.slick-next:not(.slick-disabled) {*/
/*        right: 7%*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .slick-arrow.slick-next:not(.slick-disabled) {*/
/*        right: 15%*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1920px) {*/
/*    .slick-arrow.slick-next:not(.slick-disabled) {*/
/*        right: 19%*/
/*    }*/
/*}*/

/*@-webkit-keyframes fade-in-bottom {*/
/*    0% {*/
/*        -webkit-transform: translateY(30px);*/
/*        transform: translateY(30px);*/
/*        opacity: 0*/
/*    }*/
/*    to {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        opacity: 1*/
/*    }*/
/*}*/

/*@keyframes fade-in-bottom {*/
/*    0% {*/
/*        -webkit-transform: translateY(30px);*/
/*        transform: translateY(30px);*/
/*        opacity: 0*/
/*    }*/
/*    to {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        opacity: 1*/
/*    }*/
/*}*/

/*@-webkit-keyframes scaleIn {*/
/*    0%, to {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*}*/

/*@keyframes scaleIn {*/
/*    0%, to {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*}*/

/*@-webkit-keyframes scaleIn2 {*/
/*    0%, to {*/
/*        -webkit-transform: scale(1) translateX(-50%);*/
/*        transform: scale(1) translateX(-50%);*/
/*        -webkit-transform-origin: center;*/
/*        transform-origin: center*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: scale(1.1) translateX(-50%);*/
/*        transform: scale(1.1) translateX(-50%);*/
/*        -webkit-transform-origin: center;*/
/*        transform-origin: center*/
/*    }*/
/*}*/

/*@keyframes scaleIn2 {*/
/*    0%, to {*/
/*        -webkit-transform: scale(1) translateX(-50%);*/
/*        transform: scale(1) translateX(-50%);*/
/*        -webkit-transform-origin: center;*/
/*        transform-origin: center*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: scale(1.1) translateX(-50%);*/
/*        transform: scale(1.1) translateX(-50%);*/
/*        -webkit-transform-origin: center;*/
/*        transform-origin: center*/
/*    }*/
/*}*/

/*.out-hv {*/
/*    -webkit-transition: all 0.5s;*/
/*    transition: all 0.5s*/
/*}*/

/*.out-hv:hover {*/
/*    -webkit-transform: translateY(-8px);*/
/*    transform: translateY(-8px)*/
/*}*/

/*.header__2 {*/
/*    z-index: 8;*/
/*    width: 100%;*/
/*    height: 11.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .header__2 {*/
/*        height: auto*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .header__2 {*/
/*        background: #011747;*/
/*        position: fixed*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .header__2 .limit__game__header {*/
/*        width: 56.25vw*/
/*    }*/
/*}*/

/*.header__2 .menHeader__2 {*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    -webkit-box-align: start;*/
/*    -ms-flex-align: start;*/
/*    align-items: flex-start*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .header__2 .menHeader__2 {*/
/*        padding-inline: 1.3333333333vw*/
/*    }*/
/*}*/

/*.header__2 .lgoIcon__ .bannergame, .header__2 .lgoIcon__ .lgo__ {*/
/*    width: 20vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .header__2 .lgoIcon__ .bannergame, .header__2 .lgoIcon__ .lgo__ {*/
/*        width: 14.53125vw*/
/*    }*/
/*}*/

/*.header__2 .lgoIcon__ .lgo__ {*/
/*    margin-top: 1.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .header__2 .lgoIcon__ .lgo__ {*/
/*        margin-top: 1.5625vw*/
/*    }*/
/*}*/

/*.header__2 .regTop__chi {*/
/*    gap: 1.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .header__2 .regTop__chi {*/
/*        gap: 0.0520833333vw*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .header__2 .regTop__chi {*/
/*        height: 10.6666666667vw*/
/*    }*/
/*}*/

/*.header__2 .regTop__chi .txtLeft__fxb {*/
/*    margin-top: 2.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .header__2 .regTop__chi .txtLeft__fxb {*/
/*        margin-top: 0vw*/
/*    }*/
/*}*/

/*.header__2 .regTop__chi .txtLeft__fxb img {*/
/*    width: 53.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .header__2 .regTop__chi .txtLeft__fxb img {*/
/*        width: 26.3020833333vw*/
/*    }*/
/*}*/

/*.header__2 .regTop__chi .btnRegSFSS__ {*/
/*    width: 22.6666666667vw;*/
/*    height: 8vw;*/
/*    font-size: 2.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .header__2 .regTop__chi .btnRegSFSS__ {*/
/*        width: 11.9791666667vw;*/
/*        height: 3.6458333333vw;*/
/*        font-size: 1.1979166667vw*/
/*    }*/
/*}*/

/*.footer__game {*/
/*    width: 100%;*/
/*    padding: 5.3333333333vw 0 5.3333333333vw;*/
/*    text-align: center;*/
/*    color: #222222;*/
/*    font-size: 2.6666666667vw;*/
/*    line-height: 1.5*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .footer__game {*/
/*        padding: 1.8229166667vw 0 1.8229166667vw;*/
/*        font-size: 0.8333333333vw;*/
/*        margin-top: 5.2083333333vw*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .footer__game {*/
/*        padding-bottom: 17.3333333333vw*/
/*    }*/
/*}*/

/*.footer__game .listLinkFGFt {*/
/*    gap: 5.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .footer__game .listLinkFGFt {*/
/*        gap: 3.6458333333vw*/
/*    }*/
/*}*/

/*.footer__game .listLinkFGFt img {*/
/*    width: 17.7333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .footer__game .listLinkFGFt img {*/
/*        width: 6.9270833333vw*/
/*    }*/
/*}*/

/*.footer-link-privacy {*/
/*    margin-bottom: 10px*/
/*}*/

/*.footer-link-privacy a {*/
/*    color: #222222;*/
/*    text-decoration: none*/
/*}*/

/*.footer-link-privacy a:hover {*/
/*    color: #222222*/
/*}*/

/*.footer__game p {*/
/*    margin-bottom: 6px*/
/*}*/

/*.footer__game-inner {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    position: relative;*/
/*    margin: 0 auto;*/
/*    margin-top: 4vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .footer__game-inner {*/
/*        width: 52.0833333333vw;*/
/*        margin-top: 2.6041666667vw*/
/*    }*/
/*}*/

/*.ftace__ace {*/
/*    position: absolute;*/
/*    display: block;*/
/*    text-indent: -999em;*/
/*    background: url(../images/footer/vmge.png) 0 0 no-repeat;*/
/*    background-size: contain;*/
/*    left: 0;*/
/*    top: -0.5208333333vw;*/
/*    width: 5.7291666667vw;*/
/*    height: 2.8645833333vw*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .ftace__ace {*/
/*        position: inherit;*/
/*        top: 0;*/
/*        margin: 0 auto 1.3333333333vw;*/
/*        width: 26.6666666667vw;*/
/*        height: 9.3333333333vw*/
/*    }*/
/*}*/

/*.footer__game-18 {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 7.2916666667vw*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .footer__game-18 {*/
/*        width: 18.6666666667vw;*/
/*        display: block;*/
/*        position: relative;*/
/*        left: 50%;*/
/*        margin-top: 1.3333333333vw;*/
/*        -webkit-transform: translateX(-50%);*/
/*        transform: translateX(-50%)*/
/*    }*/
/*}*/

/*.asdLinkMb {*/
/*    position: fixed;*/
/*    top: auto;*/
/*    bottom: 20%;*/
/*    right: 0;*/
/*    z-index: 9*/
/*}*/

/*.asdLinkMb img {*/
/*    width: 23.7333333333vw;*/
/*    display: block*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .asdLinkMb img {*/
/*        width: 9.2708333333vw*/
/*    }*/
/*}*/

/*.w100per {*/
/*    width: 100%*/
/*}*/

/*.h100per {*/
/*    height: 100%*/
/*}*/

/*.left0 {*/
/*    left: 0*/
/*}*/

/*.top0 {*/
/*    top: 0*/
/*}*/

/*.fs1424px {*/
/*    font-size: clamp(1.4rem, 4vw, 2.4rem)*/
/*}*/

/*.btnScaleAni {*/
/*    -webkit-animation: scaleIn 0.7s linear infinite;*/
/*    animation: scaleIn 0.7s linear infinite*/
/*}*/

/*.btnScaleAni2 {*/
/*    -webkit-animation: scaleIn2 0.7s linear infinite;*/
/*    animation: scaleIn2 0.7s linear infinite*/
/*}*/

/*@media only screen and (max-width: 1199px) {*/
/*    .box_game {*/
/*        padding-top: 20%;*/
/*        padding-bottom: 9%*/
/*    }*/
/*}*/

/*.tsdBlack {*/
/*    text-shadow: 2px 0 0 #000, -1px 0 0 #000, 0 2px 0 #000, 0 -1px 0 #000, 2px 2px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000*/
/*}*/

/*.tsdWhite {*/
/*    text-shadow: 2px 0 0 #fff, -1px 0 0 #fff, 0 2px 0 #fff, 0 -1px 0 #fff, 2px 2px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff*/
/*}*/

/*.tsdYellow {*/
/*    text-shadow: 2px 0 0 #fddb18, -1px 0 0 #fddb18, 0 2px 0 #fddb18, 0 -1px 0 #fddb18, 2px 2px #fddb18, -1px -1px 0 #fddb18, 1px -1px 0 #fddb18, -1px 1px 0 #fddb18*/
/*}*/

/*.tsdRed {*/
/*    text-shadow: 2px 0 0 #982724, -1px 0 0 #982724, 0 2px 0 #982724, 0 -1px 0 #982724, 2px 2px #982724, -1px -1px 0 #982724, 1px -1px 0 #982724, -1px 1px 0 #fddb18*/
/*}*/

/*.tsdPage {*/
/*    text-shadow: 1px 2px 0 #814826*/
/*}*/

/*.titSection__ {*/
/*    font-size: 5.6vw;*/
/*    width: 78vw;*/
/*    height: 14.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .titSection__ {*/
/*        font-size: 2.1875vw;*/
/*        width: 30.46875vw;*/
/*        height: 5.7291666667vw*/
/*    }*/
/*}*/

/*.titSection__.show__ {*/
/*    background-image: url("../images/tired/bgTit.png");*/
/*    background-image: -webkit-image-set(url("../images/tired/bgTit.webp") 1x, url("../images/tired/bgTit.png") 1x);*/
/*    background-image: image-set(url("../images/tired/bgTit.webp") 1x, url("../images/tired/bgTit.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.titSection__ .stt___ {*/
/*    color: #000;*/
/*    font-size: 6.4vw;*/
/*    width: 13.7333333333vw;*/
/*    height: 100%*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .titSection__ .stt___ {*/
/*        width: 5.3645833333vw;*/
/*        font-size: 2.5vw*/
/*    }*/
/*}*/

/*.titSection__ .nameTit__ {*/
/*    padding-left: 4.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .titSection__ .nameTit__ {*/
/*        padding-left: 1.8229166667vw*/
/*    }*/
/*}*/

/*.btnBgAll {*/
/*    background: url(../images/bg-img-all.png) no-repeat center center;*/
/*    background-size: 100% 100%*/
/*}*/

.btnYellow.show__ {
    background-image: url("../images/btn/btnYellow.png");
    background-image: -webkit-image-set(url("../images/btn/btnYellow.webp") 1x, url("../images/btn/btnYellow.png") 1x);
    background-image: image-set(url("../images/btn/btnYellow.webp") 1x, url("../images/btn/btnYellow.png") 1x);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.btnYellow:hover.show__ {
    background-image: url("../images/btn/btnYellow__hv.png");
    background-image: -webkit-image-set(url("../images/btn/btnYellow__hv.webp") 1x, url("../images/btn/btnYellow__hv.png") 1x);
    background-image: image-set(url("../images/btn/btnYellow__hv.webp") 1x, url("../images/btn/btnYellow__hv.png") 1x);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.btnBlue.show__ {
    background-image: url("../images/btn/btnBlue.png");
    background-image: -webkit-image-set(url("../images/btn/btnBlue.webp") 1x, url("../images/btn/btnBlue.png") 1x);
    background-image: image-set(url("../images/btn/btnBlue.webp") 1x, url("../images/btn/btnBlue.png") 1x);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.btnBlue:hover.show__ {
    background-image: url("../images/btn/btnBlue__hv.png");
    background-image: -webkit-image-set(url("../images/btn/btnBlue__hv.webp") 1x, url("../images/btn/btnBlue__hv.png") 1x);
    background-image: image-set(url("../images/btn/btnBlue__hv.webp") 1x, url("../images/btn/btnBlue__hv.png") 1x);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

/*.btnGet.show__ {*/
/*    background-image: url("../images/btn/btnGet.png");*/
/*    background-image: -webkit-image-set(url("../images/btn/btnGet.webp") 1x, url("../images/btn/btnGet.png") 1x);*/
/*    background-image: image-set(url("../images/btn/btnGet.webp") 1x, url("../images/btn/btnGet.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

.bgRed {
    background-image: -webkit-image-set(url("../images/bgRed.png") 1x);
    background-image: image-set(url("../images/bgRed.png") 1x);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bgBlue {
    background-image: -webkit-image-set(url("../images/bgBlue.png") 1x);
    background-image: image-set(url("../images/bgBlue.png") 1x);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bgBlack {
    background: #000
}

/*.bgBlack2 {*/
/*    background: #424242*/
/*}*/

/*.bgInput {*/
/*    background: url(../images/modal/bgInput.png) no-repeat center center;*/
/*    background-size: 100% 100%*/
/*}*/

/*.img-hv .in-img-hv {*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: 0*/
/*}*/

/*.img-hv.active .in-img-hv, .img-hv:hover .in-img-hv {*/
/*    opacity: 1*/
/*}*/

/*@media only screen and (max-width: 1199px) {*/
/*    .list-img {*/
/*        width: 90%*/
/*    }*/
/*}*/

/*.list-img .thumb-img {*/
/*    background: url(../images/bg-img.png) no-repeat center center;*/
/*    background-size: 100% 100%*/
/*}*/

/*@media only screen and (max-width: 1199px) {*/
/*    .list-img .thumb-img {*/
/*        width: 15vw;*/
/*        height: 15vw*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    .list-img .thumb-img {*/
/*        width: 100px;*/
/*        height: 100px*/
/*    }*/
/*}*/

/*.list-img .thumb-img img {*/
/*    width: 90%;*/
/*    width: auto;*/
/*    max-width: 90%*/
/*}*/

/*.list-img .thumb-img .sl {*/
/*    line-height: 1;*/
/*    background: rgba(0, 0, 0, 0.6);*/
/*    padding: 2px;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    font-size: clamp(1rem, 2vw, 1.4rem)*/
/*}*/

/*#videoBgMb, #videoBgPC {*/
/*    position: absolute;*/
/*    top: 0*/
/*}*/

/*#videoBgMb {*/
/*    width: 100%;*/
/*    top: 20px*/
/*}*/

/*#videoBgPC {*/
/*    width: 100vw;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%)*/
/*}*/

/*.front__game {*/
/*    margin-top: 2.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .front__game {*/
/*        margin-top: 1.5625vw*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lg__front {*/
/*        text-align: left*/
/*    }*/
/*}*/

/*.lg__front .imgLg__frt {*/
/*    width: 37.2vw;*/
/*    height: 23.4666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lg__front .imgLg__frt {*/
/*        width: 14.53125vw;*/
/*        height: 9.1666666667vw*/
/*    }*/
/*}*/

/*.grLink__front__ {*/
/*    width: 77.3333333333vw;*/
/*    margin-top: 104vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .grLink__front__ {*/
/*        margin-top: 33.3333333333vw;*/
/*        width: 46.3541666667vw*/
/*    }*/
/*}*/

/*.grLink__front__ .linkStore__ {*/
/*    font-size: 3.4666666667vw;*/
/*    width: 34.1333333333vw;*/
/*    height: 10.4vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .grLink__front__ .linkStore__ {*/
/*        width: 13.3333333333vw;*/
/*        height: 4.0625vw;*/
/*        font-size: 1.3541666667vw*/
/*    }*/
/*}*/

/*.grLink__front__ .linkStore__regsss {*/
/*    -webkit-animation: scaleIn 0.7s linear infinite;*/
/*    animation: scaleIn 0.7s linear infinite*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .grLink__front__ .linkStore__regsss {*/
/*        -webkit-animation: scaleIn2 0.7s linear infinite;*/
/*        animation: scaleIn2 0.7s linear infinite*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .grLink__front__ .linkReg__now {*/
/*        margin-inline: auto;*/
/*        margin-bottom: 4vw*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .grLink__front__ .linkReg__now {*/
/*        position: absolute;*/
/*        left: 50%;*/
/*        -webkit-transform: translateX(-50%);*/
/*        transform: translateX(-50%)*/
/*    }*/
/*}*/

/*.grLink__front__ .twoLinkStore__ {*/
/*    gap: 4vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .grLink__front__ .twoLinkStore__ {*/
/*        -webkit-box-pack: justify;*/
/*        -ms-flex-pack: justify;*/
/*        justify-content: space-between;*/
/*        gap: 1.5625vw*/
/*    }*/
/*}*/

/*.grLink__front__ .linkReg__store {*/
/*    gap: 1.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .grLink__front__ .linkReg__store {*/
/*        gap: 0.5208333333vw*/
/*    }*/
/*}*/

/*.grLink__front__ .linkReg__store .iconStore__ {*/
/*    width: 5.7333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .grLink__front__ .linkReg__store .iconStore__ {*/
/*        width: 2.2395833333vw*/
/*    }*/
/*}*/

/*.grLink__front__ .linkReg__store .tNameStore__ {*/
/*    color: #c95e12;*/
/*    line-height: 1.1*/
/*}*/

/*.grLink__front__ .linkReg__store .tNameStore__ .tsmstore__ {*/
/*    font-size: 2.9333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .grLink__front__ .linkReg__store .tNameStore__ .tsmstore__ {*/
/*        font-size: 1.1458333333vw*/
/*    }*/
/*}*/

/*@-webkit-keyframes zoomIcon {*/
/*    0% {*/
/*        -webkit-transform: scale(1, 1);*/
/*        transform: scale(1, 1)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: scale(1.1, 1.1);*/
/*        transform: scale(1.1, 1.1)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(1, 1);*/
/*        transform: scale(1, 1)*/
/*    }*/
/*}*/

/*@keyframes zoomIcon {*/
/*    0% {*/
/*        -webkit-transform: scale(1, 1);*/
/*        transform: scale(1, 1)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: scale(1.1, 1.1);*/
/*        transform: scale(1.1, 1.1)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(1, 1);*/
/*        transform: scale(1, 1)*/
/*    }*/
/*}*/

/*@-webkit-keyframes imgScrDown {*/
/*    0%, to {*/
/*        -webkit-transform: translateY(-3px);*/
/*        transform: translateY(-3px)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translateY(3px);*/
/*        transform: translateY(3px)*/
/*    }*/
/*}*/

/*@keyframes imgScrDown {*/
/*    0%, to {*/
/*        -webkit-transform: translateY(-3px);*/
/*        transform: translateY(-3px)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translateY(3px);*/
/*        transform: translateY(3px)*/
/*    }*/
/*}*/

/*.all__ {*/
/*    margin-top: 12vw*/
/*}*/

@media only screen and (min-width: 992px) {
    .all__ {
        margin-top: 3.2083333333vw
    }
}

.numreg__ {
    color: #ffb400;
    font-size: 2.8vw;
    width: 60vw;
    height: 8vw;
    margin-bottom: 5.2083333333vw
}

@media only screen and (min-width: 992px) {
    .numreg__ {
        font-size: 1.09375vw;
        width: 23.4375vw;
        height: 3.125vw;
        margin-bottom: 4.2083333333vw
    }
}

.numreg__.show__ {
    background-image: url("../images/all/bgNumReg__.png");
    background-image: -webkit-image-set(url("../images/all/bgNumReg__.webp") 1x, url("../images/all/bgNumReg__.png") 1x);
    background-image: image-set(url("../images/all/bgNumReg__.webp") 1x, url("../images/all/bgNumReg__.png") 1x);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.allMoc__ {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 4.6666666667vw
}

@media only screen and (min-width: 992px) {
    .allMoc__ {
        margin-top: 1.8229166667vw;
        width: 59.4791666667vw
    }
}

.allMoc__ .line__all {
    width: 98.9333333333vw;
    height: 2.8vw;
    left: 0;
    top: 1.3333333333vw
}

@media only screen and (min-width: 992px) {
    .allMoc__ .line__all {
        width: 59.4791666667vw;
        height: 1.09375vw;
        top: 0.625vw
    }
}

.allMoc__ .line__all.show__ {
    background-image: url("../images/all/bgLine1__.png");
    background-image: -webkit-image-set(url("../images/all/bgLine1__.webp") 1x, url("../images/all/bgLine1__.png") 1x);
    background-image: image-set(url("../images/all/bgLine1__.webp") 1x, url("../images/all/bgLine1__.png") 1x);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

@media only screen and (min-width: 992px) {
    .allMoc__ .line__all.show__ {
        background-image: url("../images/all/bgLine1__.png");
        background-image: -webkit-image-set(url("../images/all/bgLine1__.webp") 1x, url("../images/all/bgLine1__.png") 1x);
        background-image: image-set(url("../images/all/bgLine1__.webp") 1x, url("../images/all/bgLine1__.png") 1x);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center
    }
}

.allMoc__ .eaAllMoc__.active .numMoc__ {
    color: #ff4f01
}

.allMoc__ .eaAllMoc__ .dotStt__ img {
    width: 5.3333333333vw
}

@media only screen and (min-width: 992px) {
    .allMoc__ .eaAllMoc__ .dotStt__ img {
        width: 2.3958333333vw
    }
}

.allMoc__ .eaAllMoc__ .numMoc__ {
    color: #636363;
    font-size: 3.7333333333vw
}

@media only screen and (min-width: 992px) {
    .allMoc__ .eaAllMoc__ .numMoc__ {
        font-size: 1.5625vw
    }
}

/*.allMoc__ .eaAllMoc__ .thumOut__img {*/
/*    margin-top: 0.6666666667vw;*/
/*    width: 18.6666666667vw;*/
/*    height: 18.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .allMoc__ .eaAllMoc__ .thumOut__img {*/
/*        margin-top: 0.2604166667vw;*/
/*        width: 7.5vw;*/
/*        height: 7.5vw*/
/*    }*/
/*}*/

/*.allMoc__ .eaAllMoc__ .thumOut__img.show__ {*/
    /*background-image: url("../images/all/boxOut.png");*/
    /*background-image: -webkit-image-set(url("../images/all/boxOut.webp") 1x, url("../images/all/boxOut.png") 1x);*/
    /*background-image: image-set(url("../images/all/boxOut.webp") 1x, url("../images/all/boxOut.png") 1x);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    /*background-position: center center*/
/*}*/

/*.allMoc__ .eaAllMoc__ .thumIn__img {*/
/*    width: 12.6666666667vw;*/
/*    height: 12.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .allMoc__ .eaAllMoc__ .thumIn__img {*/
/*        width: 5.3125vw;*/
/*        height: 5.46875vw*/
/*    }*/
/*}*/

/*.allMoc__ .eaAllMoc__ .thumIn__img img {*/
/*    width: auto;*/
/*    height: auto;*/
/*    max-width: 90%;*/
/*    max-height: 90%*/
/*}*/

/*.allMoc__ .eaAllMoc__ .thumIn__img__1.show__ {*/
/*    background-image: url("../images/all/boxIn1.png");*/
/*    background-image: -webkit-image-set(url("../images/all/boxIn1.webp") 1x, url("../images/all/boxIn1.png") 1x);*/
/*    background-image: image-set(url("../images/all/boxIn1.webp") 1x, url("../images/all/boxIn1.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.allMoc__ .eaAllMoc__ .thumIn__img__2.show__ {*/
/*    background-image: url("../images/all/boxIn2.png");*/
/*    background-image: -webkit-image-set(url("../images/all/boxIn2.webp") 1x, url("../images/all/boxIn2.png") 1x);*/
/*    background-image: image-set(url("../images/all/boxIn2.webp") 1x, url("../images/all/boxIn2.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.allMoc__ .eaAllMoc__ .thumIn__img__3.show__ {*/
/*    background-image: url("../images/all/boxIn3.png");*/
/*    background-image: -webkit-image-set(url("../images/all/boxIn3.webp") 1x, url("../images/all/boxIn3.png") 1x);*/
/*    background-image: image-set(url("../images/all/boxIn3.webp") 1x, url("../images/all/boxIn3.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.allMoc__ .eaAllMoc__ .thumIn__img__4.show__ {*/
/*    background-image: url("../images/all/boxIn4.png");*/
/*    background-image: -webkit-image-set(url("../images/all/boxIn4.webp") 1x, url("../images/all/boxIn4.png") 1x);*/
/*    background-image: image-set(url("../images/all/boxIn4.webp") 1x, url("../images/all/boxIn4.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.allMoc__ .eaAllMoc__ .thumIn__img__5.show__ {*/
/*    background-image: url("../images/all/boxIn5.png");*/
/*    background-image: -webkit-image-set(url("../images/all/boxIn5.webp") 1x, url("../images/all/boxIn5.png") 1x);*/
/*    background-image: image-set(url("../images/all/boxIn5.webp") 1x, url("../images/all/boxIn5.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.allMoc__ .eaAllMoc__ .thumIn__img__5 img {*/
/*    width: auto;*/
/*    height: auto;*/
/*    max-width: 100%;*/
/*    max-height: 100%*/
/*}*/

.not__all {
    color: #ff4f01;
    font-size: 2.1333333333vw;
    margin-top: 3.3333333333vw
}

@media only screen and (min-width: 992px) {
    .not__all {
        font-size: 0.8333333333vw;
        margin-top: 1.3020833333vw
    }
}

.reg__ {
    margin-top: 17.3333333333vw
}

/*@media only screen and (min-width: 992px) {*/
/*    .reg__ {*/
/*        margin-top: 7.2916666667vw*/
/*    }*/
/*}*/

/*.menReg__ {*/
/*    margin-top: 2.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menReg__ {*/
/*        margin-top: 3.6458333333vw;*/
/*        width: 60.9375vw;*/
/*        height: 32.03125vw*/
/*    }*/
/*}*/

/*.menReg__:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    pointer-events: none*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menReg__.show__:before {*/
/*        background-image: url("../images/reg/bg__big.png");*/
/*        background-image: -webkit-image-set(url("../images/reg/bg__big.webp") 1x, url("../images/reg/bg__big.png") 1x);*/
/*        background-image: image-set(url("../images/reg/bg__big.webp") 1x, url("../images/reg/bg__big.png") 1x);*/
/*        background-repeat: no-repeat;*/
/*        background-size: 100% 100%;*/
/*        background-position: center center;*/
/*        width: 86.0416666667vw;*/
/*        height: 40.8333333333vw;*/
/*        left: -15.1041666667vw;*/
/*        top: -6.25vw*/
/*    }*/
/*}*/

/*.menIn__reg {*/
/*    width: 87.7333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg {*/
/*        width: 34.2708333333vw;*/
/*        margin-left: 21.3541666667vw;*/
/*        padding-top: 1.8229166667vw*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .menIn__reg {*/
/*        margin-inline: auto*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ {*/
/*    width: 87.7333333333vw;*/
/*    height: 35.7333333333vw;*/
/*    padding-top: 1.3333333333vw;*/
/*    margin-bottom: 1.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ {*/
/*        width: 34.2708333333vw;*/
/*        height: 13.9583333333vw;*/
/*        padding-top: 0.5208333333vw;*/
/*        margin-bottom: 0.78125vw*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .menIn__reg .eaReg__ {*/
/*        position: relative;*/
/*        z-index: 4*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__.show__ {*/
/*    background-image: url("../images/reg/bgEa__.png");*/
/*    background-image: -webkit-image-set(url("../images/reg/bgEa__.webp") 1x, url("../images/reg/bgEa__.png") 1x);*/
/*    background-image: image-set(url("../images/reg/bgEa__.webp") 1x, url("../images/reg/bgEa__.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.menIn__reg .eaReg__ .titReg__ {*/
/*    height: 9.3333333333vw;*/
/*    gap: 1.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .titReg__ {*/
/*        height: 3.6458333333vw;*/
/*        gap: 0.5208333333vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .titReg__ .imgTiaset {*/
/*    width: 6.9333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .titReg__ .imgTiaset {*/
/*        width: 2.7083333333vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .titReg__ .imgTiaset2 {*/
/*    width: 5.4666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .titReg__ .imgTiaset2 {*/
/*        width: 2.1354166667vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .titReg__ .natitReg__ {*/
/*    font-size: 4vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .titReg__ .natitReg__ {*/
/*        font-size: 1.5625vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .ctGift__reg {*/
/*    width: 84vw;*/
/*    height: 23.3333333333vw;*/
/*    gap: 2vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .ctGift__reg {*/
/*        width: 32.8125vw;*/
/*        height: 9.1145833333vw;*/
/*        gap: 0.78125vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .ctGift__reg .lstGift__reg {*/
/*    gap: 1.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .ctGift__reg .lstGift__reg {*/
/*        gap: 0.5208333333vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .ctGift__reg .lstGift__reg .eaGreg__ {*/
/*    width: 18.2666666667vw;*/
/*    height: 18.2666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .ctGift__reg .lstGift__reg .eaGreg__ {*/
/*        width: 7.1354166667vw;*/
/*        height: 7.1354166667vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .ctGift__reg .lstGift__reg .eaGreg__ img {*/
/*    width: auto;*/
/*    height: auto;*/
/*    max-width: 88%;*/
/*    max-height: 88%*/
/*}*/

/*.menIn__reg .eaReg__ .ctGift__reg .lstGift__reg .name__ssr {*/
/*    bottom: 0;*/
/*    text-shadow: 1px 2px 1px #000;*/
/*    background: rgba(0, 0, 0, 0.3);*/
/*    width: 100%;*/
/*    left: 0;*/
/*    font-size: 2.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .ctGift__reg .lstGift__reg .name__ssr {*/
/*        font-size: 1.0416666667vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .ctGift__reg .linkaCtion__store {*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    gap: 1.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .ctGift__reg .linkaCtion__store {*/
/*        gap: 0.5208333333vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .ctGift__reg .linkaCtion__store .linkStore__ {*/
/*    border-radius: 10px;*/
/*    background: #000;*/
/*    width: 24.6666666667vw;*/
/*    height: 8.2666666667vw;*/
/*    font-size: 1.7333333333vw;*/
/*    gap: 1.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .ctGift__reg .linkaCtion__store .linkStore__ {*/
/*        width: 9.6354166667vw;*/
/*        height: 3.2291666667vw;*/
/*        font-size: 0.6770833333vw;*/
/*        gap: 0.5208333333vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .ctGift__reg .linkaCtion__store .linkStore__ .iconStore__ {*/
/*    width: 4.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .ctGift__reg .linkaCtion__store .linkStore__ .iconStore__ {*/
/*        width: 1.8229166667vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .ctGift__reg .linkaCtion__store .linkStore__ .tNameStore__ {*/
/*    line-height: 1.2*/
/*}*/

/*.menIn__reg .eaReg__ .ctGift__reg .linkaCtion__store .linkStore__ .tNameStore__ .tBigstore__ {*/
/*    font-size: 2.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .ctGift__reg .linkaCtion__store .linkStore__ .tNameStore__ .tBigstore__ {*/
/*        font-size: 1.0416666667vw*/
/*    }*/
/*}*/

/*.menIn__reg .eaReg__ .ctGift__reg .linkFb__reg {*/
/*    width: 28vw;*/
/*    height: 8.8vw;*/
/*    font-size: 4vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menIn__reg .eaReg__ .ctGift__reg .linkFb__reg {*/
/*        width: 10.9375vw;*/
/*        height: 3.4375vw;*/
/*        font-size: 1.5625vw*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .outJoin__reg {*/
/*        width: 87.7333333333vw;*/
/*        height: 34vw;*/
/*        margin-top: 8vw;*/
/*        padding-left: 48vw;*/
/*        padding-top: 10vw*/
/*    }*/
/*}*/

/*.outJoin__reg:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    pointer-events: none*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .outJoin__reg.show__:before {*/
/*        background-image: url("../images/reg/bg__big1.png");*/
/*        background-image: -webkit-image-set(url("../images/reg/bg__big1.webp") 1x, url("../images/reg/bg__big1.png") 1x);*/
/*        background-image: image-set(url("../images/reg/bg__big1.webp") 1x, url("../images/reg/bg__big1.png") 1x);*/
/*        background-repeat: no-repeat;*/
/*        background-size: 100% 100%;*/
/*        background-position: center center;*/
/*        width: 100vw;*/
/*        height: 59.6vw;*/
/*        left: -6.6666666667vw;*/
/*        top: -20vw*/
/*    }*/
/*}*/

/*.outJoin__reg .btnJoin__reg {*/
/*    width: 32.6666666667vw;*/
/*    height: 10vw;*/
/*    font-size: 3.7333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .outJoin__reg .btnJoin__reg {*/
/*        width: 12.7604166667vw;*/
/*        height: 3.90625vw;*/
/*        font-size: 1.4583333333vw;*/
/*        position: absolute;*/
/*        left: -14.5833333333vw;*/
/*        bottom: 1.0416666667vw*/
/*    }*/
/*}*/

/*.game__ {*/
/*    margin-top: 22.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .game__ {*/
/*        margin-top: 9.1145833333vw*/
/*    }*/
/*}*/

.actGame__hello {
    gap: 1.3333333333vw;
    margin-top: 0.6666666667vw
}

@media only screen and (min-width: 992px) {
    .actGame__hello {
        gap: 1.0416666667vw;
        margin-top: 1.0416666667vw
    }
}

@media only screen and (max-width: 991px) {
    .actGame__hello {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.actGame__hello .lstactGame__ {
    gap: 2.6666666667vw
}

@media only screen and (min-width: 992px) {
    .actGame__hello .lstactGame__ {
        gap: 1.0416666667vw
    }
}

.actGame__hello .lstactGame__ .eabtnActgame__ {
    width: 23.7333333333vw;
    height: 7.3333333333vw;
    font-size: 3.3333333333vw;
    gap: 1.3333333333vw
}

@media only screen and (min-width: 992px) {
    .actGame__hello .lstactGame__ .eabtnActgame__ {
        width: 9.2708333333vw;
        height: 2.8645833333vw;
        font-size: 1.3020833333vw;
        gap: 0.5208333333vw
    }
}

.actGame__hello .helloUser__ {
    width: 41.6vw;
    height: 7.0666666667vw;
    font-size: 2vw;
    gap: 1.3333333333vw
}

@media only screen and (min-width: 992px) {
    .actGame__hello .helloUser__ {
        width: 16.25vw;
        height: 2.7604166667vw;
        font-size: 0.78125vw;
        gap: 0.5208333333vw
    }
}

.actGame__hello .helloUser__.show__ {
    background-image: url("../images/game/bgHello.png");
    background-image: -webkit-image-set(url("../images/game/bgHello.webp") 1x, url("../images/game/bgHello.png") 1x);
    background-image: image-set(url("../images/game/bgHello.webp") 1x, url("../images/game/bgHello.png") 1x);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.actGame__hello .helloUser__ .nameUs__ {
    color: #334baa
}

.actGame__hello .helloUser__ .linkOut__ {
    color: #e7241b
}

/*.menGame__ {*/
/*    width: 100vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menGame__ {*/
/*        width: 68.2291666667vw*/
/*    }*/
/*}*/

/*.menRada__ {*/
/*    margin-top: 4vw;*/
/*    width: 87.7333333333vw;*/
/*    height: 87.6vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menRada__ {*/
/*        margin-top: 1.3020833333vw;*/
/*        width: 34.2708333333vw;*/
/*        height: 34.21875vw*/
/*    }*/
/*}*/

/*.menRada__.show__ {*/
/*    background-image: url("../images/game/bgRada__.png");*/
/*    background-image: -webkit-image-set(url("../images/game/bgRada__.webp") 1x, url("../images/game/bgRada__.png") 1x);*/
/*    background-image: image-set(url("../images/game/bgRada__.webp") 1x, url("../images/game/bgRada__.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.menRada__ .lstNgocsang__ {*/
/*    pointer-events: none;*/
/*    width: 64.2666666667vw;*/
/*    height: 64.2666666667vw;*/
/*    margin-top: 11.6vw;*/
/*    margin-left: 11.6vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menRada__ .lstNgocsang__ {*/
/*        width: 25.1041666667vw;*/
/*        height: 25.1041666667vw;*/
/*        margin-top: 4.53125vw;*/
/*        margin-left: 4.53125vw*/
/*    }*/
/*}*/

/*.menRada__ .lstNgocsang__ .eaNgsang__ {*/
/*    background: #ffa810;*/
/*    border-radius: 50%;*/
/*    width: 3.2vw;*/
/*    height: 3.2vw;*/
/*    -webkit-animation: ngocsang 2s linear infinite;*/
/*    animation: ngocsang 2s linear infinite*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menRada__ .lstNgocsang__ .eaNgsang__ {*/
/*        width: 1.25vw;*/
/*        height: 1.25vw*/
/*    }*/
/*}*/

/*.menRada__ .lstNgocsang__ .eaNgsang__1 {*/
/*    left: 11.6vw;*/
/*    top: 35.8666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menRada__ .lstNgocsang__ .eaNgsang__1 {*/
/*        left: 4.53125vw;*/
/*        top: 14.0104166667vw*/
/*    }*/
/*}*/

/*.menRada__ .lstNgocsang__ .eaNgsang__2 {*/
/*    -webkit-animation-delay: 0.2s;*/
/*    animation-delay: 0.2s;*/
/*    left: 15.3333333333vw;*/
/*    top: 18.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menRada__ .lstNgocsang__ .eaNgsang__2 {*/
/*        left: 5.9895833333vw;*/
/*        top: 7.2916666667vw*/
/*    }*/
/*}*/

/*.menRada__ .lstNgocsang__ .eaNgsang__3 {*/
/*    -webkit-animation-delay: 0.4s;*/
/*    animation-delay: 0.4s;*/
/*    left: 22vw;*/
/*    top: 46.2666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menRada__ .lstNgocsang__ .eaNgsang__3 {*/
/*        left: 8.59375vw;*/
/*        top: 18.0729166667vw*/
/*    }*/
/*}*/

/*.menRada__ .lstNgocsang__ .eaNgsang__4 {*/
/*    -webkit-animation-delay: 0.6s;*/
/*    animation-delay: 0.6s;*/
/*    left: 25.3333333333vw;*/
/*    top: 15.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menRada__ .lstNgocsang__ .eaNgsang__4 {*/
/*        left: 9.8958333333vw;*/
/*        top: 5.9895833333vw*/
/*    }*/
/*}*/

/*.menRada__ .lstNgocsang__ .eaNgsang__5 {*/
/*    -webkit-animation-delay: 0.8s;*/
/*    animation-delay: 0.8s;*/
/*    left: 42vw;*/
/*    top: 6.9333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menRada__ .lstNgocsang__ .eaNgsang__5 {*/
/*        left: 16.40625vw;*/
/*        top: 2.7083333333vw*/
/*    }*/
/*}*/

/*.menRada__ .lstNgocsang__ .eaNgsang__6 {*/
/*    -webkit-animation-delay: 1s;*/
/*    animation-delay: 1s;*/
/*    left: 42.4vw;*/
/*    top: 42.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menRada__ .lstNgocsang__ .eaNgsang__6 {*/
/*        left: 16.5625vw;*/
/*        top: 16.6666666667vw*/
/*    }*/
/*}*/

/*.menRada__ .lstNgocsang__ .eaNgsang__7 {*/
/*    -webkit-animation-delay: 1.2s;*/
/*    animation-delay: 1.2s;*/
/*    left: 49.7333333333vw;*/
/*    top: 25.2vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menRada__ .lstNgocsang__ .eaNgsang__7 {*/
/*        left: 19.4270833333vw;*/
/*        top: 9.84375vw*/
/*    }*/
/*}*/

/*.menRada__ .bg__quet {*/
/*    pointer-events: none;*/
/*    -webkit-transition: all 0.2s;*/
/*    transition: all 0.2s;*/
/*    -webkit-animation: rada 3.5s linear infinite;*/
/*    animation: rada 3.5s linear infinite;*/
/*    width: 64.2666666667vw;*/
/*    height: 64.2666666667vw;*/
/*    margin-top: 11.6vw;*/
/*    margin-left: 11.6vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menRada__ .bg__quet {*/
/*        width: 25.1041666667vw;*/
/*        height: 25.1041666667vw;*/
/*        margin-top: 4.53125vw;*/
/*        margin-left: 4.53125vw*/
/*    }*/
/*}*/

/*.menRada__ .bg__quet.show__ {*/
/*    background-image: url("../images/game/bgQuet__.png");*/
/*    background-image: -webkit-image-set(url("../images/game/bgQuet__.webp") 1x, url("../images/game/bgQuet__.png") 1x);*/
/*    background-image: image-set(url("../images/game/bgQuet__.webp") 1x, url("../images/game/bgQuet__.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.lstNr__img {*/
/*    pointer-events: none;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0*/
/*}*/

/*.lstNr__img .imgNgrong__1 {*/
/*    width: 14vw;*/
/*    left: 4vw;*/
/*    top: 79.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstNr__img .imgNgrong__1 {*/
/*        width: 7.5vw;*/
/*        left: 6.5104166667vw;*/
/*        top: 25.2604166667vw*/
/*    }*/
/*}*/

/*.lstNr__img .imgNgrong__2 {*/
/*    width: 9.0666666667vw;*/
/*    left: 13.3333333333vw;*/
/*    top: 8vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstNr__img .imgNgrong__2 {*/
/*        width: 4.53125vw;*/
/*        left: 15vw;*/
/*        top: 2.0833333333vw*/
/*    }*/
/*}*/

/*.lstNr__img .imgNgrong__3 {*/
/*    width: 9.0666666667vw;*/
/*    right: 1.3333333333vw;*/
/*    top: 34vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstNr__img .imgNgrong__3 {*/
/*        width: 4.53125vw;*/
/*        right: 5.2083333333vw;*/
/*        top: 7.03125vw*/
/*    }*/
/*}*/

/*.lstNr__img .imgNgrong__4 {*/
/*    width: 9.0666666667vw;*/
/*    left: 10vw;*/
/*    top: 62.9333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstNr__img .imgNgrong__4 {*/
/*        width: 4.53125vw;*/
/*        left: 9.6354166667vw;*/
/*        top: 14.5833333333vw*/
/*    }*/
/*}*/

/*.lstNr__img .imgNgrong__5 {*/
/*    width: 10.2666666667vw;*/
/*    right: 10.9333333333vw;*/
/*    top: 12vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstNr__img .imgNgrong__5 {*/
/*        width: 4.7916666667vw;*/
/*        right: 13.8020833333vw;*/
/*        top: 1.0416666667vw*/
/*    }*/
/*}*/

/*.lstNr__img .imgNgrong__6 {*/
/*    width: 12.5333333333vw;*/
/*    left: 1.3333333333vw;*/
/*    top: 26vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstNr__img .imgNgrong__6 {*/
/*        width: 6.4583333333vw;*/
/*        left: 0.5208333333vw;*/
/*        top: 5.9895833333vw*/
/*    }*/
/*}*/

/*.lstNr__img .imgNgrong__7 {*/
/*    width: 15.3333333333vw;*/
/*    right: 7.3333333333vw;*/
/*    top: 72.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstNr__img .imgNgrong__7 {*/
/*        width: 8.8541666667vw;*/
/*        right: 0.5208333333vw;*/
/*        top: 23.6979166667vw*/
/*    }*/
/*}*/

/*.numCl__game {*/
/*    font-size: 2.6666666667vw;*/
/*    margin-top: -8vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .numCl__game {*/
/*        margin-top: -3.125vw;*/
/*        font-size: 1.0416666667vw*/
/*    }*/
/*}*/

/*.lstbtPlay__ {*/
/*    margin-top: 0.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstbtPlay__ {*/
/*        margin-top: 0.2604166667vw*/
/*    }*/
/*}*/

/*.lstbtPlay__ .btnplaygame__ {*/
/*    width: 38vw;*/
/*    height: 12vw;*/
/*    font-size: 4.4vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstbtPlay__ .btnplaygame__ {*/
/*        width: 14.84375vw;*/
/*        height: 4.6875vw;*/
/*        font-size: 1.71875vw*/
/*    }*/
/*}*/

/*@-webkit-keyframes ngocsang {*/
/*    0%, to {*/
/*        background: #fff000;*/
/*        -webkit-filter: drop-shadow(0px 0px 8px #fff000);*/
/*        filter: drop-shadow(0px 0px 8px #fff000)*/
/*    }*/
/*    50% {*/
/*        background: #ffa810;*/
/*        -webkit-filter: drop-shadow(0px 0px 8px #ffa810);*/
/*        filter: drop-shadow(0px 0px 8px #ffa810)*/
/*    }*/
/*}*/

/*@keyframes ngocsang {*/
/*    0%, to {*/
/*        background: #fff000;*/
/*        -webkit-filter: drop-shadow(0px 0px 8px #fff000);*/
/*        filter: drop-shadow(0px 0px 8px #fff000)*/
/*    }*/
/*    50% {*/
/*        background: #ffa810;*/
/*        -webkit-filter: drop-shadow(0px 0px 8px #ffa810);*/
/*        filter: drop-shadow(0px 0px 8px #ffa810)*/
/*    }*/
/*}*/

/*@-webkit-keyframes rada {*/
/*    to {*/
/*        -webkit-transform: rotate(360deg);*/
/*        transform: rotate(360deg)*/
/*    }*/
/*}*/

/*@keyframes rada {*/
/*    to {*/
/*        -webkit-transform: rotate(360deg);*/
/*        transform: rotate(360deg)*/
/*    }*/
/*}*/

/*.gift__ {*/
/*    margin-top: 17.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .gift__ {*/
/*        margin-top: 6.25vw*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menGift__ {*/
/*        width: 72.9166666667vw*/
/*    }*/
/*}*/

/*.menGift__ .helloUser__gift {*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    width: 37.8666666667vw;*/
/*    height: 18.9333333333vw;*/
/*    font-size: 2.2666666667vw;*/
/*    padding-left: 4vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menGift__ .helloUser__gift {*/
/*        width: 14.7916666667vw;*/
/*        height: 7.3958333333vw;*/
/*        font-size: 0.8854166667vw;*/
/*        padding-left: 1.5625vw;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        top: -6.7708333333vw*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .menGift__ .helloUser__gift {*/
/*        margin-top: 6.6666666667vw;*/
/*        margin-left: 44vw*/
/*    }*/
/*}*/

/*.menGift__ .helloUser__gift.show__ {*/
/*    background-image: url("../images/gift/bgHello__.png");*/
/*    background-image: -webkit-image-set(url("../images/gift/bgHello__.webp") 1x, url("../images/gift/bgHello__.png") 1x);*/
/*    background-image: image-set(url("../images/gift/bgHello__.webp") 1x, url("../images/gift/bgHello__.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.lstCibi__ {*/
/*    margin-top: 8vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstCibi__ {*/
/*        margin-top: 1.8229166667vw*/
/*    }*/
/*}*/

/*.lstCibi__ .eaChibi__ {*/
/*    width: 98vw;*/
/*    height: 23.3333333333vw;*/
/*    margin-bottom: 2vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstCibi__ .eaChibi__ {*/
/*        width: 47.8645833333vw;*/
/*        height: 11.25vw;*/
/*        margin-bottom: 1.0416666667vw*/
/*    }*/
/*}*/

/*.lstCibi__ .eaChibi__.show__ {*/
/*    background-image: url("../images/gift/bgLst.png");*/
/*    background-image: -webkit-image-set(url("../images/gift/bgLst.webp") 1x, url("../images/gift/bgLst.png") 1x);*/
/*    background-image: image-set(url("../images/gift/bgLst.webp") 1x, url("../images/gift/bgLst.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.lstCibi__ .eaChibi__ .name__chibi {*/
/*    width: 100%;*/
/*    height: 5.6vw;*/
/*    font-size: 3.7333333333vw;*/
/*    gap: 0 2vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstCibi__ .eaChibi__ .name__chibi {*/
/*        height: 2.6041666667vw;*/
/*        font-size: 1.4583333333vw;*/
/*        gap: 0 0.78125vw*/
/*    }*/
/*}*/

/*.lstCibi__ .eaChibi__ .name__chibi img {*/
/*    width: 4.8vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstCibi__ .eaChibi__ .name__chibi img {*/
/*        width: 1.875vw*/
/*    }*/
/*}*/

/*.lstCibi__ .eaChibi__ .lstIn__gbtn {*/
/*    width: 95.3333333333vw;*/
/*    height: 16.6666666667vw;*/
/*    gap: 2.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstCibi__ .eaChibi__ .lstIn__gbtn {*/
/*        width: 46.71875vw;*/
/*        height: 8.125vw;*/
/*        gap: 1.5625vw*/
/*    }*/
/*}*/

/*.lstCibi__ .eaChibi__ .lstIn__gbtn.show__ {*/
/*    background-image: url("../images/gift/bgIn__lst.png");*/
/*    background-image: -webkit-image-set(url("../images/gift/bgIn__lst.webp") 1x, url("../images/gift/bgIn__lst.png") 1x);*/
/*    background-image: image-set(url("../images/gift/bgIn__lst.webp") 1x, url("../images/gift/bgIn__lst.png") 1x);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position: center center*/
/*}*/

/*.lstCibi__ .eaChibi__ .lstIn__gbtn .btnGetGift {*/
/*    width: 26.6666666667vw;*/
/*    height: 8.2666666667vw;*/
/*    font-size: 4vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstCibi__ .eaChibi__ .lstIn__gbtn .btnGetGift {*/
/*        width: 13.0208333333vw;*/
/*        height: 3.90625vw;*/
/*        font-size: 1.8229166667vw*/
/*    }*/
/*}*/

/*.lstCibi__ .eaChibi__ .lstIn__gbtn .btnGetGift:not(.active) {*/
/*    -webkit-filter: grayscale(1);*/
/*    filter: grayscale(1)*/
/*}*/

/*.lstImg__chibi {*/
/*    gap: 2.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstImg__chibi {*/
/*        gap: 1.5625vw*/
/*    }*/
/*}*/

/*.lstImg__chibi .ieaChibi__img {*/
/*    border: 2px solid #c7c7c7;*/
/*    background: #009dff;*/
/*    width: 10.9333333333vw;*/
/*    height: 13.6vw;*/
/*    padding-top: 0.9333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstImg__chibi .ieaChibi__img {*/
/*        width: 5.3125vw;*/
/*        height: 6.7708333333vw;*/
/*        padding-top: 0.3645833333vw*/
/*    }*/
/*}*/

/*.lstImg__chibi .ieaChibi__img:not(.active) {*/
/*    -webkit-filter: grayscale(1);*/
/*    filter: grayscale(1)*/
/*}*/

/*.lstImg__chibi .ieaChibi__img .thumchibi__ {*/
/*    width: 9.3333333333vw;*/
/*    height: 9.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstImg__chibi .ieaChibi__img .thumchibi__ {*/
/*        width: 4.5833333333vw;*/
/*        height: 4.5833333333vw*/
/*    }*/
/*}*/

/*.lstImg__chibi .ieaChibi__img .thumchibi__ img {*/
/*    width: auto;*/
/*    height: auto;*/
/*    max-width: 100%;*/
/*    max-height: 100%*/
/*}*/

/*.lstImg__chibi .ieaChibi__img .name__chibi_char {*/
/*    background: rgba(0, 0, 0, 0.8);*/
/*    margin-top: 0.2666666667vw;*/
/*    width: 9.3333333333vw;*/
/*    height: 2.9333333333vw;*/
/*    font-size: 1.6vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstImg__chibi .ieaChibi__img .name__chibi_char {*/
/*        margin-top: 0.1041666667vw;*/
/*        width: 4.5833333333vw;*/
/*        height: 1.3020833333vw;*/
/*        font-size: 0.6770833333vw*/
/*    }*/
/*}*/

/*.___feature {*/
/*    position: relative;*/
/*    margin-top: 20vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .___feature {*/
/*        margin-top: 8.8541666667vw*/
/*    }*/
/*}*/

/*.lstFT__slide .eachFTSL__ {*/
/*    display: -webkit-box !important;*/
/*    display: -ms-flexbox !important;*/
/*    display: flex !important*/
/*}*/

/*.lstFT__slide .eachFTSL__ .imgMen__sl {*/
/*    width: 90.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstFT__slide .eachFTSL__ .imgMen__sl {*/
/*        width: 46.7708333333vw*/
/*    }*/
/*}*/

/*.lstFT__slide {*/
/*    width: 100%*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .lstFT__slide {*/
/*        margin-top: 2vw*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstFT__slide {*/
/*        margin-top: 1.0416666667vw;*/
/*        width: 83.3333333333vw*/
/*    }*/
/*}*/

/*.lstFT__slide .imgBG__FtSL {*/
/*    width: 93.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstFT__slide .imgBG__FtSL {*/
/*        width: 47.9166666667vw*/
/*    }*/
/*}*/

/*.lstFT__slide .eachFTSL__ {*/
/*    width: 53.3333333333vw;*/
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    transform: translate3d(0, 0, 0);*/
/*    transition: opacity 0.5s, -webkit-transform 0.5s;*/
/*    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;*/
/*    transition: transform 0.5s, opacity 0.5s;*/
/*    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;*/
/*    position: relative*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstFT__slide .eachFTSL__ {*/
/*        width: 26.0416666667vw !important*/
/*    }*/
/*}*/

/*.lstFT__slide .eachFTSL__.slick-sprev {*/
/*    -webkit-transform: translate3d(35%, 0, 0px) scale(0.9);*/
/*    transform: translate3d(35%, 0, 0px) scale(0.9)*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstFT__slide .eachFTSL__.slick-sprev {*/
/*        -webkit-transform: translate3d(70%, 0, 0px) scale(0.9);*/
/*        transform: translate3d(70%, 0, 0px) scale(0.9)*/
/*    }*/
/*}*/

/*.lstFT__slide .eachFTSL__.slick-snext {*/
/*    -webkit-transform: translate3d(-35%, 0, 0px) scale(0.9);*/
/*    transform: translate3d(-35%, 0, 0px) scale(0.9)*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstFT__slide .eachFTSL__.slick-snext {*/
/*        -webkit-transform: translate3d(-70%, 0, 0px) scale(0.9);*/
/*        transform: translate3d(-70%, 0, 0px) scale(0.9)*/
/*    }*/
/*}*/

/*.lstFT__slide .eachFTSL__.slick-current {*/
/*    z-index: 2*/
/*}*/

/*.lstFT__slide .eachFTSL__:not(.slick-current) {*/
/*    z-index: 1;*/
/*    -webkit-filter: brightness(0.4);*/
/*    filter: brightness(0.4)*/
/*}*/

/*.lstFT__slide .eachFTSL__:not(.slick-active) {*/
/*    opacity: 0*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstFT__slide .slick-list {*/
/*        padding: 0 2.6041666667vw !important*/
/*    }*/
/*}*/

/*.lstFT__slide .slick-arrow {*/
/*    width: 6.8vw;*/
/*    height: 14.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstFT__slide .slick-arrow {*/
/*        width: 2.65625vw;*/
/*        height: 5.7291666667vw*/
/*    }*/
/*}*/

/*.lstFT__slide .slick-arrow.slick-prev {*/
/*    left: 5.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstFT__slide .slick-arrow.slick-prev {*/
/*        left: 8.8541666667vw*/
/*    }*/
/*}*/

/*.lstFT__slide .slick-arrow.slick-next {*/
/*    right: 5.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .lstFT__slide .slick-arrow.slick-next {*/
/*        right: 8.8541666667vw*/
/*    }*/
/*}*/

/*.lstFT__slide .slick-dots {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    padding: 0.6666666667vw;*/
/*    bottom: -8vw*/
/*}*/

/*@media only screen and (min-width: 1150px) {*/
/*    .lstFT__slide .slick-dots {*/
/*        padding: 1.3333333333vw;*/
/*        bottom: -3.3854166667vw*/
/*    }*/
/*}*/

/*.lstFT__slide .slick-dots li {*/
/*    border-radius: 50%;*/
/*    background: url(../images/dot.png) no-repeat center center;*/
/*    background-size: contain;*/
/*    width: 3.8666666667vw;*/
/*    height: 3.8666666667vw;*/
/*    margin: 0 0.6666666667vw*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .lstFT__slide .slick-dots li {*/
/*        width: 1.5104166667vw;*/
/*        height: 1.5104166667vw;*/
/*        margin: 0 0.5208333333vw*/
/*    }*/
/*}*/

/*.lstFT__slide .slick-dots li.slick-active {*/
/*    background: url(../images/dot__sl.png) no-repeat center center;*/
/*    background-size: contain*/
/*}*/

/*.lstFT__slide .slick-dots li button {*/
/*    width: 0;*/
/*    height: 0;*/
/*    opacity: 0;*/
/*    display: none*/
/*}*/

/*.bottom__ {*/
/*    width: 100%*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .bottom__ {*/
/*        margin-top: 3.90625vw*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .bottom__ {*/
/*        width: 100%;*/
/*        position: fixed;*/
/*        z-index: 4;*/
/*        left: 0;*/
/*        bottom: 0*/
/*    }*/
/*}*/

/*.menBottom__ {*/
/*    gap: 1.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menBottom__ {*/
/*        gap: 0.5208333333vw;*/
/*        width: 44.2708333333vw;*/
/*        height: 4.84375vw*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .menBottom__ {*/
/*        width: 100vw;*/
/*        height: 14.6666666667vw*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menBottom__.show__ {*/
/*        background-image: url("../images/bottom/bgBt__2.png");*/
/*        background-image: -webkit-image-set(url("../images/bottom/bgBt__2.webp") 1x, url("../images/bottom/bgBt__2.png") 1x);*/
/*        background-image: image-set(url("../images/bottom/bgBt__2.webp") 1x, url("../images/bottom/bgBt__2.png") 1x);*/
/*        background-repeat: no-repeat;*/
/*        background-size: 100% 100%;*/
/*        background-position: center center*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .menBottom__.show__ {*/
/*        background-image: url("../images/bottom/bgBt__.png");*/
/*        background-image: -webkit-image-set(url("../images/bottom/bgBt__.webp") 1x, url("../images/bottom/bgBt__.png") 1x);*/
/*        background-image: image-set(url("../images/bottom/bgBt__.webp") 1x, url("../images/bottom/bgBt__.png") 1x);*/
/*        background-repeat: no-repeat;*/
/*        background-size: 100% 100%;*/
/*        background-position: center center*/
/*    }*/
/*}*/

/*.menBottom__ .imggift__bt {*/
/*    margin-top: 2vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menBottom__ .imggift__bt {*/
/*        margin-top: 0.78125vw*/
/*    }*/
/*}*/

/*.menBottom__ .imggift__bt img {*/
/*    width: 17.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menBottom__ .imggift__bt img {*/
/*        width: 6.0416666667vw*/
/*    }*/
/*}*/

/*.menBottom__ .imgFree__bt {*/
/*    margin-top: 2vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menBottom__ .imgFree__bt {*/
/*        margin-top: 0.78125vw*/
/*    }*/
/*}*/

/*.menBottom__ .imgFree__bt img {*/
/*    width: 44vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menBottom__ .imgFree__bt img {*/
/*        width: 16.09375vw*/
/*    }*/
/*}*/

/*.menBottom__ .btnReg__bt {*/
/*    color: #c95e12;*/
/*    font-size: 3.6vw;*/
/*    width: 29.3333333333vw;*/
/*    height: 10vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .menBottom__ .btnReg__bt {*/
/*        font-size: 1.0416666667vw;*/
/*        width: 9.1145833333vw;*/
/*        height: 2.8645833333vw;*/
/*        margin-left: 1.8229166667vw*/
/*    }*/
/*}*/

.modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11;
    color: #333333;
    backdrop-filter: blur(3px)
}

.modal.open {
    display: block
}

.modal .content-modal {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 96%;
    max-width: 711px
}

.modal .content-modal:after, .modal .content-modal:before {
    pointer-events: none;
    position: absolute;
    content: ""
}

.modal .wrapper-modal {
    background: url(../images/modal/bg-modal.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    min-height: 200px;
    padding: 3% 2% 5%;
    border-top: 0
}

@media only screen and (min-width: 768px) {
    .modal .wrapper-modal {
        min-height: 350px
    }
}

.modal .wrapper-modal:before {
    pointer-events: none;
    position: absolute;
    content: ""
}

.modal .wrapper-modal .ic_br, .modal .wrapper-modal .ic_tl {
    pointer-events: none
}

@media only screen and (max-width: 767px) {
    .modal .wrapper-modal .ic_br, .modal .wrapper-modal .ic_tl {
        width: 15vw
    }
}

.modal .wrapper-modal .ic_tl {
    left: -4%;
    top: 0
}

.modal .wrapper-modal .ic_br {
    right: -7%;
    bottom: 3%
}

.modal .main-modal {
    position: relative;
    z-index: 1
}

.modal .imgTop__Ct img {
    width: 104%
}

.modal .title-modal {
    color: #000;
    font-size: clamp(20px, 7vw, 38px);
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 15px
}

@media only screen and (min-width: 1024px) {
    .modal .title-modal {
        gap: 0 20px
    }
}

.modal .title-modal .imgLinePOp {
    width: 7vw;
    max-width: 33px
}

.modal .note {
    width: 80%;
    margin-top: 15px;
    font-size: clamp(1.3rem, 3.5vw, 1.8rem)
}

@media only screen and (min-width: 768px) {
    .modal .note {
        margin-top: 25px
    }
}

.modal .note a {
    color: #ffe138;
    text-decoration: underline
}

.modal .lnkStore__ {
    margin-top: 2%
}

.close_modal {
    position: absolute;
    background: url(../images/modal/close-modal.png) no-repeat center center;
    background-size: 100%;
    top: -28px;
    right: 0%;
    width: 30px;
    height: 27px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

@media only screen and (min-width: 768px) {
    .close_modal {
        width: 51px;
        height: 46px;
        top: 5px;
        right: -53px
    }
}

.close_modal-full {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1
}

#modal__confirm .helloUser, #modal__giftcode .helloUser, #modal__giftcode__moc .helloUser, #modal__login .helloUser, #modal__login2 .helloUser, #modal__mamoi .helloUser, #modal__server .helloUser {
    font-size: clamp(14px, 3vw, 20px);
    line-height: 1.3
}

#modal__confirm .noteEmail, #modal__giftcode .noteEmail, #modal__giftcode__moc .noteEmail, #modal__login .noteEmail, #modal__login2 .noteEmail, #modal__mamoi .noteEmail, #modal__server .noteEmail {
    font-size: clamp(10px, 2.7vw, 18px)
}

#modal__confirm .box-input, #modal__confirm .login-fb, #modal__giftcode .box-input, #modal__giftcode .login-fb, #modal__giftcode__moc .box-input, #modal__giftcode__moc .login-fb, #modal__login .box-input, #modal__login .login-fb, #modal__login2 .box-input, #modal__login2 .login-fb, #modal__mamoi .box-input, #modal__mamoi .login-fb, #modal__server .box-input, #modal__server .login-fb {
    width: 90%;
    max-width: 500px;
    height: 45px;
    line-height: 45px;
    font-size: clamp(17px, 4vw, 25px);
    margin-bottom: 2%
}

@media only screen and (min-width: 768px) {
    #modal__confirm .box-input, #modal__confirm .login-fb, #modal__giftcode .box-input, #modal__giftcode .login-fb, #modal__giftcode__moc .box-input, #modal__giftcode__moc .login-fb, #modal__login .box-input, #modal__login .login-fb, #modal__login2 .box-input, #modal__login2 .login-fb, #modal__mamoi .box-input, #modal__mamoi .login-fb, #modal__server .box-input, #modal__server .login-fb {
        height: 60px;
        line-height: 60px
    }
}

#modal__confirm .login-fb, #modal__giftcode .login-fb, #modal__giftcode__moc .login-fb, #modal__login .login-fb, #modal__login2 .login-fb, #modal__mamoi .login-fb, #modal__server .login-fb {
    margin-top: 3%;
    color: #915024
}

#modal__confirm .login-fb a, #modal__giftcode .login-fb a, #modal__giftcode__moc .login-fb a, #modal__login .login-fb a, #modal__login2 .login-fb a, #modal__mamoi .login-fb a, #modal__server .login-fb a {
    color: #000
}

#modal__confirm .box-input, #modal__giftcode .box-input, #modal__giftcode__moc .box-input, #modal__login .box-input, #modal__login2 .box-input, #modal__mamoi .box-input, #modal__server .box-input {
    font-size: clamp(20px, 5vw, 30px)
}

#modal__confirm .box-input input, #modal__giftcode .box-input input, #modal__giftcode__moc .box-input input, #modal__login .box-input input, #modal__login2 .box-input input, #modal__mamoi .box-input input, #modal__server .box-input input {
    color: #fff
}

#modal__confirm .btn-log, #modal__giftcode .btn-log, #modal__giftcode__moc .btn-log, #modal__login .btn-log, #modal__login2 .btn-log, #modal__mamoi .btn-log, #modal__server .btn-log {
    color: #fff5e1;
    font-size: clamp(14px, 5vw, 28px);
    width: 160px;
    height: 45px
}

@media only screen and (min-width: 768px) {
    #modal__confirm .btn-log, #modal__giftcode .btn-log, #modal__giftcode__moc .btn-log, #modal__login .btn-log, #modal__login2 .btn-log, #modal__mamoi .btn-log, #modal__server .btn-log {
        width: 220px;
        height: 65px
    }
}

#modal__login #agree {
    width: 30px;
    height: 30px
}

#modal__login .lstG_RegLLL__ {
    margin-bottom: 5%
}

#modal__login .lstG_RegLLL__ .name__gElres__ {
    font-size: clamp(13px, 3vw, 21px)
}

#modal__login .lstG_RegLLL__ .lstImg__reg__modal {
    gap: 0 10px;
    margin-top: 1%
}

@media only screen and (min-width: 768px) {
    #modal__login .lstG_RegLLL__ .lstImg__reg__modal {
        gap: 0 20px
    }
}

#modal__login .lstG_RegLLL__ .lstImg__reg__modal .eachImg__regModal {
    width: 13vw;
    height: 13vw;
    max-width: 110px;
    max-height: 110px
}

#modal__login .lstG_RegLLL__ .lstImg__reg__modal .eachImg__regModal img {
    width: auto;
    max-width: 90%
}

#modal__login .lstG_RegLLL__ .lstImg__reg__modal .eachImg__regModal .num {
    color: #fff;
    padding: 1px 2px;
    background: rgba(0, 0, 0, 0.5);
    font-size: clamp(5px, 1.5vw, 11px);
    right: 0;
    bottom: 0
}

#modal__email .main-modal {
    margin-top: 3%
}

#modal__confirm .listGiftCongrat, #modal__giftcode .listGiftCongrat, #modal__giftcode__moc .listGiftCongrat, #modal__giftcode__vip .listGiftCongrat, #modal__mamoi .listGiftCongrat {
    gap: 0 10px;
    margin-block: 2% 4%
}

#modal__confirm .boxGiftCode, #modal__giftcode .boxGiftCode, #modal__giftcode__moc .boxGiftCode, #modal__giftcode__vip .boxGiftCode, #modal__mamoi .boxGiftCode {
    margin-top: 3%
}

#modal__confirm #codeMamoi, #modal__confirm #myGiftcode, #modal__giftcode #codeMamoi, #modal__giftcode #myGiftcode, #modal__giftcode__moc #codeMamoi, #modal__giftcode__moc #myGiftcode, #modal__giftcode__vip #codeMamoi, #modal__giftcode__vip #myGiftcode, #modal__mamoi #codeMamoi, #modal__mamoi #myGiftcode {
    width: 100%;
    height: 100%
}

#modal__confirm .btn-copy, #modal__giftcode .btn-copy, #modal__giftcode__moc .btn-copy, #modal__giftcode__vip .btn-copy, #modal__mamoi .btn-copy {
    width: 38%;
    height: 40px;
    font-size: clamp(16px, 4vw, 28px)
}

@media only screen and (min-width: 992px) {
    #modal__confirm .btn-copy, #modal__giftcode .btn-copy, #modal__giftcode__moc .btn-copy, #modal__giftcode__vip .btn-copy, #modal__mamoi .btn-copy {
        width: 35%;
        height: 60px
    }
}

#modal__confirm .dlPopup, #modal__giftcode .dlPopup, #modal__giftcode__moc .dlPopup, #modal__giftcode__vip .dlPopup, #modal__mamoi .dlPopup {
    margin-top: 5%;
    gap: 0 10px
}

#modal__confirm .dlPopup .itDLPC img, #modal__giftcode .dlPopup .itDLPC img, #modal__giftcode__moc .dlPopup .itDLPC img, #modal__giftcode__vip .dlPopup .itDLPC img, #modal__mamoi .dlPopup .itDLPC img {
    width: 40vw;
    max-width: 201px
}

/*#modal__login2 .note, #modal__mamoi .note, #modal__server .note {*/
/*    width: 70%*/
/*}*/

/*#modal__login2 .form-control, #modal__mamoi .form-control, #modal__server .form-control {*/
/*    width: 80%;*/
/*    max-width: 460px;*/
/*    height: 45px;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: end;*/
/*    -ms-flex-align: end;*/
/*    align-items: flex-end;*/
/*    margin-bottom: 10px*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    #modal__login2 .form-control, #modal__mamoi .form-control, #modal__server .form-control {*/
/*        height: 55px;*/
/*        margin-bottom: 15px*/
/*    }*/
/*}*/

/*#modal__login2 .form-control input, #modal__login2 .form-control select, #modal__mamoi .form-control input, #modal__mamoi .form-control select, #modal__server .form-control input, #modal__server .form-control select {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    font-size: clamp(13px, 2.8vw, 20px)*/
/*}*/

/*#modal__login2 .form-control select, #modal__mamoi .form-control select, #modal__server .form-control select {*/
/*    padding-left: 5%;*/
/*    -moz-appearance: none;*/
/*    -webkit-appearance: none;*/
/*    appearance: none;*/
/*    background: url(../images/modal/icon-down.png) no-repeat 96% center;*/
/*    background-size: 4%*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    #modal__login2 .form-control select, #modal__mamoi .form-control select, #modal__server .form-control select {*/
/*        background-size: auto*/
/*    }*/
/*}*/

/*#modal__login2 .form-control select option, #modal__mamoi .form-control select option, #modal__server .form-control select option {*/
/*    background: rgb(0, 0, 0);*/
/*    color: #fff*/
/*}*/

/*#modal__login2 .btn-login, #modal__mamoi .btn-login, #modal__server .btn-login {*/
/*    font-size: clamp(16px, 4vw, 30px);*/
/*    width: 180px;*/
/*    height: 50px;*/
/*    line-height: 50px*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    #modal__login2 .btn-login, #modal__mamoi .btn-login, #modal__server .btn-login {*/
/*        width: 260px;*/
/*        height: 70px;*/
/*        line-height: 70px*/
/*    }*/
/*}*/

/*#modal__login2 .other-login {*/
/*    margin-top: 10px;*/
/*    gap: 0 10px*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    #modal__login2 .other-login {*/
/*        margin-top: 10px;*/
/*        gap: 0 5px*/
/*    }*/
/*}*/

/*#modal__login2 .other-login a {*/
/*    display: -webkit-inline-box;*/
/*    display: -ms-inline-flexbox;*/
/*    display: inline-flex*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    #modal__login2 .other-login a img {*/
/*        width: 50px*/
/*    }*/
/*}*/

/*.modal__content {*/
/*    overflow: auto*/
/*}*/

/*.modal__content .content-modal {*/
/*    max-width: 750px*/
/*}*/

/*#modal__mission .wrapper-modal {*/
/*    min-height: inherit*/
/*}*/

/*#modal__mission .tit-form {*/
/*    padding-top: 5%;*/
/*    margin-bottom: 0*/
/*}*/

/*.list-mission {*/
/*    padding-top: 1%*/
/*}*/

/*.item-mission {*/
/*    color: #fff;*/
/*    width: 100%;*/
/*    padding-bottom: 1%;*/
/*    margin-bottom: 1%*/
/*}*/

/*.item-mission .stt {*/
/*    background: url(../images/modal/stt.png) no-repeat center center;*/
/*    background-size: contain;*/
/*    width: 5vw;*/
/*    height: 5vw;*/
/*    max-width: 33px;*/
/*    max-height: 33px*/
/*}*/

/*.item-mission .des-mission {*/
/*    margin-left: 2%;*/
/*    margin-right: 2%;*/
/*    width: 65%*/
/*}*/

/*.item-mission .des-mission .des-top {*/
/*    border-bottom: 1px solid #ef7f2d;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    font-size: clamp(12px, 3vw, 22px)*/
/*}*/

/*.item-mission .des-mission .des-bottom {*/
/*    color: #ef7f2d;*/
/*    line-height: 1.2;*/
/*    margin-top: 1%;*/
/*    font-size: clamp(12px, 2.7vw, 18px)*/
/*}*/

/*.item-mission .btn-get-luot {*/
/*    font-size: clamp(12px, 2.5vw, 18px);*/
/*    padding-block: 3%*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .item-mission .btn-get-luot {*/
/*        width: 100px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .item-mission .btn-get-luot {*/
/*        width: 150px;*/
/*        height: 50px*/
/*    }*/
/*}*/

/*.item-mission.done .btn-get-luot {*/
/*    -webkit-filter: grayscale(1);*/
/*    filter: grayscale(1)*/
/*}*/

/*#modal__doiqua .f_t_dangco {*/
/*    font-size: clamp(10px, 3vw, 16px);*/
/*    line-height: 1*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    #modal__doiqua .f_t_dangco .bg-havevp {*/
/*        width: 170px*/
/*    }*/
/*}*/

/*#modal__doiqua .listBallHas {*/
/*    gap: 0 6px*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    #modal__doiqua .listBallHas {*/
/*        gap: 0 15px*/
/*    }*/
/*}*/

/*#modal__doiqua .listBallHas .itBallHas .imgBall {*/
/*    width: 10vw;*/
/*    max-width: 50px*/
/*}*/

/*#modal__doiqua .listBallHas .itBallHas .sl-ball {*/
/*    font-size: clamp(12px, 2.5vw, 16px)*/
/*}*/

/*#modal__doiqua .listDoiQua {*/
/*    display: -ms-grid;*/
/*    display: grid;*/
/*    -ms-grid-columns: 1fr 5px 1fr;*/
/*    grid-template-columns:1fr 1fr;*/
/*    grid-gap: 10px 5px;*/
/*    margin-top: 3%;*/
/*    width: 90%;*/
/*    max-width: 570px*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    #modal__doiqua .listDoiQua {*/
/*        grid-gap: 10px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    #modal__doiqua .listDoiQua {*/
/*        grid-gap: 20px 30px*/
/*    }*/
/*}*/

/*#modal__doiqua .listDoiQua .itDoiQua .boxItDoiqua {*/
/*    background: url(../images/doiqua_popup/bg_it_doiqua.png) no-repeat center center;*/
/*    background-size: 100% 100%;*/
/*    padding: 5px 0*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    #modal__doiqua .listDoiQua .itDoiQua .boxItDoiqua {*/
/*        width: 267px;*/
/*        padding: 10px 0*/
/*    }*/
/*}*/

/*#modal__doiqua .listDoiQua .itDoiQua .listImgDq {*/
/*    gap: 0 6px*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    #modal__doiqua .listDoiQua .itDoiQua .listImgDq {*/
/*        gap: 0 10px*/
/*    }*/
/*}*/

/*#modal__doiqua .listDoiQua .itDoiQua .listImgDq .thumbImg img {*/
/*    width: 10vw;*/
/*    max-width: 50px*/
/*}*/

/*#modal__doiqua .listDoiQua .itDoiQua .needBall {*/
/*    font-size: clamp(13px, 3vw, 16px);*/
/*    gap: 0 5px*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    #modal__doiqua .listDoiQua .itDoiQua .needBall {*/
/*        gap: 0 7px*/
/*    }*/
/*}*/

/*#modal__doiqua .listDoiQua .itDoiQua .needBall .imgBall {*/
/*    width: 5vw;*/
/*    max-width: 30px*/
/*}*/

/*#modal__doiqua .btn-doiqua {*/
/*    display: inline-block;*/
/*    padding: 5px 25px;*/
/*    font-size: clamp(14px, 3vw, 18px)*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    #modal__doiqua .btn-doiqua {*/
/*        padding: 8px 30px*/
/*    }*/
/*}*/

/*#modal__doiqua .btn-doiqua:not(.active) {*/
/*    -webkit-filter: grayscale(1);*/
/*    filter: grayscale(1)*/
/*}*/

/*.regPre___pop {*/
/*    width: 100%;*/
/*    padding-block: 2vw;*/
/*    background: rgba(0, 0, 0, 0.3);*/
/*    gap: 2vw;*/
/*    margin-top: 2vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .regPre___pop {*/
/*        padding-block: 0.78125vw;*/
/*        gap: 0.78125vw;*/
/*        margin-top: 0.78125vw*/
/*    }*/
/*}*/

/*.heGift__sop {*/
/*    margin-top: 3%*/
/*}*/

.lstGift__poReg__ {
    padding-bottom: 3%;
    gap: 2vw;
    margin-top: 2.6666666667vw
}

@media only screen and (min-width: 992px) {
    .lstGift__poReg__ {
        gap: 1.0416666667vw;
        margin-top: 1.0416666667vw
    }
}

.lstGift__poReg__ .thumImg__ {
    background: url(../images/bg-img.png) no-repeat center center;
    background-size: 100% 100%;
    width: 16vw;
    height: 16vw
}

@media only screen and (min-width: 992px) {
    .lstGift__poReg__ .thumImg__ {
        width: 6.25vw;
        height: 6.25vw
    }
}

.lstGift__poReg__ .thumImg__ img {
    width: auto;
    max-width: 85%
}

.lstGift__poReg__ .thumImg__ .sl {
    color: #fff;
    right: 0%;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.7);
    font-size: clamp(12px, 3vw, 15px)
}

/*#modal__result .content-modal {*/
/*    max-width: 600px*/
/*}*/

/*#modal__result .wrapper-modal {*/
/*    min-height: 200px*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    #modal__result .wrapper-modal {*/
/*        min-height: 300px*/
/*    }*/
/*}*/

/*#modal__result .main-modal {*/
/*    width: 90%;*/
/*    padding-top: 3%*/
/*}*/

/*#modal__result .helloUser {*/
/*    line-height: 1.2;*/
/*    font-size: clamp(14px, 3vw, 23px)*/
/*}*/

/*#modal__result .listGiftCongrat {*/
/*    margin-top: 3%;*/
/*    gap: 4px*/
/*}*/

/*#modal__result .listGiftCongrat .thumb-img img {*/
/*    width: auto;*/
/*    max-width: 80%*/
/*}*/

/*#modal__result .listGiftCongrat .thumb-img .sl__cus {*/
/*    width: 13vw;*/
/*    height: 13vw;*/
/*    max-width: 30px;*/
/*    max-height: 30px;*/
/*    line-height: 1;*/
/*    color: #fdf8b9;*/
/*    font-size: clamp(17px, 3.5vw, 25px);*/
/*    background: #e87842;*/
/*    border: 1px solid #ffeea4;*/
/*    border-radius: 50%;*/
/*    top: 55%;*/
/*    padding-bottom: 15%*/
/*}*/

/*#modal__result .lstImg__chibi .ieaChibi__img {*/
/*    background: #cf2020;*/
/*    width: 13.6vw;*/
/*    height: 17.3333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    #modal__result .lstImg__chibi .ieaChibi__img {*/
/*        width: 5.3125vw;*/
/*        height: 6.7708333333vw*/
/*    }*/
/*}*/

/*#modal__result .lstImg__chibi .ieaChibi__img .thumchibi__ {*/
/*    width: 11.7333333333vw;*/
/*    height: 11.7333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    #modal__result .lstImg__chibi .ieaChibi__img .thumchibi__ {*/
/*        width: 4.5833333333vw;*/
/*        height: 4.5833333333vw*/
/*    }*/
/*}*/

/*#modal__result .lstImg__chibi .ieaChibi__img .name__chibi_char {*/
/*    width: 11.7333333333vw;*/
/*    height: 3.3333333333vw;*/
/*    font-size: 1.7333333333vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    #modal__result .lstImg__chibi .ieaChibi__img .name__chibi_char {*/
/*        width: 4.5833333333vw;*/
/*        height: 1.3020833333vw;*/
/*        font-size: 0.6770833333vw*/
/*    }*/
/*}*/

/*#modal__result .text-gc {*/
/*    width: 75%;*/
/*    font-size: clamp(20px, 6vw, 28px);*/
/*    border-radius: 15px;*/
/*    background: #322826;*/
/*    padding: 10px 0;*/
/*    margin-top: 5%*/
/*}*/

/*#modal__result .btn-okay {*/
/*    margin-top: 3%;*/
/*    width: 210px;*/
/*    height: 55px*/
/*}*/

/*#modal__result .btn-close {*/
/*    display: inline-block;*/
/*    font-size: clamp(17px, 5vw, 30px);*/
/*    margin-top: 2%;*/
/*    padding: 2% 5%*/
/*}*/

/*#modal__history .content-modal {*/
/*    max-width: 900px*/
/*}*/

/*#modal__history .wrapper-modal .main-modal {*/
/*    margin: 0 auto*/
/*}*/

/*#modal__history .tab-history {*/
/*    margin-top: 1%;*/
/*    gap: 0 10px;*/
/*    width: 80%;*/
/*    border-top: 1px solid #ef7f2d;*/
/*    padding-top: 15px*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    #modal__history .tab-history {*/
/*        gap: 0 20px*/
/*    }*/
/*}*/

/*#modal__history .tab-history .tab-item {*/
/*    font-size: clamp(12px, 2.5vw, 20px);*/
/*    width: 120px;*/
/*    height: 35px*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    #modal__history .tab-history .tab-item {*/
/*        width: 190px;*/
/*        height: 50px*/
/*    }*/
/*}*/

/*#modal__history .tab-history .tab-item:not(.active) {*/
/*    -webkit-filter: grayscale(1);*/
/*    filter: grayscale(1)*/
/*}*/

/*#modal__history .tab-content-his {*/
/*    display: none*/
/*}*/

/*#modal__history .tab-content-his.active {*/
/*    display: block*/
/*}*/

/*#modal__history .table-history {*/
/*    width: 93%;*/
/*    max-height: 300px;*/
/*    overflow-y: auto*/
/*}*/

/*@media only screen and (min-width: 414px) {*/
/*    #modal__history .table-history {*/
/*        max-height: 350px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    #modal__history .table-history {*/
/*        max-height: 450px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    #modal__history .table-history {*/
/*        max-height: 500px*/
/*    }*/
/*}*/

/*#modal__history .table-history::-webkit-scrollbar {*/
/*    width: 4px*/
/*}*/

/*#modal__history .table-history::-webkit-scrollbar-track {*/
/*    background: #fff*/
/*}*/

/*#modal__history .table-history::-webkit-scrollbar-thumb {*/
/*    background: #ef7f2d*/
/*}*/

/*#modal__history .table-history::-webkit-scrollbar-thumb:hover {*/
/*    background: #fff*/
/*}*/

/*#modal__history .table-history table {*/
/*    width: 100%*/
/*}*/

/*#modal__history .table-history table tr td {*/
/*    text-align: center;*/
/*    font-size: clamp(10px, 2.5vw, 14px);*/
/*    padding: 2px;*/
/*    border: none*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    #modal__history .table-history table tr td {*/
/*        font-size: 16px;*/
/*        padding: 5px 2px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    #modal__history .table-history table tr td {*/
/*        padding: 7px 2px*/
/*    }*/
/*}*/

/*#modal__history .table-history table thead tr {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    left: 0*/
/*}*/

/*#modal__history .table-history table thead tr td {*/
/*    background: #ef7f2d;*/
/*    text-transform: uppercase;*/
/*    font-size: clamp(10px, 2.5vw, 14px);*/
/*    padding: 4px*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    #modal__history .table-history table thead tr td {*/
/*        font-size: 16px;*/
/*        padding: 6px 0*/
/*    }*/
/*}*/

/*#modal__history .table-history table tbody tr:first-child td {*/
/*    background: transparent;*/
/*    color: #654231*/
/*}*/

/*#modal__history .table-history table tbody tr:nth-child(odd) {*/
/*    background: #fff*/
/*}*/

/*#modal__history .table-history table tbody tr:nth-child(2n) {*/
/*    background: #f5f2f2*/
/*}*/

/*#modal__history .table-history table tbody tr td {*/
/*    color: #262d38*/
/*}*/

/*#modal__rule .content-modal, #modal__thuong .content-modal {*/
/*    max-width: 850px*/
/*}*/

/*#modal__rule .wrapper-modal, #modal__thuong .wrapper-modal {*/
/*    height: 70vh*/
/*}*/

/*@media only screen and (min-width: 1150px) {*/
/*    #modal__rule .wrapper-modal, #modal__thuong .wrapper-modal {*/
/*        max-height: 700px*/
/*    }*/
/*}*/

/*#modal__rule .main-modal, #modal__thuong .main-modal {*/
/*    padding-top: 2.5%;*/
/*    padding-inline: 1%*/
/*}*/

/*#modal__rule .content-rule, #modal__thuong .content-rule {*/
/*    height: 60vh;*/
/*    overflow-y: auto;*/
/*    width: 96%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    margin-bottom: 3%*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    #modal__rule .content-rule, #modal__thuong .content-rule {*/
/*        height: 530px*/
/*    }*/
/*}*/

/*#modal__rule .content-rule::-webkit-scrollbar, #modal__thuong .content-rule::-webkit-scrollbar {*/
/*    width: 4px*/
/*}*/

/*#modal__rule .content-rule::-webkit-scrollbar-thumb, #modal__thuong .content-rule::-webkit-scrollbar-thumb {*/
/*    background: #ef7f2d;*/
/*    border-radius: 5px*/
/*}*/

/*#modal__rule .content-rule::-webkit-scrollbar-track, #modal__thuong .content-rule::-webkit-scrollbar-track {*/
/*    background: #fff;*/
/*    border-radius: 5px*/
/*}*/

#modal__alert {
    z-index: 99
}

@media only screen and (min-width: 768px) {
    #modal__alert .wrapper-modal {
        height: 250px
    }
}

#modal__alert .detail-alert {
    padding: 5% 3% 2%;
    line-height: 1.3;
    min-height: 150px
}

#modal__alert .detail-alert .text-alert {
    font-size: clamp(13px, 3vw, 22px)
}

/*#modal__giftFirst .content-modal {*/
/*    max-width: 800px*/
/*}*/

/*#modal__giftFirst .tb__gcTh {*/
/*    width: 93%*/
/*}*/

/*#modal__giftFirst .tb__gcTh .rw__gcth {*/
/*    line-height: 1.2;*/
/*    display: -ms-grid;*/
/*    display: grid;*/
/*    -ms-grid-columns:(1fr) [ 3 ];*/
/*    grid-template-columns:repeat(3, 1fr);*/
/*    font-size: clamp(10px, 2vw, 20px);*/
/*    padding-block: 2%*/
/*}*/

/*#modal__giftFirst .tb__gcTh .rw__head {*/
/*    font-size: clamp(14px, 3.2vw, 24px)*/
/*}*/

/*#modal__giftFirst .body__rwTB {*/
/*    padding-right: 1%;*/
/*    height: 160px;*/
/*    overflow-y: auto*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    #modal__giftFirst .body__rwTB {*/
/*        height: 300px*/
/*    }*/
/*}*/

/*#modal__giftFirst .body__rwTB::-webkit-scrollbar {*/
/*    width: 5px*/
/*}*/

/*#modal__giftFirst .body__rwTB::-webkit-scrollbar-track {*/
/*    background: #fff*/
/*}*/

/*#modal__giftFirst .body__rwTB::-webkit-scrollbar-thumb {*/
/*    background: #ef7f2d*/
/*}*/

/*#modal__giftFirst .body__rwTB::-webkit-scrollbar-thumb:hover {*/
/*    background: #fff*/
/*}*/

/*#modal__giftFirst .body__rwTB .rw__gcth {*/
/*    border-bottom: 1px solid #ef7f2d*/
/*}*/

/*#modal__giftFirst .btn-getMDG {*/
/*    color: #fff;*/
/*    width: 70%;*/
/*    padding: 4% 0 4%;*/
/*    font-size: clamp(12px, 2vw, 18px)*/
/*}*/

/*#modal__giftFirst .sGC__copy {*/
/*    gap: 0 5px*/
/*}*/

/*#modal__giftFirst .sGC__copy .tgccPy {*/
/*    width: 55%;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis*/
/*}*/

/*#modal__giftFirst .sGC__copy button img {*/
/*    display: block;*/
/*    width: 3vw;*/
/*    max-width: 17px*/
/*}*/

/*.fixed__right {*/
/*    width: 10.46875vw;*/
/*    height: 23.125vw;*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    right: -10.46875vw;*/
/*    -webkit-transition: all 0.1s ease;*/
/*    transition: all 0.1s ease;*/
/*    padding-top: 2.0833333333vw*/
/*}*/

/*.fixed__right.open {*/
/*    right: 0px;*/
/*    z-index: 9*/
/*}*/

/*.fixed__right.open .nav-right-content {*/
/*    opacity: 1*/
/*}*/

/*.fixed__right:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: url(../images/sibarRight/bg-navright.png) no-repeat center center;*/
/*    background-size: 100%;*/
/*    width: 10.46875vw;*/
/*    height: 23.125vw;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: -1*/
/*}*/

/*.fixed__right .outBNGame {*/
/*    margin-bottom: 0.78125vw*/
/*}*/

/*.fixed__right .outBNGame .icNR {*/
/*    width: 6.875vw*/
/*}*/

/*.fixed__right .dlStore__ {*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    gap: 1.3333333333vw 0*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .fixed__right .dlStore__ {*/
/*        gap: 0.4166666667vw 0*/
/*    }*/
/*}*/

/*.fixed__right .dlStore__ .aLink__Dlstore {*/
/*    gap: 0 5px;*/
/*    width: 30vw;*/
/*    height: 8vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .fixed__right .dlStore__ .aLink__Dlstore {*/
/*        padding: 0;*/
/*        width: 7.5520833333vw;*/
/*        height: 2.6041666667vw*/
/*    }*/
/*}*/

/*.fixed__right .dlStore__ .aLink__Dlstore .icnDL__gamtop {*/
/*    width: 4vw*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .fixed__right .dlStore__ .aLink__Dlstore .icnDL__gamtop {*/
/*        width: 1.3020833333vw*/
/*    }*/
/*}*/

/*.fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ {*/
/*    line-height: 1;*/
/*    font-size: clamp(8px, 2vw, 13px)*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ {*/
/*        font-size: 0.6770833333vw*/
/*    }*/
/*}*/

/*.fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ .tsl__bil {*/
/*    font-size: clamp(13px, 3vw, 18px)*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ .tsl__bil {*/
/*        font-size: 0.9375vw*/
/*    }*/
/*}*/

/*.fixed__right .i-control {*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    background: url(../images/sibarRight/bg__ar.png) no-repeat center center;*/
/*    background-size: contain;*/
/*    width: 1.3020833333vw;*/
/*    height: 4.0104166667vw;*/
/*    left: -0.8854166667vw;*/
/*    top: 5.2083333333vw*/
/*}*/

/*.fixed__right .i-control.i-control-open {*/
/*    left: -1.3020833333vw*/
/*}*/

/*.fixed__right .i-control.i-control-open:before {*/
/*    -webkit-transform: rotateZ(0deg);*/
/*    transform: rotateZ(0deg)*/
/*}*/

/*.fixed__right .i-control:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 0.625vw;*/
/*    height: 1.3541666667vw;*/
/*    background: url(../images/sibarRight/img-arrow.png) no-repeat center center;*/
/*    background-size: 100%;*/
/*    -webkit-transform: rotateZ(180deg);*/
/*    transform: rotateZ(180deg);*/
/*    top: 1.25vw;*/
/*    left: 0.3125vw*/
/*}*/

/*.fixed__right .go-top {*/
/*    cursor: pointer;*/
/*    display: -webkit-inline-box;*/
/*    display: -ms-inline-flexbox;*/
/*    display: inline-flex;*/
/*    margin-top: 0.2604166667vw;*/
/*    width: 6.0416666667vw*/
/*}*/

/*.te-content {*/
/*    font-size: clamp(1.4rem, 3vw, 1.8rem);*/
/*    color: #1e1c1c;*/
/*    font-family: "roboto"*/
/*}*/

/*.te-content span.content-event-first {*/
/*    float: left;*/
/*    font-size: 4rem;*/
/*    line-height: 5px;*/
/*    margin: 4px 2px 0px 0px*/
/*}*/

/*.te-content .content-event-h1, .te-content h1 {*/
/*    font-size: 20px;*/
/*    color: #ef7f2d;*/
/*    padding: 4px 0 8px 35px;*/
/*    position: relative;*/
/*    font-family: "robotoB"*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    .te-content .content-event-h1, .te-content h1 {*/
/*        font-size: 2.4rem*/
/*    }*/
/*}*/

/*.te-content .content-event-h1:before, .te-content h1:before {*/
/*    content: "";*/
/*    width: 27px;*/
/*    height: 27px;*/
/*    background: url(../images/icon-h22-b.png) no-repeat center center;*/
/*    background-size: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 5px*/
/*}*/

/*.te-content .content-event-h2, .te-content h2 {*/
/*    margin-left: 10px;*/
/*    font-size: 1.4rem;*/
/*    padding: 4px 0 8px 35px;*/
/*    color: #ef7f2d;*/
/*    font-family: "robotoB";*/
/*    margin-bottom: 10px;*/
/*    margin-top: 10px;*/
/*    position: relative*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    .te-content .content-event-h2, .te-content h2 {*/
/*        font-size: 18px*/
/*    }*/
/*}*/

/*.te-content .content-event-h2:before, .te-content h2:before {*/
/*    content: "";*/
/*    width: 27px;*/
/*    height: 27px;*/
/*    background: url(../images/icon-h22-b.png) no-repeat center center;*/
/*    background-size: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 5px*/
/*}*/

/*.te-content a {*/
/*    color: #ef7f2d*/
/*}*/

/*.te-content ul {*/
/*    margin-left: 25px*/
/*}*/

/*.te-content ul li {*/
/*    line-height: 28px*/
/*}*/

/*.te-content p {*/
/*    line-height: 1.8*/
/*}*/

/*.te-content p img {*/
/*    margin-top: 15px;*/
/*    margin-bottom: 15px;*/
/*    max-width: 100%;*/
/*    height: auto*/
/*}*/

/*.te-content table {*/
/*    width: 100%;*/
/*    border-collapse: collapse;*/
/*    border-spacing: 0;*/
/*    margin-top: 15px;*/
/*    margin-bottom: 15px;*/
/*    margin-left: auto;*/
/*    margin-right: auto*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
/*    .te-content table {*/
/*        width: auto*/
/*    }*/
/*}*/

/*.te-content table tr td {*/
/*    border: 1px solid #2ccefd;*/
/*    margin: 0;*/
/*    padding: 5px;*/
/*    vertical-align: middle !important;*/
/*    text-align: center*/
/*}*/

/*.te-content table tr:first-child {*/
/*    background: #d97815*/
/*}*/

/*.te-content table tr:first-child td {*/
/*    font-family: "robotoB"*/
/*}*/

/*.te-content table tr:first-child td p {*/
/*    font-family: "robotoB";*/
/*    color: #333*/
/*}*/

/*.te-content fieldset {*/
/*    border: 1px solid #2ccefd;*/
/*    margin: 20px 0;*/
/*    padding: 10px;*/
/*    color: #2a2a2a;*/
/*    background: #f3f3f3*/
/*}*/

/*.te-content fieldset legend {*/
/*    color: white;*/
/*    background: #fb8142;*/
/*    font-family: "robotoB";*/
/*    padding: 0 15px*/
/*}*/

/*.te-content fieldset ul {*/
/*    margin-left: 15px*/
/*}*/

/*.te-content strong {*/
/*    font-family: "robotoB"*/
/*}*/

/*.te-content em {*/
/*    font-style: italic*/
/*}*/

/*table img {*/
/*    display: block*/
/*}*/

/*table {*/
/*    border-collapse: collapse;*/
/*    font-size: 1.4rem;*/
/*    margin-top: 10px*/
/*}*/

/*table tr:first-child td {*/
/*    background-color: #f0f0f0;*/
/*    color: #ffffff;*/
/*    text-align: center*/
/*}*/

/*table tr td {*/
/*    vertical-align: middle;*/
/*    color: #f0f0f0;*/
/*    font-weight: normal;*/
/*    text-align: center;*/
/*    padding: 5px 0px*/
/*}*/