@font-face {
    font-family: "gmv_din_pro_black";
    src: url("../fonts/gmv_din_pro_black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "gmv_din_pro_bold";
    src: url("../fonts/gmv_din_pro_bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "gmv_din_pro_medium";
    src: url("../fonts/gmv_din_pro_medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "roboto-m";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "roboto-b";
    src: url("../fonts/robotoB.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SVN-Avobold";
    src: url("../fonts/svn_avobold.html") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.fRobotoM {
    font-family: "roboto-m";
    font-weight: 500
}

.f_gmvdinproblack {
    font-family: "gmv_din_pro_black";
    font-weight: 900
}

.f_gmvdinprobold {
    font-family: "gmv_din_pro_bold";
    font-weight: 700
}

.f_gmvdinpromedium {
    font-family: "gmv_din_pro_medium";
    font-weight: 500
}

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 {
    font-size: clamp(13px,3vw,18px);
    font-family: "gmv_din_pro_medium";
    font-weight: 500;
    color: #cfcfcf
}

::-moz-placeholder {
    font-size: clamp(13px,3vw,18px);
    font-family: "gmv_din_pro_medium";
    font-weight: 500;
    color: #cfcfcf
}

:-ms-input-placeholder {
    font-size: clamp(13px,3vw,18px);
    font-family: "gmv_din_pro_medium";
    font-weight: 500;
    color: #cfcfcf
}

::-ms-input-placeholder {
    font-size: clamp(13px,3vw,18px);
    font-family: "gmv_din_pro_medium";
    font-weight: 500;
    color: #cfcfcf
}

::placeholder {
    font-size: clamp(13px,3vw,18px);
    font-family: "gmv_din_pro_medium";
    font-weight: 500;
    color: #cfcfcf
}

:-ms-input-placeholder {
    font-size: clamp(13px,3vw,18px);
    font-family: "gmv_din_pro_medium";
    font-weight: 500;
    color: #cfcfcf
}

::-ms-input-placeholder {
    font-size: clamp(13px,3vw,18px);
    font-family: "gmv_din_pro_medium";
    font-weight: 500;
    color: #cfcfcf
}

*,.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jCenter {
    -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
}

.jBetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

button,input,select {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0
}

input,select {
    font-size: clamp(13px,3vw,18px);
    font-family: "gmv_din_pro_medium";
    font-weight: 500;
    color: #cfcfcf
}

.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
}

.cWhite {
    color: #ffffff!important
}

.cBlack {
    color: #000!important
}

.c-page {
    color: #173037!important
}

.c-orange {
    color: #ff8717!important
}

.c-yellow {
    color: #ffef82!important
}

.c-yellow2 {
    color: #e6d6c2!important
}

.c-yellow3 {
    color: #f7dd40!important
}

.c-red {
    color: #f32525!important
}

.c-red2 {
    color: #ad3918!important
}

.c-red3 {
    color: #ff7e00!important
}

.c-red4 {
    color: #dc4c22!important
}

.c-blue {
    color: #2cd0ff!important
}

.c-blue2 {
    color: #0096ff!important
}

.c-blue3 {
    color: #019db6!important
}

.c-purple {
    color: #394561!important
}

.c-black1 {
    color: #010e14!important
}

.cOrange {
    color: #ff820f!important
}

.c-gray {
    color: #737168!important
}

.c-normal {
    color: #2b191f!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)
}

.dBlock {
    display: block
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.act {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jct {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tCap {
    text-transform: capitalize
}

.w100 {
    width: 100%
}

.h100 {
    height: 100%
}

.l0 {
    left: 0
}

.t0 {
    top: 0
}

.pa {
    position: absolute
}

.bg-transparent {
    background: transparent!important
}

.m-0 {
    margin: 0!important
}

@-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)
    }
}

@-webkit-keyframes jump {
    0%,to {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    25% {
        -webkit-transform: scale(0.9,1.1);
        transform: scale(0.9,1.1)
    }

    50% {
        -webkit-transform: scale(1.1,0.9);
        transform: scale(1.1,0.9)
    }
}

@keyframes jump {
    0%,to {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    25% {
        -webkit-transform: scale(0.9,1.1);
        transform: scale(0.9,1.1)
    }

    50% {
        -webkit-transform: scale(1.1,0.9);
        transform: scale(1.1,0.9)
    }
}

.z-2 {
    z-index: 2
}

.fWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn_tada {
    -webkit-animation: tada 3s linear infinite;
    animation: tada 3s linear infinite
}

html.root__page {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-size: 62.5%
}

body.wpage {
    font-family: "ATF_HYQinChuanManShuW";
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    background-color: #1b1a20;
    min-height: 100vh;
    margin-inline:auto;overflow-x: hidden!important
}

@media only screen and (min-width: 992px) {
    body.wpage {
        background:url(../images/bgmain/b1.jpg) no-repeat top center/100% auto,url(../images/bgmain/b2.jpg) no-repeat center 0px/100% auto,url(../images/bgmain/b368b3.jpg?ver=1) no-repeat center 0px/100% auto,url(../images/bgmain/b468b3.jpg?ver=1) no-repeat center 0px/100% auto #0a0a0a
    }
}

@media only screen and (max-width: 991px) {
    body.wpage {
        background:url(../images/bgmain/b1_mb.jpg) no-repeat top center/100% auto,url(../images/bgmain/b2_mb.jpg) no-repeat center 0px/100% auto #0a0a0a
    }
}

body.wpage ::-webkit-scrollbar {
    width: 8px
}

body.wpage ::-webkit-scrollbar-track {
    background: #404b48
}

body.wpage ::-webkit-scrollbar-thumb {
    background: #f38d00
}

body.wpage ::-webkit-scrollbar-thumb:hover {
    background: #f38d00
}

body.wpage.body-news .ft__oka {
    background-color: #000;
    border-top: 2px solid #fdc622
}

.limit__game {
    position: relative;
    width: 100%;
    margin-inline:auto}

@media only screen and (min-width: 992px) {
    .limit__game {
        width:74vw
    }
}

@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
    }
}

.pagination {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .pagination {
        margin-top:20px
    }
}

.pagination ul {
    text-align: center
}

.pagination ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    background: #cdb281;
    font-size: 1.1rem;
    border-radius: 6px;
    margin: 0 2px
}

@media only screen and (min-width: 768px) {
    .pagination ul li {
        width:3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 1.4rem
    }
}

.pagination ul li a {
    color: #fff
}

.pagination ul li.active,.pagination ul li:hover {
    background: #ee3a3d
}

.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: 7vw;
    height: 11vw;
    background: url(../images/arrow-left.png) no-repeat center center;
    background-size: contain;
    z-index: 2
}

@media only screen and (min-width: 992px) {
    .slick-arrow {
        width:3.0729166667vw;
        height: 4.4270833333vw
    }
}

.slick-arrow:focus,.slick-arrow:hover {
    background: url(../images/arrow-left.png) no-repeat center center;
    background-size: contain
}

.slick-arrow.slick-disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.slick-arrow:before {
    content: ""
}

.slick-arrow.slick-prev {
    left: 0
}

@media only screen and (min-width: 992px) {
    .slick-arrow.slick-prev {
        left:5%
    }
}

.slick-arrow.slick-next {
    right: 0;
    background: url(../images/arrow-right.png) no-repeat center center;
    background-size: contain
}

@media only screen and (min-width: 992px) {
    .slick-arrow.slick-next {
        right:5%
    }
}

@-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% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.out-hv {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.out-hv:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.toggleSoundButton {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.toggleSoundButton.unsound:after {
    content: " ";
    display: block;
    width: 80%;
    height: 100%;
    background-color: #f9f7f6;
    position: absolute;
    top: 0;
    left: 10%;
    clip-path: polygon(94% 0,100% 0,8% 100%,0% 100%)
}

#hidden_audio {
    display: none
}

.tit__FTL img {
    display: block;
    width: 66vw
}

@media only screen and (min-width: 992px) {
    .tit__FTL img {
        width:26vw
    }
}

.logo-top {
    position: absolute;
    top: 110px;
    right: 0
}

.main_head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid #ffc621;
    background: #1a1a1a;
    height: 13.0666666667vw;
    width: 100%;
    padding: 1.3333333333vw 2vw
}

@media only screen and (min-width: 992px) {
    .main_head {
        border-bottom:0;
        height: 3.5416666667vw;
        padding: 0;
        background: transparent;
        position: absolute
    }
}

#toggle-menu__header-page:checked~.navbar #menu__header-page .inner-menu__header-page:before {
    top: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

#toggle-menu__header-page:checked~.navbar #menu__header-page .inner-menu__header-page:after {
    top: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

#toggle-menu__header-page:checked~.navbar .navbar-content {
    left: 0
}

@media only screen and (max-width: 999px) {
    .navbar .container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.left-header {
    width: 22vw;
    float: left
}

.icon-name-game .icon-game img {
    position: relative;
    z-index: 2;
    width: 14.8vw;
    display: block
}

.txt-name-game {
    padding-top: 3.0666666667vw;
    padding-left: 1.3333333333vw
}

.txt-name-game .name-game {
    font-size: 3.2vw
}

.txt-name-game .txt-des {
    font-size: 77%
}

.navbar-content {
    left: -100%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: calc(100% - 13.0666666667vw);
    bottom: 0;
    padding-top: 4vw;
    padding-left: 0.6666666667vw;
    padding-right: 0.6666666667vw
}

@media only screen and (min-width: 992px) {
    .navbar-content {
        left:0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: transparent;
        position: inherit;
        padding: 0;
        width: auto;
        height: 3.5416666667vw;
        float: right
    }
}

@media only screen and (min-width: 992px) {
    .navbar-content ul {
        text-align:center
    }
}

.navbar-content ul li {
    padding-top: 2.6666666667vw;
    padding-bottom: 1.7333333333vw;
    padding-left: 2.6666666667vw;
    position: relative;
    border-bottom: 1px solid #3d3d3d;
    text-align: center
}

@media only screen and (min-width: 992px) {
    .navbar-content ul li {
        padding:0;
        display: inline-block;
        border-bottom: 0;
        margin-left: -0.2604166667vw;
        margin-right: -0.2604166667vw
    }

    .navbar-content ul li:hover {
        -webkit-filter: sepia(0.3);
        filter: sepia(0.3)
    }
}

.navbar-content ul li:before {
    position: absolute;
    content: ""
}

@media only screen and (max-width: 991px) {
    .navbar-content ul li:before {
        width:94%;
        height: 2px;
        left: 5px;
        top: 0
    }
}

@media only screen and (max-width: 991px) {
    .navbar-content ul li:last-child:after {
        width:94%;
        height: 2px;
        position: absolute;
        content: "";
        left: 5px;
        bottom: 0
    }
}

.navbar-content ul li a {
    color: #fff;
    font-size: 5.3333333333vw;
    position: relative
}

@media only screen and (min-width: 992px) {
    .navbar-content ul li a {
        display:inline-block;
        color: #000;
        font-size: 0.78125vw;
        text-transform: capitalize
    }
}

@media only screen and (min-width: 992px) {
    .navbar-content ul li a:not(.lgo__ftop) {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 8.1770833333vw;
        height: 2.7083333333vw;
        background: url("../images/btn/btn_head.png") no-repeat top center/100% 100%;
        text-shadow: 2px 0 0 transparent,-1px 0 0 transparent,0 2px 0 transparent,0 -1px 0 transparent,2px 2px transparent,-1px -1px 0 transparent,1px -1px 0 transparent,-1px 1px 0 transparent
    }

    .navbar-content ul li a:not(.lgo__ftop):hover {
        background-image: url("../images/btn/btn_headhv.png");
        color: #fff;
        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
    }
}

.navbar-content ul li a img {
    position: relative;
    bottom: 3px;
    vertical-align: middle
}

.link-download {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1%
}

.link-download a {
    font-size: clamp(13px,3vw,20px)
}

.link-download a img {
    width: 100%;
    display: block
}

@media only screen and (max-width: 991px) {
    .link-download .bt__headmb {
        width:32.9333333333vw;
        height: 9.8666666667vw;
        font-size: 3.2vw;
        color: #fff!important;
        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
    }
}

.icon-hamburger {
    float: right;
    margin-top: 3.0666666667vw
}

.icon-hamburger #menu__header-page {
    display: inline-block;
    position: relative;
    height: 7.0666666667vw;
    width: 7.0666666667vw;
    cursor: pointer
}

.icon-hamburger #menu__header-page img {
    width: 7.0666666667vw
}

