
body,
html {
    width: 100%;	
}
p.message-not-found {
    background-color: #fb8e8e;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    margin: 50px calc(10% - 20px);
    display: inline-block;
    width: 80%;
    padding: 20px
}
.center_wrap,
.main_wrap,
.sub_wrap {
    width: 1100px
}
.center_wrap.home_slide_center {
    overflow: auto;
    width: 1140px;
	background-color:#141C31
}
.center-wrap {
    margin: 0 auto
}


body {
    animation: jojofade 0.7s ease-out none;
    -webkit-animation: jojofade 0.7s ease-out none
}
@keyframes jojofade {
    from {
        opacity: 0;
        filter:alpha(opacity=0)
    }
    to {
        opacity: 1;
        filter:alpha(opacity=100)
    }
}
@-webkit-keyframes jojofade {
    from {
        opacity: 0;
        filter:alpha(opacity=0)
    }
    to {
        opacity: 1;
        filter:alpha(opacity=100)
    }
}
button {
    outline: 0
}
.hidden {
    display: none !important
}
.red {
    color: red !important
}
.green {
    color: #62b457 !important
}
.dark-green {
    color: darkgreen !important
}
.orange {
    color: #de862f !important
}
.bg_main {
    background: #fff
}
.bg_casino,
.bg_game {
    background: #000
}
.wrap_main {}
.casino-exception .header_top,
.casino-exception .header_bottom {
    display: none
}
.casino-exception #body-contents {
    height: calc(100vh - 71px);
    margin-top: 71px;
    position: relative
}
.evo-games-container {
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}
.wrap_casino {
    background: url('/img/bg_casino.jpg') no-repeat;
    background-size: cover;
    animation: jojobg 15s linear none 0s infinite;
    -webkit-animation: jojobg 15s linear none 0s infinite
}
.wrap_game {
    background: url('/img/bg_game.jpg') no-repeat;
    background-size: cover;
    animation: jojobg 15s linear none 0s infinite;
    -webkit-animation: jojobg 15s linear none 0s infinite
}
@keyframes jojobg {
    from,
    to {
        background-size: 100% auto
    }
    50% {
        background-size: 105% auto
    }
}
@-webkit-keyframes jojobg {
    from,
    to {
        background-size: 100% auto
    }
    50% {
        background-size: 105% auto
    }
}
.attend_bg,
.sub-box,
.sub_wrap {}
.main_wrap {
    margin: 5px auto 0
}
.center_wrap,
.sub-box,
.sub_wrap {
    margin: 0 auto
}
.sub-box {
    padding-bottom: 25px
}
.board_wrap {
    padding: 10px 23px 30px
}
.board_wrap h1 {
    position: relative
}
.board_wrap h1 .help-block {
    position: absolute;
    left: 0;
    top: 100%
}
.board_wrap.filter-wrap-affiliates {
    padding: 15px
}
.board_wrap.filter-wrap-affiliates br {
    display: none
}
.board_wrap.filter-wrap-affiliates .my_menu {
    margin-bottom: 0
}

