
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');   
@font-face{font-family: digital; src:url(/css/fonts/digital.ttf) format("truetype");font-weight:400;font-style:normal}


    body {background: #000; min-width: 1400px; overflow: auto; font-family: 'Nanum Gothic', sans-serif;}
    body.scrollhidden {overflow-y: hidden;}

    .preload {position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 900; text-align: center;}
    .preload img {top: calc(50% - 45px); position: relative;} 




    .el_main {background: url(/img/el_main.png) no-repeat;}

    /*  header  */
    section.header {width: 100%; position: absolute; z-index: 100; transition: all .3s ease; top: 0; min-width: 1400px}
    section.header .depth1 {background: rgba(0,0,0,0.75); height: 85px;}
    section.header .depth2 {background: rgba(22,22,22,0.75); height: 55px;}
    section.header ul {width: 1490px; margin: 0 auto;}
    section.header ul li {display: inline-block; vertical-align: top; font-size: 13px; font-weight: bold;}
    section.header ul .logo {
        width: 300px;
        height: 200px;
        transform: scale(1.2);
        position: relative;
        top: -30px;
        cursor: pointer;
    }


    section.header ul .logo:before {background: url(/img/logo_pre.png) no-repeat; position: absolute; content: ""; width: 100%; height: 100%; z-index: -1;}
    section.header ul .logo:after {background: url(/img/logo.png) no-repeat; position: absolute; content: ""; width: 100%; height: 100%; z-index: 5; animation: ani_logo 3s steps(90) infinite;}
	
	
    .header.fixed {transition: all .3s ease; top: -85px; position: fixed; overflow: hidden; height: 180px; z-index: 160;}
    .header.fixed .depth1 {transition: all 0.3s ease;}

    .header ul .logo {transition: all 0.3s ease;}
    .header.fixed ul .logo {transform: scale(0.7); top: 25px; transition: all 0.3s ease; z-index: 10}
    .header.fixed .depth2 {width: 100%;}
    .header ul.submenu li:first-child {transition: all 0.3s ease;}
    .header.fixed ul.submenu li:first-child {margin-left: 240px; transition: all 0.3s ease;}
    .header.fixed  ul .hidden_btn {opacity: 1; transition: all 0.3s ease;}

        
    @media screen and (max-width:1400px){
        .header.fixed {overflow-x: hidden; min-width: 500px}
        .header.fixed .depth2 {min-width: 1415px;}
    }






    .login_wrap {float: right;}
    .login_wrap .userid,
    .login_wrap .userpw {width: 180px; height: 50px; background: #373737; border-radius: 5px; padding: 0 10px; color: #fff; vertical-align: top;  margin-top: 18px;}

    .login_wrap .userid::-webkit-input-placeholder,
    .login_wrap .userid:-ms-input-placeholder,
    .login_wrap .userid::placeholder,
    .login_wrap .userpw::-webkit-input-placeholder,
    .login_wrap .userpw:-ms-input-placeholder,
    .login_wrap .userpw::placeholder {color: #555;}

    .login_wrap .btn_set {width: 140px; height: 80px; cursor: pointer; vertical-align: top; text-indent: -9999px; margin: 3px -15px 0 0;}

    .login_wrap .btn_login    {background-position: 0 0;}
    .login_wrap .btn_sign     {background-position: -140px 0;}
    .login_wrap .btn_mypage       {background-position: -280px 0;}
    .login_wrap .btn_logout   {background-position: -420px 0;}

    
    .login_text {display: inline-block; color: #fff; text-align: right; padding-top: 10px; }
    .login_text b {display: block; line-height: 30px; font-size: 15px; position: relative;}
    
    .login_text span {position: relative;}
    .login_text span:before  {content: ""; width: 17px; height: 30px; position: absolute; top: -10px; left: -20px; display: inline-block; }
    .login_text span.pawn:before {background: url(/img/event_info/icon_vip_pawn.png) no-repeat; background-size: cover;}
    .login_text span.rook:before {background: url(/img/event_info/icon_vip_rook.png) no-repeat; background-size: cover;}
    .login_text span.knight:before {background: url(/img/event_info/icon_vip_knight.png) no-repeat; background-size: cover;}
    .login_text span.bishop:before {background: url(/img/event_info/icon_vip_bishop.png) no-repeat; background-size: cover;}
    .login_text span.queen:before {background: url(/img/event_info/icon_vip_queen.png) no-repeat; background-size: cover;}
    .login_text span.king:before {background: url(/img/event_info/icon_vip_king.png) no-repeat; background-size: cover;}



    .login_text .icon {width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin: 0 2px; position: relative; cursor: pointer;}
    .login_text .icon.mail {background: url('/img/icon/mail.svg') no-repeat; background-size: cover;}
    .login_text .icon.coupon {background: url('/img/icon/coupon.svg') no-repeat; background-size: cover;}
    .login_text .icon.vpoint {background: url('/img/icon/vpoint.svg') no-repeat; background-size: cover;}
    .login_text .icon.wheel {background: url('/img/icon/wheel.svg') no-repeat; background-size: cover;}

    .login_text .icon div {width: 17px; height: 17px; background: red; position: absolute; font-size: 11px; border-radius: 50%; line-height: 17px; text-align: center; right: -3px; top: -3px;}
    .login_text font {font-family: digital; font-size: 25px; font-weight: normal; color: #dbc24f; position: relative; cursor: pointer; top: 10px;}
    .login_text font:before {content: "게임머니"; position: absolute; font-size: 11px; color: #fff; width: 22px; height: 22px; line-height: 1.1em; left: -35px; top: -3px; background: #333; padding: 3px; border: 1px solid #555; border-radius: 3px; transition: all .3s ease; z-index: 501; text-align: center;}
    .login_text font:hover:before {content: "새로고침"; color: #dbc24f;transition: all .3s ease;}
    
    .login_text font.slot_wallet {margin-left: 40px;}
    .login_text font.slot_wallet:before	{content: "슬롯머니"; position: absolute; font-size: 11px; color: #fff; width: 22px; height: 22px; line-height: 1.1em; left: -35px; top: -3px; background: #333; padding: 3px; border: 1px solid #555; border-radius: 3px; transition: all .3s ease; z-index: 501; text-align: center;}
    .login_text font.slot_wallet:hover:before {content: "새로고침"; color: #dbc24f;transition: all .3s ease;}

    .login_text font.point {margin-left: 40px;}
    .login_text font.point:before,
    .login_text font.point:hover:before {content: "포인트";}

    .hidden_btn .login_text {padding: 0; top: -13px; right: 20px; position: relative;}
    /* .hidden_btn .login_text font {top: -5px;} */


	/* 체험머니 */
	/* .login_text font.funmoney:before {content: "체험머니";} */
	.login_text font.funmoney:before {content: "보유머니";}
	.login_text font .tooltip {color: #fff; position: absolute; left: -25px; font-size: 11px; background: #242424; top: 37px; min-width: 65px; text-align: center; padding: 5px; border-radius: 0 5px; border: 1px solid #555; cursor: pointer; display: block; animation: blink_tooltip 3s infinite; z-index: 1;}
    
    @keyframes blink_tooltip{
        0%{color: #242424;}
        30%{color: #fff;}
        100%{color: #fff;}
    }

	.login_text font .tooltip:after {position: absolute; content: "▲"; color: #ffffff; top: -9px; font-size: 9px; left: 0px; z-index: 0;}
	.login_text font.point .tooltip {width: 105px;}
	.header.fixed .login_text font .tooltip {display: none;}
	
	.hidden_btn .login_text font .tooltip {display: none; line-height: 1.2em; width: 100px; top: 32px; padding: 2px;}
	.header.fixed .hidden_btn .login_text font .tooltip {display: block;}





    section.header ul.submenu {color: #fff;}
    section.header ul.submenu li:first-child {margin-left: 320px;}
    section.header ul.submenu li {font-size: 13px; line-height: 55px; padding: 0 10px;position: relative; font-weight: normal;}
    section.header ul.submenu li:hover {color: #dbc24f; cursor: pointer; transition: all .3s ease;}

    .money_btn {padding-left: 23px !important;}
    .money_btn:before {content: ''; position: absolute; width: 20px; height: 20px; left: 0; top: 18px;}
    .money_btn.in:before {background: url('/img/icon/money_btn_in.png') no-repeat; background-size: cover; }
    .money_btn.out:before {background: url('/img/icon/money_btn_out.png') no-repeat; background-size: cover; }
    .money_btn.event:before {background: url('/img/icon/money_btn_event.png') no-repeat; background-size: cover; }
    
    section.header ul.submenu li.search {float: right; font-size: 13px; color: #dbc24f;}
    .icon_search {width: 36px; height: 36px; background-position: 0 -130px; margin: 11px 0 0 -42px; position: absolute;}


    section.header ul .hidden_btn {float: right; margin-right: 27px; opacity: 0; transition: all 0.3s ease; margin-top: 3px;}
    section.header ul .hidden_btn input {width: 88px; height: 50px; cursor: pointer; margin-left: -10px;}
    section.header ul .hidden_btn .btn_login {background-position: 0px -80px;}
    section.header ul .hidden_btn .btn_sign {background-position: -88px -80px;}
    section.header ul .hidden_btn .btn_mypage {background-position: -176px -80px;}
    section.header ul .hidden_btn .btn_logout {background-position: -264px -80px;}

    .level_bar {background: #a6dc00; height: 1px; position: relative;}
    .level_bar .tooltip {color: #fff; position: absolute; right: 1px; font-size: 11px; background: #242424; top: 7px; padding: 5px; border-radius: 5px 0px; border: 1px solid #555; cursor: pointer;}
    .level_bar .tooltip.left {left: 0; min-width: 40px; text-align: center;}
    .level_bar .tooltip:after {position: absolute; content: "▲"; color: #555; top: -9px; font-size: 9px; right: -2px; z-index: -1;}
    .level_bar .tooltip.left:after {left: 0px;}
    .level_txt {position: absolute; right: 5px; font-size: 9px; color: #fff; z-index: -1;}
    
    /*  main_hero  */
    
    /* .main_hero {overflow: hidden;} */

    .main_hero .video_wrap {position: absolute; z-index: -1; width: 100%; max-width: 1920px; left:50%; transform: translate(-50%, 0%);}
    .main_hero video {width: 100%; opacity: 0.75;}
    .main_hero .wheel {
        width: 800px;
        height: 800px;
        position: relative;
        top: 135px;
        left: 50%;
        margin-left: -400px;
        z-index: 0;
    }
    .main_hero .wheel:after {background-image: url(/img/wheel_pre.png); width: 100%; height: 100%; position: absolute; content: ""; z-index: -1;background-size: cover;}
    .main_hero .wheel:before {background-image: url(/img/wheel.png); width: 100%; height: 100%; position: absolute; content: ""; z-index: 1; animation: ani_wheel 8s steps(90) infinite;background-size: cover;}

    
    .main_hero .wheel_24 {
        width: 700px;
        height: 700px;
        position: relative;
        top: 100px;
        left: calc(50% - 350px);
        z-index: 1;
        display: flex;
        justify-content: center;
    }

    .main_hero .wheel_24 .wheel_outer {
        width: 700px;
        height: 700px;
        background: url('/img/wheel/wheel0.png') no-repeat;
        position: absolute;
        z-index: 2;
        animation: play-outer 5s linear infinite;
    }


    @keyframes play-outer {
        0%  {background: url('/img/wheel/wheel0.png') no-repeat;}        
        10% {background: url('/img/wheel/wheel1.png') no-repeat;}
        20% {background: url('/img/wheel/wheel2.png') no-repeat;}
        30% {background: url('/img/wheel/wheel1.png') no-repeat;}
        40% {background: url('/img/wheel/wheel2.png') no-repeat;}
        50% {background: url('/img/wheel/wheel1.png') no-repeat;}
        60% {background: url('/img/wheel/wheel2.png') no-repeat;}
        70% {background: url('/img/wheel/wheel1.png') no-repeat;}
        78% {background: url('/img/wheel/wheel2.png') no-repeat;}
        79% {background: url('/img/wheel/wheel0.png') no-repeat;}
        82% {background: url('/img/wheel/wheel3.png') no-repeat;}
        85% {background: url('/img/wheel/wheel3.png') no-repeat;}
        89% {background: url('/img/wheel/wheel0.png') no-repeat;}
        92% {background: url('/img/wheel/wheel3.png') no-repeat;}
        95% {background: url('/img/wheel/wheel3.png') no-repeat;}
        100% {background: url('/img/wheel/wheel0.png') no-repeat;}

    }


    .main_hero .wheel_24 .wheel_inner {
        width: 700px;
        height: 700px;
        background: url('/img/wheel/inner1.png') no-repeat;
        position: absolute;
        z-index: 1;
        animation: playinner1 linear 3s 1, playinner2 8s linear infinite 3s;
    }

    @keyframes playinner1 {
        0%  {background: url('/img/wheel/inner1.png') no-repeat; transform: rotate(0deg);}
        100%{background: url('/img/wheel/inner1.png') no-repeat; transform: rotate(180deg);}
    }

    @keyframes playinner2 {
        0%  {background: url('/img/wheel/inner1.png') no-repeat; transform: rotate(180deg);}
        25% {background: url('/img/wheel/inner2.png') no-repeat;}
        50%{background: url('/img/wheel/inner3.png') no-repeat; transform: rotate(540deg);}
        75%{background: url('/img/wheel/inner4.png') no-repeat;}
        100%{background: url('/img/wheel/inner1.png') no-repeat; transform: rotate(900deg);}
    }
    

    .main_hero .wheel_24 .wheel_card {
        width: 420px;
        height: 294px;
        background: url('/img/wheel/wheel_card.png') no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 6px;
        z-index: 3;
    }




    .tip_icon {position: absolute; cursor: pointer; left: calc(50% - 270px); top: 290px; z-index: 101;}
    .tip_icon .desc {position: absolute; width: 320px; font-size: 13px; line-height: 1.5em; background-image: linear-gradient(180deg, #171311, #422d20); color: #dbc24f; padding: 10px; border: 1px solid #dbc24f; top: 10px; left: 45px; border-radius: 5px; overflow: hidden; display: none;}
    .tip_icon:hover .desc {display: block;}
    .tip_icon .desc font {font-size: 18px; color: #fff; padding: 5px 0 10px 0; display: block;}


    .main_hero {position: relative;}
    
    .main_hero .txt_slider {position: absolute; top: 300px; width: 400px; height: 300px; margin-left: -670px; left: 50%;}


/*     
    .main_hero .game_tabs {width: 1400px; margin: 0 auto; text-align: center; top: -130px; position: relative;}
    .main_hero .game_tabs li {display: inline-block; vertical-align: bottom; width: 132px; height: 132px; background: url(/img/el_tabs.png) no-repeat; transition: all .3s ease; cursor: pointer; margin: 0 5px;}
    .main_hero .game_tabs li.new {background-position: 0 0; transform: skewX(10deg);}
    .main_hero .game_tabs li.rec {background-position: -132px 0; transform: skewX(10deg);}
    .main_hero .game_tabs li.pop {background-position: -264px 0; transform: skewX(10deg);}
    .main_hero .game_tabs li.live {background-position: -396px 0; transform: skewX(-10deg);}
    .main_hero .game_tabs li.slot {background-position: -528px 0; transform: skewX(-10deg);}
    .main_hero .game_tabs li.fav {background-position: -660px 0; transform: skewX(-10deg);}
    .main_hero .game_tabs li.tabs_center {width: 400px; height: 98px; background: url(/img/tabs_center.png) no-repeat; margin: 0 10px; color: #dbc24f; animation: ani_tabs_center 1s steps(3) infinite;}
    
    .main_hero .game_tabs li.tabs_center marquee {width: 368px; height: 67px; margin: 15px 16px; line-height: 67px; font-family: digital;}
    .main_hero .game_tabs li.tabs_center marquee span {margin-left: 50px;}
    .main_hero .game_tabs li.tabs_center marquee .en {font-family: digital; font-size: 40px;}
    .main_hero .game_tabs li.tabs_center marquee .ko {font-family: 'Nanum Gothic', sans-serif; font-size: 27px;}

    .game_tabs li .hover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/img/el_tabs_hover.png) no-repeat; opacity: 0;}
    .game_tabs li.new .hover {background-position: 0 0;}
    .game_tabs li.rec .hover {background-position: -132px 0;}
    .game_tabs li.pop .hover {background-position: -264px 0;}
    .game_tabs li.live .hover {background-position: -396px 0;}
    .game_tabs li.slot .hover {background-position: -528px 0;}
    .game_tabs li.fav .hover {background-position: -660px 0;}

    .game_tabs li .border {width: 132px; height: 132px; position: absolute; padding: 1px; border-radius: 5px; animation: border-dance 4s infinite linear; animation-play-state:paused;}

    .game_tabs li:hover .hover {opacity: 1; transition: all .3s ease;}
    .game_tabs li:hover .border { animation-play-state:running;}
    .game_tabs li.active .hover {opacity: 1; transition: all .3s ease;}
    .game_tabs li.active .border { animation-play-state:running;}

    .game_tabs li.new .border {background: linear-gradient(90deg, #56ca4e 50%, transparent 50%), linear-gradient(90deg, #56ca4e 50%, transparent 50%), linear-gradient(0deg, #56ca4e 50%, transparent 50%), linear-gradient(0deg, #56ca4e 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: 0px 0px, 132px 132px, 0px 132px, 132px 0px;}
    .game_tabs li.rec .border {background: linear-gradient(90deg, #5ea4f0 50%, transparent 50%), linear-gradient(90deg, #5ea4f0 50%, transparent 50%), linear-gradient(0deg, #5ea4f0 50%, transparent 50%), linear-gradient(0deg, #5ea4f0 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: 0px 0px, 132px 132px, 0px 132px, 132px 0px;}
    .game_tabs li.pop .border {background: linear-gradient(90deg, #ff5176 50%, transparent 50%), linear-gradient(90deg, #ff5176 50%, transparent 50%), linear-gradient(0deg, #ff5176 50%, transparent 50%), linear-gradient(0deg, #ff5176 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: 0px 0px, 132px 132px, 0px 132px, 132px 0px;}
    .game_tabs li.live .border {background: linear-gradient(90deg, #ff5176 50%, transparent 50%), linear-gradient(90deg, #ff5176 50%, transparent 50%), linear-gradient(0deg, #ff5176 50%, transparent 50%), linear-gradient(0deg, #ff5176 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: 0px 0px, 132px 132px, 0px 132px, 132px 0px;}
    .game_tabs li.slot .border {background: linear-gradient(90deg, #f90ef4 50%, transparent 50%), linear-gradient(90deg, #f90ef4 50%, transparent 50%), linear-gradient(0deg, #f90ef4 50%, transparent 50%), linear-gradient(0deg, #f90ef4 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: 0px 0px, 132px 132px, 0px 132px, 132px 0px;}
    .game_tabs li.fav .border {background: linear-gradient(90deg, #ff8b03 50%, transparent 50%), linear-gradient(90deg, #ff8b03 50%, transparent 50%), linear-gradient(0deg, #ff8b03 50%, transparent 50%), linear-gradient(0deg, #ff8b03 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: 0px 0px, 132px 132px, 0px 132px, 132px 0px;} */

    .main_hero .game_tabs {width: 1400px; margin: 0 auto; display: flex; justify-content: center; z-index: 3; position: relative;}
    .main_hero .game_tabs li {display: flex; align-items: center; width: 200px; height: 95px; background: url(/img/el_main_btn_24.png) no-repeat; cursor: pointer; margin: 0 -15px;}
    
    .main_hero .game_tabs li.pop {margin-right: 275px;}

    .main_hero .game_tabs li.new,
    .main_hero .game_tabs li.rec,
    .main_hero .game_tabs li.pop {background-position-y: -190px;}

    .main_hero .game_tabs li.live,
    .main_hero .game_tabs li.slot,
    .main_hero .game_tabs li.fav {background-position-y: 0px;}

    
    .main_hero .game_tabs li .border {width: 200px; height: 95px; background: url(/img/el_main_btn_24.png) no-repeat; position: absolute; opacity: 0; transition: all .3s ease; }
    .main_hero .game_tabs li:hover .border {position: absolute; transition: all .3s ease; animation: blink_border 1s infinite;}

    .main_hero .game_tabs li.new .border,
    .main_hero .game_tabs li.rec .border,
    .main_hero .game_tabs li.pop .border {background-position-y: -285px;}
    .main_hero .game_tabs li.live .border,
    .main_hero .game_tabs li.slot .border,
    .main_hero .game_tabs li.fav .border {background-position-y: -95px;}

    

    @keyframes blink_border{
        0%{opacity: 1;}
        33%{opacity: 1;}
        66%{opacity: 0;}
        100%{opacity: 1;}
    }

    .main_hero .game_tabs li .txt {width: 200px; height: 35px; background: url(/img/el_main_btn_24.png) no-repeat;}


    .main_hero .game_tabs li.new .txt {background-position-y: -380px;}
    .main_hero .game_tabs li.rec .txt {background-position-y: -415px;}
    .main_hero .game_tabs li.pop .txt {background-position-y: -450px;}
    .main_hero .game_tabs li.live .txt {background-position-y: -485px;}
    .main_hero .game_tabs li.slot .txt {background-position-y: -520px;}
    .main_hero .game_tabs li.fav .txt {background-position-y: -555px;}



    

    /*      main_game     */
    
    .main_game {text-align: center; margin: 0 auto 0 auto; width: 1280px; }
    .main_game .provider_list ul li {display: inline-block; border-radius: 5px; background: none;/*background: #1c1d27;*/ color: #75768a; padding: 0 15px 0 37px; height: 35px; line-height: 35px; position: relative; font-size: 13px; border: 1px solid transparent; transition: all .3s ease; cursor: pointer; margin: 3px 1px; width: 100px; text-align: left;}
    .main_game .provider_list ul li:hover {border-color: #ccc; color: #fff; background: #1c1d27; transition: all .3s ease;}
    .main_game .provider_list ul li > div {display: inline-block; width: 25px; height: 25px; background-size: cover !important; position: absolute; top: 5px; left: 7px;}
    
    .main_game .provider_list .provider_tit {font-size: 11px !important; padding: 0 6px !important; text-align: center !important; width: 140px !important;}
    .main_game .provider_list .provider_tit:after {content: ">"; position: absolute; right: 10px;}


    .main_game .provider_list .provider_hidden,
    .main_game .provider_list .provider_hidden2 {display: none;}
	
	.main_game .provider_list .provider_hidden	{position: absolute; top: 42px; left: -125px; width: 1280px;}

    .main_game .provider_list ul li.all_btn, 
    .main_game .provider_list ul li.all_btn2 {padding: 0 15px; width: 122px; text-align: center; content: "전체보기";}
    .main_game .provider_list ul li.all_btn:after,
    .main_game .provider_list ul li.all_btn2:after {position: absolute; content: "▼"; right: 10px;}
    .main_game .provider_list ul li.all_btn.active,
    .main_game .provider_list ul li.all_btn2.active {border-color: #ccc; color: #fff; transition: all .3s ease;}
    .main_game .provider_list ul li.all_btn.active:after,
    .main_game .provider_list ul li.all_btn2.active:after {position: absolute; content: "▲"; right: 10px;}


	/* -- 슬롯게임 제공업체 버튼, 확장 부분 ----------------------------------------------------------------------------- */
	.provider_slot_list_wrap								{position: relative;}
	.provider_slot_list_wrap .provider_slot_list			{position: absolute; top: 28px; left: 150px;}
	.game_list_sub .provider_slot_list_wrap .provider_slot_list			{position: absolute; top: 8px; left: 150px;}
	.provider_slot_list_wrap .provider_slot_all				{position: relative; width: 75px; padding:8px; color:#b7966d; background-color: #111111; font-size:13px !important; border-radius: 5px;}
	.provider_slot_list_wrap .provider_slot_all:hover		{background-color: #333333; cursor:pointer;}
	
	.provider_slot_list_wrap .provider_hidden				{position: relative; z-index: 600; display:none;}
	.provider_slot_list_wrap .provider_slot_list_de			{position: absolute; top:55px; left:20px; width: calc(100vw - 60px); max-width: 1215px; padding:10px; background-color:#111111; border-radius: 15px; z-index:50; display: grid !important; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; box-shadow: 1px 1px 10px 0px #6e6161}
	.provider_slot_list_wrap .provider_slot_item			{position: relative; min-height:14px; padding: 8px 5px 10px 35px; background-color: #111111; color: #eeeeee; border-radius: 5px; font-size: 14px; text-align: left;}
	.provider_slot_list_wrap .provider_slot_item:hover		{background-color: #000000; color:#ffffff; cursor:pointer;}
	.provider_slot_list_wrap .item_img						{position: absolute; left: 6px; top: 3px; width: 25px; height: 25px; background-size: cover !important;}
	
	.provider_img.allbet		{background: url(/img/provider/allbet.png) no-repeat;}
	.provider_img.aristocrat	{background: url(/img/provider/aristocrat.png) no-repeat;}
	.provider_img.asia			{background: url(/img/provider/asia.png) no-repeat;}
	.provider_img.bbin			{background: url(/img/provider/bbin.png) no-repeat;}
	.provider_img.bgaming		{background: url(/img/provider/bgaming.png) no-repeat;}
	.provider_img.booongo		{background: url(/img/provider/booongo.png) no-repeat;}
	.provider_img.CQ9			{background: url(/img/provider/CQ9.png) no-repeat;}
	.provider_img.dreamtech		{background: url(/img/provider/dreamtech.png) no-repeat;}
	.provider_img.evolution		{background: url(/img/provider/evolution.png) no-repeat;}
	.provider_img.evoplay		{background: url(/img/provider/evoplay.png) no-repeat;}
	.provider_img.gameart		{background: url(/img/provider/gameart.png) no-repeat;}
	.provider_img.gameplay		{background: url(/img/provider/gameplay.png) no-repeat;}
	.provider_img.genesis		{background: url(/img/provider/genesis.png) no-repeat;}
	.provider_img.habanero		{background: url(/img/provider/habanero.png) no-repeat;}
	.provider_img.isoftbet		{background: url(/img/provider/isoftbet.png) no-repeat;}
	.provider_img.lotus			{background: url(/img/provider/lotus.png) no-repeat;}
	.provider_img.micro			{background: url(/img/provider/micro.png) no-repeat;}
	.provider_img.oriental		{background: url(/img/provider/oriental.png) no-repeat;}
	.provider_img.pgsoft		{background: url(/img/provider/pgsoft.png) no-repeat;}
	.provider_img.playngo		{background: url(/img/provider/playngo.png) no-repeat;}
	.provider_img.playson		{background: url(/img/provider/playson.png) no-repeat;}
	.provider_img.playstar		{background: url(/img/provider/playstar.png) no-repeat;}
	.provider_img.playtech		{background: url(/img/provider/playtech.png) no-repeat;}
	.provider_img.pragmatic		{background: url(/img/provider/pragmatic.png) no-repeat;}
	.provider_img.rtg			{background: url(/img/provider/rtg.png) no-repeat;}
	.provider_img.taisan		{background: url(/img/provider/taishan.png) no-repeat;}
	.provider_img.taishan		{background: url(/img/provider/taishan.png) no-repeat;}
	.provider_img.taishan_new	{background: url(/img/provider/taishan.png) no-repeat;}
	.provider_img.tpg			{background: url(/img/provider/tpg.png) no-repeat;}
	.provider_img.ttg			{background: url(/img/provider/ttg.png) no-repeat;}
	.provider_img.vivo			{background: url(/img/provider/vivo.png) no-repeat;}
	.provider_img.wm			{background: url(/img/provider/wm.png) no-repeat;}
	.provider_img.stargames		{background: url(/img/provider/stargames.png) no-repeat;}
	.provider_img.betsoft		{background: url(/img/provider/betsoft.png) no-repeat;}
	.provider_img.sexy			{background: url(/img/provider/sexy.png) no-repeat;}
	.provider_img.theshow		{background: url(/img/provider/theshow.png) no-repeat;}
	.provider_img.nolimit		{background: url(/img/provider/nolimit.png) no-repeat;}
	.provider_img.relax			{background: url(/img/provider/relax.png) no-repeat;}
	.provider_img.yggdrasil		{background: url(/img/provider/yggdrasil.png) no-repeat;}
	.provider_img.dream			{background: url(/img/provider/dream.png) no-repeat;}
	.provider_img.OCTOPLAY		{background: url(/img/provider/octoplay.png) no-repeat;}
	.provider_img.SLOTMILL		{background: url(/img/provider/slotmill.png) no-repeat;}
	.provider_img.NOVOMATIC		{background: url(/img/provider/novomatic.png) no-repeat;}
	.provider_img.HACKSAW		{background: url(/img/provider/hacksaw.png) no-repeat;}
	.provider_img.HACKSAW_GAMING{background: url(/img/provider/hacksaw.png) no-repeat;}
	.provider_img.MANAPLAY		{background: url(/img/provider/mannaplay.png) no-repeat;}
	.provider_img.SKYWIND		{background: url(/img/provider/skywind.png) no-repeat;}
	.provider_img.ASPECT		{background: url(/img/provider/aspect.png) no-repeat;}
	.provider_img.SPADE			{background: url(/img/provider/spade.png) no-repeat;}
	
	/* -- 슬롯게임 제공업체 버튼, 확장 부분 ----------------------------------------------------------------------------- */


    .main_game .game_list .title {height: 50px;}
    .main_game .game_list .title .wrap_text {height: 50px; color: #fff; text-align: left; padding-left: 45px; position: relative; float: left; left: 10px;}
    .main_game .game_list .title .wrap_text:before {position: absolute; width: 40px; height: 40px; background-size: cover !important; content: ""; left: 0; top: 5px;}
    .main_game .game_list .new .title .wrap_text:before {background: url(/img/icon/new.svg) no-repeat; }
    .main_game .game_list .rec .title .wrap_text:before {background: url(/img/icon/sort_icon_rec.png) no-repeat; }
    .main_game .game_list .pop .title .wrap_text:before {background: url(/img/icon/sort_icon_pop.png) no-repeat; }
    .main_game .game_list .live .title .wrap_text:before {background: url(/img/icon/sort_icon_live.png) no-repeat; height: 33px;}
    .main_game .game_list .slot .title .wrap_text:before {background: url(/img/icon/sort_icon_slot.png) no-repeat; }
    .main_game .game_list .fav .title .wrap_text:before {background: url(/img/icon/sort_icon_fav.png) no-repeat; }



    .main_game .game_list .allbet .title .wrap_text:before     {background: url(/img/provider/allbet.png) no-repeat;}
    .main_game .game_list .aristocrat .title .wrap_text:before {background: url(/img/provider/aristocrat.png) no-repeat;}
    .main_game .game_list .asia .title .wrap_text:before       {background: url(/img/provider/asia.png) no-repeat;}
    .main_game .game_list .bbin .title .wrap_text:before       {background: url(/img/provider/bbin.png) no-repeat;}
    .main_game .game_list .bgaming .title .wrap_text:before    {background: url(/img/provider/bgaming.png) no-repeat;}
    .main_game .game_list .booongo .title .wrap_text:before    {background: url(/img/provider/booongo.png) no-repeat;}
    .main_game .game_list .CQ9 .title .wrap_text:before        {background: url(/img/provider/CQ9.png) no-repeat;}
    .main_game .game_list .dreamtech .title .wrap_text:before  {background: url(/img/provider/dreamtech.png) no-repeat;}
    .main_game .game_list .evolution .title .wrap_text:before  {background: url(/img/provider/evolution.png) no-repeat;}
    .main_game .game_list .evoplay .title .wrap_text:before    {background: url(/img/provider/evoplay.png) no-repeat;}
    .main_game .game_list .gameart .title .wrap_text:before    {background: url(/img/provider/gameart.png) no-repeat;}
    .main_game .game_list .gameplay .title .wrap_text:before   {background: url(/img/provider/gameplay.png) no-repeat;}
    .main_game .game_list .genesis .title .wrap_text:before    {background: url(/img/provider/genesis.png) no-repeat;}
    .main_game .game_list .habanero .title .wrap_text:before   {background: url(/img/provider/habanero.png) no-repeat;}
    .main_game .game_list .isoftbet .title .wrap_text:before   {background: url(/img/provider/isoftbet.png) no-repeat;}
    .main_game .game_list .lotus .title .wrap_text:before      {background: url(/img/provider/lotus.png) no-repeat;}
    .main_game .game_list .micro .title .wrap_text:before      {background: url(/img/provider/micro.png) no-repeat;}
    .main_game .game_list .oriental .title .wrap_text:before   {background: url(/img/provider/oriental.png) no-repeat;}
    .main_game .game_list .pgsoft .title .wrap_text:before     {background: url(/img/provider/pgsoft.png) no-repeat;}
    .main_game .game_list .playngo .title .wrap_text:before    {background: url(/img/provider/playngo.png) no-repeat;}
    .main_game .game_list .playson .title .wrap_text:before    {background: url(/img/provider/playson.png) no-repeat;}
    .main_game .game_list .playstar .title .wrap_text:before   {background: url(/img/provider/playstar.png) no-repeat;}
    .main_game .game_list .playtech .title .wrap_text:before   {background: url(/img/provider/playtech.png) no-repeat;}
    .main_game .game_list .pragmatic .title .wrap_text:before  {background: url(/img/provider/pragmatic.png) no-repeat;}
    .main_game .game_list .rtg .title .wrap_text:before        {background: url(/img/provider/rtg.png) no-repeat;}
    .main_game .game_list .taisan .title .wrap_text:before		{background: url(/img/provider/taishan.png) no-repeat;}
    .main_game .game_list .taishan .title .wrap_text:before    {background: url(/img/provider/taishan.png) no-repeat;}
    .main_game .game_list .taishan_new .title .wrap_text:before    {background: url(/img/provider/taishan.png) no-repeat;}
    .main_game .game_list .tpg .title .wrap_text:before        {background: url(/img/provider/tpg.png) no-repeat;}
    .main_game .game_list .ttg .title .wrap_text:before        {background: url(/img/provider/ttg.png) no-repeat;}
    .main_game .game_list .vivo .title .wrap_text:before       {background: url(/img/provider/vivo.png) no-repeat;}
    .main_game .game_list .wm .title .wrap_text:before         {background: url(/img/provider/wm.png) no-repeat;}
    .main_game .game_list .betsoft .title .wrap_text:before    {background: url(/img/provider/betsoft.png) no-repeat;}
    .main_game .game_list .stargames .title .wrap_text:before  {background: url(/img/provider/stargames.png) no-repeat;}
    .main_game .game_list .theshow .title .wrap_text:before    {background: url(/img/provider/theshow.png) no-repeat;}
	
	.main_game .game_list .nolimit .title .wrap_text:before 		{background: url(/img/provider/nolimit.png) no-repeat;}
	.main_game .game_list .relax .title .wrap_text:before 			{background: url(/img/provider/relax.png) no-repeat;}
	.main_game .game_list .yggdrasil .title .wrap_text:before 		{background: url(/img/provider/yggdrasil.png) no-repeat;}
	.main_game .game_list .dream .title .wrap_text:before 			{background: url(/img/provider/dream.png) no-repeat;}
	.main_game .game_list .OCTOPLAY .title .wrap_text:before 		{background: url(/img/provider/octoplay.png) no-repeat;}
	.main_game .game_list .SLOTMILL .title .wrap_text:before 		{background: url(/img/provider/slotmill.png) no-repeat;}
	.main_game .game_list .NOVOMATIC .title .wrap_text:before 		{background: url(/img/provider/novomatic.png) no-repeat;}
	.main_game .game_list .HACKSAW .title .wrap_text:before 		{background: url(/img/provider/hacksaw.png) no-repeat;}
	.main_game .game_list .HACKSAW_GAMING .title .wrap_text:before	{background: url(/img/provider/hacksaw.png) no-repeat;}
	.main_game .game_list .MANAPLAY .title .wrap_text:before 		{background: url(/img/provider/mannaplay.png) no-repeat;}
	.main_game .game_list .SKYWIND .title .wrap_text:before 		{background: url(/img/provider/skywind.png) no-repeat;}
	.main_game .game_list .ASPECT .title .wrap_text:before			{background: url(/img/provider/aspect.png) no-repeat;}
	.main_game .game_list .SPADE .title .wrap_text:before 			{background: url(/img/provider/spade.png) no-repeat;}




    .main_game .game_list .game_list_sub section {background: none;}
    .main_game .game_list .game_list_sub .load_cont {margin-left: 15px; text-align: left; width: 1280px;}
    .main_game .game_list .game_list_sub .load_cont li {position: relative;}


    .main_game .game_list .game_list_sub .load_cont .more_btn {width: 30%; background: #dbc24f; color: #000; font-weight: bold; text-align: center; line-height: 50px; font-size: 15px; margin: 1em auto; cursor: pointer; border-radius: 5px;}



    .main_game .game_list .title .wrap_text dt {font-size: 15px; font-weight: bold; padding-top: 12px;}
    .main_game .game_list .title .wrap_text dd {font-size: 9px; padding-top: 3px;}

    .main_game .game_list .title .wrap_controls {float: right; position: relative; right: 10px; top: 7px;}
    .main_game .game_list .title .wrap_controls div {display: inline-block; vertical-align: top; background: #373737; border-radius: 5px; font-size: 13px; cursor: pointer; color: #fff;}
    .main_game .game_list .title .wrap_controls div.all {padding: 10px 15px; }
    .main_game .game_list .title .wrap_controls div a { color: #fff; font-weight: bold; padding: 10px 15px; display: block;}
    .main_game .game_list .title .wrap_controls div a.disabled { color: #999;}


    .main_game .game_list section {margin-top: 20px;}
    /* .main_game .game_list ul.gamebox_list		{position: relative; display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-template-rows: 250px; gap: 10px;} */
    .main_game .game_list ul.gamebox_list li	{display: inline-block; vertical-align: top; background: #1c1d27; width: 200px !important; border-radius: 10px; margin: 0 7px 10px 0}
    .main_game .game_list ul.gamebox_list li .game_img {width: 100%; height:200px; border-radius: 10px; overflow:hidden; background-image:url('/img/gamelist_img_bg2.jpg'); background-repeat:no-repeat;}
    .main_game .game_list ul.gamebox_list li img {width: 100%; min-height:200px; border-radius: 10px; }
    .main_game .game_list ul.gamebox_list li .text {padding: 10px 0; text-align: center;}
    .main_game .game_list ul.gamebox_list li .text b {display: block; font-size: 11px; color: #7a7b91; padding-bottom: 3px;}
    .main_game .game_list ul.gamebox_list li .text span {font-size: 13px;color: #fff;}
    .main_game .game_list ul.gamebox_list li .text span.provider {position: absolute; text-shadow: 1px 1px 1px #000; left: 5px; top: 5px; font-size: 11px;}

    .main_game .game_list ul.gamebox_list li .favBtn {position: absolute; width: 40px; height: 40px; background: url('/img/icon/sort_icon_fav_off.png') no-repeat; background-size: cover; top: 3px; right: 3px; z-index: 151;}
    .main_game .game_list ul.gamebox_list li[fav="0"] .favBtn {background: url('/img/icon/sort_icon_fav_off.png') no-repeat; background-size: cover;}
    .main_game .game_list ul.gamebox_list li[fav="1"] .favBtn,
    .main_game .game_list ul.gamebox_list li .favBtn:hover {background: url('/img/icon/sort_icon_fav.png') no-repeat; cursor: pointer; background-size: cover;}
    



    /*      footer     */
    .footer {margin-top: 20px;}
    
    .footer .promo_wrap {background: #242424;}
    /* .footer .promo {margin: 0 auto; width: 1280px; padding: 20px 0 30px 0;} */
    .footer .promo {margin: 0 auto; width: 1280px; padding: 20px 0 30px 0; height: 280px; overflow: hidden;}
    .footer .promo .title {height: 50px;}
    .footer .promo .title .wrap_text {height: 50px; color: #fff; text-align: left; padding-left: 45px; position: relative; float: left; left: 10px;}
    .footer .promo .title .wrap_text:before {position: absolute; width: 40px; height: 40px; background-size: cover !important; content: ""; left: 0; top: 5px; background: url(/img/icon/gift.svg) no-repeat; }
    .footer .promo .title .wrap_text dt {font-size: 15px; font-weight: bold; padding-top: 12px;}
    .footer .promo .title .wrap_text dd {font-size: 9px; padding-top: 3px;}

    .footer .promo .title .wrap_controls div {display: inline-block; vertical-align: top; background: #373737; border-radius: 5px; font-size: 13px; cursor: pointer; color: #fff;}
    .footer .promo .title .wrap_controls {float: right; position: relative; right: 10px; top: 7px;}
    .footer .promo .title .wrap_controls div.all {padding: 10px 15px; }
    .footer .promo .title .wrap_controls div a { color: #fff; font-weight: bold; padding: 10px 15px; display: block;}
    .footer .promo .title .wrap_controls div a.disabled { color: #999;}

    /* .footer .promo ul li img {border-radius: 20px; width: 100%;} */
	.footer .promo ul li img {border-radius: 20px; width: 410px;}

    
    .footer .winner_wrap {border-bottom: 1px solid #373737}
    /* .footer .winner {margin: 0 auto; width: 1280px; padding: 20px 0 30px 0;} */
    .footer .winner {margin: 0 auto; width: 1280px; height: 170px; overflow: hidden; padding: 20px 0 30px 0;}
    .footer .winner .title {height: 50px;}
    .footer .winner .title .wrap_text {height: 50px; color: #fff; text-align: left; padding-left: 45px; position: relative; float: left; left: 10px;}
    .footer .winner .title .wrap_text:before {position: absolute; width: 40px; height: 40px; background-size: cover !important; content: ""; left: 0; top: 5px; background: url(/img/icon/winner.svg) no-repeat; }
    .footer .winner.award .title .wrap_text:before {background: url(/img/icon/award.svg) no-repeat; }
    .footer .winner .title .wrap_text dt {font-size: 15px; font-weight: bold; padding-top: 12px;}
    .footer .winner .title .wrap_text dd {font-size: 9px; padding-top: 3px;}

    .footer .winner .title .wrap_controls div {display: inline-block; vertical-align: top; background: #373737; border-radius: 5px; font-size: 13px; cursor: pointer; color: #fff;}
    .footer .winner .title .wrap_controls {float: right; position: relative; right: 10px; top: 7px;}
    .footer .winner .title .wrap_controls div.all {padding: 10px 15px; }
    .footer .winner .title .wrap_controls div a { color: #fff; font-weight: bold; padding: 10px 15px; display: block;}
    .footer .winner .title .wrap_controls div a.disabled { color: #999;}

    #winner_list li {display: inline-block; vertical-align: top;}
    #winner_list li .img,
    #winner_list li .cont {display: inline-block; vertical-align: top; height: 70px; line-height: 1.4em;}
    #winner_list li .img {border-radius: 5px; overflow: hidden;}
    /* #winner_list li .img img {height: 100%;} */
    #winner_list li .img img {height: 70px;}
    #winner_list li .cont dd {font-size: 13px;}
    #winner_list li .cont dd:nth-child(1) {color: #999;}
    #winner_list li .cont dd:nth-child(2) {color: #ff7200; font-size: 30px; font-family: digital;}
    #winner_list li .cont dd:nth-child(2):before {content: "￦"; position: relative; font-size: 20px;}
    #winner_list li .cont dd:nth-child(3) {color: #fff; text-align: right;}


    #winner_list2 li {display: inline-block; vertical-align: top;}
    #winner_list2 li .img,
    #winner_list2 li .cont {display: inline-block; vertical-align: top; height: 70px; line-height: 1.4em;}
    #winner_list2 li .img {border-radius: 5px; overflow: hidden;}
    /* #winner_list2 li .img img {height: 100%;} */
    #winner_list2 li .img img {height: 70px;}
    #winner_list2 li .cont dd {font-size: 13px;}
    #winner_list2 li .cont dd:nth-child(1) {color: #999;}
    #winner_list2 li .cont dd:nth-child(2) {color: #ff7200; font-size: 30px; font-family: digital;}
    #winner_list2 li .cont dd:nth-child(2):before {content: "￦"; position: relative; font-size: 20px;}
    #winner_list2 li .cont dd:nth-child(3) {color: #fff; text-align: right;}

    
    .footer .footer_menu {color: #fff; width: 1400px; margin: 20px auto 0 auto; text-align: center;} 
    .footer .footer_menu div a {width: 32px; height: 32px; border-radius: 1000px; background: #fff; display: inline-block; text-align: center;}
    .footer .footer_menu div a:hover {background: #dbc24f; transition: all .3s ease; cursor: pointer;}
    .footer .footer_menu div a svg {fill: #242424; width: 18px; height: 18px; padding-top: 7px;}
    .footer .footer_menu .footer_sub > div > img {height: 100px;}

    .footer .footer_menu .footer_sub {display: inline-block; vertical-align: top; margin: 0 50px;}
    .footer .footer_menu ul.footer_sub {text-align: left;}
    .footer .footer_menu .footer_sub li {font-size: 14px; margin: 15px 0;}
    .footer .footer_menu .footer_sub li:hover {color: #dbc24f; cursor: pointer;}
    .footer .footer_menu .call_num {font-size: 60px; font-family: digital; color: #dbc24f;}
    .footer .footer_menu .telegram {font-size: 60px; color: #dbc24f;}
    .footer .footer_menu .telegram a {font-size: 60px; color: #dbc24f; background: none; }
    .footer .footer_menu .telegram img {height: 47px !important; margin-right: 10px;}
    
    /* .footer .provider {width: 1300px; margin: 20px auto; border: 1px solid #222; border-width: 1px 0 1px 0; padding: 50px 0;} */
    .footer .provider {width: 1300px; height: 50px; overflow: hidden; margin: 20px auto; border: 1px solid #222; border-width: 1px 0 1px 0; padding: 50px 0;}
    .footer .provider #provider_list li {cursor: pointer;}
    .footer .provider #provider_list div {height: 50px; display: flex; align-items: center;}
    /* .footer .provider #provider_list img {width: 100%; filter: grayscale(100); flex: 0 1 auto;} */
    .footer .provider #provider_list img {width: 100px; filter: grayscale(100); flex: 0 1 auto;}
    .footer .provider #provider_list li:hover img {filter: grayscale(0);}
    
    .footer .copy {width: 1300px; margin: 20px auto; }
    .footer .copy div {display: inline-block; vertical-align: middle; color: #ccc;}
    .footer .copy div:nth-child(2) {width: 910px; font-size: 11px; line-height: 20px;}
    .footer .copy div:nth-child(3) {width: 330px;}
    
    .footer .copy div:nth-child(1) img {width: 50px;}
    .footer .copy div:nth-child(3) img {height: 45px;}
    


        /* gamehover effect */
        .game-outer {
            position: absolute;
            width: 200px;
            height: 200px;
            top: 0;
            left: 0;
        }

        .game,
        .game-inner {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            
            -webkit-flex-direction: column;
            flex-direction: column;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap
        }


        .game-inner {
            text-align: center;
            z-index: 150;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.8);
            opacity: 0;
            transition: opacity .3s;
            -webkit-justify-content: space-around;
            justify-content: space-around;
            -webkit-align-items: center;
            align-items: center;
            padding: 5% 0 4%
        }

        .game-inner .frow {
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-grow: 1;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            width: 100%;
            height: 70%;
            
            -webkit-flex-direction: row;
            flex-direction: row;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap
        }




        .game .play {
            width: 70%;
            position: relative;
            margin: 0 auto;
        }

        .game .play:before {
            content: '';
            display: block;
            padding-top: 100%
        }

        .game .play * {
            -moz-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            will-change: transform
        }

        .game .play .play-symbol {
            position: absolute;
            left: 38.8888888889%;
            top: 38.8888888889%;
            right: 38.8888888889%;
            bottom: 38.8888888889%
        }

        .game .play .play-circle {
            position: absolute;
            left: 13.3333333333%;
            top: 13.3333333333%;
            right: 13.3333333333%;
            bottom: 13.3333333333%
        }

        .game .play .play-dashes {
            position: absolute;
            left: 3.3333333333%;
            top: 3.3333333333%;
            right: 3.3333333333%;
            bottom: 3.3333333333%
        }

        .game .play .play-dial {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0
        }

        .game .play .play-pentagon {
            position: absolute;
            left: 3.3333333333%;
            top: 3.3333333333%;
            right: 3.3333333333%;
            bottom: 3.3333333333%
        }

        .game:hover .game-inner{
            opacity: 1
        }


        .game:hover .game-inner .play-symbol {
            background-image: url(/img/btn/play-symbol.svg);
            background-position-x: 100%;
            -webkit-animation: play-symbol 1.2s linear 1;
            -moz-animation: play-symbol 1.2s linear 1;
            -o-animation: play-symbol 1.2s linear 1;
            animation: play-symbol 1.2s linear 1;
            opacity: 1
        }

        .game:hover .game-inner .play-circle {
            background-image: url(/img/btn/play-circle.svg);
            -webkit-animation: play-circle 1.2s linear 1;
            -moz-animation: play-circle 1.2s linear 1;
            -o-animation: play-circle 1.2s linear 1;
            animation: play-circle 1.2s linear 1
        }

        .game:hover .game-inner .play-dashes {
            background-image: url(/img/btn/play-dashes.svg);
            -o-transform: scale(1) rotate(-245deg);
            -moz-transform: scale(1) rotate(-245deg);
            -webkit-transform: scale(1) rotate(-245deg);
            transform: scale(1) rotate(-245deg);
            -webkit-animation: play-dashes 1.2s linear 1;
            -moz-animation: play-dashes 1.2s linear 1;
            -o-animation: play-dashes 1.2s linear 1;
            animation: play-dashes 1.2s linear 1
        }

        .game:hover .game-inner .play-dial {
            background-image: url(/img/btn/play-dial.svg);
            -webkit-animation: play-dial 1.2s linear 1;
            -moz-animation: play-dial 1.2s linear 1;
            -o-animation: play-dial 1.2s linear 1;
            animation: play-dial 1.2s linear 1
        }

        .game:hover .game-inner .play-pentagon {
            background-image: url(/img/btn/play-pentagon.svg);
            -webkit-animation: play-pentagon 0.3s linear 1;
            -moz-animation: play-pentagon 0.3s linear 1;
            -o-animation: play-pentagon 0.3s linear 1;
            animation: play-pentagon 0.3s linear 1;
            opacity: 0
        }
        
    .bx-wrapper {margin-left: 15px;}



    @keyframes ani_tabs_center{
        from{background-position-y:0px;}
        to{background-position-y:-294px;}
    }

    @keyframes border-dance {
        0% {
            background-position: 0px 0px, 132px 132px, 0px 132px, 132px 0px;
        }
        100% {
            background-position: 132px 0px, 0px 132px, 0px 0px, 132px 132px;
        }
    }


    .spin_btn {
        position: absolute;
        color: #fff;
        top: calc(50% - 58px); left: calc(50% - 50px);
        width: 100px;
        line-height: 100px;
        text-align: center;
        text-shadow: 0 0 5px black;
    }
    .spin_btn:after {content: "SPIN"; position: absolute; font-family: 'digital'; font-size: 40px; width: 100%; left: 0; cursor: pointer;}
    .spin_btn:hover:after {content: "휠돌리기"; font-family: 'Nanum Gothic'; font-size: 17px; font-weight: bold;}
        
    /* #mainLoader {position:absolute;z-index:5; display:none; font-size:20px; line-height:25px; color:#fff; text-align:center; width:500px; height: 500px; top: 54px !important; left: 50px !important; background: rgba(0,0,0,.5); border-radius: 50%;} */
    #mainLoader {position:absolute;z-index:5; display:none; font-size:20px; line-height:25px; color:#fff; text-align:center; width:510px; height: 510px; top: 90px !important; left: 95px !important; background-color: rgba(0,0,0,.5); border-radius: 50%;}
    #mainLoader img {margin-top: 160px;}
    #mainLoader font {display: block; font-size: 15px; font-weight: bold; margin-top: -20px;}

    .wheel_eff {
        width: 800px;
        height: 800px;
        position: absolute;
        background-image: url(/wheel/assets/wheel_eff.png); 
        top: -107px;
        left: -100px;
        animation: wheel_eff 5s steps(85) infinite;
    }
    @keyframes wheel_eff{
        from{background-position-y:0px;}
        to{background-position-y:-68000px;}
    }

	#promo_list li		{display:inline-block;}
	#winner_list li		{display:inline-block;}
	#winner_list2 li	{display:inline-block;}
	#provider_list li	{display:inline-block;}

	/* 비바 메인페이지 오른쪽 하단의 위젯(고용)부분 */
	.widget_section									{position: fixed; bottom:4px; right:4px; width:70px; min-height:10px; padding-top:2px; padding-bottom:78px; z-index:11;}
	.widget_section.widget_capsule					{padding-top:15px; padding-bottom:78px; background-color: #89723fa8; border-radius:10px 10px 10px 10px; transition: all .3s ease;}
	.widget_section .widget_section_openBtn			{position: absolute; display:none; top:0px; left:0px; width: 70px; height: 15px; border-radius:8px 8px 0px 0px; text-align:center; font-size:11px; background-color:#FF0; cursor:pointer;}
	.widget_section.widget_capsule .widget_section_openBtn	{display:block;}
	.widget_section .widget_item					{position: relative; width: 60px; height: 60px; margin: 15px 5px 10px 5px;; font-family: 'Nanum Gothic', sans-serif;}
	.widget_section .widget_item.cur_pointer		{cursor:pointer;}
	.widget_section .widget_item .widget_circle		{position: absolute; top:0px; left:0px; width: 100%; height: 100%; border-radius:50%; background-color:#EAEAEA;}
	.widget_section .widget_item .widget_title		{position: absolute; bottom:2px; left:0px; width: calc(100%); height: 20px; line-height: 20px; text-align: center; border-radius: 5px; font-size: 12px; font-weight: bold; color: #FFF; background-color:#F00; overflow:hidden;}
	.widget_section .widget_item .widget_title.ef	{background: linear-gradient(45deg, rgba(0,255,0,0.5), rgba(255,0,0,0.7), rgba(0,0,255,0.6), rgba(0,255,0,0.6), rgba(255,0,0,0.7), rgba(0,0,255,0.6)); background-size: 600% 600%; animation: input_wrap_anim 10s ease infinite; box-shadow: 0 0 3px 1px rgba(255,255,0,0.5); color:#f7f3c5; text-shadow: 1px 1px #000000;}
	.widget_section .widget_item .widget_title.gift	{background: linear-gradient(45deg, rgba(0,255,0,0.5), rgba(255,0,0,0.7), rgba(0,0,255,0.6), rgba(0,255,0,0.6), rgba(255,0,0,0.7), rgba(0,0,255,0.6)); background-size: 600% 600%; animation: input_wrap_anim 10s ease infinite; box-shadow: 0 0 3px 1px rgba(255,255,0,0.5); color:#f7f3c5; text-shadow: 1px 1px #000000;}
	.widget_section .widget_item .widget_badge		{position: absolute; display:none; top: 0px; right:0px; padding:5px 7px; border-radius:50%; font-size: 11px; font-weight: bold; background-color:#F00; text-align:center; color:#FFF;}
	
	.widget_section.widget_close .widget_item		{display:none;}
	
	.widget_open .widget_section_openBtn			{background-image:url('/img/icon/chevron-down-solid.svg'); background-size: 25%; background-repeat: no-repeat; background-position: center;}
	.widget_close .widget_section_openBtn			{background-image:url('/img/icon/chevron-up-solid.svg'); background-size: 25%; background-repeat: no-repeat; background-position: center;}
	
	
	/* 데이빗 추가, 로딩부분.. */
	.b-loading-aj-bg		{ position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; background-color: rgba(0, 0, 0, 0.5); color:#CCC; font-weight:bold; z-index:999999; display:;}
	.b-loading-aj-bg2		{ position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; background-color: rgba(255, 255, 255, 0.5); color:#000; font-weight:bold; z-index:999999; display:;}

	.b-loading-img			{ margin:23% auto 0px auto; width:100px; height:100px; background:url('/img/loader.svg') no-repeat; background-size: 100px 100px; opacity: 1;}
	.b-loading-img2			{ margin:23% auto 0px auto; width:100px; height:100px; background:url('/img/loader2.svg') no-repeat; background-size: 100px 100px; opacity: 1;}
	.b-loading-img3			{ margin:23% auto 0px auto; width:100px; height:100px; background:url('/img/loader3.svg') no-repeat; background-size: 100px 100px; opacity: 1;}
	
	
	.blinking{
		animation:blinkingText 1.2s infinite;
	}
	@keyframes blinkingText{
		0%{     color: #FFF;    }
		49%{    color: #FFF; }
		60%{    color: transparent; }
		99%{    color:transparent;  }
		100%{   color: #FFF;    }
	}
	.blinking2{
		animation:blinkingText2 1s step-start infinite;
	}
	@keyframes blinkingText2{
		50%{ opacity: 0;}
	}
	
	
	.chat_icon {
		-webkit-mask: url('/img/icon/message-solid.svg') no-repeat center;
		-webkit-mask-size: cover;
		mask: url('/img/icon/message-solid.svg') no-repeat center;
		mask-size: cover;
	}
	
	/* width */
	body::-webkit-scrollbar {
	  width: 5px;
	}

	/* Track */
	body::-webkit-scrollbar-track {
	  background: #252634; 
	}
	 
	/* Handle */
	body::-webkit-scrollbar-thumb {
	  background: #ad0d86; 
	}

	/* Handle on hover */
	body::-webkit-scrollbar-thumb:hover {
	  background: #c11f9a; 
	}