.icon-hamburger #menu__header-page .inner-menu__header-page {
    height: 0.6666666667vw;
    width: 100%;
    top: 2.1333333333vw;
    background: #fff;
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transition: -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s,-webkit-transform 0.2s ease 0s
}

.icon-hamburger #menu__header-page .inner-menu__header-page:after,.icon-hamburger #menu__header-page .inner-menu__header-page:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 0.6666666667vw;
    width: 100%;
    background: #fff
}

.icon-hamburger #menu__header-page .inner-menu__header-page:before {
    top: -2.1333333333vw
}

.icon-hamburger #menu__header-page .inner-menu__header-page:after {
    top: 2.1333333333vw
}

.logo-header {
    position: absolute;
    left: 3%;
    top: 0
}

.ab_Ft {
    color: #1c1c1c;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../images/footer/b1.jpg) no-repeat center top;
    background-size: cover
}

@media only screen and (min-width: 1150px) {
    .ab_Ft {
        padding-top:46px;
        padding-bottom: 49px;
        background: url(../images/footer/b2.jpg) no-repeat center top
    }
}

@media only screen and (max-width: 1199px) {
    .ab_Ft .tit__FTL img {
        width:400px
    }
}

@media only screen and (max-width: 1199px) {
    .ab_Ft .tit__FTL {
        display:none
    }
}

@media only screen and (min-width: 1150px) {
    .ab__ft_bottom {
        margin-top:20px
    }
}

@media only screen and (max-width: 1199px) {
    .ab__ft_bottom {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.ab__ft_bottom .logoLink {
    background-size: 100% 100%;
    width: 50%;
    gap: 0 7px;
    padding: 0
}

@media only screen and (min-width: 1150px) {
    .ab__ft_bottom .logoLink {
        padding:0 5% 0 0;
        gap: 0 15px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.ab__ft_bottom .logoLink .logo__ftSSs {
    width: 20vw;
    max-width: 157px
}

@media only screen and (max-width: 1199px) {
    .ab__ft_bottom .logoLink .logo__ftSSs {
        max-width:148px
    }
}

.ab__ft_bottom .logoLink .bt__aclink {
    width: 35vw;
    max-width: 188px;
    height: 10vw;
    max-height: 61px;
    gap: 0 10px;
    margin: 5px 0;
    background: url("../images/btn/bt__black1.png") no-repeat top center/100% 100%
}

@media only screen and (max-width: 1199px) {
    .ab__ft_bottom .logoLink .bt__aclink {
        max-width:232px;
        max-height: 66px
    }
}

.ab__ft_bottom .logoLink .bt__aclink:first-child {
    background-image: url("../images/btn/bt__black.png")
}

.ab__ft_bottom .logoLink .bt__aclink .icDL__Link {
    width: 4vw;
    max-width: 31px
}

.ab__ft_bottom .logoLink .bt__aclink .textRightLInk {
    font-size: clamp(9px,2vw,21px);
    text-transform: capitalize;
    line-height: 1em
}

.ab__ft_bottom .social_ftBT {
    padding: 10px 20px;
    border-left: 1px solid #fff;
    border-top: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 1199px) {
    .ab__ft_bottom .social_ftBT {
        width:100%;
        border: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.ab__ft_bottom .social_ftBT .name__ {
    font-size: clamp(15px,4vw,25px);
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 15px
}

.ab__ft_bottom .social_ftBT .lstSocial {
    gap: 0 15px
}

@media only screen and (max-width: 1199px) {
    .ab__ft_bottom .social_ftBT .lstSocial img {
        max-width:10vw
    }
}

.ab__ft_bottom .social_ftBT strong {
    font-weight: 700
}

.listLinkFGFt img {
    width: 8.5333333333vw
}

@media only screen and (min-width: 992px) {
    .listLinkFGFt img {
        width:3.3333333333vw
    }
}

.w100per {
    width: 100%
}

.h100per {
    height: 100%
}

.left0 {
    left: 0
}

.top0 {
    top: 0
}

.fs1424px {
    font-size: clamp(1.4rem,4vw,2.4rem)
}

.tit__st {
    font-size: clamp(15px,5vw,27px);
    color: #201a27
}

.tit__st img {
    display: block;
    max-width: 100%
}

.textShadow {
    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
}

.textShadow_white {
    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
}

.textShadow_gray {
    text-shadow: 2px 0 0 #692f07,-1px 0 0 #692f07,0 2px 0 #692f07,0 -1px 0 #692f07,2px 2px #692f07,-1px -1px 0 #692f07,1px -1px 0 #692f07,-1px 1px 0 #692f07
}

.textShadow_green {
    text-shadow: 2px 0 0 #275c0f,-1px 0 0 #275c0f,0 2px 0 #275c0f,0 -1px 0 #275c0f,2px 2px #275c0f,-1px -1px 0 #275c0f,1px -1px 0 #275c0f,-1px 1px 0 #275c0f
}

.st__ {
    padding-top: 40px;
    padding-bottom: 80px
}

@media only screen and (max-width: 1199px) {
    .st__ {
        padding-top:5%;
        padding-bottom: 10%
    }
}

.bt__log {
    background: url(../images/btn/btn__log.png) no-repeat center center;
    background-size: 100% 100%
}

.bt__log:hover {
    background: url(../images/btn/btn__loghv.png) no-repeat center center;
    background-size: 100% 100%
}

.btn_history {
    background: url(../images/btn/btn_history.png) no-repeat center center;
    background-size: 100% 100%
}

.btn_history:hover {
    background: url(../images/btn/btn_historyhv.png) no-repeat center center;
    background-size: 100% 100%
}

.bt__headmb {
    background: url(../images/btn/bt__headmb.png) no-repeat center center/100% 100%
}

.bt__green {
    background: url(../images/btn/bt__green68b3.png?ver=1) no-repeat center center;
    background-size: 100% 100%
}

.bt__green.ac,.bt__green:hover {
    background: url(../images/btn/bt__green68b3.png?ver=1) no-repeat center center;
    background-size: 100% 100%
}

.bt__white {
    background: url(../images/btn/bt__white68b3.html?ver=1) no-repeat center center;
    background-size: 100% 100%
}

.bt__yellow {
    background: url(../images/btn/bt__yellow68b3.png?ver=1) no-repeat center center;
    background-size: 100% 100%
}

.bt__yellow2 {
    background: url(../images/btn/bt__yellow268b3.html?ver=1) no-repeat center center;
    background-size: 100% 100%
}

.bt__red {
    background: url(../images/btn/bt__red68b3.png?ver=1) no-repeat center center;
    background-size: 100% 100%
}

.btn-getMDG,.btn_getGift {
    background: url(../images/btn/btnGet.png) no-repeat center center;
    background-size: 100% 100%;
    color: #fff
}

.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 {
        padding:6px 3px;
        width: 10vw;
        height: 10vw
    }
}

@media only screen and (min-width: 1024px) {
    .list-img .thumb-img {
        width:67px;
        height: 67px
    }
}

.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)
}

.numberGift {
    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;
    font-size: clamp(10px,2vw,13px);
    color: #fff;
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 2;
    font-family: "Roboto";
    font-weight: 700
}

.btn_main {
    background: url(../images/btn/bg_main.png) no-repeat center center;
    background-size: 100% 100%;
    width: 14.8958333333vw;
    height: 4.21875vw;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 0.9375vw;
    line-height: 1em
}

@media only screen and (max-width: 991px) {
    .btn_main {
        width:38.1333333333vw;
        height: 10.8vw;
        font-size: 2.4vw
    }
}

.btn_main:hover {
    background: url(../images/btn/bg_mainhv.png) no-repeat center center;
    background-size: 100% 100%
}

.btn_main.btn_main2 {
    background-image: url(../images/btn/btn_main2.png)
}

.btn_main.btn_main2:hover {
    background-image: url(../images/btn/btn_main2hv.png)
}

.textLinear {
    background: -webkit-linear-gradient(#fff2df,#ffe28d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.dropShadow {
    -webkit-filter: drop-shadow(1px 2px 1px rgb(0,0,0));
    filter: drop-shadow(1px 2px 1px rgb(0,0,0))
}

img {
    max-width: 100%
}

.btn_register {
    background: url("../images/btn/btn_register.png") no-repeat top center/100% 100%
}

.btn_register:hover {
    background-image: url("../images/btn/btn_registerhv.png")
}

.btn_log_game {
    background: url("../images/btn/btn_log_game.png") no-repeat top center/100% 100%
}

.btn_log_game:hover {
    background-image: url("../images/btn/btn_log_gamehv.png")
}

.btn_rule_game {
    background: url("../images/btn/btn_rule_game.png") no-repeat top center/100% 100%
}

.btn_rule_game:hover {
    background-image: url("../images/btn/btn_rule_gamehv.png")
}

.btn_getGiftMoc {
    background: url("../images/btn/btn_get_moc.png") no-repeat top center/100% 100%
}

.btn_getGiftMoc:hover {
    background-image: url("../images/btn/btn_get_mochv.png")
}

.btn_topRank {
    background: url("../images/btn/btn_top_rank.png") no-repeat top center/100% 100%
}

.btn_topRank:hover {
    background-image: url("../images/btn/btn_top_rankhv.png")
}

.btn_transparent {
    background: transparent!important
}

.btn_transparent:hover {
    background: transparent!important
}

#videoBgMb,#videoBgPC {
    position: absolute;
    top: 0
}

#videoBgMb {
    width: 100%;
    top: 20px
}

#videoBgPC {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.front__game {
    overflow: hidden;
    position: relative;
    height: 126.6666666667vw
}

@media only screen and (min-width: 992px) {
    .front__game {
        height:51.1979166667vw
    }
}

.front__game .listBtn {
    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;
    margin-top: 0vw
}

@media only screen and (max-width: 991px) {
    .front__game .listBtn {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        margin-top: 0vw
    }
}

.front__game .listBtn .btn_main {
    margin-left: 0.625vw;
    margin-right: 0.625vw
}

@media only screen and (max-width: 991px) {
    .front__game .listBtn .btn_main {
        margin:0 1.3333333333vw 2.6666666667vw;
        width: 37.8666666667vw;
        height: 10.8vw
    }
}

.front__game .listBtn .btn_main .bigText {
    font-size: 144%;
    line-height: 1.2em
}

.front__game .infoUser2 {
    background: url(../images/bg_info2.png) no-repeat top center/100%;
    width: 22.6041666667vw;
    height: 2.1875vw;
    font-size: 1.1979166667vw;
    gap: 0.2604166667vw;
    margin-top: 0.78125vw
}

@media only screen and (max-width: 991px) {
    .front__game .infoUser2 {
        width:57.8666666667vw;
        height: 5.6vw;
        font-size: 3.0666666667vw;
        gap: 0.6666666667vw;
        margin-top: 2vw
    }
}

@media only screen and (max-width: 991px) {
    .front__game .men__titop {
        width:94%
    }
}

.front__game .men__titop .lg__slg_ {
    width: 35vw;
    max-width: 290px;
    margin-top: 32%
}

@media only screen and (min-width: 992px) {
    .front__game .men__titop .lg__slg_ {
        margin-top:10px
    }
}

@media only screen and (max-width: 991px) {
    .front__game .men__titop .lg__slg_ {
        display:none
    }
}

.front__game .men__titop .lg__slg_ .lgo__ftop {
    display: block
}

.front__game .men__titop .lg__slg_ .lgo__ftop img {
    width: 9.7395833333vw
}

@media only screen and (min-width: 992px) {
    .front__game .slgan__ {
        margin-top:16.5625vw
    }
}

@media only screen and (max-width: 991px) {
    .front__game .slgan__ {
        margin-top:50.1333333333vw
    }
}

.front__game .slgan__ .imgSlogan {
    margin: 0 auto;
    position: relative
}

@media only screen and (min-width: 992px) {
    .front__game .slgan__ .imgSlogan {
        width:38.2291666667vw
    }
}

@media only screen and (max-width: 991px) {
    .front__game .slgan__ .imgSlogan {
        width:97.8666666667vw
    }
}

.front__game .slgan__ .imgSlogan .btn_video {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media only screen and (min-width: 992px) {
    .front__game .slgan__ .imgSlogan .btn_video {
        width:5.46875vw;
        top: -0.1041666667vw;
        right: 5.2083333333vw
    }
}

@media only screen and (max-width: 991px) {
    .front__game .slgan__ .imgSlogan .btn_video {
        width:14vw;
        top: -0.2666666667vw;
        right: 13.3333333333vw
    }
}

.front__game .slgan__ .imgSlogan .btn_video:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.front__game .slgan__ img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .front__game .slgan__ .groupSlogan {
        height:18.28125vw
    }
}

@media only screen and (max-width: 991px) {
    .front__game .slgan__ .groupSlogan {
        height:46.8vw
    }
}

.front__game .time__actFR__top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/front/bg__date.png) no-repeat top center/100% 100%;
    letter-spacing: -0.05em;
    line-height: 1em;
    width: 72.9333333333vw;
    height: 6.8vw;
    font-size: 4.2666666667vw;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 992px) {
    .front__game .time__actFR__top {
        height:2.65625vw;
        width: 28.4895833333vw;
        font-size: 1.6666666667vw
    }
}