.attend_wrap {
    min-height: 585px
}
#header {
    position: relative;
    background: #16171b;
    top: 0;
    width: 100%;
    z-index: 10;
	position:fixed;
}
.header_top {
    height: 30px;
    line-height: 30px;
    background: transparent;
    overflow: hidden
}
.header_top.center_wrap,
.login.center_wrap {
  margin:auto;
  min-width:1260px;
	height:40px;
	line-height:40px;
}
.header_middle>div.center_wrap { 
  margin:auto;
  min-width:1200px;
	height:40px;
	line-height:40px;
}
.header_top > span.top_notice {
    display: block;
    float: left;
    width: 995px;
    overflow: hidden;
    height: 30px;
    border: none
}
.header_top > span.top_notice > em {
    display: block;
    float: left;
    margin-right: 5px;
    padding: 11px 0;
    line-height: normal;
    height: 30px;
    box-sizing: border-box
}
.header_top > span.top_notice > em > img {
    float: left
}
.header_top > span.top_notice > div {
    float: left;
    position: relative;
    width: 975px;
    height: 31px;
    overflow: hidden
}
.header_top > span.top_notice > div > code {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 100;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    animation: notice_slide 15s linear none 0s infinite;
    -webkit-animation: notice_slide 15s linear none 0s infinite
}
.header_top>span.top_notice>div>code:hover {}
@keyframes notice_slide {
    from {
        left: 880px
    }
    to {
        left: -880px
    }
}
@-webkit-keyframes notice_slide {
    from {
        left: 880px
    }
    to {
        left: -880px
    }
}
.header_top > ul.g_menu {
    float: right;
    overflow: hidden;
    margin-right: 2px
}
.header_top > ul.g_menu > li {
    float: left;
    padding: 0 6px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    height: 30px
}
.header_top>ul.g_menu>li:last-child {
    padding: 0
}
.header_top>ul.g_menu>li:first-child {
    background: none
}
.header_top>ul.g_menu>li:hover {
    opacity: .75
}
.header_top > ul.g_menu > li > a {
    color: #fff
}
.header_top > ul.g_menu > li > div {
    position: relative;
    width: 35px;
    text-align: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .25);
    border-top: none;
    transition: 0.2s;
    height: 30px
}
.header_top>ul.g_menu>li>div:hover {
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .5);
    border-top: none
}
.header_top > ul.g_menu > li > div > span {
    position: relative;
    color: #FFF;
    padding-left: 24px;
    display: inline-block;
    height: 30px
}
a.btn-bet-confirm,
a.btn-bettting-confirm {
    box-shadow: none;
    color: #fff;
    font-size: 17px;
    margin: 15px 5px 0;
    padding: 10px 32px;
    cursor: pointer;
    font-weight: 500
}
a.btn-bet-confirm {
    background-color: #3085d6;
    border: 0;
    border-radius: 3px
}
a.btn-bettting-confirm {
    border: 0;
    border-radius: 3px;
    background-color: #4CAF50;
    border-left-color: #4CAF50;
    border-right-color: #4CAF50
}
span.alert-text {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word
}
.header_top > ul.g_menu > li > div > span > span {
    background-image: url('/img/icon_korean.png');
    background-position: 0 0;
    background-size: 20px auto;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -7px;
    width: 20px
}
.header_top > ul.g_menu > li > div > code > img,
.header_top > ul.g_menu > li > div > span > img {
    width: 20px;
    margin: -2px 5px 0 0
}
.header_top > ul.g_menu > li > div > code {
    color: #FFF
}
.header_middle {
    position: relative;
    height: 80px;
    /*background: #2d303a;*/
	background: url(/img/bg_header.png) #131313 no-repeat 0 0;
	padding-left:50px;
    /*border-bottom: 2px solid #fbd301*/
}
.header_middle_top {
    display: flex
}
.header_middle_top > span.top_logo {
    display: inline-block;
    float: left;
    margin: 0;
    overflow: hidden;
    align-self: center;
    justify-content: center;
    /*flex: 1 0 80px*/
}
.header_middle_top > span.top_logo > img {
    cursor: pointer;
    max-width: 150px;
	margin-top: -1px
}
.header_middle_top > div.navi_menu_box {
    float: left;
    position: relative;
    width: auto;
	/*TOP¿¡ ¾ÆÀÌÄÜ ¾øÀ»¶© ¾Æ·¡»èÁ¦*/
	padding: 6px;
	min-width:900px;
	/*left:30px;*/
}
.header_middle_top > div.navi_menu_box > ul.n_menu {
    margin-top: 1px;
	margin-left:0px 10px;
    height: 24px;
    position: relative;
	line-height:50px;
	
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li {
    display: inline-block;
    float: left;
    position: relative
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li.main_navi_2.menu-live-betting {
    clear: left
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li.menu-evo-game .dropmenu-board,
.header_middle_top > div.navi_menu_box > ul.n_menu > li.aas-slots-menu .dropmenu-board,
.header_middle_top>div.navi_menu_box>ul.n_menu>li.kgame-menu .dropmenu-board,
.header_middle_top > div.navi_menu_box > ul.n_menu > li.menu-fish .dropmenu-board {
    position: fixed;
    width: auto
}
.header_middle_top>div.navi_menu_box>ul.n_menu>li.aas-slots-menu:hover>div.dropmenu-board,
.header_middle_top>div.navi_menu_box>ul.n_menu>li.kgame-menu:hover .dropmenu-board {
    margin-left: 2px;
    width: 1140px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2px
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li.menu-evo-game > div.dropmenu-board > a,
.header_middle_top > div.navi_menu_box > ul.n_menu > li.aas-slots-menu > div.dropmenu-board > a,
.header_middle_top > div.navi_menu_box > ul.n_menu > li > div > a {
    float: left
}
@keyframes flick {
    0% {
        opacity: 0
    }
    30% {
        opacity: .7
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: .7
    }
}
.header_middle_top>div.navi_menu_box>ul.n_menu>li.aas-hotel-menu>a:before,
.header_middle_top>div.navi_menu_box>ul.n_menu>li.menu-tv-bet>a:before,
.header_middle_top>div.navi_menu_box>ul.n_menu>li.menu-fish>a:before {
    background-image: url('/img/letter-n.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: '';
    height: 16px;
    width: 16px;
    display: inline-block
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li > a {
    text-shadow: 0 1px 1px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px auto;
    padding: 3px 0;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    width: 100px
}
[lang*="/en"] .header_middle_top > div.navi_menu_box > ul.n_menu > li > a {
    padding: 3px 0
}
.header_middle_top>div.navi_menu_box>ul.n_menu>li:last-child > a {
    padding-right: 0
}
.header_middle_top>div.navi_menu_box>ul.n_menu>li:hover>a,
.header_middle_top > div.navi_menu_box > ul.n_menu > li.selected > a {
    color: #FFCC02;
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li.menu-board .dropmenu-board {
    left: unset;
    right: 0;
    transform: translateX(0);
    width: min-content;
    max-width: unset
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li.menu-board > div > a img,
.header_middle_top > div.navi_menu_box > ul.n_menu > li.menu-game-result > div > a > img {
    margin-left: 50%;
    transform: translateX(-50%)
}
.header_middle_top>div.navi_menu_box>ul.n_menu>li.menu-board>div>a:hover {
    color: #1d1d1d
}
.header_middle_top>div.navi_menu_box>ul.n_menu>li.menu-game-result:hover>dl,
.header_middle_top>div.navi_menu_box>ul.n_menu>li.menu-fx-games:hover>dl,
.header_middle_top>div.navi_menu_box>ul.n_menu>li.menu-game-result>dl:hover {
    display: block;
    top: 30px;
    opacity: 1
}
.header_middle_top > div.main_menu_btn {
    float: right;
    margin-right: 2px
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li > div {
    display: none;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    min-width: auto;
    max-width: 100%;
    width: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1
}
@media screen and (max-width: 1022px) {
	.header_middle_top > div.navi_menu_box > ul.n_menu > li {
		display: inline-block;
		float: left;
		position: relative;
		width:80px;
	}
}
@media screen and (min-width: 1023px) { 
	.header_middle_top > div.navi_menu_box > ul.n_menu > li {
		display: inline-block;
		float: left;
		position: relative
	}
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li.menu-evo-game {
    position: initial
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li.menu-evo-game .menu-evo-submenu {
    position: fixed;
    width: auto;
	max-width:600px;
	flex-direction: row;
    flex-wrap: wrap;

    transform: translateX(0);
    left: 381px;
    margin-left: 5px
}
.menu-evo-submenu-inner {
    width: auto;
    margin: 0 auto;
    text-align: center;
	cursor:pointer;
}
.menu-evo-submenu-inner > span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-left: -3px;
	cursor:pointer;
}
.menu-evo-submenu-inner > span > label {
	cursor:pointer;
}
.menu-evo-submenu-inner > span[onclick="location.href='/new-aas/pragmatic-casino'"] {
    position: relative
}
.menu-evo-submenu-inner>span[onclick="location.href='/new-aas/pragmatic-casino'"]:after {
    display: none;
    box-sizing: border-box;
    content: 'new';
    position: absolute;
    left: 4px;
    top: 2px;
    background: red;
    padding: 0 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    height: 17px
}
.menu-evo-submenu-inner>span[onclick="location.href='/new-aas/pragmatic-casino'"]:before {
    content: '';
    background-image: url('/img/desktophot.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    margin-top: -2px;
    left: 0;
    height: 30px;
    width: 25px;
    display: none
}
.menu-evo-submenu-inner > span > img {
    height: 99px
}
.menu-evo-submenu-inner>span:first-child > ul {
    background-color: #2d3039;
    position: absolute;
    width: 234px;
    top: calc(100% + 2px);
    display: none
}
.menu-evo-submenu-inner>span:first-child:hover > ul {
    display: block
}
.menu-evo-submenu-inner>span:first-child > ul > li {
    border-bottom: 1px solid #2d3039
}
.menu-evo-submenu-inner>span:first-child > ul > li.feature {
    background: #0b8bbf;
    background: -moz-linear-gradient(left,#0b8bbf 0%,#afe4f5 100%);
    background: -webkit-linear-gradient(left,#0b8bbf 0%,#afe4f5 100%);
    background: linear-gradient(to right,#0b8bbf 0%,#afe4f5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b8bbf', endColorstr='#afe4f5', GradientType=1)
}
.menu-evo-submenu-inner>span:first-child>ul>li:hover {
    background-color: #7f89a0
}
.menu-evo-submenu-inner>span:first-child > ul > li > a {
    color: #fff;
    display: block;
    height: 33px;
    padding: 10px;
    text-align: center;
    position: relative;
    line-height: 33px
}
.menu-evo-submenu-inner>span:first-child > ul > li > a > img {
    position: absolute;
    left: 10px
}
.menu-evo-submenu-inner>span:first-child>ul>li>a>span:not(.btn) {
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0 42px;
    text-align: left;
    width: 82px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.menu-evo-submenu-inner>span:first-child > ul > li > a > span.btn {
    background-color: #f3b948;
    border-radius: 15px;
    color: #000;
    font-size: 13px;
    height: 27px;
    line-height: 27px;
    margin: 3px 0;
    padding: 0 10px;
    display: inline-block
}
.header_middle_top>div.navi_menu_box>ul.n_menu>li:hover > div {
    display: flex
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li > div > a,
.menu-evo-submenu-inner > span {
    background-color: #fff;
    outline: 2px solid #fff;
    border-spacing: 0;
    height: 100%;
    width: 160px;
    max-width: 160px;
    position: relative;
    flex: 1 0 auto;
    overflow: hidden
}
.header_middle_top>div.navi_menu_box>ul.n_menu>li>div>a:hover,
.menu-evo-submenu-inner>span:hover {
    outline-color: #fa9a42;
    transition: 0.2s;
    z-index: 1
}
.menu-evo-submenu-inner > span {
    overflow: visible;
    width: auto;
    max-width: initial;
    height: 99px
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li > div.dropmenu-board > a > label,
.menu-evo-submenu-inner > span > label {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: auto;
    font-size: 11px;
    background-color: #fff;
    box-shadow: 0 2px 0 #000, inset 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 15px;
    opacity: .8;
    transition: 0.2s;
    transform: translateX(-50%);
    padding: 4px 10px;
    text-align: center;
    color: #000;
	cursor:pointer;
}
.header_middle_top>div.navi_menu_box>ul.n_menu>li>div.dropmenu-board>a:hover>label,
.menu-evo-submenu-inner>span:hover > label {
    opacity: 1
}
.header_middle_top>div.navi_menu_box>ul.n_menu>li.menu-board>div>a:first-child>label,
.header_middle_top>div.navi_menu_box>ul.n_menu>li.menu-game-result>div>a:first-child > label {
    background: #fa9a42
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li > div.dropmenu-board > a > label br {
    content: " ";
    margin-left: 5px
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li > div.dropmenu-board > a > span {
    position: absolute;
    font-size: 12px;
    display: inline-block;
    padding: 5px 15px;
    white-space: nowrap;
    background-color: #555;
    color: #fff;
    border-radius: 20px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%)
}
.header_middle_top > div.navi_menu_box > ul.n_menu > li.menu-mini-games > div.dropmenu-board > a > span {
    top: 55px
}
.header_middle_top>div.navi_menu_box>ul.n_menu>li>div.dropmenu-board>a:hover > span {
    background-color: #d22421;
    box-shadow: 0 0 3px #fff, inset 0 0 3px #fff, inset 0 13px rgb(255 255 255 / 10%), inset 1px 1px rgb(255 255 255 / 50%), inset -1px -1px rgb(255 255 255 / 50%)
}
.main_menu_btn em {
    cursor: pointer
}
.header_bottom {
    height: 40px;
    text-align: right;
    color: #FFF;
    line-height: 40px;
    background: #2d303a
}
.header_bottom.home {
    display: none
}
.login_box > span {
    margin-right: 15px;
    color: #c9c9c9
}
.login_box > input {
    width: 92px;
    height: 13px;
    margin-right: 4px;
    padding: 6px 12px;
    color: #c9c9c9;
    background: #272727;
    border: 1px solid #424242
}
.login_box > em {
    display: inline-block;
    width: 58px;
    height: 27px;
    text-align: center;
    font-weight: 500;
    color: #393939;
    line-height: 25px;
    background: url('/img/bg_btn_login.png') repeat-x;
    cursor: pointer;
    opacity: .9;
    filter:alpha(opacity=90);
    transition: opacity 0.3s ease-out
}
.login_box>em:hover {
    opacity: 1;
    filter:alpha(opacity=100)
}
.privacy {
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-right: 0;
    text-align: left;
    line-height: 28px;
    margin: 0;
    width: 100%
}
.privacy > * {
    float: right
}
.privacy#logout {
    display: none
}
.privacy > input {
    width: 120px;
    height: 14px;
    margin: -3px 4px 0 0;
    padding: 4px 10px;
    color: #b2b2b2;
    background: #282828;
    border: 1px solid #666;
    border-radius: 5px;
    transition: 0.2s
}
.privacy>input:focus {
    color: #ebebeb;
    background: #1f1f1f;
    border: 1px solid #888
}
.privacy > span {
    display: inline-block;
    margin-right: 7px;
    color: #fdb721;
    font-size: 13px;
    font-weight: 600
}
.privacy > span > em > font {
    color: #fff;
    font-size: 12px;
    font-weight: 500
}
.privacy>span:hover {
    opacity: .75
}
.privacy > code,
.privacy > em {
    display: inline-block;
    cursor: pointer
}
.privacy > span > em > font {
    margin-right: 5px
}
.privacy > em {
    border-radius: 3px;
    margin: 0 7px 0 0;
    padding: 0 6px;
    color: #FFF;
    line-height: 40px
}
.privacy > em > img {
    margin: -2px 0 0
}
.privacy > em > span {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #16171b;
    font-size: 10px;
    font-weight: 600
}
.privacy > strong {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #4f8ca9;
    margin: 10px 7px
}
.privacy > code {
    color: #fff;
    position: relative;
    font-size: 13px;
    font-weight: 500
}
.privacy>code.money-amount:before,
.privacy>code.points-amount:before {
    font-size: 10px;
    position: absolute;
    height: 6px;
    line-height: 6px;
    text-align: center;
    top: 50%;
    margin-top: -9px;
    left: 0;
    display: none
}
.privacy>code.money-amount:before {
    content: "M";
    padding: 3px 3px 3px 2px;
    width: 7px;
    border-radius: 50%;
    color: #ff8e57;
    border: 2px solid #ff8e57
}
.privacy>code.points-amount:before {
    content: "P";
    padding: 3px;
    width: 6px;
    border-radius: 50%;
    color: #9dbc52;
    border: 2px solid #9dbc52;
    display: none
}
.privacy > label,
.privacy > var {
    height: 13px;
    transition: opacity 0.1s ease-out
}
.privacy > code > font {
    color: #ff3535;
    margin-left: 5px
}
.privacy > code > var {
    color: #6fe0ed;
    margin-left: 5px
}
.privacy > var,
.privacy>div>var,
.privacy > div > input {
    margin: 5px 0 2px 5px;
    float: right;
    display: inline-block;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color: #16171b;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 60px;
    height: 29px;
    line-height: 25px;
    text-align: center
}
.privacy>div>input:focus {
    color: #16171b
}
.privacy>var:hover,
.privacy>div>var:hover {
    opacity: 1;
    filter:alpha(opacity=100)
}
.privacy#login > div > var {
    cursor: pointer
}
.privacy#login>div>var:hover {
    border: 1px solid #fdb721;
    background: #fdb721
}
.privacy > div > input {
    width: 90px;
    margin: 5px 2px 1px 8px;
    padding: 0 10px;
    color: #16171b;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    text-align: left;
    opacity: 1
}
.privacy > div > input::-webkit-input-placeholder {
    color: #CCC
}
.privacy#login > div > input {
    float: left
}
.privacy > label {
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    margin: 10px 10px 10px 5px;
    line-height: 20px;
    height: 20px;
    width: 31px;
    text-align: center;
    border-radius: 2px
}
.privacy > label.money-deposit {
    background-color: #35406b
}
.privacy > label.money-withdraw {
    background-color: #7c4e29
}

table.table.table-striped.table-bordered.table-hover {
    width: 155px;
    margin: 0 auto
}
tr.odd.gradeX.text-center {
    text-align: left
}
.privacy > * {
    float: left
}
.privacy > div {
    float: right;
    margin-top: 4px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 0
}
.privacy#login > div {
    margin-top: 2px
}
.privacy > div > label {
    position: relative;
    float: left;
    padding: 0 10px;
    margin-right: 2px;
    margin-top: 3px;
    color: #16171b;
    background: #fff;
    height: auto;
    text-align: center;
    line-height: 25px;
    border: none;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer
}
.privacy>div>label:hover {
    opacity: .9
}
.privacy > div > label.attend {
    background-color: #fdb721;
    background-image: url('/img/icon-account.png');
    background-position: 7px 5px;
    background-repeat: no-repeat;
    padding: 0 11px 0 24px
}
.privacy > div > label.logout {
    background-color: #a7afc2;
    background-image: url('/img/icon-user-logout.png');
    background-position: 6px 4px;
    background-repeat: no-repeat;
    margin-right: 0;
    padding: 0 11px 0 25px
}
.privacy > div > label.customer-contact,
.privacy > div > label.header-attend {
    width: 55px;
    padding: 0
}
.privacy > div > label.money-withdraw,
.privacy > div > label.money-deposit {
    background-image: url('/img/icon-user-withdraw.png');
    background-position: 7px 5px;
    background-repeat: no-repeat;
    padding-left: 27px;
    background-color: #3a3aaf;
    color: #fff
}
.privacy > div > label.money-deposit {
    background-image: url('/img/icon-user-deposit.png');
    background-position: 9px 5px;
    background-color: #c50000
}
.q_menu {
    float: right
}
.q_menu > ul {
    overflow: hidden
}
.q_menu > ul > li {
    float: left;
    height: 29px;
    padding: 0 10px;
    color: #8c8c8c;
    border-right: 1px solid #333435;
    opacity: .9;
    transition: 0.2s;
    line-height: 29px
}
.q_menu>ul>li:first-child {
    border-left: 1px solid #333435;
    background: rgba(255, 255, 255, .1)
}
.q_menu>ul>li:hover {
    color: #f6f6f6;
    background: #191919
}
.header-main-menu-submenu {
    display: none;
    position: absolute;
    left: 0;
    bottom: 31px;
    width: 100%;
    height: 100px;
    margin-bottom: -101px;
    text-align: right;
    color: #FFF;
    line-height: 40px;
    background: #FFF;
    border-bottom: 1px solid #cfcfcf;
    z-index: 9
}
.header-main-menu-submenu > ul {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden
}
.header-main-menu-submenu > ul > li {
    float: left;
    position: relative;
    width: 122.2px;
    height: 100px;
    border-right: 1px solid #efefef;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer
}
.header-main-menu-submenu>ul>li:first-child {
    border-left: 1px solid #efefef
}
.header-main-menu-submenu>ul>li:hover {
    background: url('/img/pmenu_bg.png') no-repeat;
    background-size: 120px 100px
}
.header-main-menu-submenu > ul > li > div {
    height: 60px;
    margin-top: 10px
}
.header-main-menu-submenu > ul > li > div.icon1 {
    background: url('/img/pmenu_icon1.png') no-repeat center
}
.header-main-menu-submenu>ul>li:hover > div.icon1 {
    background: url('/img/pmenu_icon1_on.png') no-repeat center
}
.header-main-menu-submenu > ul > li > div.icon2 {
    background: url('/img/pmenu_icon2.png') no-repeat center
}
.header-main-menu-submenu>ul>li:hover > div.icon2 {
    background: url('/img/pmenu_icon2_on.png') no-repeat center
}
.header-main-menu-submenu > ul > li > div.icon3 {
    background: url('/img/pmenu_icon3.png') no-repeat center
}
.header-main-menu-submenu>ul>li:hover > div.icon3 {
    background: url('/img/pmenu_icon3_on.png') no-repeat center
}
.header-main-menu-submenu > ul > li > div.icon4 {
    background: url('/img/pmenu_icon4.png') no-repeat center
}
.header-main-menu-submenu>ul>li:hover > div.icon4 {
    background: url('/img/pmenu_icon4_on.png') no-repeat center
}
.header-main-menu-submenu > ul > li > div.icon5 {
    background: url('/img/pmenu_icon5.png') no-repeat center
}
.header-main-menu-submenu>ul>li:hover > div.icon5 {
    background: url('/img/pmenu_icon5_on.png') no-repeat center
}
.header-main-menu-submenu > ul > li > div.icon6 {
    background: url('/img/pmenu_icon6.png') no-repeat center
}
.header-main-menu-submenu>ul>li:hover > div.icon6 {
    background: url('/img/pmenu_icon6_on.png') no-repeat center
}
.header-main-menu-submenu > ul > li > div.icon7 {
    background: url('/img/pmenu_icon7.png') no-repeat center
}
.header-main-menu-submenu>ul>li:hover > div.icon7 {
    background: url('/img/pmenu_icon7_on.png') no-repeat center
}
.header-main-menu-submenu > ul > li > div.icon8 {
    background: url('/img/pmenu_icon8.png') no-repeat center
}
.header-main-menu-submenu>ul>li:hover > div.icon8 {
    background: url('/img/pmenu_icon8_on.png') no-repeat center
}
.header-main-menu-submenu > ul > li > div.icon9 {
    background: url('/img/pmenu_icon9.png') no-repeat center
}
.header-main-menu-submenu>ul>li:hover > div.icon9 {
    background: url('/img/pmenu_icon9_on.png') no-repeat center
}
.header-main-menu-submenu > ul > li > div.icon10 {
    background: url('/img/pmenu_icon10.png') no-repeat center
}
.header-main-menu-submenu>ul>li:hover > div.icon10 {
    background: url('/img/pmenu_icon10_on.png') no-repeat center
}
.header-main-menu-submenu > ul > li > h1 {
    margin-top: -10px;
    text-align: center;
    font-size: 13px;
    color: #8d8d8d
}
.header-main-menu-submenu>ul>li:hover > h1 {
    color: #FFF
}
#body-contents {
    /*background: #16171b;*/
	background: #050c26;
    background-size: cover;
    margin-top: 145px;
    padding-top: 11px
}
#body-contents.guest,
#body-contents.home {
  /*  margin-top: 0px*/
}
.contents_box {
    padding: 0 15px
}
.contents_box > h1 {
    padding-top: 6px;
    color: #d4d3d3;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .28)
}
.contents_top {
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%
}
.main_top_slide_mask {
    background: url('/img/bg_main_slide_top.png') repeat-x;
    position: absolute;
    left: 0;
    top: 143px;
    width: 100%;
    height: 21px
}
.main_quick_menu {
    padding-top: 17px
}
.main_quick_menu > ul {
    float: right;
    width: 324px;
    overflow: hidden
}
.main_quick_menu > ul > li {
    float: left;
    width: 153px;
    height: 110px;
    margin: 10px 0 0 9px;
    text-align: center;
    background: url('/img/main_quick_menu_box.png') no-repeat;
    cursor: pointer
}
.main_quick_menu > ul > li.top {
    margin-top: 1px
}
.main_quick_menu>ul>li:hover {
    background: url('/img/main_quick_menu_box_on.png') no-repeat
}
.main_quick_menu > ul > li > img {
    margin-top: 10px
}
.main_quick_menu > ul > li > h1 {
    font-weight: 400;
    font-size: 15px;
    color: #7f7f7f
}
.main_quick_menu > ul > li > h2 {
    margin-top: -3px;
    font-weight: 300;
    font-size: 11px;
    color: #a9a9a9
}
.main_slide {
    float: left;
    width: 100%;
    height: 285px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px
}
.main_slide > div > ul {
    position: absolute;
    width: 100%;
    height: 840px;
    overflow: hidden
}
.main_slide > div > ul > li {
    width: 100%;
    height: 280px
}
.main_slide > div > ul > li.slide1 {
    background: url('/img/img_main_slide1.jpg') center no-repeat
}
.main_slide > div > ul > li.slide2 {
    background: url('/img/img_main_slide2.jpg') center no-repeat
}
.main_slide > div > ul > li.slide3 {
    background: url('/img/img_main_slide3.jpg') center no-repeat
}
.main_slide > ul {
    position: absolute;
    left: 50%;
    top: 71px;
    width: 2px;
    height: 146px;
    margin-left: -550px
}
.main_slide > ul > li {
    width: 2px;
    height: 42px;
    margin-top: 5px;
    background: #4d4e53;
    cursor: pointer;
    transition: 0.2s
}
.main_slide>ul>li:first-child {
    margin-top: 0
}
.main_slide > ul > li.active {
    background: #b0b0b0
}
.contents_middle {
    height: auto;
    background: transparent;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .38)
}
.contents_middle > div {
    overflow: hidden
}
.contents_middle > div.center-left {
    float: left;
    width: 890px;
    padding: 1px;
    /*background: #fbd301;*/
}
.contents_middle > div.center-left > ul {
    overflow: hidden
}
.contents_middle > div.center-left > ul > li {
    display: inline-block;
    margin: 1px;
	border: 2px solid #3558be;
    float: left
}
.contents_middle > div.center-left > .center-left-bot {
    width: 882px;
    margin: 3px;
    overflow: hidden
}
.contents_middle > div.center-left > .center-left-bot > ul > li {
    float: left;
    margin-right: 7px;
    position: relative
}
.contents_middle>div.center-left>.center-left-bot>ul>li:first-child > a {
    position: absolute;
    display: inline-block;
    width: 33.33%;
    height: 66%;
    top: 34%
}
.contents_middle>div.center-left>.center-left-bot>ul>li:last-child {
    margin-right: 0
}
.contents_middle > div.center-left > .center-left-bot > ul > li > .guide-sportsbook {
    left: 0
}
.contents_middle > div.center-left > .center-left-bot > ul > li > .guide-minigame {
    left: 33%
}
.contents_middle > div.center-left > .center-left-bot > ul > li > .request-call {
    left: 66%
}
.contents_middle > div.center-right {
    float: right;
    width: 238px
}
.contents_middle > div.center-right .center-right-user {
    padding: 17px 10px 0;
    /*background-color: #2d303a*/
    background-color: #101012
}
.contents_middle > div.center-right .center-right-user .privacy#login input[name="username"],
.contents_middle > div.center-right .center-right-user .privacy#login input[name="password"] {
    background-color: #434853;
    border: 1px solid #676970;
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 16px 22px 16px 45px;
    width: calc(100% - 20px);
    color: rgba(255, 255, 255, .78);
    font-size: 15px
}
.contents_middle > div.center-right .center-right-user .privacy#login input[name="username"] {
    background-image: url('/img/home-user.png');
    background-position: 7px center;
    background-repeat: no-repeat
}
.contents_middle > div.center-right .center-right-user .privacy#login input[name="password"] {
    background-image: url('/img/home-pass.png');
    background-position: 9px center;
    background-repeat: no-repeat
}
.contents_middle > div.center-right .center-right-user .privacy#login input[name="username"]::placeholder,
.contents_middle > div.center-right .center-right-user .privacy#login input[name="password"]::placeholder {
    color: rgba(255, 255, 255, .78);
    font-size: 15px
}
.contents_middle > div.center-right .center-right-user .privacy#login > var {
    padding: 2px 15px;
    width: 45%;
    float: left;
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #16171b;
    background-color: #a7afc2;
    border-color: #a7afc2;
    cursor: pointer
}
.contents_middle > div.center-right .center-right-user .privacy#login > var[onclick*="login.submit"] {
    background-color: #f12020;
    border-color: #f12020
}
.contents_middle > div.center-right .center-right-user .privacy#login > var[onclick*="/register"] {
    margin-right: 0
}
.contents_middle > div.center-right .center-right-user .privacy#login > div {
    margin: 0 10px;
    width: calc(100% - 20px)
}
.contents_middle > div.center-right .center-right-user .privacy#login > div > label {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center left;
    border: none;
    border-bottom: 1px solid #4d4b56;
    height: 89px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    width: 100%
}
.contents_middle>div.center-right .center-right-user .privacy#login>div>label:last-child {
    border: none
}
.contents_middle > div.center-right .center-right-user .privacy#login > div > label.red {
    background-image: url('/img/home-money-charge2.png')
}
.contents_middle > div.center-right .center-right-user .privacy#login > div > label.blue {
    background-image: url('/img/home-money-exchange2.png')
}
.contents_middle > div.center-right .center-right-user .privacy#login > div > label.green {
    background-image: url('/img/home-money-points2.png')
}
.contents_middle > div.center-right .center-right-contact {
    /*background-color: #7c87a0;*/
	background-color: #101012;
    /*background-image: url('/img/customer-center2.png');
    background-position: center top;
    background-repeat: no-repeat;*/
    height: 135px;
    position: relative
}
.contents_middle > div.center-right .center-right-contact ul {
    top: 65px;
    left: 110px;
    position: absolute
}
.contents_middle > div.center-right .center-right-contact ul li {
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    line-height: 1px;
    color: #fff;
	font-weight: bold;
	text-shadow: -1px 0px black, 0px 1px black, 1px 0px black, 0px -1px black;
}
.contents_middle>div.center-right .center-right-contact ul li:first-child {
	color: #fff;
	margin: -6px -20px;
}
.contents_middle > div.center-right .center-right-contact ul li a {
    color: inherit
}
.contents_middle > div.center-right .center-right-contact span {
    position: absolute;
    top: 122px;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
    color: #fff;
	text-shadow: 1px 1px 1px #000;
    font-weight: bold
}
.contents_middle > div.center-right .center-right-user .privacy.member {
    margin-top: -10px
}
.contents_middle > div.center-right .center-right-user .privacy.member > span {
    float: left;
    width: 175px;
    display: inline-block;
    margin: 0
}
.contents_middle > div.center-right .center-right-user .privacy.member > span > em > code {
    font-size: 14px;
    display: block;
    line-height: normal;
    float: left;
    color: #fdb721;
    font-weight: bold;
    margin-top: 5px
}
.contents_middle > div.center-right .center-right-user .privacy.member > span > em > font {
    float: left;
    display: block;
    width: 100%;
    line-height: normal;
    font-weight: 500;
    margin: 0
}
.contents_middle > div.center-right .center-right-user .privacy.member > em.home-messages {
    margin: 0;
    padding: 0;
    position: relative;
    width: 43px
}
.contents_middle > div.center-right .center-right-user .privacy.member > em.home-messages > span {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    right: 0;
    line-height: 20px;
    background-color: #fbb726
}
.contents_middle > div.center-right .center-right-user .privacy.member > code.money-amount {
    background-color: #1c1e26;
    display: block;
    width: calc(100% - 20px);
    padding: 8px 10px 2px;
    color: #bababa;
    font-size: 13px;
    line-height: normal;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.contents_middle > div.center-right .center-right-user .privacy.member > code.money-amount font {
    float: right;
    margin: 0 5px 0 0
}
.contents_middle > div.center-right .center-right-user .privacy.member > code.money-amount label.money-deposit {
    float: right;
    background-color: #35406b;
    color: #fff;
    padding: 0 4px;
    border-radius: 3px;
    font-size: 11px;
    cursor: pointer
}
.contents_middle > div.center-right .center-right-user .privacy.member > code.points-amount {
    background-color: #1c1e26;
    display: block;
    width: calc(100% - 20px);
    padding: 2px 10px 8px;
    color: #bababa;
    font-size: 13px;
    line-height: normal;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}
.contents_middle > div.center-right .center-right-user .privacy.member > code.points-amount var {
    float: right;
    margin: 0 5px 0 0
}
.contents_middle > div.center-right .center-right-user .privacy.member > code.points-amount label.money-withdraw {
    float: right;
    background-color: #7c4e29;
    color: #fff;
    padding: 0 4px;
    border-radius: 3px;
    font-size: 11px;
    cursor: pointer
}
.contents_middle > div.center-right .center-right-user .privacy.member > .home-submenu {
    display: table;
    width: 100%;
    background-color: transparent;
    border: transparent;
    margin: 13px 0 0;
    height: 16px;
    line-height: 16px
}
.contents_middle > div.center-right .center-right-user .privacy.member > .home-submenu > label {
    background-color: transparent;
    border: none;
    display: table-cell;
    color: #cacaca;
    position: relative;
    border-right: 1px solid #cacaca;
    padding: 0;
    vertical-align: middle;
    cursor: pointer
}
.contents_middle>div.center-right .center-right-user .privacy.member>.home-submenu>label:last-child {
    border-right: none
}
.contents_middle>div.center-right .center-right-user .privacy.member>.home-submenu>label:first-child {
    background-image: url('/img/home-calendar.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px
}
.contents_middle > div.center-right .center-right-user .privacy.member > p {
    margin: 10px 0 0;
    display: table;
    width: 100%;
    line-height: normal
}
.contents_middle > div.center-right .center-right-user .privacy.member > p > label {
    padding: 5px 15px;
    border-radius: 5px;
    width: 33%;
    text-align: center;
    float: left;
    margin: 0 5px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #16171b;
    background-color: #a7afc2;
    border-color: #a7afc2;
    cursor: pointer
}
.contents_middle>div.center-right .center-right-user .privacy.member>p>label:first-child {
    background-color: #fdb721;
    border-color: #fdb721
}
.contents_middle > div.center-right .center-right-user .privacy.member > div {
    margin: 0 10px;
    width: calc(100% - 20px)
}
.contents_middle > div.center-right .center-right-user .privacy.member > div > label {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    border-bottom: 1px solid #4d4b56;
    height: 74.2px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer
}
.contents_middle > div.center-right .center-right-user .privacy.member > div > label.red {
    background-image: url('/img/home-money-charge.png')
}
.contents_middle > div.center-right .center-right-user .privacy.member > div > label.blue {
    background-image: url('/img/home-money-withdraw.png')
}
.contents_middle > div.center-right .center-right-user .privacy.member > div > label.green {
    background-image: url('/img/home-money-points.png')
}
.inout_box > h1,
.notice_box > h1 {
    font-size: 15px;
    font-weight: 400
}
.contents_bottom {
    padding: 10px 0;
    overflow: hidden
}
.homepage .contents_bottom > .center_wrap {
    width: 1140px;
}
.header_top.center_wrap ul { list-style:none;margin:0;padding:0; }
.header_top.center_wrap ul > li { margin: 0 auto;padding: 0 0 0 50px;border:0; }
.header_top.center_wrap ul > li > span { margin-left: 20px;color:#fff;font-size:1.1rem;}
.header_top a:hover { color:#FF0000;}
.bot_contents {
    margin-bottom: 17px;
    overflow: hidden
}
.inout_box_wrap {
    background-image: url('/img/home-realtime-bg.png');
    padding: 0 15px 15px;
    float: right;
    /*width: 725px*/
}
.inout_box {
    float: left;
    width: 355px;
    height: 365px;
    margin: 0 15px 0 0;
    overflow: hidden;
    padding-top: 0
}
.inout_box_wrap .inout_box {
    margin-right: 15px
}
.inout_box_wrap .inout_box:last-child {
    margin: 0
}
.inout_box > h1 {
    background-image: url('/img/home-realtime-bg.png');
    color: #e5e5e5;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 15px;
    font-weight: 400;
    text-align: center
}
.inout_box_wrap .inout_box:last-child > h1 {
    background-position-x: -51px
}
.inout_box > h1 > font {
    color: #f2cd00
}
@keyframes moveSlideshow {
    100% {
        transform: translateY(-55%)
    }
}
.inout_box > ul {
    margin-top: 10px;
    animation: moveSlideshow 10s linear infinite
}
.inout_box > ul > li {
    height: 21px;
    margin-bottom: 6px;
    line-height: 21px;
    list-style: none
}
.inout_box > ul > li > span {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 8px;
    text-align: center;
    color: #FFF;
    line-height: 20px;
    background: #595a5c;
    border-radius: 21px
}
.inout_box.realtime > ul > li > span,
.inout_box > ul > li > label {
    margin-right: 3px
}
.inout_box > ul > li > em {
    margin-right: 5px;
    color: #e6e5eb
}
.inout_box.realtime > ul > li > em {
    margin-right: 0
}
.inout_box > ul > li > var {
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold;
    width: 160px;
    text-align: right;
    margin-right: 5px;
    color: #ff4d4d
}
.inout_box.realtime > ul > li > var {
    width: 155px
}
.inout_box > ul > li > code {
    display: inline-block;
    width: 100px;
    text-align: left;
    color: #fff
}
.inout_box.realtime > ul > li > code {
    width: 100px
}
.home-contact {
    background-image: url('/img/ntc_btm.png');
    width: 378px;
    float: left;
    height: 85px;
    margin-top: 10px;
    position: relative
}
.home-contact a {
    position: absolute;
    width: 33.33%;
    height: 85px;
    left: 0
}
.home-contact a.forum {
    left: 33.33%
}
.home-contact a.faq {
    left: 66.66%
}
.big_menu {
    float: left
}
.big_menu > ul {
    overflow: hidden
}
.big_menu > ul > li {
    float: left;
    position: relative;
    width: 184px;
    height: 265px;
    margin-left: 11px;
    overflow: hidden;
    cursor: pointer
}
.big_menu>ul>li:first-child {
    margin-left: 0
}
.big_menu > ul > li > h1 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .55)
}
.big_menu>ul>li:hover > h1 {
    display: block
}
.big_menu > ul > li > h1 > img {
    margin-top: 95px
}
.big_menu > ul > li > h2 {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    text-align: center
}
.main_board {
    float: left;
    width: 378px;
    height: 285px;
    background: url('/img/contact-qa.png')
}
.main_board > h1 {
    padding: 10px;
    overflow: hidden
}
.main_board > h1 > span {
    display: inline-block;
    padding-top: 11px;
    font-weight: 400;
    font-size: 13px;
    color: #696969
}
.main_board > h1 > ul {
    float: right;
    overflow: hidden;
    width: 100%
}
.main_board > h1 > ul > li {
    background-color: #4a4756;
    color: #fff;
    float: left;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    width: 100%
}
.main_board>h1>ul>li:hover {
    opacity: .75
}
.main_board > h1 > ul > li.active {
    background-color: #2d303a
}
.main_board > ul {
    padding: 0 12px;
    height: 221px;
    overflow: hidden
}
.main_board > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    width: 335px;
    padding: 13px 0 13px 18px;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('/img/img_main_board.png') no-repeat left;
    overflow: hidden;
    cursor: pointer
}
.main_board>ul>li:hover {}
.main_board>ul>li:first-child {
    padding-top: 0;
    background-position: left 5px
}
.no-results-wrap {
    background-color: rgb(209 111 111 / 58%);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 0;
    display: inline-block;
    width: 99.5%;
    text-align: center;
    color: #fff
}
.main_result {
    background: #FFF;
    border: 1px solid #d0cfcf;
    overflow: hidden
}
.main_result > h1 {
    height: 42px;
    padding: 0 17px;
    border-bottom: 1px solid #e7e7e7
}
.main_result > h1 > span {
    display: inline-block;
    padding-top: 11px;
    font-weight: 400;
    font-size: 13px;
    color: #696969
}
.main_result > h1 > ul {
    float: right;
    overflow: hidden
}
.main_result > h1 > ul > li {
    float: left;
    width: 60px;
    padding: 11px 0;
    text-align: center;
    cursor: pointer
}
.main_result>h1>ul>li:hover {
    opacity: .75
}
.main_result > h1 > ul > li.active {
    color: #0483bd;
    border-bottom: 2px solid #40a0cd
}
.main_result > h2 {
    height: 57px;
    text-align: center
}
.main_result > h2 > em {
    cursor: pointer
}
.main_result>h2>em:hover {
    opacity: .75
}
.main_result > h2 > em > img {
    margin-top: -10px
}
.main_result > h2 > span {
    display: inline-block;
    margin-top: 12px;
    padding: 0 25px;
    font-family: "Spoqa Han Sans";
    font-weight: bold;
    font-size: 20px;
    color: #5e5e5e
}
.main_result > .main_result_table {
    padding: 0 10px 10px;
    overflow: hidden
}
.main_result > .main_result_table > table {
    float: left;
    width: 534px;
    margin-left: 10px
}
.main_result>.main_result_table>table:first-child {
    margin-left: 0
}
.main_result > .main_result_table > table td {
    height: 40px;
    text-align: center
}
.main_result > .main_result_table > table th {
    height: 8px;
    border: none
}
.main_result > .main_result_table > table code {
    display: inline-block;
    width: 125px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.main_result > .main_result_table > table code.left {
    text-align: right
}
.main_result > .main_result_table > table code.right {
    text-align: left
}
.main_result > .main_result_table > table var {
    display: inline-block;
    width: 27px;
    overflow: hidden;
    text-align: center;
    color: #f15f23
}
.main_result > .main_result_table > table > thead {}
.main_result > .main_result_table > table > thead > tr {
    border-top: 2px solid #858585;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #e7e7e7
}
.main_result > .main_result_table > table > thead > tr > td {
    font-weight: 400;
    color: #595959
}
.main_result > .main_result_table > table > tbody {}
.main_result > .main_result_table > table > tbody > tr {}
.main_result > .main_result_table > table > tbody > tr > th {}
@keyframes homeTranslate {
    0% {
        transform: translateY(0%)
    }
    100% {
        transform: translateY(-60%)
    }
}
.main_result > .main_result_table > table > tfoot {
    border-top: 2px solid #54a9d0;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #e7e7e7
}
.main_result > .main_result_table > table > tfoot > tr > td > div {
    height: 250px;
    overflow: hidden
}
.main_result > .main_result_table > table > tfoot > tr > td > div > table {
    animation: homeTranslate 10s linear infinite;
    width: 100%
}
.main_result>.main_result_table>table>tfoot>tr>td>div>table>tbody>tr:nth-child(2n) {
    background: #f6f6f6
}
.main_result > .main_result_table > table > tfoot > tr > td > div > table > tbody > tr > td {
    font-weight: 500;
    color: #868686
}
.main_result > .main_result_table > table > tfoot > tr > td > div > table > tbody > tr > td > img {
    margin-right: 5px
}
.main_result > .main_result_table > table > tfoot > tr > td > div > table > tbody > tr > td > span {
    display: inline-block;
    width: 55px;
    padding: 1px 0;
    border-radius: 15px
}
.main_result > .main_result_table > table > tfoot > tr > td > div > table > tbody > tr > td > span[class*='img-sports-'] {
    transform: scale(0.7);
    float: left;
    width: 30px
}
.main_result > .main_result_table > table > tfoot > tr > td > div > table > tbody > tr > td > span[class='img-sports-name'] {
    float: left;
    transform: scale(1);
    margin-top: 5px
}
.main_result > .main_result_table > table > tfoot > tr > td > div > table > tbody > tr > td > span.state_ing {
    color: #0583bd;
    border: 2px solid #0583bd
}
.main_result > .main_result_table > table > tfoot > tr > td > div > table > tbody > tr > td > span.state_end {
    color: #838383;
    border: 2px solid #838383
}
.main_result > .main_result_table > table > tfoot > tr > td > div > table > tbody > tr > td > span.state_ready {
    color: #40ae52;
    border: 2px solid #40ae52
}
.guide_btn {
    overflow: hidden
}
.guide_btn > li {
    position: relative;
    float: left;
    width: 349px;
    height: 49px;
    margin-left: 23px;
    line-height: 45px;
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s
}
.guide_btn>li:first-child {
    margin-left: 0
}
.guide_btn>li:hover {
    background: rgba(255, 255, 255, .2)
}
.guide_btn > li > span {
    margin: 0 15px
}
.guide_btn > li > span > img {
    margin-top: -5px
}
.guide_btn > li > code {
    font-size: 17px;
    color: #d3d3d3
}
.guide_btn > li > var {
    position: absolute;
    right: -6px;
    bottom: 0
}
.bet_list_top > ul > li,
.sub_title > div {
    position: relative;
    overflow: hidden;
    box-sizing: border-box
}
.sub_title {
    width: 1100px;
    margin: 0 auto;
    padding-top: 3px
}
.sub_title_img {
    position: relative;
    width: 100%;
    height: 165px;
    overflow: hidden
}
.sub_title_img.title {
    height: 20px
}
.sub_title_img.sports_book {
    margin-bottom: 20px
}
.sub_title_img > img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 165px;
    margin-left: -960px
}
.top-img-text-wrap {
    position: absolute;
    float: left;
    top: 60px;
    left: 20px
}
.top-img-text-wrap .top-img-title {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1px
}
.top-img-text-wrap .top-img-text {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 1px 3px #000;
    text-transform: uppercase;
    margin-top: -15px;
    display: inline-block
}
.quick_menu {
    position: fixed;
    right: 50%;
    top: 50%;
    width: 69px;
    height: 520px;
    margin: -260px -652px 0 0
}
.quick_menu > ul {
    overflow: hidden
}
.quick_menu > ul > li {
    position: relative;
    width: 69px;
    height: 69px;
    margin-top: 7px;
    text-align: center;
    background-color: #FFF;
    border-radius: 50%;
    cursor: pointer
}
.quick_menu>ul>li:first-child {
    margin-top: 0
}
.quick_menu > ul > li.qm1 {
    background-image: url('/img/img_qmenu1.png')
}
.quick_menu > ul > li.qm2 {
    background-image: url('/img/img_qmenu2.png')
}
.quick_menu > ul > li.qm3 {
    background-image: url('/img/img_qmenu3.png')
}
.quick_menu > ul > li.qm4 {
    background-image: url('/img/img_qmenu4.png')
}
.quick_menu > ul > li.qm5 {
    width: 65px;
    height: 65px;
    background-color: #2aa0d3;
    background-image: url('/img/img_qmenu11.png');
    border: 2px solid #2aa0d3
}
.quick_menu > ul > li.qm6 {
    width: 65px;
    height: 65px;
    background-color: #fae100;
    background-image: url('/img/img_qmenu12.png');
    border: 2px solid #fae100
}
.quick_menu > ul > li.qm9 {
    display: none;
    background: url('/img/img_qmenu_top.png') no-repeat;
    background-position: 7px 0
}
.quick_menu>ul>li.qm9:hover {
    opacity: .75
}
.quick_menu > ul > li > img {
    opacity: 0
}
.quick_menu>ul>li:hover > img {
    opacity: 1
}
.quick_menu > ul > li > h1 {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    text-align: center;
    font-size: 10px
}
.quick_menu > ul > li > h1.tele {
    color: #FFF
}
.quick_menu > ul > li > h1.kakao {
    color: #3c1e1e
}
.footer_top {
    border-top: 1px solid #303134;
    overflow: hidden
}
.footer_top > div.center_wrap > ul {
    float: left;
    margin-left: 5px;
    overflow: hidden
}
.footer_top > div.center_wrap > ul > li {
    float: left;
    height: 39px;
    margin-right: 18px;
    font-size: 13px;
    color: #616268;
    line-height: 38px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease-out
}
.footer_top>div.center_wrap>ul>li:hover {
    opacity: .75
}
.footer_top > div.center_wrap > ol {
    float: right;
    overflow: hidden
}
.footer_top > div.center_wrap > ol > li {
    float: left;
    border-right: 1px solid #e7e7e7;
    cursor: pointer;
    transition: background 0.3s ease-out
}
.footer_top>div.center_wrap>ol>li:first-child {
    border-left: 1px solid #e7e7e7
}
.footer_top>div.center_wrap>ol>li:hover {
    background: #e7e7e7
}
.footer_bottom,
.footer_middle {
    border-top: 1px solid #e7e7e7
}
.footer_middle {
    padding: 0
}
.footer_middle > div.center_wrap {
    position: relative
}
.footer_middle > div.center_wrap > div {
    position: absolute;
    right: 0;
    top: 20px
}
.footer_middle > div.center_wrap > span {
    font-weight: 100;
    font-size: 13px;
    color: #979797
}
.footer_middle > div.center_wrap > span > font {
    color: #979797;
    font-weight: 100
}
.footer_middle > div.center_wrap > ul {
    width: 264px;
    margin: 30px auto 0;
    overflow: hidden
}
.footer_middle > div.center_wrap > ul > li {
    float: left;
    width: 115px;
    height: 33px;
    margin-left: 20px;
    line-height: 33px
}
.footer_middle>div.center_wrap>ul>li:first-child {
    margin-left: 0
}
.footer_middle > div.center_wrap > ul > li > span > img {
    margin-top: -3px
}
.footer_middle > div.center_wrap > ul > li > code {
    font-size: 14px;
    color: #fefefe
}
.footer_middle > h1 {
    padding: 20px 0;
    margin: 0;
    text-align: center;
    background: #f6f7f8;
    position: relative;
    overflow: hidden
}
.footer_middle>h1:after {
    background-color: #d2d3d3;
    height: 1px;
    left: 50%;
    margin-left: -570px;
    content: '';
    width: 1140px;
    position: absolute;
    bottom: 0
}
.footer_middle > h1 > img {
    margin: 0 5px;
    height: 30px;
    width: auto
}
.footer_middle > code {
    background: #f6f7f8;
    padding: 20px 0;
    display: block;
    text-align: center;
    color: #4a4c52;
    font-weight: 100;
    text-transform: uppercase
}
.footer_middle > code > span {
    color: #202431
}
.footer_bottom {
    padding: 20px 0 30px
}
.footer_bottom > div.center_wrap {
    overflow: hidden
}
.footer_bottom > div.center_wrap > em {
    float: right;
    cursor: pointer
}
.footer_bottom > div.center_wrap > ul {
    margin-bottom: 10px;
    overflow: hidden
}
.footer_bottom > div.center_wrap > ul > li {
    float: left;
    margin-right: 22px;
    font-size: 14px;
    color: #979797;
    cursor: pointer;
    transition: color 0.2s ease-out
}
.footer_bottom>div.center_wrap>ul>li:hover {
    color: #FFF
}
.footer_bottom > div.center_wrap > span {
    font-size: 11px;
    color: #6d6c6c
}
.body_wrap.sportsbook {
    width: 1140px;
    margin: 0 auto;
    padding: 0;
    background: transparent
}
.body_wrap {
    width: 1140px;
    margin: 0 auto;
    padding: 10px;
    background: #fff
}
.body_wrap.slotsgames {
    padding-top: 10px
}
.body_wrap.homepage {
    padding: 0;
    width: 1140px;
    background: transparent
}

