.XX[data-v-c3962c71] {
   border-radius: 50%
}

[data-v-3e22ae66] .marquee {
   width: auto;
   white-space: nowrap
}

[data-v-3e22ae66] .marquee>span {
   width: auto;
   margin-left: 51px;
   line-height: initial
}

[data-v-3e22ae66] .marquee span {
   float: none !important
}

[data-v-3e22ae66] .marquee strong,
[data-v-3e22ae66] .marquee strong span {
   font-weight: 700
}

[data-v-3e22ae66] .marquee u,
[data-v-3e22ae66] .marquee u span {
   text-decoration: underline
}

[data-v-3e22ae66] .marquee em,
[data-v-3e22ae66] .marquee em span {
   font-style: italic
}

[data-v-3e22ae66] .marquee span {
   width: 50%;
   color: unset
}

.calcDuration[data-v-3e22ae66] {
   visibility: hidden;
   width: auto;
   font-size: .81rem;
   white-space: nowrap
}

body,
html {
   position: fixed;
   height: 100%;
   margin: 0
}

.emptySpace {
   box-shadow: none !important
}

body {
   overflow: hidden
}

section#content {
   -webkit-overflow-scrolling: touch;
   z-index: 1
}

#out-wrapper {
   padding-bottom: 0;
   height: 100%
}

#out-wrapper.fixed {
   padding-bottom: 0;
   height: 100%;
   position: fixed
}

section.maingame {
   position: fixed;
   top: 72vw
}

section.maingame.addTop {
   top: 85vw
}

section.maingame .maingame-box {
   height: auto;
   min-height: 78vw;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: flex-start;
   -moz-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-flex-direction: row;
   -moz-box-orient: horizontal;
   -moz-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   padding: 0vw 3.4vw
}

section.maingame .maingame-box ul.tab-type {
   width: 14.6vw;
   height: auto;
   min-height: 80.2vw;
   max-height: 80.2vw;
   -webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column
}

section.maingame .maingame-box ul.tab-type li {
   margin-bottom: 1vw;
   margin-top: 1vw;
   box-shadow: 0 1px 4px 0 var(--bgColor12_op)
}

section.maingame .maingame-box ul.tab-type li:last-child {
   margin-bottom: 0
}

section.maingame .maingame-box ul.tab-type li,
section.maingame .maingame-box ul.tab-type li a {
   min-width: 13vw;
   height: 13vw;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   border: 0px
}

section.maingame .maingame-box ul.tab-type li a {
   padding: 0;
   background-repeat: no-repeat;
   background-position: center;
   -o-background-size: cover;
   background-size: cover;
   background-image: url(/assets/maingame-icon-bg-BsPjnJuh.png);
   color: var(--txtColor30)
}

section.maingame .maingame-box ul.tab-type li.active a {
   color: var(--txtColor01);
   box-shadow: 1px 1px 4px 0 var(--bgColor12_op);
   background-image: url(/assets/maingame-icon-bg-active-BDQSR7nY.png)
}

section.maingame .maingame-box ul.tab-type li a .icon {
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-justify-content: center;
   -moz-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center
}

section.maingame .maingame-box ul.tab-type li a .icon img {
   width: 8vw;
   height: auto;
   margin-bottom: 0vw
}

section.maingame .maingame-box ul.tab-type li.active a .icon img {
   -webkit-animation-duration: 1.2s;
   -moz-animation-duration: 1.2s;
   -o-animation-duration: 1.2s;
   animation-duration: 1.2s;
   -webkit-animation-delay: .3s;
   -moz-animation-delay: .3s;
   -o-animation-delay: .3s;
   animation-delay: .3s;
   -webkit-animation-iteration-count: infinite;
   -moz-animation-iteration-count: infinite;
   -o-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-name: pulse;
   -moz-animation-name: pulse;
   -o-animation-name: pulse;
   animation-name: pulse
}