.front__game .time__actFR__top .timeOpen__ {
    height: 100%
}

.front__game .time__actFR__top .colTime {
    width: 43%
}

.front__game .time__actFR__top .colTime:first-child {
    width: 57%
}

.front__game .time__actFR__top .link__actFrtop__ {
    margin-top: 5%;
    gap: 10px
}

@media only screen and (min-width: 768px) {
    .front__game .time__actFR__top .link__actFrtop__ {
        gap:25px;
        margin-top: 30px
    }
}

@media only screen and (max-width: 991px) {
    .front__game .time__actFR__top .link__actFrtop__ {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.front__game .time__actFR__top .link__actFrtop__ .alink__actFtop {
    letter-spacing: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: clamp(18px,7vw,35px);
    color: #48321f;
    width: 60vw;
    padding-block:1%}

@media only screen and (min-width: 768px) {
    .front__game .time__actFR__top .link__actFrtop__ .alink__actFtop {
        gap:25px;
        width: 320px;
        height: 78px
    }
}

.front__game .time__actFR__top .link__actFrtop__ .alink__actFtop .iconLink__acttop {
    left: -18%;
    width: 17vw;
    max-width: 119px
}

.front__game .register .lg_Regis_btn .btn_main {
    position: relative;
    width: 206px;
    height: 68px
}

.front__game .register .lg_Regis_btn .btn_main span {
    position: relative;
    z-index: 2
}

.front__game .register .lg_Regis_btn .btn_main:after {
    content: " ";
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: block;
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle),#213,#112 5%,#112 60%,#213 95%);
    border: solid 5px transparent;
    --gradient-border: conic-gradient(from var(--border-angle),transparent 25%,#08f,#f03 99%,transparent);
    background: var(--main-bg) padding-box,var(--gradient-border) border-box,var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
    z-index: 1
}

.front__game .register .lg_Regis_btn .btn_main:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/btn/bg_main.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 2
}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn
    }
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn
}

@-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)
    }
}

.register {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: url("../images/front/bgRegister.html") no-repeat top center/100% 100%;
    width: 244px;
    height: 556px;
    padding-top: 270px
}

.lg_Regis {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: 10px;
    height: 206px
}

.lg_Regis .thumbImg {
    background: url("../images/all/bg_gift.html") no-repeat top center/100% 100%;
    width: 93px;
    height: 93px
}

.lg_Regis .thumbImg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 12%
}

.timeStart {
    position: absolute;
    top: 101px;
    right: 100px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: url("../images/front/bgStrartDate.html") no-repeat top center/100% 100%;
    width: 339px;
    height: 471px;
    padding-top: 120px;
    font-size: clamp(18px,4vw,31px)
}

@media only screen and (max-width: 991px) {
    .timeStart {
        background:url("../images/front/bgStrartDateMB.html") no-repeat top center/100% 100%;
        width: 495px;
        padding: 15px;
        height: 176px;
        max-width: 90%;
        max-height: 27vw;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        position: relative;
        -webkit-transform: initial;
        transform: initial
    }
}

.timeStart .textDate {
    font-size: clamp(18px,3vw,46px)
}

@media only screen and (max-width: 991px) {
    .timeStart .textDate {
        display:none
    }
}

@media only screen and (min-width: 992px) {
    .timeStart #dateStart {
        font-size:clamp(127px,1vw,127px);
        line-height: 0.7em
    }
}

@media only screen and (min-width: 992px) {
    .timeStart .largText {
        font-size:clamp(35px,1vw,35px);
        line-height: 0.8em
    }
}

@media only screen and (min-width: 992px) {
    .timeStart .time {
        font-size:clamp(22px,1vw,22px);
        margin-top: 7%
    }
}

@media only screen and (max-width: 991px) {
    .timeStart .wrap-date {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        color: #ad3918!important
    }
}

@media only screen and (max-width: 991px) {
    .timeStart .wrap-date * {
        color:#ad3918!important;
        font-family: "ATF_CHAO-TulongGBT-Flash Blk Sup"
    }
}

.mission__ {
    height: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 992px) {
    .mission__ {
        height:22.8125vw;
        display: block
    }
}

.lm_ {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.lm_ .lm__item {
    display: block;
    position: relative;
    width: 13.59375vw
}

@media only screen and (max-width: 991px) {
    .lm_ .lm__item {
        width:34.8vw
    }
}

.lm_ .lg_Mis {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: 10px;
    height: 206px;
    z-index: 2;
    margin-top: 306px;
    margin-bottom: 5%;
    max-width: 256px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 680px) {
    .lm_ .lg_Mis {
        max-height:25vw;
        max-width: 25vw;
        margin-top: 35vw;
        gap: 1vw;
        margin-bottom: 1vw;
        -ms-flex-line-pack: center;
        align-content: center
    }
}

.lm_ .lg_Mis .thumbImg {
    background: url("../images/all/bg_gift.html") no-repeat top center/100% 100%;
    width: 93px;
    height: 93px;
    max-width: 11vw;
    max-height: 11vw
}

.lm_ .lg_Mis .thumbImg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 12%
}

.lm_ .lg_Mis_btn {
    z-index: 2;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto
}

.lm_ .lm_bg {
    width: 100%
}

.lm_ .textInner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 0.2604166667vw;
    padding-left: 3.6458333333vw;
    padding-right: 1.09375vw;
    font-size: 1.25vw
}

@media only screen and (max-width: 991px) {
    .lm_ .textInner {
        padding-bottom:0.6666666667vw;
        padding-left: 6.5333333333vw;
        padding-right: 1.6vw;
        font-size: 2.2666666667vw
    }
}

.lm_ .textInner .day {
    line-height: 1.7708333333vw
}

@media only screen and (max-width: 991px) {
    .lm_ .textInner .day {
        line-height:3.2vw
    }
}

.lm_ .textInner .text {
    font-size: 80%;
    line-height: 1em;
    height: 2.2395833333vw
}

@media only screen and (max-width: 991px) {
    .lm_ .textInner .text {
        height:3.8666666667vw
    }
}

@media only screen and (min-width: 992px) {
    .all__ {
        height:48.4375vw
    }
}

@media only screen and (max-width: 991px) {
    .all__ {
        height:128vw
    }
}

