@charset "UTF-8";
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoB";
  src: url("../fonts/robotoB.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "atf_dragonball84";
  src: url("../fonts/atf_dragonball84.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "atf_dragonball85";
  src: url("../fonts/atf_dragonball.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.froboto {
  font-family: "roboto";
}

.frobotoB {
  font-family: "robotoB";
}

.fatf_dragonball84 {
  font-family: "atf_dragonball84";
}

.fatf_dragonball85 {
  font-family: "atf_dragonball85";
}

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  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, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* -------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:focus, a:hover p, select:hover, select:focus, select:active {
  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 { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "atf_dragonball84";
  font-size: clamp(15px, 3vw, 20px);
}

::-moz-placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "atf_dragonball84";
  font-size: clamp(15px, 3vw, 20px);
}

:-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "atf_dragonball84";
  font-size: clamp(15px, 3vw, 20px);
}

::-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "atf_dragonball84";
  font-size: clamp(15px, 3vw, 20px);
}

::placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "atf_dragonball84";
  font-size: clamp(15px, 3vw, 20px);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  font-family: "atf_dragonball84";
  font-size: clamp(15px, 3vw, 20px);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
  font-family: "atf_dragonball84";
  font-size: clamp(15px, 3vw, 20px);
}

*, .box_sizing_border_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a100 {
  width: 100%;
  height: 100%;
  display: block;
}

.c-pointer, .c-p, .cp {
  cursor: pointer;
}

.p-r, .pr {
  position: relative;
}

.p-a, .pa {
  position: absolute;
}

.w100percent {
  width: 100%;
}

.m__inline {
  margin-left: auto;
  margin-right: auto;
}