section.maingame .maingame-box ul.tab-type li a .icon:nth-child(2) img {
   margin-left: 1vw
}

section.maingame .maingame-box ul.tab-type li a .tab-name {
   transform: scale(.9);
   -webkit-transform: scale(.9);
   -moz-transform: scale(.9);
   -ms-transform: scale(.9);
   -o-transform: scale(.9);
   text-align: center;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-justify-content: center;
   -moz-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   white-space: initial;
   line-height: 1
}

section.maingame .maingame-box ul.tab-type li.active a .icon img#gamesportIcon {
   content: url(/assets/Sport-active-L6fBsnvn.png)
}

section.maingame .maingame-box ul.tab-type li.active a .icon img#gamecasinoIcon {
   content: url(/assets/Live-active-ux2uP_Xd.png)
}

section.maingame .maingame-box ul.tab-type li.active a .icon img#gameslotIcon {
   content: url(/assets/Slot-active-3sCA91Z0.png)
}

section.maingame .maingame-box ul.tab-type li.active a .icon img#gameminigameIcon {
   content: url(/assets/Lottery-active-ICv2vhUn.png)
}

section.maingame .maingame-box ul.tab-type li.active a .icon img#gamepokerIcon {
   content: url(/assets/IdnPoker-active-DV2qh03t.png)
}

section.maingame .maingame-box ul.tab-type li.active a .icon img#gamevirtualIcon {
   content: url(/assets/VSport-active-KxtB7WLl.png)
}

section.maingame .maingame-box .maingame-content-box {
   width: 76.2vw;
   height: auto;
   min-height: auto
}

section.maingame .maingame-box .maingame-content-box .tab-maingame-content ul {
   height: auto;
   min-height: 78vw;
   max-height: 78vw;
   overflow: scroll;
   max-height: -webkit-calc(100vh - 106.5vw - env(safe-area-inset-bottom));
   max-height: -moz-calc(100vh - 106.5vw - env(safe-area-inset-bottom));
   max-height: calc(100vh - 106.5vw - env(safe-area-inset-bottom))
}

section.maingame.addTop .maingame-box .maingame-content-box .tab-maingame-content ul {
   max-height: -webkit-calc(100vh - 13vw - 53vw - 8vw - 20.5vw - 13vw);
   max-height: -moz-calc(100vh - 13vw - 53vw - 8vw - 20.5vw - 13vw);
   max-height: calc(100vh - 107.5vw)
}

.maingame-content-box .tab-maingame-content ul li {
   position: relative;
   width: 97%;
   height: 30vw;
   margin: 0 auto;
   background-repeat: no-repeat;
   background-position: center;
   -o-background-size: 100%;
   background-size: 100%;
   margin-bottom: 3vw;
   margin-top: 1vw;
   display: block;
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
   box-shadow: 0 1px 5px #a7b5cc
}

.maingame-content-box .tab-maingame-content ul li:last-child {
   margin-bottom: 1.5vw
}

.maingame-content-box .tab-maingame-content ul li a {
   position: relative;
   width: 100%;
   height: 30vw;
   display: block
}

.maingame-content-box .tab-maingame-content ul li.event a:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 20vw;
   height: 20vw;
   background-repeat: no-repeat;
   -o-background-size: contain;
   background-size: contain;
   background-image: url(/assets/tag-dailywins-DMn7NlnD.png)
}

.maingame-content-box .tab-maingame-content ul li.promotion a:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 20vw;
   height: 20vw;
   background-repeat: no-repeat;
   -o-background-size: contain;
   background-size: contain;
   background-image: url(/assets/event.png)
}