.all__ .tit__all {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: url(../images/all/bgNum.html) no-repeat center center;
    background-size: 100% 100%;
    font-size: clamp(16px,5vw,35px);
    padding: 1% 15%
}

@media only screen and (min-width: 768px) {
    .all__ .tit__all {
        padding:0;
        width: 571px;
        height: 65px
    }
}

.all__ .btn_register {
    width: 36.9333333333vw;
    height: 12.9333333333vw;
    font-size: 2.4vw;
    gap: 1.0666666667vw;
    color: #0b0b0b;
    line-height: 1em;
    position: absolute;
    top: -12.6666666667vw;
    left: 0.6666666667vw
}

@media only screen and (min-width: 992px) {
    .all__ .btn_register {
        width:14.4270833333vw;
        height: 5.0520833333vw;
        font-size: 0.9375vw;
        gap: 0.4166666667vw;
        position: absolute;
        top: 1.1979166667vw;
        left: 5.9895833333vw
    }
}

.all__ .btn_register img {
    width: 11.3333333333vw
}

@media only screen and (min-width: 992px) {
    .all__ .btn_register img {
        width:4.4270833333vw
    }
}

.all__ .btn_getGiftMoc {
    width: 15.4666666667vw;
    height: 5.4666666667vw;
    font-size: 2.2666666667vw;
    line-height: 1em;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

@media only screen and (min-width: 992px) {
    .all__ .btn_getGiftMoc {
        width:6.7708333333vw;
        height: 2.3958333333vw;
        font-size: 0.8854166667vw
    }
}

.all__ .btn_getGiftMoc.sl {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media only screen and (min-width: 992px) {
    .subtext {
        margin-top:20px
    }
}

.infoUser {
    width: 20.3125vw;
    height: 1.9270833333vw;
    background-color: rgba(0,0,0,0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.0416666667vw;
    margin-top: 1.5625vw;
    margin-bottom: 1.5625vw;
    gap: 0.2604166667vw
}

@media only screen and (max-width: 991px) {
    .infoUser {
        margin-top:2.6666666667vw;
        margin-bottom: 2.6666666667vw;
        width: 72.8vw;
        height: 7.0666666667vw;
        font-size: 3.7333333333vw;
        gap: 0.6666666667vw
    }
}

.scoreLog {
    font-size: 1.0416666667vw;
    margin-top: 1.9791666667vw
}

@media only screen and (max-width: 991px) {
    .scoreLog {
        margin-top:4vw;
        font-size: 2.6666666667vw
    }
}

.helloLog__all {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .helloLog__all {
        width:14.8958333333vw;
        position: absolute;
        position: absolute;
        top: 1.1979166667vw;
        right: 5.9895833333vw
    }
}

@media only screen and (max-width: 991px) {
    .helloLog__all {
        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;
        gap: 1.0416666667vw
    }
}

.helloLog__all .log__all {
    letter-spacing: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: clamp(15px,5vw,30px);
    color: #48321f;
    width: 40vw;
    padding-block:1%}

@media only screen and (min-width: 768px) {
    .helloLog__all .log__all {
        gap:25px;
        width: 250px;
        height: 60px
    }
}

.helloLog__all .hello__phone {
    font-size: 0.8333333333vw;
    background: url(../images/all/bg_hello.html) no-repeat top center/100% 100%;
    width: 100%;
    height: 2.96875vw
}

@media only screen and (max-width: 991px) {
    .helloLog__all .hello__phone {
        font-size:2.9333333333vw;
        height: 9.2vw;
        width: 45.8666666667vw
    }
}

.helloLog__all a.logLink {
    color: #ff8717!important;
    display: inline-block;
    border-left: 1px solid #ff8717;
    padding-left: 0.78125vw;
    margin-left: 0.78125vw
}

.helloLog__all a.logLink:hover {
    text-decoration: underline!important
}

.helloLog__all .listAct {
    gap: 0.625vw;
    margin-top: 0.78125vw
}

@media only screen and (max-width: 991px) {
    .helloLog__all .listAct {
        gap:1.6vw;
        margin-top: 0
    }
}

.helloLog__all .listAct .btn_act {
    width: 6.7708333333vw;
    height: 2.3958333333vw;
    font-size: 0.8854166667vw
}

@media only screen and (max-width: 991px) {
    .helloLog__all .listAct .btn_act {
        width:20.8vw;
        height: 7.3333333333vw;
        font-size: 2.9333333333vw
    }
}

.helloLog__all .btn_act {
    width: 6.7708333333vw;
    height: 2.3958333333vw;
    font-size: 0.8854166667vw
}

@media only screen and (max-width: 991px) {
    .helloLog__all .btn_act {
        width:20.8vw;
        height: 7.3333333333vw;
        font-size: 2.9333333333vw
    }
}

.bgLitAll__ {
    margin-top: 8.5333333333vw
}

@media only screen and (min-width: 992px) {
    .bgLitAll__ {
        width:100%;
        margin-top: 3.3333333333vw
    }
}

.lit__all {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 93.3333333333vw
}

@media only screen and (min-width: 992px) {
    .lit__all {
        width:66.71875vw
    }
}

.lit__all .process {
    background: #131313;
    border: 0 solid #6d4a40;
    width: 100%;
    height: 2vw;
    top: 0.8vw;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

@media only screen and (min-width: 992px) {
    .lit__all .process {
        height:0.78125vw;
        top: 0.3125vw
    }
}

.lit__all .process .process__in {
    border: 0 solid #4d4741;
    background: #dc4c22;
    min-width: 1%;
    max-width: 98%;
    height: 100%;
    position: relative
}

.lit__all .process__total {
    width: 7.03125vw;
    height: 2.96875vw;
    font-size: 1.25vw;
    padding-bottom: 0.15625vw;
    background: url("../images/all/bg_number.html") no-repeat top center/100% 100%;
    position: absolute;
    bottom: 100%;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

@media only screen and (max-width: 991px) {
    .lit__all .process__total {
        width:18vw;
        height: 7.6vw;
        font-size: 3.2vw;
        padding-bottom: 0.4vw;
        -webkit-transform: translateX(30%);
        transform: translateX(30%)
    }
}

.lit__all .it__all {
    padding-top: 48px
}

@media only screen and (max-width: 991px) {
    .lit__all .it__all {
        width:33.33%
    }
}

.lit__all .it__all.active .thumb {
    background: url(../images/all/bgGift__ac.html) no-repeat center center;
    background-size: 100% 100%
}

.lit__all .it__all.active .thumb img {
    -webkit-animation: tada 1s linear infinite;
    animation: tada 1s linear infinite
}

.lit__all .it__all:not(.active) .gc__alleach {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.lit__all .it__all .nameNum .name__all {
    color: #644324;
    font-size: clamp(11px,2.5vw,20px)
}

.lit__all .it__all .nameNum .num__all {
    line-height: 1;
    color: #000000;
    font-size: 1.3541666667vw;
    margin-bottom: 1.0416666667vw
}

@media only screen and (max-width: 991px) {
    .lit__all .it__all .nameNum .num__all {
        font-size:3.2vw;
        margin-bottom: 2.6666666667vw
    }
}

.lit__all .it__all .thumb {
    background: url(../images/all/bgGift.html) no-repeat center center;
    background-size: 100% 100%;
    width: 16vw;
    height: 14vw;
    margin-top: 4%
}

@media only screen and (min-width: 992px) {
    .lit__all .it__all .thumb {
        width:149px;
        height: 122px;
        margin-top: 10px
    }
}

.lit__all .it__all .thumb img {
    width: auto;
    max-width: 60%
}

.lit__all .it__all .gc__alleach {
    width: 80%;
    padding-block:3%;font-size: clamp(10px,2vw,16px);
    margin-top: 45%
}

@media only screen and (min-width: 992px) {
    .lit__all .it__all .gc__alleach {
        margin-top:55px
    }
}

.lit__all .it__all:nth-child(2) .lAll__gift .thumbImg {
    background-image: url(../images/all/bg_gift2.html)
}

.lit__all .it__all:nth-child(3) .lAll__gift .thumbImg {
    background-image: url(../images/all/bg_gift3.html)
}

.lit__all .it__all:nth-child(4) .lAll__gift .thumbImg {
    background-image: url(../images/all/bg_gift4.html)
}

.lit__all .it__all:nth-child(5) .lAll__gift .thumbImg {
    background-image: url(../images/all/bg_gift5.html)
}

.lAll__gift {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 18.1333333333vw;
    height: 40.9333333333vw;
    padding: 3.4666666667vw 2vw 0;
    background: url("../images/all/bg_list_mb.html") no-repeat top center/100% 100%
}

@media only screen and (min-width: 992px) {
    .lAll__gift {
        width:11.8229166667vw;
        height: 20.0520833333vw;
        padding: 2.6041666667vw 0.78125vw 0;
        background: url("../images/all/bg_list.html") no-repeat top center/100% 100%
    }
}

.lAll__gift .thumbImg {
    background: url("../images/all/bg_gift.html") no-repeat top center/100% 100%;
    width: 13.6vw;
    height: 13.6vw
}

@media only screen and (min-width: 992px) {
    .lAll__gift .thumbImg {
        width:7.65625vw;
        height: 7.65625vw
    }
}

.lAll__gift .thumbImg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 12%
}

.dot__prs,.dot__prs_active {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.8666666667vw
}

@media only screen and (min-width: 992px) {
    .dot__prs,.dot__prs_active {
        width:2.2916666667vw
    }
}

.dot__prs_active {
    z-index: 2;
    opacity: 0;
    visibility: hidden
}

.active .dot__prs {
    opacity: 0;
    visibility: hidden
}

.active .dot__prs_active {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 992px) {
    .new-home {
        height:39.6354166667vw
    }
}

@media only screen and (max-width: 991px) {
    .new-home {
        padding-top:0%
    }
}

@media only screen and (max-width: 680px) {
    .new-home {
        padding-bottom:5%
    }
}

@media only screen and (max-width: 991px) {
    .box-new {
        margin-top:3%;
        width: 96%;
        margin-inline:auto}
}

.main-box-new {
    background: url(../images/new-home/m-bg-board.png) no-repeat top center/100% auto;
    margin: 0 auto;
    max-width: 98%;
    margin-top: 6.1333333333vw
}

@media only screen and (min-width: 992px) {
    .main-box-new {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: url(../images/new-home/bg-board.png) no-repeat top center/100% 100%;
        width: 70.2083333333vw;
        max-width: 100%;
        margin-top: 2.3958333333vw
    }
}

@media only screen and (max-width: 991px) {
    .main-box-new {
        width:97.2vw;
        height: 106.8vw
    }
}

.list-guide-bn {
    max-width: 100%
}

@media only screen and (max-width: 991px) {
    .list-guide-bn {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0 auto;
        max-width: 94%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.list-guide-bn img {
    width: 38.5333333333vw
}

@media only screen and (min-width: 992px) {
    .list-guide-bn img {
        width:15.0520833333vw
    }
}

@media only screen and (max-width: 991px) {
    .sl-boxnew {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .wrapSlider_news {
        width:53%
    }
}

@media only screen and (max-width: 991px) {
    .sl-boxnew .wrapSlider_news {
        width:84.8vw
    }
}

.sl-boxnew .list-slide-new {
    width: 100%;
    height: 48.4vw;
    padding: 8.5% 8.5% 5% 8.5%;
    margin-bottom: 0!important
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .list-slide-new {
        height:23.0208333333vw;
        width: 53%;
        padding: 4.5% 3% 5% 5%
    }
}

.sl-boxnew .list-slide-new a {
    display: block
}

.sl-boxnew .list-slide-new img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 78vw;
    height: 35.7333333333vw
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .list-slide-new img {
        width:31.5625vw;
        height: 15.8333333333vw
    }
}

.sl-boxnew .list-slide-new .slick-dots {
    display: block;
    bottom: 0%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .list-slide-new .slick-dots {
        bottom:13%
    }
}

.sl-boxnew .list-slide-new .slick-dots li {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
    background: url(../images/icons/sl-home.png) no-repeat center center/0.5729166667vw auto;
    margin: 0 0.15625vw
}

@media only screen and (max-width: 991px) {
    .sl-boxnew .list-slide-new .slick-dots li {
        width:1.8666666667vw;
        height: 1.8666666667vw;
        background-size: 1.4666666667vw auto
    }
}

.sl-boxnew .list-slide-new .slick-dots li.slick-active {
    background: url(../images/icons/sl-home-hv.png) no-repeat center center/contain
}

.sl-boxnew .list-slide-new .slick-dots li button {
    width: 100%;
    height: 100%
}

.sl-boxnew .list-slide-new .slick-dots li button:before {
    width: 0;
    content: ""
}

.sl-boxnew .box-list-new {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .box-list-new {
        width:47%;
        height: 13.8020833333vw
    }
}

@media only screen and (max-width: 991px) {
    .sl-boxnew .box-list-new {
        width:78.6666666667vw;
        height: 44.4vw;
        margin-top: 4vw
    }
}

.sl-boxnew .box-list-new .tab-new {
    gap: 4vw;
    padding: 0 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .box-list-new .tab-new {
        gap:1.5625vw;
        padding: 5% 0 0
    }
}

.sl-boxnew .box-list-new .tab-new .tab-link {
    position: relative;
    cursor: pointer;
    font-size: 2vw;
    padding: 0 1.3333333333vw;
    color: #87878c
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .box-list-new .tab-new .tab-link {
        font-size:0.78125vw;
        padding: 0 0.5208333333vw
    }
}

.sl-boxnew .box-list-new .tab-new .tab-link.current,.sl-boxnew .box-list-new .tab-new .tab-link:hover {
    color: #ff8110
}

.sl-boxnew .box-list-new .tab-new .tab-link.current:after,.sl-boxnew .box-list-new .tab-new .tab-link:hover:after {
    position: absolute;
    content: "";
    background: #ff8110;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0
}

.sl-boxnew .box-list-new .tab-content {
    padding-top: 3%
}

@media only screen and (max-width: 991px) {
    .sl-boxnew .box-list-new .tab-content {
        padding-top:3%
    }
}

.sl-boxnew .box-list-new .tab-content .tab-detail {
    display: none
}

.sl-boxnew .box-list-new .tab-content .tab-detail.current {
    display: block
}

.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff4e2;
    border-bottom: 0 dashed #fff4e2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-size: 1.8666666667vw;
    padding: 0.6666666667vw 0;
    padding-left: 3.6vw;
    padding-right: 0.9333333333vw;
    line-height: 1.5em;
    width: 83.7333333333vw
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box {
        width:32.7083333333vw;
        font-size: 0.8333333333vw;
        padding: 0.2604166667vw 0;
        padding-left: 1.40625vw;
        padding-right: 0.9333333333vw
    }
}

.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box:first-child {
    height: 10vw;
    padding-bottom: 1.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/new-home/bg_item.png") no-repeat top center/100% 100%
}

.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box:first-child * {
    color: #fff!important
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box:first-child {
        height:3.90625vw;
        padding-bottom: 0.46875vw
    }
}

.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box:first-child .cat-date {
    display: none
}

.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box:first-child:after {
    content: "Hot New";
    position: absolute;
    top: 31%;
    right: 2%;
    font-size: 2.1333333333vw;
    font-family: "gmv_din_pro_black";
    font-weight: 900;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    -webkit-animation: jump 1s linear infinite;
    animation: jump 1s linear infinite
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box:first-child:after {
        font-size:0.8333333333vw
    }
}

.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box .cat-des {
    width: 100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box .cat-des .cat-date {
    font-size: 2.1333333333vw;
    color: #fff4e2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.2;
    font-weight: 700
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box .cat-des .cat-date {
        font-size:0.8333333333vw
    }
}

.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box .cat-des .des {
    width: 100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff4e2;
    max-width: 80%
}

.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box .date-open {
    color: #fff4e2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 2.1333333333vw;
    font-weight: 500
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box .date-open {
        font-size:0.8333333333vw
    }
}

.sl-boxnew .box-list-new .view-more {
    position: absolute;
    right: -9.5%;
    top: 0%;
    z-index: 2;
    width: 9.3333333333vw;
    height: 4.5333333333vw;
    background: url(../images/new-home/more.png) no-repeat top center/100% 100%
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .box-list-new .view-more {
        width:3.6458333333vw;
        height: 1.7708333333vw;
        right: 1.2%;
        top: 7%
    }
}

.sl-boxnew .box-list-new .view-more .link-more {
    font-size: 1.6vw;
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 0;
    color: #fff!important;
    line-height: 3.8666666667vw
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .box-list-new .view-more .link-more {
        font-size:0.625vw
    }
}

@media only screen and (min-width: 992px) {
    .sl-boxnew .box-list-new .view-more .link-more {
        line-height:1.5104166667vw
    }
}

.sl-boxnew .box-list-new .view-more .link-more.current {
    display: block
}

.link-fbottom .link-fpft {
    width: 98%
}

@media only screen and (min-width: 992px) {
    .link-fbottom .link-fpft {
        gap:0 20px
    }
}

.link-fbottom .link-fpft img {
    width: 98%
}

.main-news {
    position: relative;
    font-family: "roboto-m";
    margin-top: -1.7708333333vw;
    padding-bottom: 5.2083333333vw;
    background-color: #fff;
    min-height: 100vh
}

@media only screen and (max-width: 991px) {
    .main-news {
        padding-bottom:13.3333333333vw;
        margin-top: 0
    }
}

.main-news>.wc {
    width: 100%;
    padding: 0 2.6041666667vw 1.5625vw;
    border-radius: 1.5625vw;
    position: relative;
    z-index: 2
}

.head-new-page {
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccbfaa
}

@media only screen and (min-width: 992px) {
    .head-new-page {
        padding-top:50px
    }
}

.head-new-page .tab-link-news ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.head-new-page .tab-link-news ul .item {
    position: relative;
    padding: 0 3px;
    margin-right: 2%
}

.head-new-page .tab-link-news ul .item a {
    color: #434242;
    font-size: 2.6666666667vw
}

@media only screen and (min-width: 992px) {
    .head-new-page .tab-link-news ul .item a {
        font-size:1.3020833333vw
    }
}

.head-new-page .tab-link-news ul .item.current a,.head-new-page .tab-link-news ul .item:hover a {
    color: #a01239
}

.head-new-page .tab-link-news ul .item.current:after,.head-new-page .tab-link-news ul .item:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #a01239;
    bottom: -11px;
    left: 0
}

@media only screen and (min-width: 992px) {
    .head-new-page .tab-link-news ul .item.current:after,.head-new-page .tab-link-news ul .item:hover:after {
        height:3px
    }
}

.list-new-page {
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    z-index: 2
}

.list-new-page .item-new {
    padding: 9px 0;
    border-bottom: 1px solid #cccccc
}

@media only screen and (min-width: 768px) {
    .list-new-page .item-new {
        padding:20px 0
    }
}

.list-new-page .item-new .thumb {
    width: 18vw
}

@media only screen and (min-width: 992px) {
    .list-new-page .item-new .thumb {
        width:10.5208333333vw
    }
}

.list-new-page .item-new .thumb img {
    width: 100%;
    display: block
}

.list-new-page .item-new .des-item {
    width: calc(100% - 29.3333333333vw);
    margin-left: 10px
}

@media only screen and (min-width: 992px) {
    .list-new-page .item-new .des-item {
        width:calc(100% - 11.9791666667vw - 6.7708333333vw)
    }
}

.list-new-page .item-new .des-item .text-des,.list-new-page .item-new .des-item h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.list-new-page .item-new .des-item h2 {
    color: #a01239;
    font-size: 15px;
    -webkit-line-clamp: 2;
    max-width: 100%
}

@media only screen and (min-width: 768px) {
    .list-new-page .item-new .des-item h2 {
        font-size:18px;
        -webkit-line-clamp: 1
    }
}

.list-new-page .item-new .des-item .text-des {
    color: #f5dec0;
    font-size: 15px;
    -webkit-line-clamp: 2
}

@media only screen and (min-width: 992px) {
    .list-new-page .item-new .des-item .text-des {
        font-size:15px;
        -webkit-line-clamp: 3;
        margin-top: 8px
    }
}

.list-new-page .item-new .more-date .more {
    width: 90px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-top: 10px;
    background: #122d3d;
    border: 2px solid #000;
    color: #fff!important;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media only screen and (min-width: 992px) {
    .list-new-page .item-new .more-date .more {
        font-size:18px
    }
}

.list-new-page .item-new .more-date .more:hover {
    background: #efb64c
}

.list-new-page .item-new .more-date .date-open {
    text-align: right;
    line-height: 1
}

.list-new-page .item-new .more-date .date-open .day-month {
    font-size: 4vw;
    color: #f69309
}

@media only screen and (min-width: 992px) {
    .list-new-page .item-new .more-date .date-open .day-month {
        font-size:1.5625vw
    }
}

.list-new-page .item-new .more-date .date-open .year {
    font-size: 2.4vw;
    color: #f69309
}

@media only screen and (min-width: 992px) {
    .list-new-page .item-new .more-date .date-open .year {
        font-size:0.9375vw
    }
}

.main-detail {
    z-index: 2;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    border-radius: 20px;
    position: relative
}

@media only screen and (min-width: 992px) {
    .main-detail {
        padding:130px 0 130px 60px;
        width: 94%;
        max-width: 1120px
    }
}

@media only screen and (min-width: 992px) {
    .main-detail .leftContent {
        width:68%
    }
}

.main-detail .title-date {
    border-bottom: 1px solid #434242;
    padding-bottom: 15px
}

.main-detail .title-date .title-post {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    min-height: 45px;
    padding-left: 53px;
    padding-right: 53px
}

@media only screen and (min-width: 768px) {
    .main-detail .title-date .title-post {
        font-size:30px;
        margin-top: 20px
    }
}

@media only screen and (max-width: 1199px) {
    .main-detail .title-date .title-post {
        text-align:center
    }
}

.main-detail .title-date .date-post {
    text-align: right;
    color: #fff;
    font-size: 15px;
    margin-top: 5px
}

@media only screen and (min-width: 768px) {
    .main-detail .title-date .date-post {
        font-size:18px
    }
}

.main-detail .back-detail {
    color: #f69309;
    font-size: 15px;
    padding-left: 25px
}

@media only screen and (min-width: 768px) {
    .main-detail .back-detail {
        padding-left:35px;
        font-size: 18px
    }
}

.main-detail .back-detail i {
    position: absolute;
    content: "";
    width: 19px;
    height: 18px;
    background: url(../images/icons/back.png) no-repeat center center;
    background-size: contain;
    left: 0;
    top: -1px
}

@media only screen and (min-width: 768px) {
    .main-detail .back-detail i {
        width:41px;
        height: 28px;
        left: -10px;
        top: -2px
    }
}

.main-detail .detail-post {
    padding-top: 20px
}

@media only screen and (min-width: 768px) {
    .main-detail .detail-post {
        padding-top:30px
    }
}

@media only screen and (max-width: 991px) {
    .main-news>.wc {
        padding:0
    }
}

@media only screen and (min-width: 992px) {
    .main-news#main-news-duatop .wrapContent {
        padding-right:32%
    }
}

.main-news#main-news-duatop .extra-content {
    display: block!important
}

.main-news#main-news-duatop #sub-drawer-toggle-label {
    display: none
}

@media only screen and (max-width: 991px) {
    .main-news#main-news-duatop #sub-drawer-toggle-label {
        cursor:pointer;
        z-index: 3;
        width: 45px;
        height: 45px;
        background-color: rgba(0,0,0,0.3);
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -22.5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 4px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.main-news#main-news-duatop #sub-drawer-toggle-label:after,.main-news#main-news-duatop #sub-drawer-toggle-label:before,.main-news#main-news-duatop #sub-drawer-toggle-label>span {
    content: "";
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 4px;
    background: #f32525;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out
}

.main-news .extra-content {
    display: none!important
}

.extra-content {
    display: block;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0
}

@media only screen and (max-width: 991px) {
    .extra-content {
        background:rgba(0,0,0,0.8);
        display: block;
        width: 100vw!important;
        height: 100%!important;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 100vw;
        -webkit-transition: all,0.5s;
        transition: all,0.5s;
        z-index: 4
    }
}

@media only screen and (max-width: 991px) {
    .extra-content.shown {
        right:0;
        opacity: 1!important;
        visibility: visible!important;
        -webkit-transform: scale3d(1,1,1)!important
    }
}

.extra-content .side-menu {
    display: block;
    width: 100%;
    float: left
}

@media only screen and (max-width: 991px) {
    .extra-content .side-menu {
        margin-top:-2px
    }
}

.extra-content .side-menu li {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-bottom: 0
}

.extra-content .side-menu li:last-child {
    border-bottom: 1px solid #c2c2c2
}

.extra-content .side-menu li a {
    width: 100%;
    display: block;
    float: left;
    font-size: 0.7291666667vw;
    font-weight: bold;
    line-height: 50px;
    text-indent: 5px;
    padding: 0 10px;
    border: none;
    color: #474b51;
    background-color: #e9e9e9;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    .extra-content .side-menu li a {
        text-align:center;
        font-size: 14px
    }
}

.extra-content .side-menu li a:hover {
    color: #c51600;
    background: #f9fbff
}

.extra-content .side-menu li a.active {
    color: #ffffff;
    background: #ac3723
}

.extra-content .side-menu li a.off {
    color: #a4a6a8
}

#sub-drawer-toggle {
    display: none
}

#sub-drawer-toggle:checked~.main-detail #sub-drawer-toggle-label:after,#sub-drawer-toggle:checked~.main-detail #sub-drawer-toggle-label:before {
    width: 70%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0px 8px;
    transform-origin: 0px 8px
}