.dFlex, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aCenter, .act {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jCenter, .jct {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fCl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

input, button, select {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

input, select {
  font-family: "atf_dragonball84";
  font-size: clamp(15px, 3vw, 20px);
  color: #ffffff;
}
.tUpper, .tup {
  text-transform: uppercase;
}

.tUnder {
  text-decoration: underline;
}

.tCenter, .tct {
  text-align: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.img-res {
  max-width: 100%;
  width: auto;
  height: auto;
}

.c-white, .cWhite {
  color: #ffffff !important;
}

.c-black, .cBlack {
  color: #000 !important;
}

.cPage {
  color: #542e18 !important;
}

.cRed {
  color: #cd3838 !important;
}

.cYellow {
  color: #ffae00 !important;
}

.cOrange {
  color: #ff9600 !important;
}

.cBlue {
  color: #334baa !important;
}

.link-under {
  text-decoration: underline !important;
}

.t-shadow {
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.t-shadow-red {
  text-shadow: 0px 3px 0px rgb(204, 70, 30);
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -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);
  }
  100% {
    -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;
  }
  100% {
    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;
  }
  100% {
    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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
html.root__page {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

body.wpage {
  font-family: "atf_dragonball84";
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  background-color: #eaeaea;
  min-height: 100vh;
  margin-inline: auto;
  overflow-x: hidden !important;
}
@media only screen and (min-width: 992px) {
  body.wpage {
    background-image: url("../images/full__big.jpg");
    background-image: -webkit-image-set(url("../images/full__big.webp") 1x, url("../images/full__big.jpg") 1x);
    background-image: image-set(url("../images/full__big.webp") 1x, url("../images/full__big.jpg") 1x);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
}
@media only screen and (max-width: 991px) {
  body.wpage {
    background-image: url("../images/sm__full.jpg");
    background-image: -webkit-image-set(url("../images/sm__full.webp") 1x, url("../images/sm__full.jpg") 1x);
    background-image: image-set(url("../images/sm__full.webp") 1x, url("../images/sm__full.jpg") 1x);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
}
body.wpage.news__page {
  background-color: #f7f4eb;
}
@media only screen and (min-width: 992px) {
  body.wpage.news__page {
    background-image: url("../images/full__big2.jpg");
    background-image: -webkit-image-set(url("../images/full__big2.webp") 1x, url("../images/full__big2.jpg") 1x);
    background-image: image-set(url("../images/full__big2.webp") 1x, url("../images/full__big2.jpg") 1x);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
}
@media only screen and (max-width: 991px) {
  body.wpage.news__page {
    background-image: url("../images/sm__full2.jpg");
    background-image: -webkit-image-set(url("../images/sm__full2.webp") 1x, url("../images/sm__full2.jpg") 1x);
    background-image: image-set(url("../images/sm__full2.webp") 1x, url("../images/sm__full2.jpg") 1x);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
}
.limit__game {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 992px) {
  .limit__game {
    max-width: 60.9375vw;
  }
}

@media only screen and (max-width: 991px) {
  .hidden__mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .hidden__PC {
    display: none !important;
  }
}

.link-hv:hover .img-hv, .link-hv.active .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:hover, .btn-tranY.active {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.btn-Zoom {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-Zoom:hover, .btn-Zoom.active {
  -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: 20px;
}
@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination ul li {
  width: 58px;
  height: 30px;
  background: #0d2031;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  margin: 0 -5px;
}
@media only screen and (min-width: 768px) {
  .pagination ul li {
    width: 78px;
    height: 40px;
  }
}
.pagination ul li:hover, .pagination ul li.active {
  background: #ffdf7e;
}
.pagination ul li a {
  font-size: 14px;
  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;
}
@media only screen and (min-width: 768px) {
  .pagination ul li a {
    font-size: 18px;
  }
}

.slick-custom-dots .slick-dots {
  bottom: -25%;
}
.slick-custom-dots .slick-dots li {
  background: #fff;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  margin: 0 3px;
}
@media only screen and (min-width: 992px) {
  .slick-custom-dots .slick-dots li {
    margin: 0 5px;
  }
}
.slick-custom-dots .slick-dots li.slick-active {
  background: #ffc333;
}
.slick-custom-dots .slick-dots li button {
  width: 14px;
  height: 14px;
}
.slick-custom-dots .slick-dots li button:before {
  width: 14px;
  height: 14px;
  content: "";
}
.slick-custom-dots.slick-dot-black .slick-dots li {
  background: #fff;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.slick-arrow:focus, .slick-arrow:hover {
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: contain;
}
.slick-arrow.slick-disabled {
  background: transparent;
}
.slick-arrow:before {
  content: "";
}
@media only screen and (min-width: 1024px) {
  .slick-arrow {
    width: 100px;
    height: 100px;
  }
}
.slick-arrow.slick-prev {
  left: -11%;
}
@media only screen and (min-width: 1024px) {
  .slick-arrow.slick-prev {
    left: 7%;
  }
}
@media only screen and (min-width: 992px) {
  .slick-arrow.slick-prev {
    left: 16%;
  }
}
.slick-arrow.slick-next:not(.slick-disabled) {
  right: -11%;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .slick-arrow.slick-next:not(.slick-disabled) {
    right: 7%;
  }
}
@media only screen and (min-width: 992px) {
  .slick-arrow.slick-next:not(.slick-disabled) {
    right: 15%;
  }
}
@media only screen and (min-width: 1920px) {
  .slick-arrow.slick-next:not(.slick-disabled) {
    right: 19%;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scaleIn {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scaleIn2 {
  0%, 100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  50% {
    -webkit-transform: scale(1.1) translateX(-50%);
            transform: scale(1.1) translateX(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@keyframes scaleIn2 {
  0%, 100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  50% {
    -webkit-transform: scale(1.1) translateX(-50%);
            transform: scale(1.1) translateX(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.out-hv {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.out-hv:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.logo-top {
  position: absolute;
  top: 5.7291666667vw;
  right: 0;
}

.main_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #000;
  height: 10.6666666667vw;
  width: 100%;
  padding: 0.2666666667vw;
}
@media only screen and (min-width: 992px) {
  .main_head {
    height: 2.3958333333vw;
    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 {
  right: 0;
}

@media only screen and (max-width: 991px) {
  .navbar .limit__game {
    width: 100%;
    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: 60%;
  float: left;
}
.icon-name-game .icon-game img {
  position: relative;
  z-index: 9;
  width: 16vw;
  display: block;
}

.txt-name-game {
  color: #ffffff;
  font-size: 3.3333333333vw;
  margin-top: 2.6666666667vw;
  margin-left: 1.3333333333vw;
}
.txt-name-game .name-game {
  line-height: 1.1;
}
.navbar-content {
  z-index: 2;
  right: -100%;
  top: 10.6666666667vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: calc(100% - 10.6666666667vw);
  padding-top: 4vw;
  padding-left: 0.6666666667vw;
  padding-right: 0.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .navbar-content {
    left: 0;
    top: 0.78125vw;
    display: block;
    background: transparent;
    height: auto;
    position: inherit;
    padding: 0;
    width: auto;
    float: right;
    margin-top: 0.1041666667vw;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-content ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navbar-content ul li {
  padding-top: 10px;
  padding-bottom: 13px;
  position: relative;
  border-bottom: 1px solid #3d3d3d;
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li {
    padding: 0;
    display: inline-block;
    margin: 0 0.2604166667vw;
    border-bottom: 0;
  }
  .navbar-content ul li:hover {
    -webkit-filter: sepia(0.3);
            filter: sepia(0.3);
  }
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li .icHeader__ {
    width: 4.375vw;
  }
}
.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 (min-width: 992px) {
  .navbar-content ul li:first-child:before {
    opacity: 0;
  }
}
@media only screen and (max-width: 999px) {
  .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: 4vw;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li a {
    background: url(../images/btn/btnYellow.png) no-repeat center center;
    background-size: 100% 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #c95e12;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.2604166667vw;
    font-size: 0.8854166667vw;
    padding-block: 0.2604166667vw;
    padding-inline: 1.0416666667vw;
  }
}
.link-download {
  float: left;
  width: 26.6666666667vw;
  height: 7.3333333333vw;
  line-height: 7.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9333333333vw;
}
@media only screen and (min-width: 992px) {
  .link-download {
    margin-right: 0;
    float: right;
  }
}
.link-download a {
  color: #c95e12;
  font-size: 3.6vw;
}
.link-download a img {
  width: 100%;
  display: block;
}

.icon-hamburger {
  float: right;
  margin-top: 2vw;
}
.icon-hamburger #menu__header-page {
  display: inline-block;
  position: relative;
  width: 7.3333333333vw;
  height: 6vw;
  cursor: pointer;
}
.icon-hamburger #menu__header-page .inner-menu__header-page {
  height: 0.6666666667vw;
  width: 100%;
  top: 2.4vw;
  background-color: #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:before, .icon-hamburger #menu__header-page .inner-menu__header-page:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 0.6666666667vw;
  width: 100%;
  background-color: #fff;
}
.icon-hamburger #menu__header-page .inner-menu__header-page:before {
  top: -2vw;
}
.icon-hamburger #menu__header-page .inner-menu__header-page:after {
  top: 1.7333333333vw;
}
.icon-hamburger .menu__cus {
  width: 130%;
}

.logo-header {
  position: absolute;
  left: 3%;
  top: 0;
}
@media only screen and (min-width: 1600px) {
  .logo-header {
    left: 15%;
  }
}
@media only screen and (min-width: 1920px) {
  .logo-header {
    left: 19%;
  }
}

.footer__game {
  width: 100%;
  padding: 5.3333333333vw 0 5.3333333333vw;
  text-align: center;
  color: #222222;
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .footer__game {
    padding: 1.8229166667vw 0 1.8229166667vw;
    font-size: 0.8333333333vw;
    margin-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer__game {
    padding-bottom: 17.3333333333vw;
  }
}
.footer__game .listLinkFGFt {
  gap: 5.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .footer__game .listLinkFGFt {
    gap: 3.6458333333vw;
  }
}
.footer__game .listLinkFGFt img {
  width: 17.7333333333vw;
}
@media only screen and (min-width: 992px) {
  .footer__game .listLinkFGFt img {
    width: 6.9270833333vw;
  }
}

.footer-link-privacy {
  margin-bottom: 10px;
}

.footer-link-privacy a {
  color: #222222;
  text-decoration: none;
}

.footer-link-privacy a:hover {
  color: #222222;
}

.footer__game p {
  margin-bottom: 6px;
}

.footer__game-inner {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: 4vw;
}
@media only screen and (min-width: 992px) {
  .footer__game-inner {
    width: 52.0833333333vw;
    margin-top: 2.6041666667vw;
  }
}

.ftace__ace {
  position: absolute;
  display: block;
  text-indent: -999em;
  background: url(../images/footer/vmge.png) 0 0 no-repeat;
  background-size: contain;
  left: 0;
  top: -0.5208333333vw;
  width: 5.7291666667vw;
  height: 2.8645833333vw;
}
@media only screen and (max-width: 991px) {
  .ftace__ace {
    position: inherit;
    top: 0;
    margin: 0 auto 1.3333333333vw;
    width: 26.6666666667vw;
    height: 9.3333333333vw;
  }
}

.footer__game-18 {
  position: absolute;
  right: 0;
  top: 0;
  width: 7.2916666667vw;
}
@media only screen and (max-width: 991px) {
  .footer__game-18 {
    width: 18.6666666667vw;
    display: block;
    position: relative;
    left: 50%;
    margin-top: 1.3333333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.scrollFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: no-repeat bottom center/100% auto;
  background-image: -webkit-image-set(url("../images/footer/bg_scroll_sm.webp?ver=1") 1x, url("../images/footer/bg_scroll_sm.png?ver=1") 1x);
  background-image: image-set(url("../images/footer/bg_scroll_sm.webp?ver=1") 1x, url("../images/footer/bg_scroll_sm.png?ver=1") 1x);
}
@media only screen and (min-width: 992px) {
  .scrollFooter {
    background-image: -webkit-image-set(url("../images/footer/bg_scroll.webp?ver=1") 1x, url("../images/footer/bg_scroll.png?ver=1") 1x);
    background-image: image-set(url("../images/footer/bg_scroll.webp?ver=1") 1x, url("../images/footer/bg_scroll.png?ver=1") 1x);
  }
}
.scrollFooter .limit__game {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.scrollFooter .btn__closeScroll {
  position: absolute;
  background: url(../images/footer/close-modal.png) no-repeat center center;
  background-size: 100%;
  -webkit-filter: drop-shadow(1px 1px 1px black);
          filter: drop-shadow(1px 1px 1px black);
  top: 16%;
  right: 0;
  width: 46px;
  height: 46px;
  max-width: 7.2vw;
  max-height: 6vw;
  -webkit-transform: 0;
          transform: 0;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 992px) {
  .scrollFooter .btn__closeScroll {
    top: 21%;
    width: 2.8125vw;
    height: 2.34375vw;
    max-width: 2.8125vw;
    max-height: 2.34375vw;
  }
}
.scrollFooter .btn_scroll {
  width: 33.2vw;
  height: 10.4vw;
  background: url(../images/footer/btn_scroll.png) no-repeat center center/100% 100%;
  color: #fff;
  font-size: 3.8666666667vw;
  -webkit-animation: tada 1.2s infinite;
          animation: tada 1.2s infinite;
  right: 0;
  left: 25%;
  margin: 0 auto;
  bottom: 5%;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .scrollFooter .btn_scroll {
    width: 15.9895833333vw;
    height: 5.0520833333vw;
    font-size: 1.6666666667vw;
    margin: 4.1666666667vw 0 0;
    right: 0;
    top: 28%;
    bottom: auto;
    left: auto;
  }
}
.scrollFooter .btn_scroll:hover {
  -webkit-filter: drop-shadow(0 0 10px yellow);
          filter: drop-shadow(0 0 10px yellow);
}
.scrollFooter img {
  display: block;
  width: 100%;
}

.asdLinkMb {
  position: fixed;
  top: auto;
  bottom: 20%;
  right: 0;
  z-index: 9;
}
.asdLinkMb img {
  width: 23.7333333333vw;
  display: block;
}

.w100per {
  width: 100%;
}

.h100per {
  height: 100%;
}

.left0 {
  left: 0;
}

.top0 {
  top: 0;
}

.fs1424px {
  font-size: clamp(1.4rem, 4vw, 2.4rem);
}

.btnScaleAni {
  -webkit-animation: scaleIn 0.7s linear infinite;
          animation: scaleIn 0.7s linear infinite;
}

.btnScaleAni2 {
  -webkit-animation: scaleIn2 0.7s linear infinite;
          animation: scaleIn2 0.7s linear infinite;
}

.img-hv .in-img-hv {
  top: 0;
  left: 0;
  opacity: 0;
}
.img-hv:hover .in-img-hv, .img-hv.active .in-img-hv {
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .box_game {
    padding-top: 20%;
    padding-bottom: 9%;
  }
}

.tsdBlack {
  text-shadow: 2px 0 0 #000, -1px 0 0 #000, 0 2px 0 #000, 0 -1px 0 #000, 2px 2px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.tsdWhite {
  text-shadow: 2px 0 0 #fff, -1px 0 0 #fff, 0 2px 0 #fff, 0 -1px 0 #fff, 2px 2px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.tsdYellow {
  text-shadow: 2px 0 0 #fddb18, -1px 0 0 #fddb18, 0 2px 0 #fddb18, 0 -1px 0 #fddb18, 2px 2px #fddb18, -1px -1px 0 #fddb18, 1px -1px 0 #fddb18, -1px 1px 0 #fddb18;
}

.tsdRed {
  text-shadow: 2px 0 0 #982724, -1px 0 0 #982724, 0 2px 0 #982724, 0 -1px 0 #982724, 2px 2px #982724, -1px -1px 0 #982724, 1px -1px 0 #982724, -1px 1px 0 #fddb18;
}

.tsdPage {
  text-shadow: 1px 2px 0 #814826;
}

.titSection__ {
  font-size: 5.6vw;
  width: 78vw;
  height: 14.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .titSection__ {
    font-size: 2.1875vw;
    width: 30.46875vw;
    height: 5.7291666667vw;
  }
}
.titSection__.show__ {
  background-image: url("../images/tired/bgTit.png");
  background-image: -webkit-image-set(url("../images/tired/bgTit.webp") 1x, url("../images/tired/bgTit.png") 1x);
  background-image: image-set(url("../images/tired/bgTit.webp") 1x, url("../images/tired/bgTit.png") 1x);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.titSection__ .stt___ {
  color: #000;
  font-size: 6.4vw;
  width: 13.7333333333vw;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .titSection__ .stt___ {
    width: 5.3645833333vw;
    font-size: 2.5vw;
  }
}
.titSection__ .nameTit__ {
  padding-left: 4.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .titSection__ .nameTit__ {
    padding-left: 1.8229166667vw;
  }
}

.btnBgAll {
  background: url(../images/bg-img-all.png) no-repeat center center;
  background-size: 100% 100%;
}
.btnYellow.show__ {
  background-image: url("../images/btn/btnYellow.png");
  background-image: -webkit-image-set(url("../images/btn/btnYellow.webp") 1x, url("../images/btn/btnYellow.png") 1x);
  background-image: image-set(url("../images/btn/btnYellow.webp") 1x, url("../images/btn/btnYellow.png") 1x);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.btnYellow:hover.show__ {
  background-image: url("../images/btn/btnYellow__hv.png");
  background-image: -webkit-image-set(url("../images/btn/btnYellow__hv.webp") 1x, url("../images/btn/btnYellow__hv.png") 1x);
  background-image: image-set(url("../images/btn/btnYellow__hv.webp") 1x, url("../images/btn/btnYellow__hv.png") 1x);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.btnBlue.show__ {
  background-image: url("../images/btn/btnBlue.png");
  background-image: -webkit-image-set(url("../images/btn/btnBlue.webp") 1x, url("../images/btn/btnBlue.png") 1x);
  background-image: image-set(url("../images/btn/btnBlue.webp") 1x, url("../images/btn/btnBlue.png") 1x);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.btnBlue:hover.show__ {
  background-image: url("../images/btn/btnBlue__hv.png");
  background-image: -webkit-image-set(url("../images/btn/btnBlue__hv.webp") 1x, url("../images/btn/btnBlue__hv.png") 1x);
  background-image: image-set(url("../images/btn/btnBlue__hv.webp") 1x, url("../images/btn/btnBlue__hv.png") 1x);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.btnGet.show__ {
  background-image: url("../images/btn/btnGet.png");
  background-image: -webkit-image-set(url("../images/btn/btnGet.webp") 1x, url("../images/btn/btnGet.png") 1x);
  background-image: image-set(url("../images/btn/btnGet.webp") 1x, url("../images/btn/btnGet.png") 1x);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bgRed {
  background-image: -webkit-image-set(url("../images/bgRed.png") 1x);
  background-image: image-set(url("../images/bgRed.png") 1x);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bgBlue {
  background-image: -webkit-image-set(url("../images/bgBlue.png") 1x);
  background-image: image-set(url("../images/bgBlue.png") 1x);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bgBlack {
  background: #000;
}

.bgBlack2 {
  background: #424242;
}

.bgInput {
  background: url(../images/modal/bgInput.png) no-repeat center center;
  background-size: 100% 100%;
}

.img-hv .in-img-hv {
  top: 0;
  left: 0;
  opacity: 0;
}
.img-hv:hover .in-img-hv, .img-hv.active .in-img-hv {
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .list-img {
    width: 90%;
  }
}
.list-img .thumb-img {
  background: url(../images/bg-img.png) no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1199px) {
  .list-img .thumb-img {
    width: 15vw;
    height: 15vw;
  }
}
@media only screen and (min-width: 1024px) {
  .list-img .thumb-img {
    width: 100px;
    height: 100px;
  }
}
.list-img .thumb-img img {
  width: 90%;
  width: auto;
  max-width: 90%;
}
.list-img .thumb-img .sl {
  line-height: 1;
  background: rgba(0, 0, 0, 0.6);
  padding: 2px;
  right: 0;
  bottom: 0;
  font-size: clamp(1rem, 2vw, 1.4rem);
}

#videoBgMb, #videoBgPC {
  position: absolute;
  top: 0;
}

#videoBgMb {
  width: 100%;
  top: 20px;
}

#videoBgPC {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.front__game {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .front__game {
    margin-top: 1.5625vw;
  }
}

@media only screen and (min-width: 992px) {
  .lg__front {
    text-align: left;
  }
}
.lg__front .imgLg__frt {
  width: 37.2vw;
  height: 23.4666666667vw;
}
@media only screen and (min-width: 992px) {
  .lg__front .imgLg__frt {
    width: 14.53125vw;
    height: 9.1666666667vw;
  }
}

.grLink__front__ {
  margin-top: 104vw;
}
@media only screen and (min-width: 992px) {
  .grLink__front__ {
    margin-top: 31.7708333333vw;
    width: 42.7083333333vw;
  }
}
.grLink__front__ .linkStore__ {
  font-size: 3.4666666667vw;
  width: 30.6666666667vw;
  height: 10.4vw;
}
@media only screen and (min-width: 992px) {
  .grLink__front__ .linkStore__ {
    width: 13.3333333333vw;
    height: 4.0625vw;
    font-size: 1.3541666667vw;
  }
}
.grLink__front__ .linkStore__Card {
  font-size: 4.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .grLink__front__ .linkStore__Card {
    font-size: 1.8229166667vw;
  }
}
.grLink__front__ .linkStore__regsss {
  -webkit-animation: scaleIn 0.7s linear infinite;
          animation: scaleIn 0.7s linear infinite;
}
@media only screen and (min-width: 992px) {
  .grLink__front__ .linkStore__regsss {
    -webkit-animation: scaleIn2 0.7s linear infinite;
            animation: scaleIn2 0.7s linear infinite;
  }
}
@media only screen and (max-width: 991px) {
  .grLink__front__ .linkReg__now {
    margin-inline: auto;
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 992px) {
  .grLink__front__ .linkReg__now {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.grLink__front__ .twoLinkStore__ {
  gap: 1.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .grLink__front__ .twoLinkStore__ {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5625vw;
  }
}
.grLink__front__ .linkReg__store {
  gap: 1.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .grLink__front__ .linkReg__store {
    gap: 0.5208333333vw;
  }
}
.grLink__front__ .linkReg__store .iconStore__ {
  width: 5.7333333333vw;
}
@media only screen and (min-width: 992px) {
  .grLink__front__ .linkReg__store .iconStore__ {
    width: 2.2395833333vw;
  }
}
.grLink__front__ .linkReg__store .tNameStore__ {
  color: #c95e12;
  line-height: 1.1;
}
.grLink__front__ .linkReg__store .tNameStore__ .tsmstore__ {
  font-size: 2.9333333333vw;
}
@media only screen and (min-width: 992px) {
  .grLink__front__ .linkReg__store .tNameStore__ .tsmstore__ {
    font-size: 1.1458333333vw;
  }
}

@media only screen and (max-width: 991px) {
  .asdLink img {
    width: 21.3333333333vw;
  }
}

@-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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes imgScrDown {
  0%, 100% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes imgScrDown {
  0%, 100% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.___feature {
  position: relative;
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .___feature {
    margin-top: 8.8541666667vw;
  }
}

.lstFT__slide .eachFTSL__ {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.lstFT__slide .eachFTSL__ .imgMen__sl {
  width: 90.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .lstFT__slide .eachFTSL__ .imgMen__sl {
    width: 46.7708333333vw;
  }
}

.lstFT__slide {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .lstFT__slide {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 992px) {
  .lstFT__slide {
    margin-top: 1.0416666667vw;
    width: 83.3333333333vw;
  }
}
.lstFT__slide .imgBG__FtSL {
  width: 93.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .lstFT__slide .imgBG__FtSL {
    width: 47.9166666667vw;
  }
}
.lstFT__slide .eachFTSL__ {
  width: 53.3333333333vw;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .lstFT__slide .eachFTSL__ {
    width: 26.0416666667vw !important;
  }
}
.lstFT__slide .eachFTSL__.slick-sprev {
  -webkit-transform: translate3d(35%, 0, 0px) scale(0.9);
          transform: translate3d(35%, 0, 0px) scale(0.9);
}
@media only screen and (min-width: 992px) {
  .lstFT__slide .eachFTSL__.slick-sprev {
    -webkit-transform: translate3d(70%, 0, 0px) scale(0.9);
            transform: translate3d(70%, 0, 0px) scale(0.9);
  }
}
.lstFT__slide .eachFTSL__.slick-snext {
  -webkit-transform: translate3d(-35%, 0, 0px) scale(0.9);
          transform: translate3d(-35%, 0, 0px) scale(0.9);
}
@media only screen and (min-width: 992px) {
  .lstFT__slide .eachFTSL__.slick-snext {
    -webkit-transform: translate3d(-70%, 0, 0px) scale(0.9);
            transform: translate3d(-70%, 0, 0px) scale(0.9);
  }
}
.lstFT__slide .eachFTSL__.slick-current {
  z-index: 2;
}
.lstFT__slide .eachFTSL__:not(.slick-current) {
  z-index: 1;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
.lstFT__slide .eachFTSL__:not(.slick-active) {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .lstFT__slide .slick-list {
    padding: 0 2.6041666667vw !important;
  }
}
.lstFT__slide .slick-arrow {
  width: 6.8vw;
  height: 14.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .lstFT__slide .slick-arrow {
    width: 2.65625vw;
    height: 5.7291666667vw;
  }
}
.lstFT__slide .slick-arrow.slick-prev {
  left: 5.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .lstFT__slide .slick-arrow.slick-prev {
    left: 8.8541666667vw;
  }
}
.lstFT__slide .slick-arrow.slick-next {
  right: 5.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .lstFT__slide .slick-arrow.slick-next {
    right: 8.8541666667vw;
  }
}
.lstFT__slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6666666667vw;
  bottom: -8vw;
}
@media only screen and (min-width: 1150px) {
  .lstFT__slide .slick-dots {
    padding: 1.3333333333vw;
    bottom: -3.3854166667vw;
  }
}
.lstFT__slide .slick-dots li {
  border-radius: 50%;
  background: url(../images/dot.png) no-repeat center center;
  background-size: contain;
  width: 3.8666666667vw;
  height: 3.8666666667vw;
  margin: 0 0.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .lstFT__slide .slick-dots li {
    width: 1.5104166667vw;
    height: 1.5104166667vw;
    margin: 0 0.5208333333vw;
  }
}
.lstFT__slide .slick-dots li.slick-active {
  background: url(../images/dot__sl.png) no-repeat center center;
  background-size: contain;
}
.lstFT__slide .slick-dots li button {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.breadcrumb {
  padding-left: 2.6666666667vw;
  font-size: 3.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .breadcrumb {
    font-size: 0.9375vw;
    padding-left: 1.5625vw;
  }
}
.breadcrumb:before {
  position: absolute;
  content: "";
  width: 1.7333333333vw;
  height: 1.7333333333vw;
  background: url(../images/news/icon-star.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .breadcrumb:before {
    width: 0.8854166667vw;
    height: 0.8854166667vw;
  }
}
.breadcrumb a, .breadcrumb li {
  color: #230e07;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li + li:before {
  color: black;
  content: "/ ";
}
.breadcrumb li:last-child span {
  font-family: "robotoB";
}

.main-content-news, .breadcrumb {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.main-content-news {
  background: #fff;
  margin-top: 2vw;
  margin-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .main-content-news {
    margin-top: 1.0416666667vw;
    margin-bottom: 0;
  }
}

.title-main-new {
  position: relative;
  background: url(../images/news/bg-title.png) no-repeat center right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2vw 1.3333333333vw;
  gap: 0 1.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .title-main-new {
    gap: 0 1.0416666667vw;
    padding: 1.3020833333vw 1.5625vw;
    min-height: 4.1666666667vw;
  }
}
.title-main-new .title-left {
  font-size: 3.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .title-main-new .title-left {
    font-size: 1.0416666667vw;
  }
}
.title-main-new .date-open-right {
  color: #ffdf7e;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .title-main-new .date-open-right {
    font-size: 0.9375vw;
  }
}

.list-new-page {
  padding: 0 0.6666666667vw;
  margin-top: 2.6666666667vw;
  padding-bottom: 1.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .list-new-page {
    margin-top: 1.5625vw;
    padding: 0 0.5208333333vw;
    padding-bottom: 1.5625vw;
  }
}
.list-new-page .item-new {
  padding: 0.6666666667vw;
  background: #efecde;
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .list-new-page .item-new {
    margin-bottom: 1.5625vw;
    padding: 0.5208333333vw;
  }
}
.list-new-page .item-new a {
  color: #291107;
}
.list-new-page .item-new .thumb img {
  display: block;
  width: 20vw;
}
@media only screen and (min-width: 992px) {
  .list-new-page .item-new .thumb img {
    width: 11.25vw;
  }
}
.list-new-page .item-new .full-text {
  margin-left: 1.0666666667vw;
  width: calc(100% - 24vw);
}
@media only screen and (min-width: 992px) {
  .list-new-page .item-new .full-text {
    margin-left: 0.78125vw;
    width: calc(100% - 12.2395833333vw);
  }
}
.list-new-page .item-new .full-text .title-new-date {
  font-size: 2.6666666667vw;
  padding: 0.8vw 0;
  border-bottom: 1px solid #12181f;
}
@media only screen and (min-width: 992px) {
  .list-new-page .item-new .full-text .title-new-date {
    padding: 0.5208333333vw 0;
    font-size: 1.0416666667vw;
  }
}
.list-new-page .item-new .full-text .title-new-date .title-new {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .list-new-page .item-new .full-text .title-new-date .title-new {
    width: 92%;
  }
}
.list-new-page .item-new .full-text .title-new-date .title-new span {
  color: #4f1906;
}
.list-new-page .item-new .full-text .des-text {
  margin-top: 1.3333333333vw;
  font-size: 2.2666666667vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .list-new-page .item-new .full-text .des-text {
    margin-top: 0.78125vw;
    font-size: 0.78125vw;
    -webkit-line-clamp: 6;
  }
}

.detail-post {
  padding: 0 10px;
  margin-top: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .detail-post {
    margin-top: 30px;
    padding: 0 30px;
    padding-bottom: 30px;
  }
}

.box--content {
  position: relative;
  margin-top: 4.6666666667vw;
  padding-bottom: 1.3333333333vw;
  min-height: 26.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .box--content {
    min-height: 31.25vw;
    margin-top: 11.9791666667vw;
    padding-top: 1.8229166667vw;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .box--content {
    padding-top: 2.6666666667vw;
  }
}

.box--content__news {
  margin-top: 14.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .box--content__news {
    margin-top: 5.2083333333vw;
    padding-top: 1.5625vw;
    background: url(../images/bg-content.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
}

.box-border {
  background: #fff;
  border: 0.5333333333vw solid #000;
}
@media only screen and (min-width: 992px) {
  .box-border {
    border: 0.2083333333vw solid #000;
  }
}
.box-border .icon-rau {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
}
.box-border .rau-left-top {
  border-top: 0px solid transparent;
  border-bottom: 2.6666666667vw solid transparent;
  border-right: 2vw solid black;
  left: -2.5333333333vw;
  top: -0.5333333333vw;
}
@media only screen and (min-width: 992px) {
  .box-border .rau-left-top {
    border-bottom: 1.0416666667vw solid transparent;
    border-right: 0.78125vw solid black;
    left: -0.9895833333vw;
    top: -0.2083333333vw;
  }
}
.box-border .rau-left-bottom {
  border-bottom: 0 solid transparent;
  border-top: 2vw solid transparent;
  border-right: 2.6666666667vw solid #000;
  left: -3.2vw;
  bottom: -0.5333333333vw;
}
@media only screen and (min-width: 992px) {
  .box-border .rau-left-bottom {
    border-top: 0.78125vw solid transparent;
    border-right: 1.0416666667vw solid #000;
    left: -1.25vw;
    bottom: -0.2083333333vw;
  }
}
.box-border .rau-right-bottom {
  border-left: 0 solid transparent;
  border-right: 2vw solid transparent;
  border-bottom: 1.3333333333vw solid black;
  right: -2.5333333333vw;
  bottom: -0.5333333333vw;
}
@media only screen and (min-width: 992px) {
  .box-border .rau-right-bottom {
    border-right: 0.78125vw solid transparent;
    border-bottom: 0.5208333333vw solid black;
    right: -0.9895833333vw;
    bottom: -0.2083333333vw;
  }
}
.box-border .rau-right-top {
  border-top: 0 solid transparent;
  border-bottom: 2vw solid transparent;
  border-left: 2.6666666667vw solid #000;
  right: -3.0666666667vw;
  top: -0.5333333333vw;
}
@media only screen and (min-width: 992px) {
  .box-border .rau-right-top {
    border-bottom: 0.78125vw solid transparent;
    border-left: 1.0416666667vw solid #000;
    right: -1.3541666667vw;
    top: -0.3125vw;
  }
}

.box__new .tit-frame {
  margin-bottom: 2%;
}
@media only screen and (min-width: 992px) {
  .box__new .tit-frame {
    margin-bottom: 1%;
  }
}

@media only screen and (min-width: 992px) {
  .main--box__new {
    margin-top: 2.6041666667vw;
  }
}

.list-slide, .box-list-new {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .list-slide, .box-list-new {
    margin-left: inherit;
    margin-right: inherit;
  }
}

.list-slide {
  margin-bottom: 0 !important;
  padding: 6px;
}
.list-slide:before {
  position: absolute;
  content: "";
}
@media only screen and (min-width: 992px) {
  .list-slide:before {
    width: 26.7708333333vw;
    height: 24.6875vw;
    background: url(../images/bg-box-new.png) no-repeat center center;
    background-size: 100% 100%;
    left: -0.78125vw;
    top: -0.5208333333vw;
  }
}
@media only screen and (min-width: 992px) {
  .list-slide {
    width: 25.4166666667vw;
    height: 23.0729166667vw;
    float: left;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) {
  .list-slide .icon-rau {
    opacity: 0;
  }
}
.list-slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.list-slide .item-slide img {
  width: 100%;
}
.list-slide .slick-dots {
  text-align: right;
  width: 96%;
  bottom: 0.4vw;
}
@media only screen and (min-width: 992px) {
  .list-slide .slick-dots {
    bottom: 0.15625vw;
  }
}
.list-slide .slick-dots li, .list-slide .slick-dots button {
  width: 6.4vw;
  height: 1.2vw;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .list-slide .slick-dots li, .list-slide .slick-dots button {
    width: 2.5vw;
    height: 0.46875vw;
  }
}
.list-slide .slick-dots li {
  margin: 0;
  background: #fff;
}
.list-slide .slick-dots li.slick-active {
  background: #f09c25;
}

.box-list-new {
  border-width: 4px !important;
  margin-top: 2vw;
  padding: 2.6666666667vw 2.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .box-list-new {
    padding: 0.78125vw 1.8229166667vw;
    margin-left: -0.3125vw;
    margin-top: 0;
    float: left;
    width: calc(100% - 25.4166666667vw);
    min-height: 20.9895833333vw;
    margin-top: 2.9166666667vw;
    border-width: 0.3125vw !important;
  }
}
.box-list-new .tab-new {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .box-list-new .tab-new {
    padding-bottom: 0.78125vw;
  }
}
.box-list-new .tab-new .tab-link {
  cursor: pointer;
  color: #8d8d8e;
  float: left;
  font-size: 4vw;
  margin-right: 2.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .box-list-new .tab-new .tab-link {
    font-size: 1.09375vw;
    margin-right: 2.6041666667vw;
  }
}
.box-list-new .tab-new .tab-link.current, .box-list-new .tab-new .tab-link:hover {
  color: #270000;
}
.box-list-new .tab-content .tab-detail {
  display: none;
  margin-top: 2vw;
}
@media only screen and (min-width: 992px) {
  .box-list-new .tab-content .tab-detail {
    margin-top: 0.78125vw;
  }
}
.box-list-new .tab-content .tab-detail.current {
  display: block;
}
.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: #0c0c0c;
  padding: 1.3333333333vw 0 1.3333333333vw;
  margin-bottom: 1.0666666667vw;
  font-size: 2.6666666667vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .box-list-new .tab-content .tab-detail .item-new-box {
    font-size: 0.9375vw;
    padding: 0.3125vw 0 0.4166666667vw;
    margin-bottom: 0.4166666667vw;
  }
}
.box-list-new .tab-content .tab-detail .item-new-box:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.box-list-new .tab-content .tab-detail .item-new-box:not(:last-child) {
  border-bottom: 1px dashed #8d8d8e;
}
.box-list-new .tab-content .tab-detail .item-new-box .cat-des {
  width: calc(100% - 8vw);
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 992px) {
  .box-list-new .tab-content .tab-detail .item-new-box .cat-des {
    width: calc(100% - 3.125vw);
  }
}
.box-list-new .tab-content .tab-detail .item-new-box .date-open {
  color: #888888;
}
.box-list-new .view-more .link-more {
  width: 4.6666666667vw;
  height: 2.9333333333vw;
  background: url(../images/icon-more.png) no-repeat center center;
  background-size: 100% 100%;
  display: none;
  position: absolute;
  right: 4%;
  top: 3%;
}
@media only screen and (min-width: 992px) {
  .box-list-new .view-more .link-more {
    width: 2.2916666667vw;
    height: 1.40625vw;
    right: 1.40625vw;
    top: 1.0416666667vw;
  }
}
.box-list-new .view-more .link-more.current {
  display: block;
}

.box-link {
  margin-top: 2vw;
}
@media only screen and (min-width: 992px) {
  .box-link {
    margin-top: 0.78125vw;
  }
}

.main-box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media only screen and (min-width: 992px) {
  .main-box-link {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.main-box-link .item-box-link {
  position: relative;
  display: inline-block;
  width: 45%;
}
@media only screen and (min-width: 992px) {
  .main-box-link .item-box-link {
    width: 32%;
  }
}
.main-box-link .item-box-link img {
  width: 100%;
}
.main-box-link .item-box-link .img-hv {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.main-box-link .item-box-link:hover .img-hv {
  display: inline;
}

.fixed__right {
  width: 10.1041666667vw;
  height: 22.1875vw;
  position: fixed;
  top: calc(50% - 6.3541666667vw);
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -9.5833333333vw;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding-top: 0.9375vw;
}
.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?ver=1) no-repeat center center;
  background-size: 100%;
  width: 10.1041666667vw;
  height: 22.1875vw;
  left: 0;
  top: 0;
  z-index: -1;
}
.fixed__right .outBNGame {
  margin-bottom: 0.46875vw;
}
.fixed__right .outBNGame .icNR {
  width: 6.3020833333vw;
  margin-left: auto;
  margin-right: auto;
}
.fixed__right .grBtn__dlGame {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  .fixed__right .grBtn__dlGame {
    gap: 12px;
  }
}
.fixed__right .grBtn__dlGame .btnDlGameRight__ {
  color: #c95e12;
  text-align: left;
  line-height: 1em;
  margin: 0 auto;
  position: relative;
  width: 8.125vw;
  height: 3.125vw;
  font-size: 0.7291666667vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: capitalize;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url(../images/sibarRight/btnDlGame__.png?ver=1?ver=1) no-repeat center center;
  background-size: 100% 100%;
  padding-left: 2.6041666667vw;
}
.fixed__right .grBtn__dlGame .btnDlGameRight__ .tBig__ {
  font-size: 0.78125vw;
  color: #c95e12;
}
.fixed__right .grBtn__dlGame .btnDlGameRight__ .tBig__2 {
  font-size: 1.1458333333vw;
}
.fixed__right .grBtn__dlGame .btnDlGameRight__ img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0.78125vw;
}
.fixed__right .dlStore__ {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ {
    gap: 8px 0;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore {
  gap: 0 5px;
  width: 30vw;
  height: 8vw;
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore {
    padding: 0;
    width: 206px;
    height: 85px;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore .icnDL__gamtop {
  width: 4vw;
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore .icnDL__gamtop {
    width: 25px;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ {
  line-height: 1.2;
  font-size: clamp(8px, 2vw, 13px);
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ {
    font-size: 13px;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ .tsl__bil {
  font-size: clamp(13px, 3vw, 18px);
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ .tsl__bil {
    font-size: 18px;
  }
}
.fixed__right .i-control {
  cursor: pointer;
  position: absolute;
  background: url(../images/sibarRight/bg__ar.png?ver=1) no-repeat center center;
  background-size: contain;
  width: 2.0833333333vw;
  height: 3.8541666667vw;
  right: 97%;
  top: 3.90625vw;
}
.fixed__right .i-control.i-control-open:before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.fixed__right .i-control:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/sibarRight/img-arrow.png?ver=1) no-repeat center center;
  background-size: 100%;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  top: 0;
  left: 0;
}
.fixed__right .go-top {
  cursor: pointer;
  width: 3.59375vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin: 0 auto;
}
.fixed__right .go-top img {
  width: 100%;
}
.fixed__right .lstSc {
  gap: 0.2604166667vw;
  margin-bottom: 0.4166666667vw;
}
.fixed__right .lstSc img {
  width: 2.9166666667vw;
  display: block;
}
.fixed__right .asdLink {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 2.6041666667vw;
}
.fixed__right .asdLink img {
  width: 11.1458333333vw;
  display: block;
}

.text-detail {
  font-size: 14px;
  color: #291107;
  font-family: "roboto";
}
@media only screen and (min-width: 1024px) {
  .text-detail {
    font-size: 16px;
  }
}
.text-detail span.content-event-first {
  float: left;
  font-size: 40px;
  line-height: 5px;
  margin: 4px 2px 0px 0px;
}
.text-detail h2, .text-detail .content-event-h2 {
  font-size: 19px;
  color: #ff521b;
  padding: 4px 0 8px 35px;
  position: relative;
  font-family: "robotoB";
  margin-top: 10px;
}
.text-detail h2:before, .text-detail .content-event-h2:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/icon-h2.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.text-detail h3, .text-detail .content-event-h3 {
  margin-left: 15px;
  font-size: 16px;
  font-family: "robotoB";
  font-weight: bold;
  padding-left: 25px;
  color: #ff521b;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.text-detail h3:before, .text-detail .content-event-h3:before {
  content: "";
  width: 15px;
  height: 16px;
  background: url(../images/icon-h3.png) no-repeat 1px 1px transparent;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.text-detail a {
  color: #f55c00;
}
.text-detail ul {
  margin-left: 25px;
}
.text-detail ul li {
  line-height: 28px;
}
.text-detail p {
  line-height: 35px;
  color: #291107;
}
.text-detail p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.text-detail table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .text-detail table {
    width: auto;
  }
}
.text-detail table tr td {
  border: 1px solid #4e5051;
  margin: 0;
  padding: 10px 10px;
  vertical-align: middle !important;
  text-align: center;
}
.text-detail table tr:first-child {
  background: #291107;
}
.text-detail table tr:first-child td {
  font-weight: bold;
}
.text-detail table tr:first-child td p {
  font-weight: bold;
  color: #ffffff;
}
.text-detail fieldset {
  border: 1px solid #291107;
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
  background: #f3f3f3;
}
.text-detail fieldset legend {
  color: white;
  background: #291107;
  font-weight: bold;
  padding: 0 15px;
}
.text-detail fieldset ul {
  margin-left: 15px;
}
.text-detail strong {
  font-family: "robotoB";
}
.text-detail em {
  font-style: italic;
}

table img {
  display: block;
}

table {
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 10px;
}
table tr:first-child td {
  background-color: #291107;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
table tr td {
  border: 1px solid #ffffff;
  vertical-align: middle;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}