.maingame-content-box .tab-maingame-content ul li a span {
   position: absolute;
   bottom: 5vw;
   left: 3vw;
   font-size: .81rem;
   text-align: center;
   color: var(--txtColor39);
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   -moz-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   width: 50vw;
   font-weight: 600;
   letter-spacing: -.2vw
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-LiveSport {
   background-image: url(/assets/navsort-m-LiveSport.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-LiveSport {
   background-image: url(/assets/navsort-m-LiveSport.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-EuropeanSport {
   background-image: url(/assets/navsort-m-EuropeanSport.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-EuropeanSport {
   background-image: url(/assets/navsort-m-EuropeanSport.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-OverseasSport {
   background-image: url(/assets/navsort-m-OverseasSport.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-OverseasSport {
   background-image: url(/assets/navsort-m-OverseasSport.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-EvoReal {
   background-image: url(/assets/navsort-m-EvoReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-EvoReal {
   background-image: url(/assets/navsort-m-EvoReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-AgBr {
   background-image: url(/assets/navsort-m-AgBr.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-AgBr {
   background-image: url(/assets/navsort-m-AgBr.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MgpReal {
   background-image: url(/assets/navsort-m-MgpReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MgpReal {
   background-image: url(/assets/navsort-m-MgpReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-WmReal {
   background-image: url(/assets/navsort-m-WmReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-WmReal {
   background-image: url(/assets/navsort-m-WmReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-AllBetReal {
   background-image: url(/assets/navsort-m-AllBetReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-AllBetReal {
   background-image: url(/assets/navsort-m-AllBetReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-OgReal {
   background-image: url(/assets/navsort-m-OgReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-OgReal {
   background-image: url(/assets/navsort-m-OgReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-PrgReal {
   background-image: url(/assets/navsort-m-PrgReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-PrgReal {
   background-image: url(/assets/navsort-m-PrgReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-DgReal {
   background-image: url(/assets/navsort-m-DgReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-DgReal {
   background-image: url(/assets/navsort-m-DgReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-GpiLive {
   background-image: url(/assets/navsort-m-GpiLive.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-GpiLive {
   background-image: url(/assets/navsort-m-GpiLive.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BgReal {
   background-image: url(/assets/navsort-m-BgReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BgReal {
   background-image: url(/assets/navsort-m-BgReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-Ae2Real {
   background-image: url(/assets/navsort-m-Ae2Real.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-Ae2Real {
   background-image: url(/assets/navsort-m-Ae2Real.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BbinReal {
   background-image: url(/assets/navsort-m-BbinReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BbinReal {
   background-image: url(/assets/navsort-m-BbinReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-YxReal {
   background-image: url(/assets/navsort-m-YxReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-YxReal {
   background-image: url(/assets/navsort-m-YxReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-VivoVideo {
   background-image: url(/assets/navsort-m-VivoVideo.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-VivoVideo {
   background-image: url(/assets/navsort-m-VivoVideo.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-TvBetLive {
   background-image: url(../../../../KD001-02/assets/images/home/Casino/navsort-m-TvBetLive.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-TvBetLive {
   background-image: url(../../../../KD001-02/assets/images/home/Casino/navsort-m-TvBetLive.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MgLgReal {
   background-image: url(/assets/navsort-m-MgLgReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MgLgReal {
   background-image: url(/assets/navsort-m-MgLgReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-WeReal {
   background-image: url(/assets/navsort-m-WeReal.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-WeReal {
   background-image: url(/assets/navsort-m-WeReal.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MgpHtml {
   background-image: url(/assets/navsort-m-MgpHtml.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MgpHtml {
   background-image: url(/assets/navsort-m-MgpHtml.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-AgHtml {
   background-image: url(/assets/navsort-m-AgHtml.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-AgHtml {
   background-image: url(/assets/navsort-m-AgHtml.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-HabaHtml {
   background-image: url(/assets/navsort-m-HabaHtml.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-HabaHtml {
   background-image: url(/assets/navsort-m-HabaHtml.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-PrgHtml {
   background-image: url(/assets/navsort-m-PrgHtml.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-PrgHtml {
   background-image: url(/assets/navsort-m-PrgHtml.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-Pg1Slot {
   background-image: url(/assets/navsort-m-Pg1Slot.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-Pg1Slot {
   background-image: url(/assets/navsort-m-Pg1Slot.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.slotAmeba {
   background-image: url(/assets/slotAmeba.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.slotAmeba {
   background-image: url(/assets/slotAmeba.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-SgHtml {
   background-image: url(/assets/navsort-m-SgHtml.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-SgHtml {
   background-image: url(/assets/navsort-m-SgHtmlH.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-JiliHtml {
   background-image: url(/assets/navsort-m-JiliHtml.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-JiliHtml {
   background-image: url(/assets/navsort-m-JiliHtml.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BbinSlot {
   background-image: url(/assets/navsort-m-BbinSlot.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BbinSlot {
   background-image: url(/assets/navsort-m-BbinSlot.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-EvoSlot {
   background-image: url(/assets/navsort-m-EvoSlot.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-EvoSlot {
   background-image: url(/assets/navsort-m-EvoSlot.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-JdbSlot {
   background-image: url(/assets/navsort-m-JdbSlot.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-JdbSlot {
   background-image: url(/assets/navsort-m-JdbSlot.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-TpgHtml {
   background-image: url(/assets/navsort-m-TpgHtml.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-TpgHtml {
   background-image: url(/assets/navsort-m-TpgHtml.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-AmebaHtml {
   background-image: url(/assets/navsort-m-AmebaHtml.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-AmebaHtml {
   background-image: url(/assets/navsort-m-AmebaHtml.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-CQ9Html {
   background-image: url(/assets/navsort-m-CQ9Html.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-CQ9Html {
   background-image: url(/assets/navsort-m-CQ9Html.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-GPISlot {
   background-image: url(/assets/navsort-m-GPISlot.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-GPISlot {
   background-image: url(/assets/navsort-m-GPISlot.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-FCSlot {
   background-image: url(/assets/navsort-m-FCSlot.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-FCSlot {
   background-image: url(/assets/navsort-m-FCSlot.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BTGSlot {
   background-image: url(/assets/navsort-m-BTGSlot.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BTGSlot {
   background-image: url(/assets/navsort-m-BTGSlot.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-GFGFishSlot {
   background-image: url(/assets/navsort-m-GFGFishSlot.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-GFGFishSlot {
   background-image: url(/assets/navsort-m-GFGFishSlot.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MiniPowerBall {
   background-image: url(/assets/navsort-m-MiniPowerBall.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MiniPowerBall {
   background-image: url(/assets/navsort-m-MiniPowerBall.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MiniPowerLadder {
   background-image: url(/assets/navsort-m-MiniPowerLadder.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MiniPowerLadder {
   background-image: url(/assets/navsort-m-MiniPowerLadder.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MiniSpeedKeno {
   background-image: url(/assets/navsort-m-MiniSpeedKeno.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MiniSpeedKeno {
   background-image: url(/assets/navsort-m-MiniSpeedKeno.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MiniKenoLadder {
   background-image: url(/assets/navsort-m-MiniKenoLadder.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-MiniKenoLadder {
   background-image: url(/assets/navsort-m-MiniKenoLadder.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnTexasPoker {
   background-image: url(/assets/navsort-m-IdnTexasPoker.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnTexasPoker {
   background-image: url(/assets/navsort-m-IdnTexasPoker.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnCemeKeliling {
   background-image: url(/assets/navsort-m-IdnCemeKeliling.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnCemeKeliling {
   background-image: url(/assets/navsort-m-IdnCemeKeliling.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-idnDominobet {
   background-image: url(/assets/navsort-m-idnDominobet.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-idnDominobet {
   background-image: url(/assets/navsort-m-idnDominobet.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnCeme {
   background-image: url(/assets/navsort-m-IdnCeme.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnCeme {
   background-image: url(/assets/navsort-m-IdnCeme.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnDealerCapsa {
   background-image: url(/assets/navsort-m-IdnDealerCapsa.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnDealerCapsa {
   background-image: url(/assets/navsort-m-IdnDealerCapsa.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnSuperTen {
   background-image: url(/assets/navsort-m-IdnSuperTen.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnSuperTen {
   background-image: url(/assets/navsort-m-IdnSuperTen.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnPotLimitOmaha {
   background-image: url(/assets/navsort-m-IdnPotLimitOmaha.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnPotLimitOmaha {
   background-image: url(/assets/navsort-m-IdnPotLimitOmaha.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnBlackjack {
   background-image: url(/assets/navsort-m-IdnBlackjack.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnBlackjack {
   background-image: url(/assets/navsort-m-IdnBlackjack.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnSuperBull {
   background-image: url(/assets/navsort-m-IdnSuperBull.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnSuperBull {
   background-image: url(/assets/navsort-m-IdnSuperBull.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnCapsaSusun {
   background-image: url(/assets/navsort-m-IdnCapsaSusun.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnCapsaSusun {
   background-image: url(/assets/navsort-m-IdnCapsaSusun.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnQQSpirit {
   background-image: url(/assets/navsort-m-IdnQQSpirit.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-IdnQQSpirit {
   background-image: url(/assets/navsort-m-IdnQQSpirit.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFEC {
   background-image: url(/assets/navsort-m-BetradarVFEC.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFEC {
   background-image: url(/assets/navsort-m-BetradarVFEC.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFLM {
   background-image: url(/assets/navsort-m-BetradarVFLM.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFLM {
   background-image: url(/assets/navsort-m-BetradarVFLM.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFCC {
   background-image: url(/assets/navsort-m-BetradarVFCC.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFCC {
   background-image: url(/assets/navsort-m-BetradarVFCC.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFWC {
   background-image: url(/assets/navsort-m-BetradarVFNC.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFWC {
   background-image: url(/assets/navsort-m-BetradarVFWC.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFNC {
   background-image: url(/assets/navsort-m-BetradarVFNC.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFNC {
   background-image: url(/assets/navsort-m-BetradarVFNC.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFAS {
   background-image: url(/assets/navsort-m-BetradarVFAS.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVFAS {
   background-image: url(/assets/navsort-m-BetradarVFAS.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVBL {
   background-image: url(/assets/navsort-m-BetradarVBL.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVBL {
   background-image: url(/assets/navsort-m-BetradarVBL.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVHK {
   background-image: url(/assets/navsort-m-BetradarVHK.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVHK {
   background-image: url(/assets/navsort-m-BetradarVHK.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVDK {
   background-image: url(/assets/navsort-m-BetradarVDK.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVDK {
   background-image: url(/assets/navsort-m-BetradarVDK.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVTI {
   background-image: url(/assets/navsort-m-BetradarVTI.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVTI {
   background-image: url(/assets/navsort-m-BetradarVTI.webp)
}

.no-webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVBI {
   background-image: url(/assets/navsort-m-BetradarVBI.png)
}

.webp .maingame-content-box .tab-maingame-content ul li.navsort-m-BetradarVBI {
   background-image: url(/assets/navsort-m-BetradarVBI.webp)
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
   section.maingame .maingame-box ul.tab-type li a .tab-name {
      transform: scale(.75);
      -webkit-transform: scale(.75);
      -moz-transform: scale(.75);
      -ms-transform: scale(.75);
      -o-transform: scale(.75)
   }

   section.pot .wrapper .main-pot .bg {
      height: 17vw;
      width: 46vw
   }

   section.pot .wrapper .main-pot span {
      font-size: 1rem;
      bottom: .5vw
   }

   .maingame-content-box .tab-maingame-content ul li a span {
      font-size: .65rem;
      width: 40vw
   }
}

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
   section.pot .wrapper .main-pot span {
      bottom: 1.5vw
   }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
   section.pot .wrapper .main-pot span {
      font-size: 2.4rem;
      bottom: 1.2vw
   }

   section.pot .wrapper .mem-btn button span {
      font-size: 1.6rem
   }

   section.pot .wrapper .mem-btn button span.hint {
      width: 14px;
      height: 14px
   }

   .maingame-content-box .tab-maingame-content ul li a span {
      font-size: 1.4rem
   }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
   section.pot .wrapper .main-pot span {
      font-size: 3.2rem;
      bottom: 1.4vw
   }

   section.pot .wrapper .mem-btn button span {
      font-size: 2rem
   }

   section.pot .wrapper .mem-btn button span.hint {
      width: 14px;
      height: 14px
   }

   .maingame-content-box .tab-maingame-content ul li a span {
      font-size: 1.8rem
   }
}

section.pot .wrapper {
   padding: 0 3.2vw;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: inherit;
   -moz-box-align: inherit;
   -ms-flex-align: inherit;
   align-items: inherit;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between
}

section.pot .wrapper .main-pot .bg {
   width: 49vw;
   height: 19vw;
   background-repeat: no-repeat;
   background-position: left center;
   -o-background-size: contain;
   background-size: contain;
   position: relative;
   background-image: url(../../../../KD001-02/assets/images/home/pot-bg.png)
}

section.pot .wrapper .main-pot span {
   position: absolute;
   width: 45vw;
   bottom: 1vw;
   left: 50%;
   text-align: center;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   transform: translate(-50%);
   font-size: 1.25rem;
   font-weight: 700;
   color: var(--txtColor31)
}

section.pot .wrapper .mem-btn {
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-justify-content: flex-end;
   -moz-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end
}

section.pot .wrapper .mem-btn button {
   position: relative;
   background: none;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   -moz-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   margin-left: 1.6vw
}

section.pot .wrapper .mem-btn button:first-child {
   margin-left: 0
}

section.pot .wrapper .mem-btn button img {
   width: 11vw;
   margin-bottom: 1vw
}

section.pot .wrapper .mem-btn button span {
   font-size: .81rem;
   text-align: center;
   color: var(--txtColor07)
}

section.pot .wrapper .mem-btn button span.hint {
   position: absolute;
   top: 1.6vw;
   right: 1vw;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   background: var(--bgColor22);
   width: 8px;
   height: 8px
}

.app-download-bar {
   z-index: 100;
   height: 13vw;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 0vw 3.4vw;
   background: var(--bgColor08)
}

.d-content {
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   -moz-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start
}

.d-content img {
   width: 12vw;
   margin: 0 1.2vw
}

.d-content .d-info h2 {
   font-size: .83rem;
   color: var(--txtColor19)
}

.d-content .d-info p {
   font-size: .65rem;
   color: var(--txtColor02)
}

.d-content span.icon-close {
   font-size: 1.16rem;
   color: var(--txtColor12)
}

.app-download-bar button {
   width: 25vw;
   padding: 1.6vw 2vw;
   font-size: .83rem;
   color: var(--txtColor01);
   background: var(--bgColor_Grad09-00);
   background: -moz-linear-gradient(left, var(--bgColor_Grad09-00) 0%, var(--bgColor_Grad09-01) 100%);
   background: -webkit-linear-gradient(left, var(--bgColor_Grad09-00) 0%, var(--bgColor_Grad09-01) 100%);
   background: -o-linear-gradient(left, var(--bgColor_Grad09-00) 0%, var(--bgColor_Grad09-01) 100%);
   background: linear-gradient(to right, var(--bgColor_Grad09-00) 0%, var(--bgColor_Grad09-01) 100%);
   border-radius: .5vw;
   -webkit-border-radius: .5vw;
   -moz-border-radius: .5vw;
   -ms-border-radius: .5vw;
   -o-border-radius: .5vw
}

@keyframes pulse {
   0% {
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      transform: scaleZ(1)
   }

   50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      -moz-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05)
   }

   to {
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      transform: scaleZ(1)
   }
}