#sub-drawer-toggle:checked~.main-detail #sub-drawer-toggle-label:before {
    width: 70%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0px 8px;
    transform-origin: 0px 8px
}

#sub-drawer-toggle:checked~.main-detail #sub-drawer-toggle-label:after {
    width: 70%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 2px -2px;
    transform-origin: 2px -2px
}

#sub-drawer-toggle:checked~.main-detail #sub-drawer-toggle-label span {
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0);
    opacity: 0
}

@media only screen and (max-width: 991px) {
    #sub-drawer-toggle:checked~.main-detail .extra-content {
        width:100vw;
        height: 100%;
        opacity: 1;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        visibility: visible
    }
}

#sub-drawer-toggle-label {
    display: none
}

.mission__ {
    height: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 992px) {
    .mission__ {
        height:18vw;
        display: block
    }
}

.lm_ {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.lm_ .lm__item {
    display: block;
    position: relative;
    width: 13.59375vw
}

@media only screen and (max-width: 991px) {
    .lm_ .lm__item {
        width:34.8vw
    }
}

.lm_ .lg_Mis {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: 10px;
    height: 206px;
    z-index: 2;
    margin-top: 306px;
    margin-bottom: 5%;
    max-width: 256px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 680px) {
    .lm_ .lg_Mis {
        max-height:25vw;
        max-width: 25vw;
        margin-top: 35vw;
        gap: 1vw;
        margin-bottom: 1vw;
        -ms-flex-line-pack: center;
        align-content: center
    }
}

.lm_ .lg_Mis .thumbImg {
    background: url("../images/all/bg_gift.html") no-repeat top center/100% 100%;
    width: 93px;
    height: 93px;
    max-width: 11vw;
    max-height: 11vw
}

.lm_ .lg_Mis .thumbImg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 12%
}

