:root{
    --main: #0b0b11;
    --second: #00a8ea;
    --third: #f0ab05;
    --secondH: #4fcdff;
}
body{
    background-color: #292e2f;
}
#wrap{
    position: relative;
}
.wrap{
    width: 100%;
    margin: 0 auto;;
}

/* 공통 :: S */
.fade-in {
    opacity: 0; 
    transform: translate(0, 0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.left-fade {
    transform: translateX(-100px); 
}
.bottom-fade {
    transform: translateY(100px);
}
.right-fade {
    transform: translateX(100px); 
}
/* 공통 :: E */

/* 해더 :: S */
.header{
    background-color: var(--primary-color);
}
.header_main{
    background-color: #292e2f;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 51px;
    box-shadow: 0 5px 0.6em #4c4c4c;
}
.header img{
    width: 80%;
    display: block;
}
.header_top{
    border-bottom: 1px solid;
    border-color: var(--border-color);
}
.header_top .top_wrap{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.header_top .left{}
.header_top .left ul{display: flex}
.header_top .left ul li{margin-right: 10px;}
.header_top .left ul li a{font-size: 14px;}
.header_top .left ul li a:hover{color: #25b491;}

.header_top .right{}
.header_top .right ul{display: flex;}
.header_top .right ul li{margin-right: 10px;}
.header_top .right ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 120px;
    padding: 8px 0px;
    border-radius: 50px;
    transition: .3s ease-out;
}
.header_top .right ul li a span{
    font-size: 19px;
    margin-right: 5px;
}
.header_top .right ul li a.btn_login{
    color: #ffffff;
    background-color: var(--primary-color);
}
.header_top .right ul li a.btn_login:hover{
    background-color: #34cf73;
}
.header_top .right ul li a.btn_reg{
    border: 1px solid #25b491;
    color: var(--primary-color);
}
.header_top .right ul li a.btn_reg:hover{
    background-color: #25b491;
    color: #ffffff;
}
.header_top .right ul li a.btn_cust{
    background-color: var(--second-color);
}
.header_top .right ul li a.btn_cust:hover{
    background-color: #8f410d;
}
.header_main .mid_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_main .mid_wrap .right_2{
    display: flex;
    height: 64px;
}
.header_main .mid_wrap .right_2 .quick_menu ul{flex-wrap: wrap;padding-top: 15px;}
.header_main .mid_wrap .right_2 .quick_menu ul li{margin-left: 15px; position: relative;}
.header_main .mid_wrap .right_2 .quick_menu ul li a{font-size: 15px !important; color: #ffffff !important; cursor: pointer; display: flex; align-items: center; padding: 15px 8px;}
.header_main .mid_wrap .right_2 .quick_menu ul li a img{
    width: 44px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: -5px; 
}
.header_main .mid_wrap .right_2 .quick_menu ul li a .txt{font-weight: 500;}
.header_main .mid_wrap .right_2 .quick_menu ul li a:hover{
    color: #25b491 !important; 
    border-bottom: 3px solid #25b491 !important;
}
.header_main .mid_wrap .right_2 .quick_menu ul li a.active{
    color: #25b491 !important; 
}
.header_main .mid_wrap .right_2 .quick_menu ul li a:hover > span{transform: rotate(180deg);}
.header_main .mid_wrap .right_2 .quick_menu ul li a > span{
    transition: .2s ease-out;
    margin: 2px 0 0 2px;
}
.header_main .mid_wrap .right_2 .quick_menu ul li a::before {content: "";position: absolute;width: 90%;height: 3px;background-color: #25b491;bottom: 10%;left: 50%;transform: translate(-50%, -50%);display: none; top: 47px;}
.header_main .mid_wrap .right_2 .quick_menu ul li a.active::before {display: block;}
.header_main .mid_wrap .right_2 .quick_menu ul .event-menu .menu-drop{opacity: 0;position: absolute;top: auto;left: 0;visibility: hidden;transition: .1s ease-out;}
.header_main .mid_wrap .right_2 .quick_menu ul .event-menu .menu-drop .drop-ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    min-width: 110px;
    background: #292e2f;
    box-shadow: 3px 3px 15px rgba(41,46,47,1);
    padding: 0;margin: 0;
}
.header_main .mid_wrap .right_2 .quick_menu ul .event-menu .menu-drop .drop-ul li{
    cursor: pointer;
    position: relative;
    float: left;
    margin: 0;
}
.header_main .mid_wrap .right_2 .quick_menu ul .event-menu .menu-drop .drop-ul li a{
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    box-sizing: border-box;
    color: var(--txtColor_03);
    background: none;
    padding: 10px;
    line-height: 20px;
    transition: .2s ease-out;
}
.header_main .mid_wrap .right_2 .quick_menu ul .event-menu .menu-drop .drop-ul li a:hover{background-color: #25b491 !important; color: #fff !important;}
.header_main .mid_wrap .right_2 .quick_menu ul .event-menu:hover .menu-drop{opacity: 1; visibility: visible;}
.isLogin_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.isLogin_box .moneyZone{
    display: flex;
    align-items: center;
    position: relative;
}
.isLogin_box .moneyZone button{
    padding: 2px 10px;
    text-align: center;
    height: 20px;
    border-radius: 20px;
    margin-left: 7px;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    transition: .3s all ease-out;
    border: 0px;
    font-size: 12px;
    background-color: #25b491;
    color: #ffffff;
}
.isLogin_box .moneyZone h4{
    color: #6a7391;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    margin: 0 5px 0 10px;
}
.isLogin_box .moneyZone p{
    margin: 0 10px;
}
.isLogin_box .memberZone{
    display: flex;
    align-items: center;
    padding-left: 16px;
}
.isLogin_box .memberZone .btnM{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 32px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 15px;
    background-color: #242b33 !important;
    color: #ffffff;
    background: linear-gradient(#4c4c4c, #222222), radial-gradient(ellipse at top, #6c6c6c 22%, #4b4b4b 80%);
}
.isLogin_box .memberZone .btnM:hover{
    background-color: #25b491 !important;
    background: none;
}
.isLogin_box img{
    width: 30px;
}
.isLogin_box .default_option.haveMoney{
    /* background-color: #000000 !important; */
    border-radius: 5px !important;
    margin-right: 15px;
}
.isLogin_box .default_option > li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 9px;
}
.isLogin_box .option{
    justify-content: center;
    display: flex;
    align-items: center;
    color: #b4b4b4;
}
.isLogin_box .have_money{
    display: flex;
    font-size: 14px;
}
.isLogin_box .coin{
    color: #25b491;
    font-weight: bolder;
    display: flex;
    align-items: center;
    margin-left: 5px;
    font-size: 14px;
}
/* 해더 :: E */
/* 메인 :: S */
.container{
    margin-top: 120px;
    position: relative;
}
.main_swiper{
    padding-top: 30px;
}
.main_swiper img{
    width: 100%;
    display: block;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.swiper-pagination-bullet-active{
    background-color: #25b491;
}
.home_notice{
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.home_notice .notice_wrap{
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.home_notice .noticeIcon{z-index: 100;}
.home_notice .noticeIcon img{
    width: 25px;
}
.notice_text {
    animation: textLoop 10s linear infinite;
}
.home_notice .notice_wrap .notice_text{
    width: 100%;
}
.main_contents{
    background-image: url(../../assets/image/black/main_bg.jpg);
    width: 100%;
    background-size: 100%;
    background-position: left bottom;
    background-repeat: repeat-y;
    padding-top: 48px;
    padding-bottom: 60px;
}
.content .title{
    color: #828282;
    font-size: 24px;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 24px;
}
.content .title h2{
    font-weight: bold;
    font-size: 64px;
    color: #25b491;
}
.content .title .majorTXT{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .title .majorTXT h3{
    font-weight: bold;
    font-size: 64px;
    color: #ffffff;
    position: relative;
    display: block;
    padding: 0 9px;
    margin-bottom: 14px;
}
.content .title h4{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
.content ul.game_list{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.content ul.game_list li{
    width: 23%;
    height: 233px;
    border: 2px solid #304059;
    border-radius: 10px;
    padding-bottom: 23px;
    margin-bottom: 21px;
    background: var(--bgColor073);
    background: linear-gradient(180deg, #21273a 0%, #0b0f11 100%);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-right: 1%;
    transition: .4s;
}
.content ul.game_list li:hover {
    border: 2px solid #4fcdff;
    filter: drop-shadow(0px 0px 20px #00a3ff);
}
.content ul.game_list li:hover .mask{
    opacity: 1;
}
.content ul.game_list li .mask{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.ole07.com/assets/vitbg-BhlYG3G4.svg');
    border-radius: 8px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease-out;
    opacity: 0;
    background-size: cover;
}
.content ul.game_list li .mask .inner{
    width: 99%;
    height: 99%;
    /* background: linear-gradient(180deg, rgb(37, 153, 76) 0%, rgb(32, 182, 132) 75%, rgb(20, 151, 97) 100%); */
    border-radius: 8px;
    z-index: 1;
    transition: .4s ease-out;
}
.content ul.game_list li:hover{
    transform: translate(0px ,0px);
    opacity: 1;
    visibility: inherit;
}
.content ul.game_list li:hover .mask{
    display: flex;
}
.content ul.game_list li:hover .inner{
    display: flex;
}
.content ul.game_list li .ppPro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.content ul.game_list li .ppPro img{
    width: 6vw;
}
.content ul.game_list li .logo{
    background-size: cover;
    position: absolute;
    right: 3%;
    top: 4%;
    z-index: 2;
}
.content ul.game_list li .logoA{
    width: 29%;
    padding-bottom: 11.1%;
    transition: .3s ease-out;
}
.content ul.game_list li .modelA{
    background-image: url(../../assets/image/casino06.webp);
    padding-bottom: 49%;
    width: 83%;
    left: 10%;
    top: 2%;
}
.content ul.game_list li[game-box=EvoReal] .logoA{
    background-image: url(../../assets/image/game-logoEV.svg);
}
.content ul.game_list li[game-box=MgpReal] .logoA{
    width: 11.2%;
    padding-bottom: 11.1%;
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.3.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='åœ–å±¤_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20142.6%20142.7'%20style='enable-background:new%200%200%20142.6%20142.7;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:url(%23SVGID_1_);}%20%3c/style%3e%3clinearGradient%20id='SVGID_1_'%20gradientUnits='userSpaceOnUse'%20x1='71.4829'%20y1='5.3431'%20x2='71.4829'%20y2='144.5192'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpath%20class='st0'%20d='M71.5,0C32,0,0,32,0,71.6c0,7.1,1,14,3.1,20.7c1.3-1.8,2.6-3.7,3.8-5.6c5-7.3,9.8-14.7,14.7-22.2l3.5-5.6%20c1.2-1.8,2.4-3.8,3.4-5.6c2.4-3.8,4.6-7.6,6.7-11.4c1-2,2.1-3.8,3.3-5.8c1.2-2,2.1-3.8,3.1-5.8c1-2,2.1-3.9,3-5.8l2.9-5.9l0.3-0.4%20c1.6-3.1,5.4-4.5,8.7-3c2.4,1.3,3.8,3.8,3.7,6.6l0,0c0,3.4-0.7,6.9-0.9,10.4c-0.3,3.4-0.4,6.9-0.7,10.5c-0.3,6.9-0.4,14-0.4,21%20s0.4,13.9,1,20.6c0.4,3.3,0.9,6.6,1.6,9.8c0.5,2.9,1.4,5.8,2.8,8.4c0.4,0.8,0.9,1.6,1.6,2.2c0.4,0.3,0.1,0.1,0.4,0.1s0.1,0,0.3,0%20l0.3-0.1h0.1l0,0l0.4-0.1l0,0c0.1-0.1,0.4-0.3,0.5-0.4c1-0.8,2-1.7,2.9-2.8c2.1-2.5,4.1-5,5.8-7.7c1.8-2.8,3.5-5.8,5.2-8.8%20c3.4-6,6.6-12.2,9.6-18.5c1.4-3.1,3-6.3,4.5-9.6c1.4-3.1,2.9-6.4,4.2-9.6c1.3-3.3,5.1-4.9,8.4-3.5c2.1,0.8,3.5,2.6,3.9,4.9l0,0%20c0,0.8,0.1,1.8,0.3,2.9l0.4,3c0.3,2,0.5,3.9,0.9,5.9c0.7,3.9,1.4,7.9,2.5,11.7c1,3.8,2.4,7.6,3.9,11.3c1.6,3.7,3.5,7.1,6,10.2l0,0%20c0.5,0.8,0.4,1.8-0.3,2.4c-0.7,0.5-1.6,0.5-2.1,0c-3.3-2.9-6.2-6.2-8.7-9.7c-2.5-3.5-4.6-7.3-6.6-11.1c-1.3-2.6-2.4-5.2-3.5-7.9%20c-0.8,1.6-1.4,3.1-2.2,4.6c-3.1,6.4-6.3,12.8-10,19.3c-1.8,3.4-3.7,6.6-5.8,9.7c-2.1,3.3-4.5,6.4-6.9,9.3c-1.4,1.7-3.1,3.1-4.9,4.6%20c-0.5,0.4-1,0.8-1.7,1l-1.2,0.7l-0.7,0.3h-0.1l-0.4,0.1h-0.3l-0.5,0.1c-0.4,0.1-0.7,0.3-1,0.3c-0.8,0.1-1.6,0.3-2.4,0.4%20c-1.7,0.1-3.5-0.1-5.1-0.7c-1.6-0.5-3-1.4-4.3-2.5c-2-1.7-3.7-3.8-4.9-6.2c-1.8-3.7-3.1-7.6-3.9-11.7c-0.8-3.7-1.3-7.5-1.7-11.1%20c-0.8-7.3-1-14.6-1.2-21.9c0-3.4,0-6.9,0-10.4c-1.3,2.5-2.6,5-3.9,7.3c-1,2-2.1,3.9-3.3,5.9l-3.3,5.9c-4.5,7.9-9,15.6-13.9,23.3%20c-3,5-6.2,10-9.3,14.8c21.6,33,66,42.2,99,20.6s42.2-66,20.6-99C118,12.2,95.6,0,71.5,0z'/%3e%3c/svg%3e");
}
.content ul.game_list li[game-box=MgpReal] .modelA{
    background-image: url(../../assets/image/casino04.webp);
}
.content ul.game_list li[game-box=PrgReal] .logoA{
    width: 11.2%;
    padding-bottom: 16.6%;
    right: 5%;
    top: 4%;
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.3.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='åœ–å±¤_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20681%20976.4'%20style='enable-background:new%200%200%20681%20976.4;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:url(%23SVGID_1_);}%20.st1{fill:url(%23SVGID_2_);}%20.st2{fill:url(%23SVGID_3_);}%20.st3{fill:url(%23SVGID_4_);}%20.st4{fill:url(%23SVGID_5_);}%20.st5{fill:url(%23SVGID_6_);}%20.st6{fill:url(%23SVGID_7_);}%20%3c/style%3e%3clinearGradient%20id='SVGID_1_'%20gradientUnits='userSpaceOnUse'%20x1='340.5064'%20y1='186.2007'%20x2='340.5064'%20y2='876.1297'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpath%20class='st0'%20d='M340.5,295.4C152.4,295.4,0,447.9,0,635.9C0,824,152.4,976.4,340.5,976.4C528.6,976.4,681,824,681,635.9%20C681,447.9,528.6,295.4,340.5,295.4z%20M340.5,940.7c-168.3,0-304.8-136.4-304.8-304.7c0-168.3,136.4-304.8,304.7-304.8%20c168.3,0,304.8,136.4,304.8,304.7v0.1C645.2,804.3,508.8,940.7,340.5,940.7z'/%3e%3clinearGradient%20id='SVGID_2_'%20gradientUnits='userSpaceOnUse'%20x1='178.9804'%20y1='186.2007'%20x2='178.9804'%20y2='876.1297'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpath%20class='st1'%20d='M151.7,309.8c50-30.9,107.3-48.2,166-50.2c-6.6-21.7-30.2-113.2,12.5-201.9c-80.8,61.1-66.8,154.8-66.8,154.8%20S212.6,80.6,146.7,0c-8.9,103.8,23.6,241.3,23.6,241.3S129,156,27.7,151.3C111.7,199.5,144.3,286.5,151.7,309.8z'/%3e%3clinearGradient%20id='SVGID_3_'%20gradientUnits='userSpaceOnUse'%20x1='415.7388'%20y1='186.2007'%20x2='415.7388'%20y2='876.1297'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpath%20class='st2'%20d='M443.7,517.4c114.3-7.1,54-144-58.6-137C279.4,387,326.9,524.6,443.7,517.4z'/%3e%3clinearGradient%20id='SVGID_4_'%20gradientUnits='userSpaceOnUse'%20x1='143.0663'%20y1='186.2007'%20x2='143.0663'%20y2='876.1297'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpath%20class='st3'%20d='M190.1,572.1C179.4,562,163.5,557,142.4,557H80v183.6h29.6v-71.3h32.9c20.6,0,36.4-5,47.3-14.9%20c10.9-10,16.4-23.6,16.4-41C206.1,595.9,200.8,582.1,190.1,572.1z%20M139.2,645.1h-29.7v-63.7h29.7c12.8,0,22.2,2.7,28,8.2%20c5.8,5.5,8.7,13.4,8.7,23.8C176,634.5,163.7,645.1,139.2,645.1z'/%3e%3clinearGradient%20id='SVGID_5_'%20gradientUnits='userSpaceOnUse'%20x1='273.9476'%20y1='186.2007'%20x2='273.9476'%20y2='876.1297'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpolygon%20class='st4'%20points='257,557%20227.4,557%20227.4,740.6%20320.5,740.6%20320.5,717.4%20257,717.4%20'/%3e%3clinearGradient%20id='SVGID_6_'%20gradientUnits='userSpaceOnUse'%20x1='417.5097'%20y1='186.2007'%20x2='417.5097'%20y2='876.1297'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpath%20class='st5'%20d='M400.6,559.8L333,740.6h31.7l14-39.8h77.5l14,39.8H502l-67.4-180.7H400.6z%20M387.1,677.9l30.4-85.8l30.4,85.8%20H387.1z'/%3e%3clinearGradient%20id='SVGID_7_'%20gradientUnits='userSpaceOnUse'%20x1='544.9051'%20y1='186.2007'%20x2='544.9052'%20y2='876.1297'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpolygon%20class='st6'%20points='587.4,557%20545.2,642%20503.1,557%20468.7,557%20530.1,673.7%20530.1,740.6%20560,740.6%20560,673.7%20621.1,557%20'/%3e%3c/svg%3e");
}
.content ul.game_list li[game-box=PrgReal] .modelA{
    background-image: url(../../assets/image/casino05.webp);
}
.content ul.game_list li[game-box=DgReal] .modelA{
    background-image: url(../../assets/image/casino08.webp);
}
.content ul.game_list li[game-box=DgReal] .logoA{
    width: 23%;
    padding-bottom: 11.1%;
    right: 3%;
    top: 4%;
    background-image: url(../../assets/image/game-logoDG.svg);
}
.content ul.game_list li[game-box=WmReal] .modelA{
    background-image: url(../../assets/image/casino01.webp);
}
.content ul.game_list li[game-box=WmReal] .logoA{
    width: 11%;
    padding-bottom: 11.1%;
    right: 3%;
    top: 4%;
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.3.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='åœ–å±¤_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20344.6%20344.6'%20style='enable-background:new%200%200%20344.6%20344.6;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{clip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_);}%20.st1{clip-path:url(%23SVGID_5_);fill:url(%23SVGID_6_);}%20%3c/style%3e%3cg%3e%3cdefs%3e%3cpath%20id='SVGID_1_'%20d='M23.5,85.6C8.6,111.1,0,140.7,0,172.3c0,95,77.3,172.3,172.3,172.3c43.6,0,83.4-16.3,113.8-43l-9.4-24.1%20c-26.8,26.6-63.7,43.1-104.4,43.1C90.6,320.6,24,254.1,24,172.3c0-20,4-39.1,11.2-56.5L75.9,220l0,0.1l0.1,0l0.1,0l0-0.1%20l31.6-81.1l31.6,81.1l0,0.1l0.1,0l0.1,0l0-0.1L195,78.1h-26l-29.4,75.4l-31.5-80.9h-0.5L76,153.6L40.3,61.8%20C34,69.2,28.4,77.1,23.5,85.6'/%3e%3c/defs%3e%3cclipPath%20id='SVGID_2_'%3e%3cuse%20xlink:href='%23SVGID_1_'%20style='overflow:visible;'/%3e%3c/clipPath%3e%3clinearGradient%20id='SVGID_3_'%20gradientUnits='userSpaceOnUse'%20x1='0'%20y1='344.625'%20x2='1'%20y2='344.625'%20gradientTransform='matrix(0%20332.2544%20332.2544%200%20-114360.1172%205.3125)'%3e%3cstop%20offset='0'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1.017610e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3crect%20x='0'%20y='61.8'%20class='st0'%20width='286.1'%20height='282.9'/%3e%3c/g%3e%3cg%3e%3cdefs%3e%3cpath%20id='SVGID_4_'%20d='M172.3,0C127.8,0,87.1,17,56.5,44.8L66,69.1C92.9,41.3,130.6,24,172.3,24c81.8,0,148.3,66.5,148.3,148.3%20c0,20.8-4.3,40.7-12.1,58.6L268,127.4l0-0.1l-0.1,0l-0.1,0l0,0.1L236,208.5l-31.6-81.2l0-0.1l-0.1,0l-0.1,0l0,0.1L149,268.7h26%20l29.2-75l31.5,80.5h0.5l31.5-80.6l35.1,91c6.4-7.4,12.1-15.4,17.2-23.8c15.5-25.9,24.5-56.1,24.5-88.5C344.6,77.3,267.3,0,172.3,0%20z'/%3e%3c/defs%3e%3cclipPath%20id='SVGID_5_'%3e%3cuse%20xlink:href='%23SVGID_4_'%20style='overflow:visible;'/%3e%3c/clipPath%3e%3clinearGradient%20id='SVGID_6_'%20gradientUnits='userSpaceOnUse'%20x1='0'%20y1='344.625'%20x2='1'%20y2='344.625'%20gradientTransform='matrix(0%20332.2544%20332.2544%200%20-114302.6172%205.3125)'%3e%3cstop%20offset='0'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1.017610e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3crect%20x='56.5'%20class='st1'%20width='288.1'%20height='284.6'/%3e%3c/g%3e%3c/svg%3e");
}
.content ul.game_list li[game-box=Ae2Real] .modelA{
    background-image: url(../../assets/image/casino011.webp);
}
.content ul.game_list li[game-box=Ae2Real] .logoA{
    width: 23%;
    padding-bottom: 11.1%;
    right: 3%;
    top: 4%;
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='åœ–å±¤_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20249.2%20126.2'%20style='enable-background:new%200%200%20249.2%20126.2;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:url(%23SVGID_1_);}%20.st1{fill:url(%23SVGID_00000139281768992006389370000014118446486641938332_);}%20.st2{fill:url(%23SVGID_00000075881445320220906530000014558511351531999678_);}%20%3c/style%3e%3cg%3e%3clinearGradient%20id='SVGID_1_'%20gradientUnits='userSpaceOnUse'%20x1='-0.4'%20y1='51.3573'%20x2='95.3718'%20y2='51.3573'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpath%20class='st0'%20d='M-0.4,71.3C0.4,58,12.6,46.4,26,51.9c2.3,1,3.5,2.3,3.1,4.1c-1,4.4-6.6-1.8-9.4-1.3%20C0.3,53.5,0.9,81.3,14.8,88.6c13.8,9.7,28.8,12.7,45,6.3c12.8-4.6,25.5-21.6,14-33.8c-9.1-9.4-21.9-13.8-30.8-23.6%20C27.1,21.1,46.7,0.7,66.1,0.5c11.4-2.6,36.9,5.6,27,20.4c-2.6,3.3-14.5,4.9-13.7-1.2c2-4,8.2,3.1,10.4-1.6c0-17-30.8-16.1-40.7-7.9%20c-20.3,19.1,17,31.9,27.7,43.5C111.9,100.3,1.9,127.3-0.4,71.3z'/%3e%3clinearGradient%20id='SVGID_00000055693133478168621700000003276334389375495070_'%20gradientUnits='userSpaceOnUse'%20x1='88.0426'%20y1='85.2344'%20x2='220.9812'%20y2='85.2344'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpath%20style='fill:url(%23SVGID_00000055693133478168621700000003276334389375495070_);'%20d='M220.8,54.3c-3-2.5-16.3,19.1-21.4,22.2%20c0.7-10,5.8-20.1,3.8-30.6c-0.7-4.3-6.1,0.5-5.4,3.3c0.3,8.9-2.6,16.8-8.1,23.7c-17.3,16.1-9.7-10.4-3.1-17.8%20c-4.9-16.1-29,49.2-46.6,19.9c5.1-6.4,10.7-12,17-17c1.5-1.2,2.1-3.1,1.2-4.3c-3.6-3-17,14.5-20.4,17.8c-3-4.6-2.8-22.9-5.9-21.9%20c-5.9,1.6-4.3,8.2-3.5,12.7c-2.3,7.4-10,12.8-14.7,19.3c-6.3,8.2-21.2,10-18.8-4c9.1-0.2,18.3-5.9,21.1-14.8%20c2.5-7.6-5.8-9.2-10.9-5.9c-8.6,5.3-13.8,13-16.3,22.7c-3.1,9.4,5.4,19.1,15.5,14c11.2-5.3,17.8-16.1,25.7-25%20c0.7,3,4.4,6.4,2.8,9.4c-2.1,5.3-12.2,12.7-7.9,18.1c3.5,3.5,8.2-13.3,11-16c11.5,16.5,27.3,2.5,36.4-8.6%20c0.2,15.6,13.8,12.4,21.6,3.3c-3.8,16.5-24.9,20.3-34.9,32.6c-6.6,4.8-10.7,20.9,2.1,18.4c18.6-7.1,26.4-27.7,36.6-43%20C202.3,78.4,223.2,59.9,220.8,54.3L220.8,54.3z%20M106.5,60.9c1-0.5,2.6-0.2,3.8-0.2c1.2,7.1-8.4,13.2-14.2,12.8%20C98.2,68.2,101.4,63.7,106.5,60.9z%20M180.6,102.8c-2.5,4.1-20.1,25.9-21.4,13.7c4.9-11.9,18.8-17.8,28.2-25.9%20c0.2,0.2,0.3,0.3,0.7,0.3C185.5,94.9,183.2,99,180.6,102.8L180.6,102.8z'/%3e%3clinearGradient%20id='SVGID_00000094592546477226182660000003866761158994126728_'%20gradientUnits='userSpaceOnUse'%20x1='225.0611'%20y1='37.8717'%20x2='249.6'%20y2='37.8717'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpath%20style='fill:url(%23SVGID_00000094592546477226182660000003866761158994126728_);'%20d='M249.6,44.5l-8.6-0.3l-5.8,6.4l-2.3-8.4%20l-7.9-3.6l7.2-4.8l1-8.6l6.8,5.4l8.4-1.6l-3.1,8.1C245.3,37,249.6,44.5,249.6,44.5z%20M243.3,32.8l-4.6,1l-3.6-3.3l-0.5,4.9l-4,2.6%20l4.3,2l1.2,4.4l3.1-3.5l4.6,0.2l-2.3-4.1L243.3,32.8L243.3,32.8z'/%3e%3c/g%3e%3c/svg%3e");
}
.content ul.game_list li[game-box=AllBetReal] .modelA{
    background-image: url(../../assets/image/casino03.webp);
}
.content ul.game_list li[game-box=AllBetReal] .logoA{
    width: 20.2%;
    padding-bottom: 12.1%;
    right: 3%;
    top: 4%;
    background-image: url(/assets/image/casinoLogo03.svg);
}
.content ul.game_list li[game-box=AgBr] .modelA{
    background-image: url(../../assets/image/casino02.webp);
}
.content ul.game_list li[game-box=AgBr] .logoA{
    width: 20%;
    padding-bottom: 11.1%;
    right: 3%;
    top: 4%;
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.3.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='åœ–å±¤_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20240.8%20135.7'%20style='enable-background:new%200%200%20240.8%20135.7;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:url(%23SVGID_1_);}%20.st1{fill:url(%23SVGID_2_);}%20.st2{fill:url(%23SVGID_3_);}%20.st3{fill:url(%23SVGID_4_);}%20%3c/style%3e%3cg%3e%3clinearGradient%20id='SVGID_1_'%20gradientUnits='userSpaceOnUse'%20x1='70.5533'%20y1='2.3417'%20x2='70.5533'%20y2='122.0816'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpath%20class='st0'%20d='M21.2,16L0.1,135.7h119.7l2.8-71.7L141,16H21.2z%20M100,119.7L89.1,91.6h-42l-21,28.1H9.7L79,26.5l37.4,93.3H100%20z'/%3e%3clinearGradient%20id='SVGID_2_'%20gradientUnits='userSpaceOnUse'%20x1='57.1866'%20y1='65.9619'%20x2='83.6554'%20y2='65.9619'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpolygon%20class='st1'%20points='57.2,77.7%2083.7,77.7%2074.8,54.2%20'/%3e%3c/g%3e%3clinearGradient%20id='SVGID_3_'%20gradientUnits='userSpaceOnUse'%20x1='100.0409'%20y1='127.7226'%20x2='122.6831'%20y2='127.7226'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpolygon%20class='st2'%20points='100,119.7%20119.8,135.7%20122.7,119.7%20'/%3e%3clinearGradient%20id='SVGID_4_'%20gradientUnits='userSpaceOnUse'%20x1='170.4144'%20y1='2.3417'%20x2='170.4144'%20y2='122.0816'%3e%3cstop%20offset='1.017608e-06'%20style='stop-color:%23D7DAEE'/%3e%3cstop%20offset='1'%20style='stop-color:%23A0A8C2'/%3e%3c/linearGradient%3e%3cpath%20class='st3'%20d='M121.1,0L100,119.7h119.7L240.8,0H121.1z%20M165.2,90.8c16,0,29-14.7,29-14.7h-25.2l2.5-14.3h40.3L209.7,76%20c0,0-16,28.6-46.2,28.6c-30.3,0-41.6-26.9-36.1-47.1C132.8,37.4,152.6,16,179,16c26.5,0,35.3,22.3,35.7,29H200%20c0,0-6.3-15.1-23.9-15.1c-17.6,0-34.5,18.9-35.7,32.4C138.9,77.7,150.5,90.8,165.2,90.8z'/%3e%3c/svg%3e");
}
.content ul.game_list li[game-box=VivoVideo] .modelA{
    background-image: url(../../assets/image/casino014.webp);
}
.content ul.game_list li[game-box=VivoVideo] .logoA{
    width: 15%;
    padding-bottom: 15.4%;
    right: 3%;
    top: 4%;
    background-image: url(data:image/png;base64,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);
}
.content ul.game_list li[game-box=MgLgReal] .modelA{
    background-image: url(../../assets/image/casino015.webp);
}
.content ul.game_list li[game-box=MgLgReal] .logoA{
    width: 12%;
    padding-bottom: 14.6%;
    right: 3%;
    top: 4%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAA0CAYAAAAT3cGOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MzA3NjdGRDlGRjExRUU5RUEyRTc4RjBFQ0U5MTY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ4MzA3NjgwRDlGRjExRUU5RUEyRTc4RjBFQ0U5MTY1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDgzMDc2N0REOUZGMTFFRTlFQTJFNzhGMEVDRTkxNjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDgzMDc2N0VEOUZGMTFFRTlFQTJFNzhGMEVDRTkxNjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6CPARcAAAFSUlEQVR42syaC1BUVRjHLzs0pRQ9VMZXI0OAuDxyFRYFNmIjQzMfgU+SpiJDmbSZmoaaZspmnGTsMY0zatMwJhphKGRgTY1aCstjgV1Q5KVkKPkAycEZ07Fg+3/Ltdkld/c7dy/gmfnPB+w53/e73/3uOXvPwUdSubW0/5kDEwllzAh9pF9N3z5qOmtu6yXQj+RfCwhYO31c/10He6r1iiOo5AC8Jjxs/MBdA9vU0rMB5nMXH++E1kfMmGAbddiTzT3rYLZ76GYHjtR6B+wV7IlT3RxQJ+Co8ADFwBqlAxubLq+z2WzbIYmpLGijN8nxVTKo4eQlO6jgMDO0a0TLwHriositdwSdp4ua1DdisJbGC6/JtScMOuvxyX0jNhvUNVxIh8kXrHM7aPRM70HZsLXWPxSDxuimqALKgjVbuhSD6mdNVQ3U49RVU38+HU99PqQRmKKaIGFQxNIqhq2uO6cU1Bg7+1EhUMRahHENsJuEy6CqtjMFplRwHm6CjHNjpvWIgCLWApjvoHvkP70JH5+yYCtrO2fCmKCxoqBxgqCIZYQpg8YM+WgVfBW6hTWZf7+fplMoRBQ0Xh8oBIpYrkCp3YQS4LPeZc2ibrZCIaI1KgpaUXPWiHFl0BgXfu+DitFvwh0zW179mw6mXmChaIESDXOChEARx11Gh7afoRTEsDllFleyBfJhZrSDpidR0ONVHZ4yOlTzoAynzB6rPEMPlZUZ8wyUlBgX3CUCihgiGXVsl6AgxLuhkbOaxbzSXihZFPRX0+lYjCsVyKijJkJr7Zn9peI0zW+XoYcZcZcnJYQUiYDCf6xce/5erLR0N0N9QR3PBD1iNIQKgR4tb6eMegtKLRia7TtgsxmYA7aKeD98vC12QB3Q222+BkURDUkedF4aDMwDPdYaa+9vs/kzfOcx+pCi6EtKMKPIjyYnhrHfStH/Jcif4fcd+M2EtTL6aqkMpnJeFETuF3xmwzwArXbTbdMzSdotcn+6azoPbqdomBm4KAILiH6azKECF/5y0ecDhzthYTD4aXjlIglvrqUYwwEsAVgqGeIrF5/lOJeN1M1g8KXM/s24qrGKHt+nCNi2Ul4Q7BnF33LuUOMc3STYq4yOQUrnmwXJEbcwPo3KAj/nuHggAzmrJy0KtDoEeIiZ4M0E+ezTkbdg9riZPfQMN12U2TbGVT1Z+lPjQ9IwNPglhiUMhgbqWMnoeC/NncMBC79LoUkMBjPBHmEW+NsHf7T6qwkKf/RGkMuMf1izeL7uLGYGCy1PHjQR+kTVrErSx9BjjNg14Dx3+/vsXubVZZb8YFmvBij8rIW/bGbcwv9ea/BLHtTHHLit+FB9tjegGE9f9ncw412HvnJ6YTxQVrcZ5l2BmLuhDakLo69xByDGgzCfQSIP62bEeM8Jdn9prR9MOzRZwFGv/D13V9pzMd2uOsE3zeMvQ29B4wTfv6bD97X/bXIUfW9eQuWk4M7+Q3trsjqgvyDaMAmEaMKPV3h+kbpskb7Y5fbRvoPmHTBZ0ui3vBWL9ZluD0BQzG/AhEOGUQStgrJZu4jflFTTg1ABRYwCKO2dPbFq6Zyr7J3vguIqAj4k19tINUrQwtXPz+0T3qb/+kAl7Z5sg14ZiRqFXk9Pjbvh1QHI3v2mldLgQXLAMEDSlLfxhbT4QlVOa6jtKTJRWbwP0VaOnwqQ16EvoA/XLItnbesLnzDmf1sxHuZViHb3whRAtkqDpz9fZixPuCIy0KtT8d37yumEhXYH42ilgabJW1G0ANA/RNAT3Qm10a487Si9uMLQrDTevwIMAAd2BAn4pysYAAAAAElFTkSuQmCC);
}
.content ul.game_list li .model{
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s ease-out;
    position: absolute;
    z-index: 2;
    margin: 0 auto ;
}
.content ul.game_list li .txt{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: absolute;
    bottom: 18px;
}
.content ul.game_list li .icon-icconPlay{
    display: none;
}
.content ul.game_list li .btnP{
    display: none;
}
.content ul.game_list li .txt h2{
    font-size: 1.7vw;
    color: #25b491;
}
.casinoFrame:hover .modelA {
    transform: translateY(10px);
    transition: transform 0.3s ease; 
  }
.game_zone{
    display: flex;
    justify-content: space-between
}
.game_zone .game_zone_left{
    width: 20%;
    height: 100%;
    margin-top: 100px;
}
.game_zone .chooseZone{
    width: 100%;
    height: 100%;
    background-color: #0e0e0e;
    border-radius: 10px;
    transition: 0.3s all ease-out;
}
.game_zone .chooseZone .inner{
    width: 100%;
    height: 99%;
    background-color: #292e2f;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 10px 10px;
}
.game_zone .chooseZone .inner ul{
    width: 90%;
}
.game_zone .chooseZone .inner ul li{
    padding-bottom: 14px;
}
.game_zone .chooseZone .inner ul li .btnDbl{
    width: 100%;
    height: 60px;
    border-radius: 40px;
    background-color: #000000;
    border: 2px solid #25b491;
    color: #25b491;
}
.game_zone .chooseZone .inner ul li .btnDbl a{
    width: 100%;
    height: 100%;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-family: var(--font-family) !important;
    font-weight: 500;
}
.game_zone .chooseZone .inner ul li .btnDbl a .icon3d{
    display: none !important;
}
.game_zone .chooseZone .inner ul li .btnDbl a.active{
    background-color: #25b491;
    color: #ffffff;
    transition: 0.3s ease-out;
}
.game_zone .chooseZone .inner ul li .btnDbl a.active > span{
    display: none;
}
.game_zone .chooseZone .inner ul li .btnDbl a.active .icon3d{
    display: block !important;
    animation: bouncex-adfb796e 1.5s ease-in-out infinite;
}

.game_zone .chooseZone .inner ul li .btnDbl a:hover{
    background-color: #25b491;
    color: #ffffff;
    transition: 0.3s ease-out;
}
.game_zone .chooseZone .inner ul li .btnDbl a:hover .icon3d{
    display: block !important;
}
.game_zone .chooseZone .inner ul li .btnDbl a .txt{
    font-size: .9vw;
}
.game_zone .chooseZone .inner ul li .btnDbl a .icon3d{
    display: block;
    position: absolute;
    top: 60%;
    right: -15%;
    transform: translate(-50%, -50%);
    transition: .2s all ease-out;
}
.game_zone .chooseZone .inner ul li .btnDbl span{
    font-size: 26px;
    color: #25b491;
    position: absolute;
    right: 13px;
    transition: .2s all ease-out;
}
.game_zone .game_zone_right{
    width: 80%;
}
.game_zone .game_zone_right .objectFrame{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.game_zone .game_zone_right .objectFrame .pic{
    width: 95%;
    overflow: hidden;
}
.game_zone .game_zone_right .objectFrame .avoidFlicker {
    animation: defer_render-06f6854a 0s .1s forwards;
    /* opacity: 0 */
}
.game_zone .game_zone_right .objectFrame .pic img{
    width: 100%;
    animation: aniLogo01 1.8s infinite;
}
.serviceZone ul{
    display: flex;
    justify-content: space-between;
}
.serviceZone ul li{
    transition: .5s all ease-out;
}
.serviceZone ul li:hover{
    transform: scale(1.1) !important;
}
.serviceZone ul li .outFrame{
    width: 300px;
    height: 476px;
    background-color: #25b491;
    border-radius: 10px;
    position: relative;
    transition: .3s all ease-out;
}
.serviceZone ul li .outFrame .inner{
    width: 300px;
    height: 460px;
    border-radius: 10px;
    background-color: #181b1c;
    border: 2px solid #25b491;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 19px;  
}
.serviceZone ul li .outFrame .inner h2{
    color: #25b491;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}
.serviceZone ul li .outFrame .inner h3{
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 7px;
}
.serviceZone ul li .outFrame .inner p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    padding: 0 33px;
    line-height: 2;
    text-align: left;
    height: 255px;
}
/* 메인 :: E */

/* 푸터 :: S*/
footer .footer{}
footer .footer .topZone{
    display: flex;
    padding: 36px 0 0;
}
footer .footer .topZone .leftZone{
    display: flex;
    flex-direction: column;
    flex: 0 1 30%;
}

footer .footer .topZone .leftZone .logoFrame{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
footer .footer .topZone .leftZone .logoFrame .logos img{
    width: 190px;
    margin-bottom: 20px;
}
footer .footer .topZone .leftZone .logoFrame .txt{
    margin: 0 0 10px 15px;
}
footer .footer .topZone .leftZone > .txt{
    color: #ffffff;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 24px;
}
footer .footer .topZone .footRframe{
    display: flex;
    flex: 1;
    justify-content: space-between;
}
footer .footer .topZone .footRframe .centerZone .title{
    color: #cececd;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 18px;
    margin-left: 105px;
    margin-top: -40px;
}
footer .footer .topZone .footRframe .centerZone .title span{
    color: #25b491;
}
footer .footer .topZone .footRframe .centerZone .content{
    margin-left: 14%;
}
footer .footer .topZone .footRframe .rightZone01{
    display: flex;
    flex: 1;
}
footer .footer .topZone .footRframe .rightZone01 .links{
    display: flex;
    flex-direction: column;
    flex: 1;
}
footer .footer .topZone .footRframe .rightZone01 .links .title{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
}
footer .footer .topZone .footRframe .rightZone01 .links .content .left01{
    display: flex;
    flex-direction: column;
    margin-right: 20%;
}
footer .footer .topZone .footRframe .rightZone01 .links .content .left01 a{
    white-space: nowrap;
    margin-bottom: 10px;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    transition: .4s ease-out;
}
footer .footer .topZone .footRframe .rightZone01 .links .content .left01 a:hover{
    color: #25b491;
}
footer .downZone{
    width: 100%;
    padding-top: 30px;
}
footer .downZone .thirdLogo{
    height: 37px;
    overflow: hidden;
    width: 100%;
}
footer .downZone .thirdLogo .footerLogo{
    display: flex;
    white-space: nowrap;
}
footer .downZone .thirdLogo .footerLogo .item{
    margin-right: 32px;
}
footer .downZone .thirdLogo .footerLogo .item img{
    cursor: pointer;
    height: 28px;
    transition: 0.4s ease-in-out;
}
.footer .footerWrapper .downZone .thirdLogo .footerLogo img:hover, 
.footer .footerWrapper .downZone .thirdLogo .slick-slide img:hover {
    filter: brightness(1.4) contrast(110%);
    transform: scale(1.05);
}
/* 푸터 :: E*/
@font-face {
    font-family: icomoon;
    src: url(/assets/icomoon-DKCTC2uG.woff?yeunvu);
    src: url(/assets/icomoon-DKCTC2uG.woff?yeunvu#iefix) format("embedded-opentype"),url(/assets/icomoon-DKCTC2uG.woff?yeunvu) format("truetype"),url(/assets/icomoon-DKCTC2uG.woff?yeunvu) format("woff"),url(/assets/icomoon-DKCTC2uG.svg?yeunvu#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
[class^=icon-],[class*=" icon-"] {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-icconSPORT:before {
    content: ""
}
.icon-iiconDice:before {
    content: "";
}
.icon-iiconSlote:before {
    content: "";
}
.icon-iiconGame:before {
    content: "";
}
.icon-icconlogin:before {
    content: "";
}
.icon-icconReg:before {
    content: "";
}
.icon-icconMemberAsk:before {
    content: "";
}
.icon-icconMENU:before {
    content: "";
}
.icon-iconCross:before {
    content: "";
}
.icon-icconMan:before {
    content: ""
}
.icon-icconPW:before {
    content: "";
}
.icon-icconHint:before {
    content: "";
}
.icon-icconArrow02:before {
    content: "";
}
.icon-iconExclamation01:before {
    content: "";
}
.icon-icconInfo02:before {
    content: "";
}
.icon-icconTRASH:before {
    content: url(/assets/image/trash.png?sdf);
    width: 20px;
    display: flex;
    justify-content: center;
}
.slider-wrapper2 {
    overflow: hidden;
    width: 100%;
}

.slider2 {
    display: flex;
    white-space: nowrap;
    animation: scroll 60s linear infinite;
}
@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes bouncex-adfb796e {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate(-50%,calc(-50% - 10px));
        transform: translate(-50%,calc(-50% - 10px))
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate(-50%,calc(-50% - 6px));
        transform: translate(-50%,calc(-50% - 6px))
    }

    90% {
        -webkit-transform: translate(-50%,calc(-50% - 3px));
        transform: translate(-50%,calc(-50% - 3px))
    }
}

@keyframes aniLogo01 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.01)
    }

    to {
        transform: scale(1)
    }
}


/* 슬롯 */
@charset "UTF-8";

.logoFrame[data-v-a7cd7e66] {
   margin: -1px
}

[data-v-b5310693] .v_deep_slot .banner {
   margin-top: 96px
}

[data-v-b5310693] .v_deep_slot .aniModel {
   -webkit-animation: aniModel-b5310693 1s infinite;
   animation: aniModel-b5310693 1s infinite
}

@keyframes aniModel-b5310693 {
   0% {
      background-position-y: 0px
   }

   50% {
      background-position-y: 5px
   }

   to {
      background-position-y: 0px
   }
}

@media (max-width: 1572px) {
   [data-v-b5310693] .v_deep_slot .main_content_wrap {
      width: 87%;
      margin-left: 6%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino01 .modelA {
      top: 6%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino02 .modelA {
      top: 7%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino03 .modelA,
   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino04 .modelA {
      top: 5%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino05 .modelA {
      top: 6%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino06 .modelA {
      top: 7%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino07 .modelA {
      top: 6%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino08 .modelA {
      top: 5%
   }
}

@media (max-width: 1552px) {
   [data-v-b5310693] .v_deep_slot .rightContent .contents .slotZone .leftZone .pic {
      padding-bottom: 52%
   }
}

@media (max-width: 1480px) {
   [data-v-b5310693] .v_deep_slot .rightContent .contents .slotZone .leftZone .pic {
      padding-bottom: 54%
   }
}

@media (max-width: 1420px) {
   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul {
      justify-content: space-between
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li {
      width: 49%;
      height: 180px
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li .logo {
      background-size: cover;
      position: absolute;
      right: 24%;
      top: 17%;
      z-index: 2
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino01 .logoA {
      width: 8.9%;
      padding-bottom: 8.9%;
      right: 27%;
      top: 21%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino02 .logoA {
      width: 13%;
      padding-bottom: 7.1%;
      right: 25%;
      top: 24%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino03 .logoA {
      width: 13.2%;
      padding-bottom: 7.8%;
      top: 23%;
      right: 26%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino04 .logoA {
      width: 8.2%;
      right: 27%;
      top: 23%;
      padding-bottom: 8.1%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino05 .logoA {
      width: 8.3%;
      padding-bottom: 11.9%;
      right: 28%;
      top: 12%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino06 .logoA {
      width: 19%;
      padding-bottom: 7.5%;
      top: 24%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino07 .logoA {
      width: 11%;
      padding-bottom: 9.1%;
      top: 20%;
      right: 27%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino08 .logoA {
      width: 17%;
      padding-bottom: 8.1%;
      right: 23%;
      top: 21%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino01 .modelA {
      padding-bottom: 31%;
      width: 54%;
      top: 6%;
      left: -4%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino02 .modelA {
      padding-bottom: 34%;
      width: 43%;
      left: 6%;
      top: 4%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino03 .modelA {
      padding-bottom: 33.7%;
      width: 57%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino04 .modelA {
      padding-bottom: 36%;
      width: 60%;
      left: -5%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino05 .modelA {
      padding-bottom: 36%;
      width: 48%;
      left: 2%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino06 .modelA {
      padding-bottom: 36%;
      width: 54%;
      left: 4%;
      top: 4%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino07 .modelA {
      padding-bottom: 36%;
      width: 61%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino08 .modelA {
      padding-bottom: 36%;
      width: 49%;
      top: 2%;
      left: 2%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone .content ul li .txt {
      left: 50%;
      top: 54%;
      transform: translate(-32%, -17%)
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .casinoZone {
      width: 85%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .slotZone {
      flex-direction: column-reverse
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .slotZone .rightZone ul li {
      width: 32.8%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .slotZone .slotLeft {
      width: 100%
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .slotZone .rightZone ul {
      display: flex;
      justify-content: space-between
   }

   [data-v-b5310693] .v_deep_slot .rightContent .contents .slotZone .rightZone {
      width: 100%
   }

   [data-v-b5310693] .v_deep_slot .main_content .main_content_wrap .infoZone {
      width: 85%
   }

   [data-v-b5310693] .v_deep_slot .main_content .main_content_wrap .infoZone .info01 .list .listA .message {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 183px
   }
}

[data-v-b5310693] .v_deep_slot .main_content_wrap_slotGame {
   width: 95%
}

[data-v-b5310693] .v_deep_slot .gameZoneA {
   margin-top: 20px
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone {
   animation: leftIn-b5310693 .4s;
   animation-fill-mode: forwards;
   opacity: 0;
   display: flex;
   align-items: start;
   justify-content: space-between;
   width: 90%;
   margin-left: 3%
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party {
   width: 85%
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .more {
   width: 100%;
   height: 47px;
   margin-top: 18px;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .more:before {
   content: "";
   width: 100%;
   height: 2px;
   background-color: var(--second);
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%)
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .more .arrow-zone {
   height: 47px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #fff;
   z-index: 1;
   padding: 12px;
   cursor: pointer
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .more .arrow-zone .arrow-g {
   position: relative;
   height: 47px;
   width: 20px
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .more .arrow-zone .arrow-g span {
   color: #6a7391;
   font-size: 20px;
   position: absolute;
   top: 50%;
   left: 50%;
   transition: .4s ease-out;
   transform: translate(-50%, -50%) rotate(180deg)
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .more .arrowGO .arrow-g span {
   transform: translate(-50%, -50%) rotate(0)
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .more .arrow-zone .txt {
   color: #6a7391;
   font-size: 18px;
   padding: 0 9px
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: baseline
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame {
   height: 92px;
   background-color: var(--main);
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: .4s ease-out;
   position: relative;
   margin-right: 2.3%
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame span {
   font-size: 2.5vw;
   background: #a1aac3;
   background: linear-gradient(360deg, #a1aac3, #d8dbef);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   cursor: pointer;
   transition: .4s ease-out
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame h4 {
   color: var(--txtColor66);
   font-size: 14px;
   transition: .4s ease-out;
   white-space: normal;
   margin-top: 10px;
   width: 100%;
   text-align: center;
   word-wrap: break-word
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame:hover span {
   background: #d7af8a;
   background: linear-gradient(360deg, #d7af8a 0% 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame.active h4,
[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame:hover h4 {
   color: #428dc3;
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul {
   display: flex;
   width: 100%;
   flex-wrap: nowrap;
   align-items: baseline
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li {
   height: 92px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: .4s ease-out;
   position: relative;
   margin-right: 1.5%;
   width: 8.5%
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span {
   font-size: 46px;
   background: #a1aac3;
   background: linear-gradient(360deg, #a1aac3, #d8dbef);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   transition: .4s ease-out;
   height: 72px;
   display: flex;
   align-items: center;
   justify-content: center
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconFavor {
   font-size: 46px
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconFavor,
[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconALL {
   font-size: 2.4vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconMGP {
   font-size: 2.3vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconAG {
   font-size: 3.3vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconHABA,
[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconPRG {
   font-size: 2.9vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconPG1 {
   font-size: 3.8vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconPT3 {
   font-size: 3.4vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconIDN {
   font-size: 2.4vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconSG {
   font-size: 2.6vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconJILI {
   font-size: 3.6vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconEVO {
   font-size: 2.2vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconBBIN {
   font-size: 1.5vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconJDB {
   font-size: 1.7vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconTPG,
[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconAMEBA {
   font-size: 2vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li h4 {
   color: var(--txtColor66);
   font-size: 14px;
   transition: .4s ease-out;
   white-space: normal;
   width: 100%;
   text-align: center;
   word-wrap: break-word
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li:hover h4,
[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li.active h4 {
   color: #4684b2;
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li.active span,
[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li:hover span {
   background: #d7af8a;
   background: linear-gradient(360deg, #d7af8a 0% 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li .event-tip,
[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame .event-tip {
   background-color: #dc1919;
   color: #fff;
   padding: 4px;
   position: relative;
   font-size: .5vw;
   border-radius: 3px 0 0 3px;
   border-left: 1px solid #dc1919;
   font-weight: bolder;
   letter-spacing: .5px;
   margin: 7px 0
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li .event-tip:before,
[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame .event-tip:before {
   content: "";
   width: 0;
   height: 0;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   border-right: 12px solid #dc1919;
   position: absolute;
   left: -12px;
   top: 0
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li .pic {
   width: 3.5vw;
   margin-bottom: 7px;
   display: flex;
   align-items: center;
   justify-content: center
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li .innerPic {
   width: 100%;
   padding-bottom: 66.3%;
   background-size: cover;
   transition: .4s ease-out
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: .4s ease-out;
   position: relative;
   margin-right: 1.5%;
   width: 8.5%;
   margin-bottom: 1%
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame .pic {
   width: 3.5vw;
   margin-bottom: 7px;
   display: flex;
   align-items: center;
   justify-content: center
}

[data-v-b5310693] .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame .innerPic {
   width: 100%;
   padding-bottom: 66.3%;
   background-size: cover;
   transition: .4s ease-out
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li.maintainGo .maintain {
   display: flex
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li .maintain {
   display: none;
   background-color: var(--bgColor084);
   border: 1px solid var(--bdColor052);
   border-radius: 10px;
   width: 121px;
   height: 90px;
   position: absolute;
   z-index: 2;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 7px;
   cursor: none
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li .maintain span,
[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul .active .maintain span {
   font-size: 46px;
   background: var(--txtColor85);
   -webkit-background-clip: text
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone ul li .maintain h4 {
   color: var(--txtColor85);
   font-size: 12px;
   font-weight: 700;
   transform: scale(.8)
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone .searchZone {
   position: relative;
   width: 12%;
   margin-top: 32px
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone .searchZone input {
   border-bottom: 1px solid var(--bdColor03) !important;
   color: var(--txtColor66);
   font-size: 16px;
   letter-spacing: 1px;
   padding-left: 3%;
   padding-bottom: 8px;
   margin-bottom: 0
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone .searchZone input::placeholder {
   color: var(--txtColor36);
   font-size: 14px
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone .searchZone .searchIcon {
   position: absolute;
   right: 0;
   top: 9px
}

[data-v-b5310693] .v_deep_slot .gameZoneA .tabZone .searchZone .searchIcon span {
   color: var(--txtColor66);
   font-size: 1.2vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone {
   background-color: var(--bgColor017);
   overflow: hidden;
   height: auto;
   width: 100%;
   padding-bottom: 11px;
   animation: downIn-b5310693 .4s;
   animation-fill-mode: forwards;
   opacity: 0
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone.off {
   animation-name: none
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby {
   padding: 28px 0
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: start
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li {
   margin-bottom: 29px;
   width: 12.5%;
   margin-right: 25px;
   min-height: 15.5vh;
   position: relative
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li a {
   text-decoration: none
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li a .pic {
   width: 100%;
   height: auto;
   position: relative;
   background-color: var(--bgColor017);
   border: 1px solid var(--bdColor010);
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 1px;
   overflow: hidden;
   border-radius: 30px
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li a .pic .logoFrame img {
   height: 23px;
   width: auto
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li a .pic .logoFrame {
   clip-path: polygon(41% 0%, 100% 0%, 100% 100%, 55% 100%);
   background-color: #000;
   width: 115%;
   height: 37px;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 1;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-left: 57%
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li a .pic .ppPro {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 2
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li a .pic .ppPro img {
   width: 4.5vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li a .pic img {
   z-index: 1;
   position: relative;
   transition: .3s ease-out;
   width: 100%;
   height: auto
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li a .pic:before {
   content: "";
   position: absolute;
   width: 177px;
   height: 177px;
   z-index: 0;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%)
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li a .name {
   position: relative;
   width: 95%;
   height: 35px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li a .name span {
   z-index: 1;
   color: var(--txtColor66);
   font-weight: bolder;
   font-size: .9vw;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 196px;
   margin-left: 26%
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .mask {
   width: 100%;
   height: 100%;
   background-color: var(--bgColor013_op);
   z-index: 2;
   position: absolute;
   border-radius: 5px;
   display: none;
   transition: .4s ease-out;
   cursor: pointer
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .mask .imgFrame {
   height: 24%;
   width: 100% !important;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -116%);
   left: 50%;
   display: flex;
   align-items: center;
   justify-content: center
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .mask .imgFrame img {
   height: auto !important;
   width: 42% !important
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .cubeLogo .imgFrame img {
   width: 26% !important
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .cubeLogo .imgFrame {
   transform: translate(-50%, -138%) !important
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li:hover .pic>img {
   transform: rotate(10deg) scale(1.1)
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .mask .gogo {
   width: 75%;
   height: 44px;
   position: relative;
   cursor: pointer;
   transition: .4s ease-out;
   box-shadow: 6px 5px 7px var(--shadow08) .5;
   background: #5f9fe2;
   background: linear-gradient(90deg, var(--second), var(--secondH) 40%, var(--secondH));
   border-radius: 20px;
   position: absolute;
   top: 50%;
   transform: translate(-50%, 6%);
   left: 50%;
   display: flex;
   align-items: center;
   justify-content: center
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .mask .gogo span {
   color: var(--txtColor02);
   font-size: .8vw
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li:hover .mask {
   display: block
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .heart01 {
   position: absolute;
   top: 4px;
   left: -4px;
   cursor: pointer
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .heart01 span {
   transition: all .2s linear;
   font-size: 25px !important;
   font-weight: 400 !important;
   color: #428dc3 !important;
   position: absolute
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .heart:before {
   display: none !important
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .heart {
   position: absolute;
   top: -7px;
   left: -15px
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone ul li.slotLobby ul li .heart label:before {
   display: none
}

[data-v-b5310693] .v_deep_slot [class^=fa] {
   font-style: normal
}

[data-v-b5310693] .v_deep_slot input[name^=like],
[data-v-b5310693] .v_deep_slot input[name^=favourite] {
   display: none
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for],
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for] {
   background-color: var(--bgColor020);
   -webkit-border-radius: .25em;
   -moz-border-radius: .25em;
   border-radius: .25em;
   color: var(--txtColor02);
   cursor: pointer;
   font-weight: 300;
   margin: .35em;
   padding: 6px 12px;
   -webkit-transition: all .2s linear;
   transition: all .2s linear
}

[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for] {
   background-color: var(--txtColor21)
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for]:hover,
[data-v-b5310693] .v_deep_slot input[name^=like]+label[for]:focus,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for]:hover,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for]:focus {
   background-color: var(--txtColor21);
   outline: 0
}

[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for]:hover,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for]:focus {
   background-color: var(--txtColor21)
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for].transparent {
   background-color: transparent;
   color: var(--txtColor21)
}

[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for].transparent {
   background-color: transparent;
   color: var(--txtColor21)
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for].transparent:hover,
[data-v-b5310693] .v_deep_slot input[name^=like]+label[for].transparent:focus,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for].transparent:hover,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for].transparent:focus {
   color: var(--txtColor21)
}

[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for].transparent:hover,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for].transparent:focus {
   color: var(--txtColor21)
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for].transparent:hover .icon-icconFavorFull,
[data-v-b5310693] .v_deep_slot input[name^=like]+label[for].transparent:focus .icon-icconFavorFull,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for].transparent:hover .icon-icconFavorFull,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for].transparent:focus .icon-icconFavorFull {
   opacity: .25
}

[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for].transparent :hover,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for].transparent :focus {
   color: var(--txtColor21)
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for] .do,
[data-v-b5310693] .v_deep_slot input[name^=like]+label[for] .done,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for] .do,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for] .done {
   margin-left: .35em
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for] .done,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for] .done,
[data-v-b5310693] .v_deep_slot input[name^=like]:checked+label[for] .do,
[data-v-b5310693] .v_deep_slot input[name^=favourite]:checked+label[for] .do {
   display: none
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for] .do,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for] .do,
[data-v-b5310693] .v_deep_slot input[name^=like]:checked+label[for] .done,
[data-v-b5310693] .v_deep_slot input[name^=favourite]:checked+label[for] .done {
   display: inline-block
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for] .fa,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for] .fa {
   display: inline-block;
   position: relative
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for] .fa .icon-icconFavor,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for] .fa .icon-icconFavor {
   -webkit-transition: all .2s linear;
   transition: all .2s linear;
   font-size: 25px;
   color: var(--txtColor76)
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for] .fa .icon-icconFavorFull,
[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for] .fa .icon-icconFavorFull {
   position: absolute;
   left: 0;
   opacity: 0;
   top: 0;
   -webkit-transition: all .2s linear;
   transition: all .2s linear;
   font-size: 25px;
   color: var(--txtColor76)
}

[data-v-b5310693] .v_deep_slot input[name^=like]+label[for] .fa .icon-icconFavorFull.fx {
   color: var(--txtColor21)
}

[data-v-b5310693] .v_deep_slot input[name^=favourite]+label[for] .fa .icon-icconFavorFull.fx {
   color: var(--txtColor21)
}

[data-v-b5310693] .v_deep_slot input[name^=like]:checked+label[for] .fa .icon-icconFavor,
[data-v-b5310693] .v_deep_slot input[name^=favourite]:checked+label[for] .fa .icon-icconFavor {
   opacity: 0
}

[data-v-b5310693] .v_deep_slot input[name^=like]:checked+label[for] .fa .icon-icconFavorFull,
[data-v-b5310693] .v_deep_slot input[name^=favourite]:checked+label[for] .fa .icon-icconFavorFull {
   opacity: 1
}

[data-v-b5310693] .v_deep_slot input[name^=like]:checked+label[for] .fa .icon-icconFavorFull.fx,
[data-v-b5310693] .v_deep_slot input[name^=favourite]:checked+label[for] .fa .icon-icconFavorFull.fx {
   -moz-animation: expand-b5310693 .65s cubic-bezier(.43, .475, 1, .08);
   -o-animation: expand-b5310693 .65s cubic-bezier(.43, .475, 1, .08);
   -webkit-animation: expand-b5310693 .65s cubic-bezier(.43, .475, 1, .08);
   animation: expand-b5310693 .65s cubic-bezier(.43, .475, 1, .08);
   opacity: 0
}

@keyframes expand-b5310693 {
   0% {
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1)
   }

   50% {
      -moz-transform: scale(2, 2);
      -o-transform: scale(2, 2);
      -webkit-transform: scale(2, 2);
      transform: scale(2);
      opacity: .7
   }

   to {
      -moz-transform: scale(6, 6);
      -o-transform: scale(6, 6);
      -webkit-transform: scale(6, 6);
      transform: scale(6);
      opacity: 0
   }
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone .pager_block {
   float: left;
   width: 100%;
   display: flex;
   margin-top: 10px
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone .pager_block .page-list {
   text-align: center;
   display: flex;
   margin: 0 auto
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone .pager_block ul {
   width: auto;
   display: inline-block !important;
   padding: 0
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone .pager_block ul li {
   background: none;
   padding: 0;
   margin: 0;
   display: inline-block;
   margin-bottom: 0 !important;
   width: auto !important;
   margin-right: 2px !important
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone .pager_block ul .prev {
   margin-left: 0
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone .pager_block ul li a {
   font-size: 12px;
   color: var(--txtColor88);
   border: 1px solid var(--bdColor058);
   padding: 0 12px;
   border-radius: 3px;
   transition: .4s ease-out;
   text-decoration: none
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone .pager_block ul li a:hover {
   border: 1px solid var(--bdColor018)
}

[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone .pager_block ul .on,
[data-v-b5310693] .v_deep_slot .gameZoneA .slotZone .pager_block ul li:hover a {
   color: var(--txtColor02);
   background: var(--bgColor121);
   border: 1px solid var(--bdColor057)
}

[data-v-b5310693] .v_deep_slot .pager_block ul .first span,
[data-v-b5310693] .v_deep_slot .pager_block ul .last span {
   position: relative
}

[data-v-b5310693] .v_deep_slot .pager_block ul .first span:after {
   content: "";
   width: 1px;
   height: 10px;
   background-color: var(--bdColor043);
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(25px, -50%)
}

[data-v-b5310693] .v_deep_slot .pager_block ul .last span:after {
   content: "";
   width: 1px;
   height: 10px;
   background-color: var(--bdColor043);
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-22px, -50%)
}

[data-v-b5310693] .v_deep_slot .pager_block ul li.first:hover a,
[data-v-b5310693] .v_deep_slot .pager_block ul li.prev:hover a,
[data-v-b5310693] .v_deep_slot .pager_block ul li.next:hover a,
[data-v-b5310693] .v_deep_slot .pager_block ul li.last:hover a {
   color: var(--txtColor89) !important;
   background: var(--bgColor092) !important;
   border: 1px solid var(--bdColor058) !important
}

[data-v-b5310693] .v_deep_slot .activePlay {
   -webkit-animation: activePlay-b5310693 1s infinite;
   animation: activePlay-b5310693 1s infinite
}

@keyframes activePlay-b5310693 {
   0% {
      transform: translate(-50%, 6%)
   }

   50% {
      transform: translate(-50%)
   }

   to {
      transform: translate(-50%, 6%)
   }
}

[data-v-b5310693] .v_deep_slot .aniTab {
   -webkit-animation: aniTab-b5310693 1s infinite;
   animation: aniTab-b5310693 1s infinite
}

@keyframes aniTab-b5310693 {
   0% {
      background: #d7af8a;
      background: linear-gradient(360deg, #d7af8a 0% 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transform: scale(1)
   }

   50% {
      background: #d7af8a;
      background: linear-gradient(360deg, #d7af8a 0% 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transform: scale(1.1)
   }

   to {
      background: #d7af8a;
      background: linear-gradient(360deg, #d7af8a 0% 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transform: scale(1)
   }
}

@keyframes leftIn-b5310693 {
   0% {
      -webkit-transform: translateX(50%);
      -moz-transform: translateX(50%);
      -o-transform: translateX(50%);
      transform: translate(50%);
      opacity: 0
   }

   to {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translate(0);
      opacity: 1
   }
}

@keyframes topIn-b5310693 {
   0% {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0
   }

   to {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1
   }
}

@keyframes downIn-b5310693 {
   0% {
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      opacity: 0
   }

   to {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1
   }
}

[data-v-b5310693] .v_deep_slot input::-webkit-calendar-picker-indicator {
   opacity: 0
}

[data-v-b5310693] .v_deep_slot input[type=text]:not(.browser-default):focus:not([readonly]) {
   box-shadow: none
}

.fixHeight[data-v-b5310693] {
   max-width: 99.9%;
   min-height: 100vh
}