.lm_ .lg_Mis_btn {
    z-index: 2;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto
}

.lm_ .lm_bg {
    width: 100%
}

.lm_ .textInner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 0.2604166667vw;
    padding-left: 3.6458333333vw;
    padding-right: 1.09375vw;
    font-size: 1.25vw
}

@media only screen and (max-width: 991px) {
    .lm_ .textInner {
        padding-bottom:0.6666666667vw;
        padding-left: 6.5333333333vw;
        padding-right: 1.6vw;
        font-size: 2.2666666667vw
    }
}

.lm_ .textInner .day {
    line-height: 1.7708333333vw
}

@media only screen and (max-width: 991px) {
    .lm_ .textInner .day {
        line-height:3.2vw
    }
}

.lm_ .textInner .text {
    font-size: 80%;
    line-height: 1em;
    height: 2.2395833333vw
}

@media only screen and (max-width: 991px) {
    .lm_ .textInner .text {
        height:3.8666666667vw
    }
}

.rank__ {
    height: 61.9791666667vw;
    padding-top: 2.4479166667vw
}

@media only screen and (max-width: 991px) {
    .rank__ {
        height:134.6666666667vw;
        padding-top: 4vw
    }
}

.rank__ .userInfo {
    margin-top: 1.875vw
}

@media only screen and (max-width: 991px) {
    .rank__ .userInfo {
        margin-bottom:4vw;
        margin-top: 4vw
    }
}

.rank__ .pagination {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .rank__ .pagination {
        margin-top:20px
    }
}

.rank__ .pagination ul {
    text-align: center
}

.rank__ .pagination ul li {
    display: inline-block;
    width: 4.8vw;
    height: 4.8vw;
    line-height: 4.8vw;
    background: #fff;
    font-size: 2.1333333333vw;
    border-radius: 50%;
    margin: 0 2px;
    opacity: 0.8
}

@media only screen and (min-width: 992px) {
    .rank__ .pagination ul li {
        width:1.875vw;
        height: 1.875vw;
        line-height: 1.875vw;
        font-size: 0.8333333333vw
    }
}

.rank__ .pagination ul li a {
    color: #000!important
}

.rank__ .pagination ul li.active,.rank__ .pagination ul li:hover {
    background: #fff;
    opacity: 1
}

.rank__ .pagination ul li.active a,.rank__ .pagination ul li:hover a {
    color: #000!important
}

.tt__top3 {
    padding-top: 75px;
    z-index: 2;
    gap: 0 89px;
    width: 998px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 21px
}

@media only screen and (max-width: 991px) {
    .tt__top3 {
        padding-top:8vw;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.tt__top3 .imt__tt_rank {
    max-width: 25vw;
    margin-right: 2%
}

@media only screen and (max-width: 991px) {
    .tt__top3 .imt__tt_rank {
        max-width:24vw;
        margin-right: 5vw
    }
}

.tt__top3 .imt__top3_rank {
    max-width: 20vw
}

@media only screen and (max-width: 991px) {
    .tt__top3 .imt__top3_rank {
        max-height:17vw
    }
}

@media only screen and (max-width: 680px) {
    .tt__top3 .imt__top3_rank {
        max-height:18vw
    }
}

@media only screen and (max-width: 680px) {
    .tt__top3 .imt__top3_rank:nth-child(3) {
        max-width:30vw
    }
}

@media only screen and (max-width: 991px) {
    .tt__top3 .imt__top3_rank:nth-child(2),.tt__top3 .imt__top3_rank:nth-child(4) {
        max-height:13vw;
        margin-top: 3vw
    }
}

.mEnRank {
    margin: 0 auto
}

@media only screen and (max-width: 991px) {
    .mEnRank .imgrau__ {
        display:none
    }
}

@media only screen and (min-width: 992px) {
    .mEnRank .imgrau__ {
        z-index:2
    }
}

.mEnRank .imgRau1 {
    top: 5%;
    left: -10%;
    width: 140px
}

.mEnRank .imgRau2 {
    bottom: -5%;
    left: -10%
}

.mEnRank .imgRau3 {
    right: -15%
}

.rank__allsv {
    background: url(../images/rank/bgmb.png) no-repeat top center;
    background-size: 100% 100%;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .rank__allsv {
        background:url(../images/rank/bgRank77ae.png?ver=2) no-repeat top center;
        background-size: 100% 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-inline:inherit;height: 38.3854166667vw;
        width: 53.75vw;
        padding: 3.90625vw 3.5416666667vw 0.625vw 4.6354166667vw
    }
}

@media only screen and (max-width: 991px) {
    .rank__allsv {
        padding:3.4666666667vw 0 6.1333333333vw;
        width: 100%;
        margin-bottom: 4vw
    }
}

.rank__allsv table {
    width: 100%;
    border-top: 0 solid #915f3b
}

.rank__allsv table img {
    display: inline-block;
    width: 1.9791666667vw
}

@media only screen and (max-width: 991px) {
    .rank__allsv table img {
        width:5.0666666667vw
    }
}

.rank__allsv table tr:first-child td {
    background-color: transparent
}

.rank__allsv .row {
    color: #ab8f5c;
    font-size: 1.0416666667vw;
    background-color: transparent
}

@media only screen and (max-width: 991px) {
    .rank__allsv .row {
        font-size:2.6666666667vw
    }
}

.rank__allsv .row .col {
    padding-block:0.8vw}

@media only screen and (min-width: 992px) {
    .rank__allsv .row .col {
        padding-block:0.3125vw
    }
}

.rank__allsv .foot .col,.rank__allsv .head .col {
    font-size: 0.9375vw;
    background-color: transparent;
    color: #9b2115;
    padding: 0.8333333333vw 0.15625vw
}

@media only screen and (max-width: 991px) {
    .rank__allsv .foot .col,.rank__allsv .head .col {
        font-size:2.4vw;
        padding: 2.1333333333vw 0.4vw
    }
}

.rank__allsv .foot .col:not(:last-child),.rank__allsv .head .col:not(:last-child) {
    border-right: 0 solid transparent
}

.rank__allsv .head {
    color: #5e4738;
    background: url(../images/rank/bgHead.png) no-repeat center center/100% 100%;
    border-bottom: 0 solid #915f3b
}

@media only screen and (max-width: 991px) {
    .rank__allsv .head {
        background:#ffe637
    }
}

.rank__allsv .head tr .col {
    white-space: nowrap;
    font-size: 1.0416666667vw;
    line-height: 1em;
    padding: 0.3125vw 0.2604166667vw 0.9895833333vw
}

@media only screen and (max-width: 991px) {
    .rank__allsv .head tr .col {
        font-size:2.6666666667vw;
        padding: 1.3333333333vw 0.6666666667vw 1.3333333333vw
    }
}

.rank__allsv .body .row:nth-child(-n+3) td {
    padding-block:0.3645833333vw}

@media only screen and (max-width: 991px) {
    .rank__allsv .body .row:nth-child(-n+3) td {
        padding-block:0.9333333333vw
    }
}

.rank__allsv .body .row:not(:last-child) {
    border-bottom: 0px solid #915f3b
}

.rank__allsv .body .row .col:not(:last-child) {
    border-right: 0px solid #915f3b
}

.rank__allsv .body .row:first-child {
    color: #fede95
}

.rank__allsv .body .row:nth-child(2) {
    color: #fede95
}

.rank__allsv .body .row:nth-child(3) {
    color: #fede95
}

.rank__allsv .foot {
    background: transparent;
    border-top: 0px solid #915f3b;
    text-transform: uppercase;
    color: #fff7e4
}

.rank__allsv .foot .count {
    font-size: 110%
}

.select_server {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    display: block;
    text-align: center;
    background: url("../images/rank/bg_select.png") no-repeat top center/100% 100%;
    width: 13.8020833333vw;
    height: 1.8229166667vw;
    font-size: 0.9375vw;
    padding: 0 calc(33 / lg * 100 * 1vw);
    color: #000!important;
    cursor: pointer;
    margin-top: 2.8645833333vw;
    margin-bottom: 1.0416666667vw
}

@media only screen and (max-width: 991px) {
    .select_server {
        width:35.3333333333vw;
        height: 4.6666666667vw;
        font-size: 2.4vw;
        padding: 0 calc(33 / sm * 100 * 1vw);
        margin-top: 2.2666666667vw;
        margin-bottom: 2.2666666667vw
    }
}

.tabRank .nav_tabRank {
    gap: 0.5208333333vw;
    margin-bottom: 2.0833333333vw
}

@media only screen and (max-width: 991px) {
    .tabRank .nav_tabRank {
        gap:1.3333333333vw;
        margin-bottom: 5.3333333333vw
    }
}

.tabRank .navItem {
    width: 9.1145833333vw;
    height: 2.34375vw;
    font-size: 0.8854166667vw;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

@media only screen and (max-width: 991px) {
    .tabRank .navItem {
        width:23.3333333333vw;
        height: 6vw;
        font-size: 2.2666666667vw
    }
}

.tabRank .navItem.current {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.char__ {
    padding-top: 5.3333333333vw;
    height: 180vw
}

@media only screen and (min-width: 992px) {
    .char__ {
        padding-top:2.0833333333vw;
        height: 77.6041666667vw
    }
}

.wrapTab_char {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 992px) {
    .wrapTab_char {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.tabChar {
    background: url("../images/char/bgchar.png") no-repeat top center/100% 100%;
    width: 37.5vw;
    height: 44.4270833333vw;
    margin-top: 4.1666666667vw;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 991px) {
    .tabChar {
        width:96vw;
        height: 113.7333333333vw;
        margin-top: 10.6666666667vw
    }
}

.tabChar .nav_tabChar {
    width: 7.2916666667vw;
    padding-top: 2.8645833333vw
}

@media only screen and (max-width: 991px) {
    .tabChar .nav_tabChar {
        width:18.6666666667vw;
        padding-top: 7.3333333333vw
    }
}

.tabChar .nav_tabChar .item_navChar {
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 9.0625vw;
    height: 3.3333333333vw;
    font-size: 1.09375vw;
    margin-bottom: 0.3125vw;
    position: relative;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width: 991px) {
    .tabChar .nav_tabChar .item_navChar {
        width:23.2vw;
        height: 8.5333333333vw;
        font-size: 2.8vw;
        margin-bottom: 0.8vw
    }
}

.tabChar .nav_tabChar .item_navChar.active,.tabChar .nav_tabChar .item_navChar:hover {
    background: url("../images/char/bgchar_it.png") no-repeat top center/100% 100%
}

.tabChar .tabContent {
    width: 30.7291666667vw;
    height: 100%;
    position: relative
}

@media only screen and (max-width: 991px) {
    .tabChar .tabContent {
        width:78.6666666667vw
    }
}

.tabChar .tabContent .content {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5.2083333333vw 3.90625vw 0 0
}

@media only screen and (max-width: 991px) {
    .tabChar .tabContent .content {
        padding:13.3333333333vw 10vw 0 0
    }
}

.tabChar .tabContent .content.active {
    opacity: 1;
    visibility: visible
}

.tabChar .tabContent .content .lstChar {
    gap: 1.5625vw
}

@media only screen and (max-width: 991px) {
    .tabChar .tabContent .content .lstChar {
        gap:4vw
    }
}

.tabChar .tabContent .content .lstChar .thumb_img {
    width: 6.9791666667vw;
    height: 6.875vw;
    position: relative
}

@media only screen and (max-width: 991px) {
    .tabChar .tabContent .content .lstChar .thumb_img {
        width:17.8666666667vw;
        height: 17.6vw
    }
}

.tabChar .tabContent .content .lstChar .thumb_img img {
    width: 100%;
    height: 100%;
    padding: 4%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.tabChar .tabContent .content .lstChar .thumb_img .infoChar__ {
    background: #fff;
    border-radius: 15px;
    border: 2px solid #000;
    width: 33.3333333333vw;
    height: 18.6666666667vw;
    color: #000;
    z-index: 2;
    text-align: center;
    bottom: 70%;
    right: 23%;
    -webkit-filter: drop-shadow(0 0 10px #000);
    filter: drop-shadow(0 0 10px #000);
    opacity: 0;
    visibility: hidden;
    font-size: 2.4vw;
    line-height: 1.2em;
    padding: 1.3333333333vw 2vw
}

.tabChar .tabContent .content .lstChar .thumb_img .infoChar__:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    clip-path: polygon(0 0,100% 100%,65% 0);
    width: 50px;
    height: 16px;
    background: #fff
}

@media only screen and (max-width: 991px) {
    .tabChar .tabContent .content .lstChar .thumb_img:hover .infoChar__ {
        opacity:1;
        visibility: visible
    }
}

.tabChar .tabContent .content .lstChar .thumb_img.active {
    background: url("../images/char/bg_thumb.png") no-repeat top center/100% 100%
}

.tabImages {
    position: absolute;
    top: -13.90625vw;
    left: 0;
    width: 100%
}

.tabImages .content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.tabImages .content.active {
    opacity: 1;
    visibility: visible
}

.tabImages .imgARt_char {
    height: 96.4583333333vw
}

.tabImages .nameChar__ {
    top: 36%;
    left: 31.0416666667vw;
    z-index: 2;
    width: 15vw;
    height: 4.3229166667vw;
    font-size: 1.8229166667vw;
    padding: 0 2.5vw;
    line-height: 1em;
    background: url("../images/char/bg_name.png") no-repeat top center/100% auto
}

.tabImages .desChar__ {
    top: 40%;
    left: 25.7291666667vw;
    z-index: 1;
    width: 20.8854166667vw;
    height: 6.1458333333vw;
    font-size: 1.0416666667vw;
    padding-right: 2.8645833333vw;
    padding-top: 0.78125vw;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/char/bg_desc.png") no-repeat top center/100% auto
}

.tabImages .desChar__ .desChar__inner {
    width: 10.3125vw;
    height: 4.4270833333vw;
    overflow: auto;
    color: #000
}

.tabImages .slick-arrow {
    width: 8.90625vw;
    height: 5.2604166667vw;
    top: auto;
    bottom: 17%;
    left: auto
}

.tabImages .slick-arrow.slick-next {
    right: 16%;
    background-image: url("../images/arrow-right2.png")
}

.tabImages .slick-arrow.slick-prev {
    right: 32%;
    background-image: url("../images/arrow-left2.png")
}

.ftg__sl {
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .ftg__sl {
        height:70.6vw
    }
}

@media only screen and (min-width: 992px) {
    .ftg__sl {
        height:48.4vw
    }
}

.bg__sl_ft {
    margin-top: 2%;
    width: 90%;
    max-width: 846px
}

@media only screen and (min-width: 992px) {
    .bg__sl_ft {
        margin-top:50px
    }
}

.list__ft--submit {
    width: 100%;
    position: relative
}

@media only screen and (max-width: 991px) {
    .list__ft--submit {
        margin-top:6.6666666667vw;
        margin-bottom: 4vw;
        width: 150vw;
        left: -25vw
    }
}

@media only screen and (min-width: 992px) {
    .list__ft--submit {
        margin-top:2.6041666667vw;
        margin-bottom: 1.5625vw;
        width: 58.3333333333vw
    }
}

.list__ft--submit img {
    width: 100%
}

.list__ft--submit .slick-list {
    padding: 0!important
}

.list__ft--submit .ft__sb {
    -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
}

.list__ft--submit .ft__sb.slick-active:not(.slick-current) {
    -webkit-transform: translate3d(100%,0,0px) scale(0.8);
    transform: translate3d(100%,0,0px) scale(0.8)
}

.list__ft--submit .ft__sb.slick-active:not(.slick-current).slick-sprev {
    -webkit-transform: translate3d(50%,0,0px) scale(0.9);
    transform: translate3d(50%,0,0px) scale(0.9);
    z-index: 2
}

.list__ft--submit .ft__sb.slick-active:not(.slick-current).slick-snext {
    -webkit-transform: translate3d(-50%,0,0px) scale(0.9);
    transform: translate3d(-50%,0,0px) scale(0.9);
    z-index: 2
}

.list__ft--submit .ft__sb.slick-active:not(.slick-current).slick-snext~.slick-active {
    -webkit-transform: translate3d(-100%,0,0px) scale(0.8);
    transform: translate3d(-100%,0,0px) scale(0.8);
    z-index: 1
}

.list__ft--submit .ft__sb.slick-current {
    z-index: 3
}

.list__ft--submit .ft__sb:not(.slick-current) {
    z-index: 1;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6)
}

.list__ft--submit .ft__sb:not(.slick-active) {
    opacity: 0
}

.list__ft--submit .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 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4.4vw
}

@media only screen and (min-width: 992px) {
    .list__ft--submit .slick-dots {
        padding:0.5208333333vw 0;
        bottom: -3.125vw
    }
}

.list__ft--submit .slick-dots li {
    border-radius: 50%;
    background: #fff;
    width: 1.8666666667vw;
    height: 1.8666666667vw
}

@media only screen and (min-width: 992px) {
    .list__ft--submit .slick-dots li {
        width:1.09375vw;
        height: 1.09375vw;
        margin: 0 0.3645833333vw
    }
}

.list__ft--submit .slick-dots li.slick-active {
    background: #ffd237
}

.list__ft--submit .slick-dots li button {
    width: 0;
    height: 0;
    opacity: 0;
    display: none
}

.list__ft--submit .slick-arrow.slick-prev {
    left: 25vw
}

@media only screen and (min-width: 992px) {
    .list__ft--submit .slick-arrow.slick-prev {
        left:14vw
    }
}

.list__ft--submit .slick-arrow.slick-next {
    right: 25vw
}

@media only screen and (min-width: 992px) {
    .list__ft--submit .slick-arrow.slick-next {
        right:14vw
    }
}

.modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
    color: #131313;
    font-size: clamp(10px,2vw,20px);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    overflow: auto;
    font-family: "gmv_din_pro_medium";
    font-weight: 500
}

.modal.open {
    display: block
}

.modal .btn_getGift {
    padding: 0 0;
    line-height: 1.2em;
    font-size: clamp(10px,2vw,18px);
    text-transform: capitalize
}

.modal .content-modal {
    top: 10vh;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    width: 96%;
    max-width: 638px
}

.modal .content-modal:after,.modal .content-modal:before {
    pointer-events: none;
    position: absolute;
    content: ""
}

.modal .content-modal .thumb__img {
    background: url(../images/game/bg_gift.html) no-repeat top center/100% 100%;
    width: 101px;
    height: 101px;
    position: relative
}

.modal .content-modal .thumb__img img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 12%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.modal .wrapper-modal {
    background: url(../images/modal/bg-modal.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    min-height: 300px;
    padding: 10% 7% 12% 7%;
    border-top: 0
}

@media only screen and (min-width: 768px) {
    .modal .wrapper-modal {
        min-height:428px
    }
}

.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;
    width: 90%;
    margin: 3% auto 0
}

.modal .title-modal {
    color: #ff8717;
    font-size: clamp(22px,3.5vw,42px);
    line-height: 1.2;
    width: auto;
    max-width: 100%;
    margin: 0 auto 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    font-family: "gmv_din_pro_black";
    font-weight: 900;
    text-transform: uppercase
}

@media only screen and (max-width: 1199px) {
    .modal .title-modal {
        max-width:80%
    }
}

.modal .title-modal:before {
    content: " ";
    display: block;
    background: url("../images/modal/imgLeft.png") no-repeat center left/contain;
    width: 54px;
    height: 40px;
    margin: 0 5px;
    max-width: 4vw
}

.modal .title-modal:after {
    content: " ";
    display: block;
    background: url("../images/modal/imgRight.png") no-repeat center left/contain;
    width: 54px;
    height: 40px;
    margin: 0 5px;
    max-width: 4vw
}

.modal .title-modal .imgTTOP {
    max-width: 9vw;
    vertical-align: middle;
    margin: 0 8px
}

.modal .title-modal .imgTBOTTOM {
    max-width: 9vw;
    vertical-align: middle;
    margin: 0 8px
}

.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
}

.close_modal {
    position: absolute;
    background: url(../images/modal/close-modal.png) no-repeat center center;
    background-size: 100%;
    top: 5%;
    right: 6%;
    width: 36px;
    height: 31px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

@media only screen and (min-width: 768px) {
    .close_modal {
        width:40px;
        height: 40px
    }
}

.close_modal-full {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1
}

.modal__share .content-modal {
    max-width: 700px
}

.modal__share .main-modal {
    width: 100%!important
}

.modal__share .listShare {
    gap: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.modal__share .listShare .name_char {
    margin-bottom: 3px
}

.modal__share .listShare .share_it {
    width: 110px;
    font-size: clamp(10px,2vw,20px);
    line-height: 1.2em;
    max-width: 14vw
}

.modal__share .listShare .share_it .thumb__img {
    max-width: 14vw;
    max-height: 14vw
}

.modal__share .selectIt {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background: #fff;
    position: absolute;
    left: 5%;
    bottom: 5%
}

.modal__share .item-share-manhghep {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.modal__share .item-share-manhghep:checked~.selectIt {
    background: url("../images/icons/check.png") no-repeat center center/80% auto #0a0a0a
}

.modal__share .btn-share-manhghep {
    margin-top: 10%
}

#modal__alert {
    z-index: 99
}

#modal__alert .wrapper-modal {
    min-height: 200px
}

@media only screen and (min-width: 768px) {
    #modal__alert .wrapper-modal {
        height:300px
    }
}

#modal__alert .detail-alert {
    padding: 5% 6% 2%;
    line-height: 1.5
}

#modal__alert .detail-alert .text-alert {
    color: #353535;
    font-size: clamp(13px,3vw,20px)
}

.fixed__right {
    width: 196px;
    height: 498;
    padding-top: 36px;
    padding-left: 33px;
    padding-right: 16px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -186px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9
}

.fixed__right.open {
    right: 0px
}

.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;
    width: 196px;
    height: 498px;
    left: 0;
    top: 0;
    z-index: -1
}

.fixed__right .icNR {
    width: 131px;
    height: 131px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin-top: -10px;
    margin-bottom: 40px
}

.fixed__right .gr__btRight .bt__aclink {
    margin-bottom: 15px
}

.fixed__right .gr__btRight .bt__aclink img {
    width: 146px
}

.fixed__right .i-control {
    cursor: pointer;
    position: absolute;
    width: 29px;
    height: 85px;
    left: -13px;
    top: 60px;
    background: url(../images/sibarRight/bg_img_arrow.png) no-repeat top center/100% 100%
}

.fixed__right .i-control.i-control-open:before {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg)
}

.fixed__right .i-control:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 28px;
    background: url(../images/sibarRight/img-arrow.png) no-repeat center center;
    background-size: contain;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    top: 29px;
    left: 8px
}

.fixed__right .go-top {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.fixed__right .lstSocial {
    gap: 5px
}

.te-content {
    font-size: clamp(10px,3vw,18px);
    color: #434242
}

.te-content span.content-event-first {
    float: left;
    font-size: 40px;
    line-height: 5px;
    margin: 4px 2px 0px 0px
}

.te-content .content-event-h1,.te-content h1 {
    padding: 4px 0 4px 35px;
    position: relative;
    font-family: "roboto-b";
    font-size: clamp(18px,2vw,24px)
}

.te-content .content-event-h1:before,.te-content h1:before {
    content: "";
    width: 27px;
    height: 27px;
    background: url(../images/icon-h1.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: 14px;
    font-weight: bold;
    padding: 4px 0 4px 35px;
    font-family: "roboto-b";
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    font-size: clamp(14px,2vw,18px)
}

.te-content .content-event-h2:before,.te-content h2:before {
    content: "";
    width: 27px;
    height: 27px;
    background: url(../images/icon-h2268b3.png?ver=1) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 5px
}

.te-content ul {
    margin-left: 25px
}

.te-content ul li {
    line-height: 28px
}

.te-content p {
    line-height: 1.5;
    margin-bottom: 1.5%
}

.te-content p img {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto
}

.te-content table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(10px,2vw,18px)
}

@media only screen and (min-width: 1024px) {
    .te-content table {
        width:auto
    }
}

.te-content table tr td {
    border: 1px solid #000;
    margin: 0;
    padding: 5px;
    vertical-align: middle!important;
    text-align: center
}

.te-content table tr:first-child {
    background: #333
}

.te-content table tr:first-child td {
    font-family: "roboto-b"
}

.te-content table tr:first-child td p {
    font-family: "roboto-b";
    color: #333
}

.te-content fieldset {
    border: 1px solid #333;
    margin: 20px 0;
    padding: 10px;
    color: #2a2a2a;
    background: #f3f3f3
}

.te-content fieldset legend {
    color: white;
    background: #333;
    font-family: "roboto-b";
    padding: 0 15px
}

.te-content fieldset ul {
    margin-left: 15px
}

.te-content strong {
    font-family: "roboto-b"
}

.te-content em {
    font-style: italic
}

img {
    max-width: 100%
}

table {
    max-width: 100%
}

table img {
    display: block;
    max-width: 100%
}

table {
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 10px;
    max-width: 100%
}

table tr:first-child td {
    background-color: #333;
    color: #ffffff;
    text-align: center
}

table tr td {
    vertical-align: middle;
    color: #333;
    font-weight: normal;
    text-align: center;
    padding: 5px 0px
}
